/* ==============================
   共通
============================== */
#benefit_continue2026 h2 {
	margin-bottom: 30px;
}
#benefit_continue2026 em {
	font-style: normal;
}
#benefit_continue2026 .tx-navy {
	color: #17186e !important;
}
#benefit_continue2026 .tx-green {
	color: #0b828d !important;
}
#benefit_continue2026 .mt-1 {
	margin-top: 1em;
}
#benefit_continue2026 .pb-9 {
    padding-bottom: 9%;
}
#benefit_continue2026 .category-ttl > span {
	margin: 25px auto;
}

/* ==============================
   プレゼント紹介（continue-sec）
============================== */
#benefit_continue2026 .continue-sec {
	margin-top: 30px;
}
#benefit_continue2026 .continue-sec + .continue-sec {
	margin: 50px 0 40px;
}
#benefit_continue2026 .continue-sec h3 {
	text-align: center;
	position: relative;
	z-index: 2;
}
#benefit_continue2026 .continue-sec-inner {
	margin-top: -12%;
	padding: 12% 0 10px;
	border-radius: 5px;
	border: 2px solid #13146b;
	background: url(../images/benefit/continue2026_bg02.jpg) #dde1e5 repeat-y 50% 50% / 664px auto;
	position: relative;
	z-index: 1;
}
#benefit_continue2026 .continue-sec-inner p,
#benefit_continue2026 .continue-sec-inner li {
	margin: 20px 20px 1em;
	color: #191919;
}
#benefit_continue2026 .info dt,
#benefit_continue2026 .info dd,
#benefit_continue2026 .continue-sec .note {
	font-size: 12px;
}

/* ==============================
   区切り線
============================== */
#benefit_continue2026 .line-continue {
	margin: 0 -20px;
	padding-top: 26.4%;
	border: none;
	background: url(../images/benefit/continue2026_line.gif) no-repeat 50% 50% / 100% auto;
}

/* ==============================
   波形背景エリア共通（対象者／お届け時期）
============================== */
#benefit_continue2026 .bg-wave-area {
	background:
		url(../images/benefit/continue_bg03.png) no-repeat 50% 0% / 100% auto,
		url(../images/benefit/continue_bg02.png) no-repeat 50% 100% / 100% auto,
		url(../images/benefit/continue2026_bg01.gif);
}
#benefit_continue2026 .bg-wave-area .area-inner {
	padding: 17% 20px 45px;
	position: relative;
}
#benefit_continue2026 .bg-wave-area h3 {
	margin-top: -5%;
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 40px);
}
#benefit_continue2026 .bg-wave-area p {
	color: #191919;
}

/* ==============================
   プレゼント対象者
============================== */
#benefit_continue2026 .target-area {
	margin-bottom: 11%;
}

/* ==============================
   お届けするプレゼント
============================== */
#benefit_continue2026 .present-area {
	margin-bottom: 20%;
	background:
		url(../images/benefit/continue_bg03.png) no-repeat 50% 0% / 100% auto,
		url(../images/benefit/continue_bg02.png) no-repeat 50% 100% / 100% auto,
		#f0f4f6;
}
#benefit_continue2026 .present-area .area-inner {
	padding: 60px 20px 50px;
	position: relative;
}
#benefit_continue2026 .present-area h3 {
	margin: -80px 0 0;
	position: relative;
}

/* --- プレゼント対応表 --- */
#benefit_continue2026 .table-present {
	margin: 40px 0;
	border-radius: 10px;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}
#benefit_continue2026 .table-present thead th {
	padding: 15px 0;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #12136a;
	color: #ffffff;
	font-size: 21px;
	text-align: center;
	vertical-align: middle;
}
#benefit_continue2026 .th-beforeafter {
	width: 18%;
}
#benefit_continue2026 .th-present {
	width: 42.5%;
}
#benefit_continue2026 .table-present tbody td {
	padding: 10px 0;
	background: #d1ecee;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	vertical-align: middle;
}
#benefit_continue2026 .table-present tbody td:last-child {
	border-right: 1px solid #ffffff;
}
#benefit_continue2026 .table-present .tr-yellow td {
	background: #fff5a0;
}
#benefit_continue2026 .table-present .tr-yellow td.td-update {
	background: #fefee6;
}
#benefit_continue2026 .table-present .tr-pink td {
	background: #facde9;
}
#benefit_continue2026 .table-present .tr-pink td.td-update {
	background: #fff1fa;
}
#benefit_continue2026 .table-present .tr-purple td {
	background: #e2c9ef;
}
#benefit_continue2026 .table-present .tr-purple td.td-update {
	background: #f9ecff;
}
#benefit_continue2026 .table-present .tr-blue td {
	background: #bed7fc;
}
#benefit_continue2026 .table-present .tr-blue td.td-update {
	background: #dbe1ff;
}
#benefit_continue2026 .table-present .tr-navy td {
	background: #bbc5f7;
}
#benefit_continue2026 .table-present .td-charm figure {
	margin: 5px auto 0;
	width: 70%;
}
#benefit_continue2026 .table-present .tr-green .td-charm p {
    display: inline-block;
    vertical-align: middle;
}
#benefit_continue2026 .table-present .tr-green .td-charm figure {
	margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
	width: 36%;
}
#benefit_continue2026 .table-present tbody td,
#benefit_continue2026 .table-present p {
	font-size: 21px;
	text-align: center;
}

/* --- マイページ確認ボックス --- */
#benefit_continue2026 .confirm {
	margin: 0 0 40px;
	padding: 15px 15px 0;
	border-radius: 10px;
	background: #bee2e5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#benefit_continue2026 .confirm p {
	width: 100%;
	text-align: center;
}
#benefit_continue2026 .confirm figure {
	width: 84%;
}

/* --- 継続年数反映タイミング --- */
#benefit_continue2026 .present-area .box {
	margin-top: 35px;
}
#benefit_continue2026 .present-area .ti_navy {
	margin-bottom: 10px;
	padding: 8px;
	border-radius: 5px;
	background: #12136a;
	color: #ffffff;
}

/* ==============================
   プレゼントのお届け時期
============================== */
#benefit_continue2026 .date-area {
	margin-bottom: 40px;
}
#benefit_continue2026 .date-area h3 {
	margin-top: -4.4%;
}
#benefit_continue2026 .date-area .area-inner {
	padding-top: 14%;
}
#benefit_continue2026 .table-date {
	margin-top: 40px;
	border-radius: 10px;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}
#benefit_continue2026 .table-date thead th {
	padding: 15px 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #12136a;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
#benefit_continue2026 .table-date thead th:last-child {
	border-right: none;
	width: 38.5%;
}
#benefit_continue2026 .table-date thead th,
#benefit_continue2026 .table-date tbody td {
	font-size: 21px;
}
#benefit_continue2026 .table-date tbody td {
	padding: 15px 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #d4e9e8;
	text-align: center;
	vertical-align: middle;
}
#benefit_continue2026 .table-date tbody th {
	background-color: #12136a;
}
#benefit_continue2026 .table-date tbody tr:last-child td {
	border-bottom: none;
}
#benefit_continue2026 .table-date tbody td:last-child {
	border-right: none;
}

/* ==============================
   Q&A
============================== */
#benefit_continue2026 .qa-area {
	margin-bottom: 50px;
}
#benefit_continue2026 .qa-area h3 {
	margin-bottom: 15px;
}
#benefit_continue2026 .qaList__group,
#benefit_continue2026 .qaList__group .qa-ti {
	border-color: #12136a;
}
#benefit_continue2026 .qaList__group .qa-ti,
#benefit_continue2026 .qaList__group .qa-ti.switchClose,
#benefit_continue2026 .qaList__group .qa-text {
	background-color: #f0f0f0;
}
#benefit_continue2026 .qaList__group .all-switch:after {
	background-color: #0b828d;
}
#benefit_continue2026 .qaList__group .qa-ti {
	color: #12136a;
}

/* ==============================
   共通ユーティリティ（ページ全体で使用）
============================== */
.anker-item {
	display: block;
	margin-top: -75px;
	padding-top: 75px;
}

/* ==============================
   レスポンシブ
============================== */
@media screen and (min-width: 768px) {
	.anker-item {
		margin-top: -80px;
		padding-top: 80px;
	}
	ul.enquete-link:not(.nav-list) {
		margin-top: 1em;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	ul.enquete-link li {
		width: 32%;
		max-width: none;
		margin: 0 auto 15px;
		text-align: center;
	}
	ul.enquete-link.btn-link a {
		min-width: auto;
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}

@media screen and (max-width: 767px) {
	#benefit_continue2026 h2,
	#benefit_continue2026 .lead,
	#benefit_continue2026 .bg-wave-area,
	#benefit_continue2026 .present-area {
		margin-left: -20px;
		margin-right: -20px;
	}
	#benefit_continue2026 .table-date thead th,
	#benefit_continue2026 .table-date tbody td,
	#benefit_continue2026 .table-present thead th {
		font-size: 3.46vw;
	}
	#benefit_continue2026 .table-present tbody td,
	#benefit_continue2026 .table-present p {
		font-size: 3.2vw;
	}
    #benefit_continue2026 .continue-sec-inner {
        background-size: 100% auto;
    }
}