/* 豆知識 */
@media screen and (max-width: 768px) {
	.FS2_lower_comment .knowledge-sec__ttl {
        margin-top: 18px;
        padding-left: 19px;
	}

	.multiply + .knowledge-sec__ttl {
		margin-top: 24px;
	}

	.FS2_lower_comment .knowledge-sec__ttl::before {
		top: 47%;
	}
}

/* 内祝い */
.kaiki-ttl {
	width: 100%;
	padding: 7px 23px 8.5px;
	background: #C00003;
	background: linear-gradient(to bottom, #C00003, #CD3636);
	font-weight: 700;
	font-size: 26px;
	line-height: calc(32/26);
	letter-spacing: 0;
	color: #fff;
	border-top: 8px solid #F9DDDB;
}

.uchiiwai-mv {
    aspect-ratio: 890/352;
    width: 100%;
    max-width: 890px;
    height: 100%;
    display: block;
    position: relative;
}

.uchiiwai-mv img {
    max-width: 914px;
    position: absolute;
    top: -19px;
    left: -12px;
}

.uchiiwai-mv + .kaikiBox_02 {
    margin-top: 39px;
}

.FS2_lower_comment .knowledge-sec__txt{
    line-height: 2;
    margin: 0 0 -7px;
}

.uchiiwai-table{
    width: 100%;
    background: #fff;
    margin-top: 13px;
    font-size: 20px;
}
.uchiiwai-table th,
.uchiiwai-table td {
    padding: 10.6px 10px;
    border: 1px solid #CCCCCC;
}
.uchiiwai-table th {
    background: #D5D9E6;
}
.uchiiwai-table th:first-child {
    width: 25%;
}
.uchiiwai-table th:last-child {
    width: 56.3%;
}
.uchiiwai-table tr:first-child th {
    background: #1C2A5A;
    color: #fff;
}
.uchiiwai-table td {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
}

.uchiiwai-table + .knowledge-sec__ttl {
    margin-top: 38px;
}

.fs-body-category-utiiwai .FS2_lower_comment.user_content {
    margin-top: 41px;
}

@media screen and (min-width: 769px) {
    .uchiiwai-table th:first-child {
        padding-left: 31px;
    }
    .uchiiwai-table th:nth-child(2) {
        padding-left: 43px;
    }
    .uchiiwai-table th:last-child {
        padding-left: 43px;
    }
    .uchiiwai-table td:nth-child(2) {
        padding-left: 40px;
    }
    .uchiiwai-table td:last-child {
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .kaiki-ttl {
        display: block;
		padding: 8px 10px 7.5px;
		font-size: 17px;
		text-align: left;
		border-top-width: 4px;
	}

    .uchiiwai-mv {
        aspect-ratio: unset;
        width: 100%;
        max-width: 98.5%;
        height: 100%;
        display: block;
        margin-left: 1.7%;
        position: unset;
    }

    .uchiiwai-mv img {
        max-width: 100%;
        position: unset;
    }

    .uchiiwai-table{
        max-width: 97.5%;
        margin-top: 24px;
        margin-left: auto;
        font-size: 15px;
    }
    .uchiiwai-table th {
        padding: 2px 10px;
    }
    .uchiiwai-table th:first-child {
        width: 32.5%;
        padding-left: 6px;
        padding-right: 0;
    }
    .uchiiwai-table tr:first-child th:first-child {
        padding-left: 16px;
    }
    .uchiiwai-table th:last-child {
        width: 42%;
    }
    .uchiiwai-table td {
        height: 30px;
        padding: 5.5px 4px 5.5px 8px;
        font-size: 14px;
        line-height: calc(18/14);
    }
    .uchiiwai-table td:last-child {
        padding-left: 12px;
    }
    .uchiiwai-table + .knowledge-sec__ttl {
        margin-top: 27px;
    }

    .kaikiBox_07 .multiply + .knowledge-sec__ttl {
        margin-top: 25px;
    }
}