@charset "utf-8";
.theme-mobile a._btn-acc h4:before, .theme-mobile h4:before {
	display: none;
}
.fl-head-ageGroup {
	/* margin-top: 15.12vw; */
	background-color: #23366F;
    padding: 2.8vw;
    text-align: center;
}

.fl-head-ageGroup-box {
    border: 4px solid #dbdbdb;
    background-color: #fff;
    border-radius: 4vw;
    padding: 8vw 0;
}

.fl-head-ageGroup-box h1.fl-head-ageGroup-ttl {
    font-size: 3.733333333vw!important;
    line-height: 1.6em!important;
    color: #333!important;
    font-weight: normal!important;
    background: none!important;
    padding: 0!important;
    margin: 0!important;
}
.fl-head-ageGroup-box h1.fl-head-ageGroup-ttl strong {
    font-size: 5.3vw;
    color: #23366F;
}

.fl-head-ageGroup-cat {
    margin: 5vw auto 0 auto;
}
.fl-head-ageGroup-cat > span {
	display: inline-block;
    color: #fff;
    background-color: #23366F;
    border-radius: 2.666666667vw;
    width: 87.2vw;
    height: 12.266666667vw;
    line-height: 12.266666667vw;
    font-size: 5vw;
}
@media screen and (min-width: 766px) {
	.fl-head-ageGroup {
		/* margin-top: 31.8px; */
		padding: 30px;
	}
	
	.fl-head-ageGroup-box {
		margin: auto;
		width: 1000px;
		border-radius: 15px;
		padding: 43px 0 51px;
	}
	
	.fl-head-ageGroup-box h1.fl-head-ageGroup-ttl {
		font-size: 3.3rem !important;
	}
	.fl-head-ageGroup-box h1.fl-head-ageGroup-ttl strong {
		font-size: 3.3rem !important;
	}
	
	.fl-head-ageGroup-cat {
		margin: 21px auto 0 auto;
	}
	.fl-head-ageGroup-cat > span {
		border-radius: 10px;
		width: 528px;
		height: 70px;
		line-height: 70px;
		font-size: 2.4rem;
		font-weight: 600;
	}
}

/* メイン */


.fl-feature__section {
	margin: 0;
}

.fl-feature__section:not(:last-child) {
	margin-bottom: 5.333333333vw;
}

.fl-feature__section {
	background-color: #EEF0F1;
}

/* [保障の選び方] -------------------------- */
.choose-dtl-wrap{
	padding-top:2.4vw;
	padding-bottom: 2.4vw;
}
.choose-dtl{
	width:96.533333333vw;
	background:#fff;
	margin:0 auto 2.4vw auto;
	padding-bottom: 2.4vw;
}
.choose-dtl .step{
	display: flex;
	padding-left: 4.8vw;
	align-items: center;
}
.choose-dtl .step .ttl_step{
	color: #fff;
	background: #23366F;
	margin-bottom: auto;
	width: 14.133333333vw;
	height: 14.933333333vw;
	padding: 2.666666667vw 0 1.333333333vw;
	line-height: 1.2;
	border-radius: 0 0 2.666666667vw 2.666666667vw;
	text-align: center;
	font-size: 2.666666667vw;
	box-sizing: border-box;
	flex-shrink: 0;
}
.choose-dtl .step .ttl_step_num{
	display: block;
	font-size: 2em;
	line-height: 1.6;
}
.choose-dtl .step h3{
	text-align: left;
	margin: 4.266666667vw 0 4.266666667vw 2.666666667vw !important;
	width: 100%;
	font-size: 4.0vw;
	font-weight: bold;
}
.choose-dtl .step h3 .orange {
	color:#004EA2;
}
.theme-mobile a._btn-acc h3:before, .theme-mobile h3:before {
	background:none;
}
.box_one{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #EEF0F1;
	margin: 4.266666667vw 3.466666667vw 0;
	padding: 6.133333333vw 2.933333333vw;
}
.box_one h4{
	width: 100%;
	font-size: 5.333333333vw;
	text-align: center;
	color: #004EA2;
	font-weight: bolder;
	margin-top: 0;
	letter-spacing: 0.2em;
}
.box_one h4:before {
	display: none;
}
.radio-area {
	position: relative;
	margin-bottom: 1.333333333vw;
	display: inline-block;
	width: 26.666666667vw;
	height: 16.0vw;
	border: .533333333vw solid #23366F;
	border-radius: 2.666666667vw;
	background: #fff;
}
.radio-area.active{
	background: #E7F1FC;
}
.radio-area:has(input[name="sex"]) {
	width: 40.533333333vw;
}
.radio-area input[type=radio] {
	position: relative;
	width: 4.266666667vw;
	height: 4.266666667vw;
	margin-top: -1.066666667vw;
	border-radius: 50%;
	background-color: #eee;
	border: .266666667vw solid #999;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	transition: .3s;
	margin: 1.066666667vw;
}
.radio-area input[type=radio]:checked {
}
.radio-area input[type=radio]:checked+span {
	position: absolute;
	display: none;
	width: 80%;
	height: 80%;
	background-color: #2167AE;
	border-radius: 50%;
}
.radio-area input[type=radio]::before {
	position: absolute;
	display: none;
	top: 17%;
	left: 17%;
	width: 66%;
	height: 66%;
	background-color: #2167AE;
	content: '';
	border-radius: 50%;
}
.radio-area input[type=radio]:checked::before {
	display: block;
}
.radio-area .radio-label{
	display: grid;
	place-content: center;
	position: absolute;
	top: 0;
	text-align: center;
	font-size: 4.333333333vw;
	width: 100%;
	height: 100%;
}
.radio-area.dormant{
	background: #eee !important;
	border-color:#ccc !important;
	pointer-events: none;
}
.radio-area.dormant .radio-label{
	color:#999;
}
p.center{
	font-size: 3.2vw;
	line-height: 1.6;
	text-align: center;
}
.step1 .accordion-content .center span{
	color:red;
	text-decoration: underline;
}
.fl-decision-link__button{
	display: block;
	width: 89.6vw;
	height: 12.266666667vw;
	margin: 2.666666667vw auto;
	padding: 2.133333333vw 5.333333333vw;
	border-radius: 10.666666667vw;
	background: #EA2E3E;
	font-size: 5.333333333vw;
	font-weight: bold;
	line-height: 10vw;
	color: #fff !important;
	text-align: center;
	transition: 0.4s;
	position: relative;
}
.fl-decision-link__button:active {
	top:.533333333vw;
	left:.266666667vw;
}
.step2 .radio-area {
	position: relative;
	margin-bottom: 1.333333333vw;
	display: inline-block;
	width: calc(100% / 2 - 1.333333333vw);
	border: .533333333vw solid #23366F;
	border-radius: 2.666666667vw;
	background: #fff;
	height:16.0vw;
}
.step2 .radio-area.active{
	background: #E7F1FC;
}
.step2 .radio-area.btnActive {
	background: #E7F1FC;
}
.step2 .radio-area .radio-label{
	position: absolute;
	top: 0;
	display: block;
	text-align: center;
	font-size: 3.66666667vw;
	line-height: 16.0vw;
	width: 100%;
}

.theme-desktop a._btn-acc h6:before, .theme-desktop h6:before{
	background:none;
}
.center{
	text-align: center;
	font-size: 3.2vw;
	margin: 3.2vw;
}
.btnActive {
	background: #E7F1FC;
}
.step3 h4 {
	position: relative;
	font-size: 3.733333333vw;
}
.step3 h4 button {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	margin-left: 0.3em;
	width: 4.8vw;
	height: 4.8vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/icon_modal.svg') no-repeat center/contain;
}
.step3.box_one{
	margin-top: 0;
}
.step3 .radio-area .radio-label {
	display: inline-block;
	left: 0;
	line-height: 15.0vw;
	place-content: center;
}
.step4 .box_answer {
	margin: 5.333333333vw auto;
}
.step4 .intro {
	text-align: center;
	font-size: 3.2vw;
	line-height: 2;
	margin: 5.333333333vw 2.666666667vw;
}
.step4 .box_answer .product_box {
	width: 72.533333333vw;
	height: 27.733333333vw;
	text-align: center;
	margin: auto;
}
.step4 .box_answer p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 77.333333333vw;
	height: 7.466666667vw;
	font-size: 4.8vw;
	font-weight: 500;
	border-radius: 1.333333333vw;
	background-color: #EEF0F1;
}
.step4 .box_answer p>*:last-child {
	margin-left: 1em;
}
.step4 .box_answer p+p {
	margin-top: 2.666666667vw;
	display: flex;
	align-items: center;
	position: relative;
}

.step4 .box_answer p .kingaku {
	font-size: 4.266666667vw;
}
.step4 .box_answer p button, .step4 .answer_list dt p button {
	position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	margin-left: 0.3em;
	width: 4.8vw;
	height: 4.8vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/icon_modal.svg') no-repeat center/contain;
}
.step4 .box_answer p+p button {
	position: relative;
	top: 9px;
    right: 0;
	margin-left: 0.3em;
	width: 4.8vw;
	height: 4.8vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/icon_modal.svg') no-repeat center/contain;
}
.step4 .box_answer dl {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 88.266666667vw;
	margin-top: 8.0vw;
}
.step4 .box_answer > dl dt {
	display: grid;
	place-content: center start;
	width: 34.666666667vw;
	height: 21.333333333vw;
	border-top: .266666667vw solid #999;
	padding:  0;
	color: #004EA2;
	font-size: 4.533333333vw;
	font-weight: 500;
}
.step4 .box_answer > dl dd {
	width: 53.333333333vw;
	height: 21.333333333vw;
	border-top: .266666667vw solid #999;
	padding:  0;
	font-size: 4.0vw;
	line-height: 21.333333333vw;
	text-align: right;
}
.step4 .box_answer > dl dt:last-of-type,
.step4 .box_answer > dl dd:last-of-type {
	border-bottom: .266666667vw solid #999;
}
.step4 .box_answer > dl dd .price {
	font-size: 4.8vw;
}
.step4 .cl{
	clear: both;
}


.step4 .answer_list {
	text-align: center;
	width: 89.6vw;
	margin: 5.333333333vw auto;
	font-size: 3vw;
	border-collapse: collapse;
}
.step4 .answer_list .caption{
	margin-bottom: 2.666666667vw;
	color: #004EA2;
	font-size: 4.533333333vw;
	font-weight: 500;
	text-align: left;
}
.step4 .answer_list dt{
	/* border: .266666667vw solid #999; */
	background-color: #EEF0F1;
	/* background-color: #E7F1FC; */
	padding: 1.866666667vw 0 1.6vw;
	font-weight: 400;
	/* border: solid #2167AE .533333333vw; */
}
.step4 .answer_list dt p{
	font-size: 3.4vw;
}
.step4 .answer_list dt strong{
	font-weight: 600;
	color: #2167AE;
}
.step4 .answer_list dd {
	font-size: 4.8vw;
	font-weight: 700;
	color: #2167AE;
}
.step4 .answer_list dd p {
	padding: 1.2em 0 1.0em;
	font-size: 4.8vw;
	font-weight: 700;
}
.step4 .answer_list dd td{
	padding: 0.5em 0;
	width: 25%;
	font-size: 3.4vw;
	font-weight: 700;
}
.step4 .answer_list dd .small td {
	font-size: 3.4vw;
	font-weight: 600;
	color: #434343;
}
.step4 .answer_list dd small {
	font-size: 3vw;
	font-weight: 600;
}
.step4 .answer_list dd>p{
	color: #2167AE;
}
.step4 .answer_list td + td {
	border-left: solid .266666667vw #707070;
}
.step4 .answer_list tr + tr {
	border-top: solid .266666667vw #707070;
}

.step4 ul.answer_note {
	padding-left: 0.5em;
	margin: 6.666666667vw auto 0vw;
	width: 80.0vw;
	text-align: left;
}
.step4 .answer_note li {
	letter-spacing: -0.02em;
	padding-left: 0.5em;
	font-size: 2.66666666vw;
	line-height: 1.7;
	list-style: '※';
}
.step4 .answer_note li::marker {
	padding: 0;
}
.step4 .answer_image {
	text-align: center;
}
.step4 .answer_image figcaption{
	color: #004EA2;
	font-size: 4.533333333vw;
	font-weight: 500;
	text-align: left;
}
.step4 .answer_image ul.answer_note {
	width: 85.333333333vw;
}
.step4 .answer_image img {
	margin: auto;
	width: 85.066666667vw;
	height: 77.333333333vw;
}


.step4 .box_answer2 {
	text-align: center;
}

.step4 .box_answer2 dl {
	text-align: left;
	margin: 0 auto 6.4vw;
	width: 100%;
}
.step4 .box_answer2 dl + dl {
	margin-top: 15.2vw;
}
.step4 .box_answer2 dt {
	font-size: 3.2vw;
	font-weight: 600;
	color: #2167AE;
	border-bottom: solid .266666667vw #C8CBD5;
}
.step4 .box_answer2 dd {
	width: 100%;
}
.step4 .box_answer2 dd .table_text {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
.step4 .box_answer2 dd p {
	margin-top: 0.2em;
	font-size: 3.2vw;
	line-height: 1.5;
	letter-spacing: -0.02em;
}
.step4 .box_answer2 dd p.table-text-man,
.step4 .box_answer2 dd p.table-text-woman {
	margin: 8.0vw auto auto 0;
	width: 12.0vw;
	line-height: 1.5em;
	border-radius: .533333333vw;
	text-align: center;
	color: #FFF;
	font-weight: 500;
}
.step4 .box_answer2 dd p.table-text-man {
	background-color: #1FB1E6;
}
.step4 .box_answer2 dd p.table-text-woman {
	background-color: #E18EBA;
}
.step4 .box_answer2 dd p.table_date {
	font-size: 2.466666667vw;
	margin: 0;
}
.step4 .box_answer2 dd p.table_title {
	font-size: 2.933333333vw;
}
.box_table + .box_table {
	margin-top: 7.2vw;
}
.step4 .box_answer2 table {
	margin-top: 2.133333333vw;
	margin-bottom: 0;
	width: 100%;
}
.step4 .box_answer2 table *{
	font-size: 3.2vw;
	font-weight: 300;
}
.step4 .box_answer2 table tr>* {
	padding: 0.15em 0 0;
}

.step4 .box_answer2 table tr:nth-child(-n+3) {
	color: #FFF;
	text-align: center;
}
.step4 .box_answer2 table tr:nth-child(-n+2) {
	border-bottom: solid 1px #FFF;
}
.step4 .box_answer2 table th.table-vertical {
	text-align: center;
	writing-mode: vertical-rl;
	padding-top: 0.25em;
	letter-spacing: 0.25em;
	font-weight: 500;
	color: #FFF;
	width: 5.066666667vw;
}
.table_man tr:nth-child(n+4) th:not(.table-vertical) {
	background-color: #91BFE3;
	text-align: right;
}
.table_woman tr:nth-child(n+4) th:not(.table-vertical) {
	background-color: #FFC5EA;
	text-align: right;
}
.step4 .box_answer2 table tr:nth-child(n+4) + tr {
	border-top: solid 1px #FFF;
}
.step4 .box_answer2 table tr:nth-child(n+4) th:not(.table-vertical)::after {
	content: "";
	display: inline-block;
	width: calc(50% - 1em);
}
.table_man tr th.table-vertical {
	background-color: #1FB1E6;
}
.table_woman tr th.table-vertical {
	background-color: #E18EBA;
}
.step4 .box_answer2 table tr:nth-child(n+4) td {
	width: 14%;
	background-color: #FFF;
	text-align: right;
}
.step4 .box_answer2 table tr:nth-child(n+4) td::after {
	content: "";
	display: inline-block;
	width: calc(50% - 1.5em);
}
.step4 .box_answer2 table tr:nth-child(n+4) + tr td {
	border-top: solid 1px #BCBCBC;
}
.step4 .box_answer2 table tr:nth-child(n+4) td + td {
	border-left: solid 1px #BCBCBC;
}

.table-grey {background-color: #8E8E8F;}
.table-blue {background-color: #5495CF;}
.table-blue2 {background-color: #4870C6;}
.table-blue + .table-blue,
.table-blue2 + .table-blue2 {
	border-left: solid 1px #FFF;
}

.table-marker {
	position: relative;
}
.table-marker::before {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% + 1px);
	height: calc(400% + 3px);
	border: solid 2px #FF7569;
	left: -1px;
	top: 0;
}
.step4 .box_answer2 dd p.table-text-red {
	display: block;
	text-align: center;
	margin-top: .8vw;
	margin-left: auto;
	margin-right: 0;
	width: 42.666666667vw;
	font-size: 2.666666667vw;
	color: #FFFFFF;
	background-color: #FF7569;
}

.step4 .fl-end-link__button{
	display: block;
	width: 77.333333333vw;
	height: 13.333333333vw;
	margin: 8.0vw auto;
	border-radius: 6.666666667vw;
	background: #EA2E3E;
	font-size: 4.266666667vw;
	font-weight: bold;
	line-height: 13.333333333vw;
	color: #fff !important;
	text-align: center;
}
.step4 .fl-end-link__button:first-of-type::before{
	content: "";
	display: inline-block;
	width: 10.256vw;
	height: 100%;
	margin-right: 4.0vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/icon_btn_paper01.png') no-repeat center top 1.333333333vw/contain;
}
.step4 .fl-end-link__button:last-of-type::before{
	content: "";
	display: inline-block;
	width: 11.253333333vw;
	height: 100%;
	margin-right: 2.133333333vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/icon_btn_digital01.png') no-repeat center top 2.4vw/contain;
}
.accordion {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8.0vw;
	max-width: 80.0vw;
	position: relative;
	width: 100%;
}
.accordion-title {
	color: #fff;
	cursor: pointer;
	font-size: 4.266666667vw;
	padding: 2.666666667vw 5.333333333vw;
}
.accordion-content {
	display: none;
}
.js-accordion-title {
	position: relative;
}
.js-accordion-title::after {
	content: "+";
	font-size: 5.333333333vw;
	width: 21.333333333vw;
	text-align: center;
	height: 10.666666667vw;
	line-height: 10.666666667vw;
	transition: 0.4s;
	padding-top: 1.6vw }
.js-accordion-title.open::after {
	content: "－";
}

@media screen and (min-width:776px) {
	.fl-feature__section:not(:last-child) {
		margin-bottom: 22.6px;
	}

	/* [保障の選び方] -------------------------- */
	.choose-dtl-wrap{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.choose-dtl{
		width:1000px;
		margin:0 auto 22.6px auto;
		padding-bottom: 30px;
	}
	.choose-dtl .step{
		padding-left: 100px;
	}
	.choose-dtl .step .ttl_step{
		width: 100px;
		height: 95px;
		padding: 18px 0 5px 0;
		border-radius: 0 0 10px 10px;
		font-size: 18px;
	}
	.choose-dtl .step .ttl_step_num{
		font-size: 40px;
		line-height: 1.2;
	}
	.choose-dtl .step h3{
		margin: 28px 0 28px 18px !important;
		font-size: 2.0rem;
	}
	.box_one{
		justify-content: center;
		gap: 18px;
		margin: 17px 100px 0;
		padding: 25px 15px;
	}
	.box_one.step1age {
		padding: 25px 157px;
	}
	.box_one.step2 {
		padding: 25px 73px;
	}
	.box_one h4{
		font-size: 2.2rem;
	}
	.box_one .radio-area {
		margin: 0;
		width: 150px;
		height: 60px;
		border-width: 2px;
		border-radius: 10px;
	}
	.box_one .radio-area:has(input[name="sex"]) {
		width: 170px;
	}
	.box_one .radio-area input[type=radio] {
		border-width: 1px;
		width: 18px;
		height: 18px;
		margin: 4px 4px;
	}
	.box_one .radio-area input[type=radio]:checked+span {
		top: 3px;
		left: 3px;
		width: 12px;
		height: 12px;
		border-width: 2px;
	}
	.box_one .radio-area .radio-label{
		font-size: 18px;
		line-height: initial;
	}
	p.center{
		font-size: 20px;
	}
	.fl-decision-link__button{
		width: 440px;
		height: 100px;
		margin: 24px auto;
		padding: 0 20px;
		border-radius: 60px;
		font-size: 40px;
		line-height: 100px;
	}
	.fl-decision-link__button:active {
		top:2px;
		left:1px;
	}
	.step2.box_one::after {
		width: 27.733333333vw;
	}
	.step2 .step2_box{
		margin: 0px 10px 0 10px;
		border-radius: 10px;
		border: 1px solid #ccc;
	}
	.center{
		font-size: 20px;
		margin: 28px;
	}
	.step3 h4 {
		position: relative;
		font-size: 2.2rem;
		vertical-align: middle;
	}
	.step3 h4 button {
		position: relative;
		display: inline-block;
		margin-left: 14px;
		height: 17px;
		width: 17px;
		top: 8px;
	}
	.step3.box_one{
		margin-top: 0;
	}
	.step3 .radio-area .radio-label {
		display: inline-block;
		left: 0;
	}
	.step4 .box_answer {
		text-align: center;
		margin: -6px auto 20px;
	}
	.step4 .box_answer .product_box {
		width: 388px;
		height: 149px;
		margin: auto;
	}
	.step4 .box_answer p {
		display: inline-flex;
		width: auto;
		height: 32px;
		margin: 26px 20px;
		padding: 0 33px;
		font-size: 22px;
		border-radius: 5px;
	}
	.step4 .box_answer p .kingaku {
		font-size: 20px;
	}
	.step4 .box_answer p+p {
		display: inline-flex;
	}
	.step4 .box_answer p button,
	.step4 .box_answer p+p button {
		width: 19px;
		height: 19px;
	}
	.step4 .answer_list dt p button {
		margin: 0;
		right: -24px;
        width: 17px;
        height: 17px;
    }
	.step4 .box_answer dl {
		margin: 30px auto 0;
		width: 800px;
	}
	.step4 .box_answer > dl dt {
		padding: 0 0 0 184px;
		width: 460px;
		height: 80px;
		font-size: 20px;
		text-align: left;
		border-width: 1px !important;
	}
	.step4 .box_answer > dl dd {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 20px 185px 20px 0;
        width: 340px;
        height: 80px;
        font-size: 26px;
        line-height: 1.2;
        text-align: left;
        border-width: 1px !important;
	}
	.step4 .box_answer > dl dd .price {
		font-size: 28px;
	}
	.step4 .box_answer > dl dd #koushin2 {
		font-size: 83.3333%;
	}
	.step4 .cl{
		clear: both;
	}

	.step4 .answer_list {
		width: 800px;
		margin: 10px auto;
		font-size: 26px;
	}
	.step4 .answer_list .caption{
		margin-top: 1em;
		margin-bottom: 0;
		font-size: 20px;
	}
	.step4 .answer_list dl{
		display: flex;
		margin-top: 0.5em;
		height: 67px;
		border: solid #2167AE 2px;
	}
	.step4 .answer_list dl.dl_list{
		height: 135px;
	}
	.step4 .answer_list dl + dl {
		margin: 0;
		border-top: none;
	}
	.step4 .answer_list dt{
		display: grid;
		place-content: center start;
		text-align: left;
		width: 285px;
		height: 100%;
		padding: 0 0 0 13px;
		border: none;
	}
	.step4 .answer_list dt p{
		font-size: 16px;
	}
	.step4 .answer_list dd {
		display: grid;
		place-content: center;
		height: 100%;
		font-size: 26px;
		flex-grow: 1;
		border-left: solid 1px #707070;
	}
	.step4 .answer_list dl + dl dd {
		border-top: none;
	}
	.step4 .answer_list dd p {
		padding: 0;
		font-size: 26px;
	}
	.step4 .answer_list dd:has(table) {
		display: block;
	}
	.step4 .answer_list dd table {
		width: 100%;
		height: 100%;
	}
	.step4 .answer_list dd tr {
		height: 50%;
	}
	.step4 .answer_list dd td{
		padding: 0;
		width: 25%;
		font-size: 20px;
	}
	.step4 .answer_list dd .small td {
		font-size: 18px;
	}
	.step4 .answer_list dd small {
		font-size: 18px;
	}
	.step4 .answer_list dd>p{
		color: #2167AE;
	}
	.step4 .answer_list td + td {
		border-width: 1px;
	}
	.step4 .answer_list tr + tr {
		border-width: 1px;
	}

	.step4 .answer_image {
		width: 800px;
		margin: 60px auto;
	}
	.step4 .answer_image figcaption {
		font-size: 20px;
	}
	.step4 .answer_image img {
		margin: auto;
		width: 900px;
		height: 500px;
	}

	.step4 .box_answer2 ul.answer_note,
	.step4 ul.answer_note,
	.step4 .answer_note.strong  {
		width: 100%;
		margin: 70px auto 0;
	}
	.step4 .answer_note li {
		font-size: 16px;
	}
	.step4 .box_answer2 ul.answer_note.small li {
		font-size: 10px;
	}
	.step4 ul.answer_note.strong li {
		width: 800px;
		margin: 11px auto;
		font-size: 20px;
		line-height: 1.6;
	}
	
	.step4 .box_answer2 {
		text-align: center;
		margin: 0 auto 0px;
	}
	
	.step4 .box_answer2 dl {
		margin: 0 auto 50px;
		width: 100%;
	}
	.step4 .box_answer2 dl + dl {
		margin-top: 50px;
	}
	.step4 .box_answer2 dt {
		font-size: 24px;
		border-bottom: solid 1px #C8CBD5;
	}
	
	.step4 .box_answer2 dd {
		width: 700px;
	}
	.step4 .box_answer2 dd p {
		margin-top: 17px;
		font-size: 1.6rem;
	}
	.step4 .box_answer2 dd p.table-text-man,
	.step4 .box_answer2 dd p.table-text-woman {
		margin: 27px auto auto 0;
		width: 91.5px;
		line-height: 24px;
		border-radius: 4px;
	}
	.step4 .box_answer2 dd p.table_date {
		font-size: 1.4rem;
	}
	.step4 .box_answer2 dd p.table_title {
		font-size: 1.3rem
	}
	.box_table + .box_table {
		margin-top: 25px;
	}
	.step4 .box_answer2 table *{
		font-size: 1.5rem;
	}

	.step4 .box_answer2 table th.table-vertical {
		width: 42px;
	}
	.step4 .box_answer2 dd p.table-text-red {
		width: 200px;
		margin-top: 7px;
		margin-left: auto;
		margin-right: 5px;
		font-size: 1.2rem;
		line-height: 19px;
	}
	.step4 .cv-button.pc-only {
		display: flex;
		justify-content: center;
		gap: 55px;
	}
	.step4 .fl-end-link__button{
		width: 460px;
		height: 120px;
		margin: 0 0 50px;
		border-radius: 60px;
		font-size: 26px;
		line-height: 120px;
	}
	.step4 .fl-end-link__button:first-of-type::before{
		width: 72px;
		margin-right: 28.4px;
		background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/icon_btn_paper01.png') no-repeat center top 24px/contain;
	}
	.step4 .fl-end-link__button:last-of-type::before{
		width: 79.73px;
		height: 100%;
		margin-right: 15px;
		background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/icon_btn_digital01.png') no-repeat center top 28px/contain;
	}
	.accordion {
		margin-top: 30px;
		max-width: 300px;
	}
	.accordion-content {
		display: none;
	}
	.js-accordion-title {
		position: relative;
	}
	.js-accordion-title::after {
		font-size: 30px;
		width: 80px;
		text-align: center;
		height: 20px;
		line-height: 20px;
		transition: 0.4s;
		padding-top: 6px }
}


.fl-caution {
	margin: 3.0vw calc(50% - 42.25vw) 8.0vw;
	width: 85.066666667vw;
}
@media screen and (min-width:766px) {
	.fl-caution {
		margin: 51px calc(50% - 350px);
		width: 700px;
		padding-right: 38px;
	}
}



/* [アコーディオン] */
.accordion-wrap {
	width: 90.133333333vw;
	/* margin: auto; */
	margin: 20px auto;
}

.fl-js-accordion__content {
	display: none;
}

.fl-btn-blue-accordion {
	position: relative;
	width: 100%;
	padding: 2.4vw 2.4vw 2.4vw 10.666666667vw;
	text-align: left;
	border: .266666667vw solid #004ea2;
	font-size: 3.333333333vw;
	font-weight: 600;
	background: #FFFFFF;
}

.fl-btn-blue-accordion::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1.866666667vw;
	transform: translateY(-50%);
	width: 6.170666667vw;
	height: 6.170666667vw;
	background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/icon_help_blue.svg) no-repeat center center/contain;
}

.fl-btn-blue-accordion::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.933333333vw;
	transform-origin: 60% 40%;
	width: 3.2vw;
	height: 3.2vw;
	transform: translateY(-50%) rotate(135deg);
	transition: transform 0.4s;
	border-right: .533333333vw solid #004ea2;
	border-top: .533333333vw solid #004ea2;
}
.is-open.fl-btn-blue-accordion::after {
	transform: translateY(-50%) rotate(315deg);
}

.accordion-wrap strong {
	color: #2167AE;
	font-weight: bold;
}

.fl-btn-blue-accordion--heading::after {
	content: none;
}
.fl-accordion-content {
	border: .8vw solid #2167AE;
	padding: 5.2vw 3.733333333vw;
	background: #EEF0F1;
}
.fl-accordion-content img,
.fl-accordion-content picture {
	display: inline-block;
	width: 100%;
	height: auto;
}
.fl-accordion-content > p {
	font-weight: 600;
}

h4.fl-accordion-content__lead {
	text-align: center;
	font-size: 4.8vw;
	letter-spacing: 0.01em;
	line-height: 1.54;
	color: #23366F;
	font-weight: 700;
}
h4.fl-accordion-content__lead::before {
	display: none;
}

.fl-accordion-content__desc {
	font-size: 3.733333333vw;
	line-height: 2;
	letter-spacing: -0.04em;
}

.fl-accordion-content h5 {
	font-size: 4.266666667vw;
	color: #2167AE;
	margin-bottom: 0 !important;
}
.fl-accordion-content__text {
	font-size: 3.2vw;
}

.fl-acc-span__box {
	position: relative;
	text-align: center;
	width: 80.0vw;
	height: 16.0vw;
	margin: 9.866666667vw auto;
	border-radius: 1.066666667vw;
	border: solid .533333333vw #fff;
	background: #fff;
}
.fl-acc-span__name {
	position: relative;
	top: -2.933333333vw;
	width: 27.2vw;
	height: 5.866666667vw;
	margin: auto;
	padding-left: 4.8vw;
	color: #fff;
	font-size: 3.733333333vw;
	line-height:  5.866666667vw;
	border-radius: 2.933333333vw;
	font-weight: 700;
}
.fl-acc-span__name::before {
	content: "";
	position: absolute;
	width: 9.6vw;
	height: 9.6vw;
	top: calc(50% - 4.8vw);
	left: 0;
	background: no-repeat center/contain;
}
.fl-acc-span__ex {
	margin: 0;
	font-size: 3.733333333vw;
}
.fl-acc-span__ex strong {
	font-size: 4.266666667vw;
	font-weight: 600;
	color: #2167AE;
}

.fl-acc-span__box:nth-of-type(1) {border-color: #FF7569;}
.fl-acc-span__box:nth-of-type(1) .fl-acc-span__name {background-color: #FF7569;}
.fl-acc-span__box:nth-of-type(1) .fl-acc-span__name::before {background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_acc_span_ex01.svg');}
.fl-acc-span__box:nth-of-type(2) {border-color: #25A29D;}
.fl-acc-span__box:nth-of-type(2) .fl-acc-span__name {background-color: #25A29D;}
.fl-acc-span__box:nth-of-type(2) .fl-acc-span__name::before {background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_acc_span_ex02.svg');}
.fl-acc-span__box:nth-of-type(3) {border-color: #387FC3;}
.fl-acc-span__box:nth-of-type(3) .fl-acc-span__name {background-color: #387FC3;}
.fl-acc-span__box:nth-of-type(3) .fl-acc-span__name::before {background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_acc_span_ex03.svg');}

.fl-acc-span img {
	width: 80.0vw;
	height: auto;
}

.fl-acc-span__note {
	margin-top: 5.866666667vw;
}
.fl-acc-span__note li {
	letter-spacing: -0.02em;
	padding-left: 0.5em;
	font-size: 2.66666666vw;
	line-height: 1.7;
	list-style: '※';
}

@media screen and (min-width:766px) {
	/* [アコーディオン] */
	.accordion-wrap {
		width: 800px;
		margin: 30px auto 0;
	}
	
	.fl-btn-blue-accordion {
		padding: 10px 25px 10px 50px;
		border: 1px solid #004ea2;
		font-size: 16px;
	}
	
	.fl-btn-blue-accordion::before {
		left: 10px;
		width: 30px;
		height: 30px;
	}
	
	.fl-btn-blue-accordion::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 25px;
		transform-origin: 60% 40%;
		width: 15px;
		height: 15px;
		border-width: 2px;
	}
	.fl-accordion-content {
		border: 3px solid #2167AE;
		padding: 50px 40px 30px;
		background: #EEF0F1;
	}
	
	h4.fl-accordion-content__lead {
		font-size: 22px;
		margin-bottom: 15px;
	}
	
	.fl-accordion-content__desc {
		font-size: 18px;
		line-height: 1.8;
		letter-spacing: 0;
	}
	
	.fl-accordion-content h5 {
		position: relative !important;
		font-size: 20px;
	}
	.fl-accordion-content__text {
		font-size: 16px;
	}
	.fl-feature__section .cv-button p.fl-accordion-content__subtitle {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        letter-spacing: 0em;
	}
	.fl-acc-span__box {
		display: inline-block;
		width: 220px;
		height: 82px;
		margin: 46px 0;
		border-radius: 4px;
		border: solid 2px #fff;
		background-color: #fff;
	}
	.fl-acc-span__box:nth-of-type(2) {
		margin: 46px 12px;
	}
	.fl-acc-span__name {
		top: -18px;
		width: 102px;
		height: 24px;
		padding-left: 18px;
		font-size: 16px;
		line-height:  1.5;
		border-radius: 12px;
		font-weight: 700;
	}
	.fl-acc-span__name::before {
		width: 36px;
		height: 36px;
		top: -6px;
	}
	.fl-acc-span__ex {
		font-size: 16px;
	}
	.fl-acc-span__ex strong {
		font-size: 18px;
	}
	
	.fl-acc-span__box:nth-of-type(1) {border-color: #FF7569;}
	.fl-acc-span__box:nth-of-type(1) .fl-acc-span__name {background-color: #FF7569;}
	.fl-acc-span__box:nth-of-type(1) .fl-acc-span__name::before {background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_acc_span_ex01.svg');}
	.fl-acc-span__box:nth-of-type(2) {border-color: #25A29D;}
	.fl-acc-span__box:nth-of-type(2) .fl-acc-span__name {background-color: #25A29D;}
	.fl-acc-span__box:nth-of-type(2) .fl-acc-span__name::before {background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_acc_span_ex02.svg');}
	.fl-acc-span__box:nth-of-type(3) {border-color: #387FC3;}
	.fl-acc-span__box:nth-of-type(3) .fl-acc-span__name {background-color: #387FC3;}
	.fl-acc-span__box:nth-of-type(3) .fl-acc-span__name::before {background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_acc_span_ex03.svg');}
	

	
	.fl-acc-span__note {
		margin-top: 28px;
	}
	.fl-acc-span__note li {
		padding-left: 0;
		font-size: 10px;
	}
}

/* 202506 試算例改修 */

.step4 .answer_headline {
	display: inline-block;
	padding: 0 2.133333333vw 3.2vw;
	font-size: 3.733333333vw;
	font-weight: 600;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_sp_2607/img_answer_line_sp.svg') no-repeat bottom center/contain;
	color: #23366F;
}
.step4 .answer_headline strong {
	font-size: 4.533333333vw;
}
.step4 .answer_headline strong.blue {
	color: #5495CF;
}
.step4 .answer_headline strong.pink {
	color: #FF7569;
}
.step4 .answer_list .answer_headline_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5.866666667vw;
	margin-bottom: 12.0vw;
}
.step4 .answer_list .answer_headline_block p {
	margin: 0;
	font-size: 6.666666667vw;
	color: #004EA2;
	font-weight: 600;
}
.step4 .answer_list .answer_headline_block dl {
	overflow: visible;
	margin: 0;
	width: 37.866666667vw;
	margin-left: 1.333333333vw;
}
.step4 .answer_list .answer_headline_block dt {
	position: relative;
	padding: 0;
	display: grid;
	place-content: center;
	height: 6.4vw;
	font-size: 4.0vw;
	color: #ffffff;
	border: none;
}
.step4 .answer_list .answer_headline_block dt::before {
	content: "";
	display: block;
	position: absolute;
	width: 8.0vw;
	height: 8.0vw;
	left: -1.333333333vw;
	top: -3.2vw;
	background: no-repeat center/contain;
}
.step4 .answer_list .answer_headline_block dd {
	display: grid;
	place-content: center;
	height: 13.333333333vw;
	font-size: 3.733333333vw;
}
.step4 .answer_list .answer_headline_block dl dt::before {
	width: 9.6vw;
	height: 9.6vw;
}
.step4 .answer_list .answer_headline_block dl:first-child {
	border: solid 1px #5495CF;
}
.step4 .answer_list .answer_headline_block dl:first-child dt {
	background-color: #5495CF;
}
.step4 .answer_list .answer_headline_block dl:first-child dt::before {
	background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_answer_icon-ill01.svg');
}
.step4 .answer_list .answer_headline_block dl:first-child dd {
	/* color: #5495CF; */
	color: #23366F;
}
.step4 .answer_list .answer_headline_block dl:last-child {
	border: solid 1px #FF7569;;
}
.step4 .answer_list .answer_headline_block dl:last-child dt {
	background-color: #FF7569;
}
.step4 .answer_list .answer_headline_block dl:last-child dt::before {
	background-image: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_answer_icon-ill02.svg');
}
.step4 .answer_list .answer_headline_block dl:last-child dd {
	/* color: #FF7569; */
	color: #23366F;
}
.step4 .answer_list .answer_topic {
	text-align: left;
	margin-left: 12.0vw;
	font-size: 3.733333333vw;
	line-height: 1.25;
	font-weight: 600;
}
.step4 .answer_list .answer_topic span {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 13.866666667vw;
	height: 13.866666667vw;
	font-size: 2.666666667vw;
	line-height: 13.866666667vw;
	z-index: 2;
	border-radius: 50%;
	color: #FFFFFF;
}
.step4 .answer_list .answer_topic span.sonaeru {
	background-color: #5495CF;
}
.step4 .answer_list .answer_topic span.fuyasu {
	background-color: #FF7569;
}
.step4 .answer_list dl {
	width: 100%;
	margin-bottom: 8.0vw;
	border: solid 2px #2167AE;
	border-radius: 1.066666667vw;
	overflow: hidden;
}
.step4 .answer_list dl dt {
	position: relative;
	border-bottom: solid 2px #2167AE;
}
.step4 .answer_list dl dt p {
	line-height: 1.2;
}

.step4 .answer_list dl table {
	margin: 0;
}
.step4 .answer_list dd tr + tr {
	border-top: solid 2px #2167AE;
}

.step4 .answer_list dd th {
	font-size: 4.266666667vw;
	width: 38.5%;
}
.step4 .answer_list dd td {
	font-size: 5.866666667vw;
	height: 16.0vw;
	border-left: solid 2px #2167AE;
	width: 61.5%;
}
.step4 .answer_list dd td small {
	font-size: 4.533333333vw;
}
.step4 .answer_list dd tr.bg {
	background-color: #91BFE3;
}
.step4 .answer_list dd tr:not(.bg) {
	color: #434343;
}

.accordion-wrap .image_head {
	display: inline-block;
	margin-bottom: 4.266666667vw;
	padding: .8vw 2.666666667vw 0;
	font-size: 3.2vw;
	color: #FFFFFF;
	background-color: #23366F;
	border-radius:  .8vw;
}

@media screen and (min-width: 766px){
	.step4 .answer_headline {
		width: 412px;
		padding: 0 0 20px;
		font-size: 2.2rem;
		font-weight: 600;
	}
	.step4 .answer_headline strong {
		font-size: 2.7rem;
	}
	.step4 .answer_list .answer_headline_block {
		margin-top: 35px;
		margin-bottom: 60px;
	}
	.step4 .answer_list .answer_headline_block p {
		font-size: 4.0rem;
	}
	.step4 .answer_list .answer_headline_block dl {
		display: block;
		margin: 0;
		width: 350px;
		margin-left: 7px;
		height: auto;
		border-radius: 4px;
	}
	.step4 .answer_list .answer_headline_block dt {
		width: 100%;
		height: 39px;
		font-size: 2.3rem;
		border-top-right-radius: 4px;
	}
	.step4 .answer_list .answer_headline_block dt::before {
		width: 48.5px;
		height: 48.5px;
		left: -7px;
		top: -20px;
	}
	.step4 .answer_list .answer_headline_block dd {
		height: 81px;
		font-size: 2.2rem;
		border: none;
	}
	.step4 .answer_list .answer_headline_block dl dt::before {
		top: -15px;
		left: -15px;
		width: 62.27px;
		height: 62.27px;
	}
	.step4 .answer_list .answer_topic {
		margin-top: 50px;
		margin-left: auto;
		text-align: center;
		font-size: 1.8rem;
	}
	.step4 .answer_list .answer_topic span {
		margin-right: 20px;
		width: 80px;
		height: 80px;
		font-size: 1.7rem;
		line-height: 80px;
		z-index: 2;
	}
	.step4 .answer_list dl,
	.step4 .answer_list dl.dl_list {
		display: block;
		width: 800px;
		height: auto;
		margin-bottom: 30px;
		border-radius: 4px;
		overflow: hidden;
	}
	.step4 .answer_list dl dt {
		display: block;
		width: 100%;
		padding: 8px 0 7px;
		font-size: 1.6rem;
		text-align: center;
	}
	.step4 .answer_list dl dt p {
		position: relative;
		display: inline-block;
	}
	.step4 .answer_list dl dt strong {
		font-size: 1.8rem;
	}
	.step4 .answer_list dd {
		height: 60px;
		border: none;
	}

	.step4 .answer_list dl.dl_list dd {
		height: auto;
	}
	.step4 .answer_list dd th {
		font-size: 2.0rem;
		width: 50%;
	}
	.step4 .answer_list dd td {
		font-size: 2.6rem;
		height: 60px;
		width: 50%;
	}
	.step4 .answer_list dd td small {
		font-size: 2.1rem;
	}

	.accordion-wrap .image_head {
		display: inline-block;
		margin-top: 65px;
		margin-bottom: 36px;
		padding: 5px 18px;
		font-size: 2.0rem;
		border-radius: 4px;
	}

	.fl-accordion-content > p {
		font-size: 1.8rem;
	}
	.fl-accordion-content > img {
		display: block;
		margin: auto;
	}
}

.fl-recommended-point {
	margin-top: 8vw;
	margin-bottom: 8.0vw;
}
.fl-recommended-point h4 {
	text-align: center
}
.fl-recommended-point h4 img {
	width: 72.533333333vw;
}
.fl-recommended-point h4 span {
	position: relative;
	display: block;
	margin-top: -2.666666667vw;
	font-size: 5.866666667vw;
	color: #23366F;
}
.fl-recommended-point h4 span::before,
.fl-recommended-point h4 span::after {
	content: "";
	position: relative;
	display: inline-block;
	width: 1px;
	height: 1.14em;
	background-color: #23366F;
	bottom: -.2em;
}
.fl-recommended-point h4 span::before {
	rotate: -30deg;
	margin-right: 1.36em;
}
.fl-recommended-point h4 span::after {
	rotate: 30deg;
	margin-left: 1.36em;
}

.fl-btn-recommended-accordion {
	margin-top: 13.333333333vw;
	width: 100%;
	text-align: center;
	background-color: #23366F;
	position: relative;
	padding-bottom: 5.333333333vw;
	border-top-left-radius: 1.066666667vw;
	border-top-right-radius: 1.066666667vw;
}
.fl-btn-recommended-accordion:first-child {
	margin-top: 4.0vw;
}
.fl-btn-recommended-accordion::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.933333333vw;
	transform-origin: 60% 40%;
	width: 3.2vw;
	height: 3.2vw;
	transform: translateY(-50%) rotate(135deg);
	transition: transform 0.4s;
	border-right: .533333333vw solid #FFFFFF;
	border-top: .533333333vw solid #ffffff;
}
.is-open.fl-btn-recommended-accordion::after {
	transform: translateY(-50%) rotate(315deg);
}
.fl-btn-recommended-accordion p {
	font-size: 4.266666667vw;
	font-weight: 600;
	line-height: 1.5;
}
.fl-btn-recommended-accordion__headline {
	position: relative;
	width: 65.866666667vw;
	margin: -3.066666667vw auto 4.0vw;
	height: 6.213333333vw;
	padding-left: 2.266666667vw;
	background-color: #FFFFFF;
	border: solid 1px #23366F;
	border-radius: 3.2vw;
	color: #23366F;
}
.fl-btn-recommended-accordion__headline01::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 9.728vw;
	height: 9.832vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_sp_2607/img_point_icon-num01.svg') no-repeat center left/contain;
	left: -2.266666667vw;
	top: -2.933333333vw;
}
.fl-btn-recommended-accordion__headline02 {
	width: 81.866666667vw;
}
.fl-btn-recommended-accordion__headline02::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 9.728vw;
	height: 9.832vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_sp_2607/img_point_icon-num02.svg') no-repeat center left/contain;
	left: -2.266666667vw;
	top: -2.933333333vw;
}
.fl-btn-recommended-accordion__description {
	color: #FFFFFF;
}
.fl-btn-recommended-accordion__description strong {
	color: #FFFFFF;
	text-decoration: underline #FFF773;
	text-underline-offset: 0.2em;
}

.fl-recommended-accordion-content {
	width: 100%;
	padding: 7.2vw 5.066666667vw 5.0vw;
	text-align: center;
	color: #434343;
	border: solid 1px #23366F;
}
.fl-recommended-accordion-content p {
	font-size: 3.733333333vw;
	line-height: 1.7;
}
.fl-recommended-accordion-content p.left {
	text-align: left;
}
.fl-recommended-accordion-content img {
	width: 100%;
}
.fl-recommended-accordion-content__description {
	font-weight: 600;
}
.fl-recommended-accordion-content .fl-recommended-accordion-content__description strong {
	color: #2167AE;
	font-size: 1em;
}
.fl-recommended-accordion-content .kar {
	letter-spacing: -0.25em;
	margin-left: -0.25em;
}
.fl-recommended-accordion-content .kar2 {
	letter-spacing: -0.35em;
}
.fl-recommended-accordion-content__image01 {
	margin-top: 7.466666667vw;
}
.fl-recommended-accordion-content__bubble {
	position: relative;
	width: 100%;
	margin-top: 2.133333333vw;
	padding: 3.466666667vw 3.466666667vw 4.0vw;
	background-color: #EEF0F1;
	border-radius: 4px;
}
.fl-recommended-accordion-content__bubble::before {
	position: absolute;
	content: "";
	border-bottom: solid 10.666666667vw #EEF0F1;
	border-left: solid 2.133333333vw transparent;
	border-right: solid 2.133333333vw transparent;
	rotate: -15deg;
	top: -9.066666667vw;
	left: 25.066666667vw;
}
.fl-recommended-accordion-content__bubble-title {
	font-size: 3.733333333vw;
	font-weight: 600;
}
.fl-recommended-accordion-content p.fl-recommended-accordion-content__bubble-txt {
	margin-top: 0em;
	padding: 0px 25px;
	line-height: 1.5;
}
.fl-recommended-accordion-content__bubble-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.333333333vw;
	padding: 0;
	margin: 2.4vw 0 3.733333333vw;
}
.fl-recommended-accordion-content__bubble-list li {
	display: grid;
	place-content: center;
	width: 49%;
	height: 10.666666667vw;
	font-size: 3.2vw;
	line-height: 1.3;
	font-weight: 500;
	white-space: nowrap;
	color: #FFFFFF;
	border-radius: 3px;
}
.fl-recommended-accordion-content__bubble-list li.purple {
	background-color: #6D6BCF;
}
.fl-recommended-accordion-content__bubble-list li.blue {
	background-color: #1FB1E6;
}
.fl-recommended-accordion-content__bubble-list li.pink {
	background-color: #E18EBA;
}
a.fl-recommended-accordion-content__bubble-text {
	font-size: 3.2vw;
	line-height: 1.8;
	color: #003399;
	font-weight: 500;
	text-decoration: underline;
}
a.fl-recommended-accordion-content__bubble-text:hover {
	text-decoration: none;
}
.fl-recommended-accordion-content__bubble-text>span {
	padding: 0.5vw 3.2vw;
	font-size: 3.733333333vw;
	line-height: 1.5;
	background-color: #FFFFFF;
	border-radius: 3px;
}
.fl-recommended-accordion-content__bubble-text span + span {
	margin-left: 7px;
}
.fl-recommended-accordion-content__text {
	width: 100%;
	margin-bottom: 8.0vw;
	padding: 0 5.333333333vw;
	font-size: 3.733333333vw;
	color: #FF7569;
	line-height: 1.5;
	background-color: #FFF;
}
.fl-recommended-accordion-content .accordion-wrap {
	margin-top: 8.0vw;
	width: 100%;
	text-align: left;
}
.fl-recommended-accordion-content .accordion-wrap .answer_note {
	width: 100%;
}
.accordion-wrap strong.blue {
	font-size: 1em;
	color: #2167AE;
}
.image_exp {
	display: flex;
	justify-content: flex-start;
	border-top: solid 0.25px #5790CD;
	margin-bottom: 3.2vw;
}
.image_exp dt {
	display: grid;
	place-content: center;
	font-size: 2.4vw;
	width: 11.333333333vw;
	color: #5790CD;
	font-weight: 500;
	flex-shrink: 0;
	border-right: solid 0.25px #5790CD;
}
.image_exp dd {
	padding: 1.333333333vw 1.333333333vw 0;
}
.image_exp dd ul {
	padding-left: 0;
}
.image_exp dd ul li {
	font-size: 2.266666667vw;
	font-weight: 400;
}
.image_exp dd ul li::before {
	content: "■";
	position: relative;
	display: inline-block;
	margin-left: .266666667vw;
	color: #9ABDE1;
	text-shadow: -.266666667vw -.266666667vw .533333333vw #FFFFFF;
}
.image_exp .text01 {
	color: #9080B9;
	margin-top: 0.3em;
	padding: 0 1.333333333vw;
	font-size: large;
	line-height: 1.5;
	font-size: 2.266666667vw;
	border: solid 1px #9080B9;
	border-radius: .533333333vw;
	font-weight: 600;
}
.image_exp p.text02 {
	margin-top: 0.5em;
	font-size: 3.2vw;
	line-height: 1.28;
	font-weight: 600;
}
p.note_source {
	margin-top: 7.466666667vw;
	font-size: 2.133333333vw;
	font-weight: 400;
	text-align: right;
}
p.note_source + p {
	margin-top: 8.0vw;
}
.step4 .fl-recommended-accordion-content .answer_note {
	letter-spacing: -0.02em;
	margin: 8.533333333vw 0 14.933333333vw;
	padding-left: 0.5em;
	font-size: 2.66666666vw;
	line-height: 1.7;
	list-style: '※';
}
.step4 .fl-recommended-accordion-content .answer_note:last-child {
	margin-bottom: 0;
}
.fl-accordion-content > img + ul.answer_note{
	margin-top: 2em;
}

.fl-accordion-content .fl-option-state {
  padding-bottom: 3.0vw;
  width: 72.0vw;
  border-radius: 2.133333333vw;
  background-color: #EEF0F1;
}
.fl-accordion-content .fl-option-state h4 {
  display: grid;
  place-content: center;
  height: 15.733333333vw;
  font-size: 4.266666667vw;
  font-weight: 500;
  line-height: 1.25;
  color: #FFFFFF;
  text-align: center;
  border-top-left-radius: 1.066666667vw;
  border-top-right-radius: 1.066666667vw;
  background-color: #6D6BCF;
}
.fl-accordion-content .fl-option-state > p {
  margin: 6.0vw 0 6.666666667vw;
  font-size: 3.733333333vw;
  line-height: 1.4;
}
.fl-accordion-content .fl-state-list .fl-txt-2c {
  letter-spacing: 0.5em;
}
.fl-accordion-content .fl-state-list > dt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-left: 5.333333333vw;
  height: 8.0vw;
  line-height: 8.0vw;
  font-size: 4.266666667vw;
  font-weight: 500;
  color: #FFFFFF;
}
.fl-accordion-content .fl-state-list > dt.fl-state-purple {
  background-color: #6D6BCF;
}
.fl-accordion-content .fl-state-list > dt.fl-state-blue {
  background-color: #1FB1E6;
  height: 12.8vw;
}
.fl-accordion-content .fl-state-list > dt.fl-state-pink {
  background-color: #E18EBA;
}
.fl-accordion-content .fl-state-list > dt div {
  display: flex;
  text-align: right;
  margin: 0;
  margin-right: 2.666666667vw;
}
.fl-accordion-content .fl-state-list > dt div span {
  width: 5.066666667vw;
  line-height: 5.066666667vw;
  font-size: 3.733333333vw;
  font-family: "Meiryo", "ゴシックMB101 L", "Gothic MB101 Light", serif;
  color: #434343;
  background-color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  margin-left: 1.066666667vw;
}
.fl-accordion-content .fl-state-list > dd {
  padding: 2.666666667vw 0 8.0vw;
}
.fl-accordion-content .fl-state-list > dd:last-child {
  border: none;
}
.fl-accordion-content .fl-state-list > dd dl {
}
.fl-accordion-content .fl-state-list > dd p {
  font-size: 3.733333333vw;
  font-weight: 500;
  color: #434343;
}
.fl-accordion-content .fl-state-list > dd p.box {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 2.666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.545;
  color: #FFFFFF;
  background-color: #6D6BCF;
  border-radius: .757333333vw;
}
.fl-accordion-content .fl-state-list > dd p.box_white {
  margin-left: 0;
  color: #434343;
  background-color: #FFFFFF;
  border: solid 2px #6D6BCF;
}
.fl-accordion-content .fl-state-list > dd p.ind_1em {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 0;
}
.fl-accordion-content .fl-state-list > dd dl dt .small{
  font-size: 3.2vw;
  color: #434343;
}
.fl-accordion-content .fl-state-list > dd dl dd {
  margin-top: 2.133333333vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
}
.fl-accordion-content p.fl-option-comment {
  display: block;
  margin: 0 auto 6.533333333vw;
  width: 53.6vw;
  padding: 4.266666667vw 8.0vw 37.333333333vw;
  font-size: 3.466666667vw;
  color: #23366F;
  line-height: 1.6;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_sp_2607/bg_option_comment.svg) no-repeat center top/contain;
}
.fl-accordion-content .fl-option-comment + .fl-note-list {
  margin: 5.333333333vw 5.333333333vw 0;
}
.fl-recommended-accordion-content + .cv-button {
	margin-top: 12.533333333vw;
}
.fl-feature__section .cv-button p {
	text-align: center;
}
.fl-feature__section .cv-button p .bubble {
	margin-top: 6.0vw;
	margin-bottom: 2.0vw;
	width: 100%;
	font-size: 3.466666667vw;
	font-weight: 600;
	color: #2167AE;
	text-align: center;
}
.fl-feature__section .cv-button p .bubble_pink {
	position: relative;
	display: block;
	margin-top: 6.4vw;
	margin-bottom: 6.4vw;
	width: 100%;
	height: 8.0vw;
	font-size: 3.466666667vw;
	font-weight: 600;
	line-height: 8.0vw;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF7569;
	border-radius: 8.0vw;
}
.fl-feature__section .cv-button p .bubble_pink::after {
	content: "";
	position: absolute;
	border-top: solid 6.4vw #FF7569;
	border-left: solid 2.666666667vw transparent;
	border-right: solid 2.666666667vw transparent;
	left: calc(50% - 3.2vw);
	bottom: -3.8vw;
}
.fl-feature__section .cv-button p .bubble_pink +  {}
.fl-recommended-accordion-content p strong {
	color: #2167AE;
}
.fl-recommended-accordion-content p .slash,
.step4 p .slash {
	display: inline-block;
	color: #2167AE;
	font-size: 4.8vw;
	font-weight: 600;
	margin-bottom: 3.2vw;
}
.fl-recommended-accordion-content p .slash::before,
.fl-recommended-accordion-content p .slash::after,
.step4 p .slash::after,
.step4 p .slash::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 1px;
	bottom: -.132em;
	height: 1.25em;
	transform-origin: top;
	background-color: #2167AE;
}
.fl-recommended-accordion-content p .slash::before,
.step4 p .slash::before {
	margin-right: 1em;
	rotate: -20deg;
}
.fl-recommended-accordion-content p .slash::after,
.step4 p .slash::after {
	margin-left: 1em;
	rotate: 20deg;
}

.fl-recommended-accordion-content p.bubble01 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 11.2vw;
	font-size: 3.466666667vw;
	font-weight: 600;
	color: #EA8C2E;
	padding-bottom: 2.7vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_sp_2607/img_bg_guide01_sp.svg') no-repeat center/contain;
	margin-bottom: 3.6vw;
}
.image_logos {
	margin-bottom: 5.333333333vw;
}

.accordion-wrap:has(.fl-btn-topic-accordion) {
	text-align: center;
}
.accordion-wrap .fl-btn-topic-accordion {
	position: relative;
	width: 100%;
	padding: 4.533333333vw 0 5.066666667vw;
	color: #FFFFFF;
	font-size: 3.733333333vw;
	font-weight: 600;
	background-color: #1FB1E6;
	border-top-left-radius: 1.066666667vw;
	border-top-right-radius: 1.066666667vw;
}
.accordion-wrap .fl-btn-topic-accordion::before {
	content: "";
	display: block;
	position: absolute;
	width: 15.861333333vw;
	height: 15.674666667vw;
	left: 2.666666667vw;
	top: -5.274666667vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_sp_2607/img_point_icon-topic_sp.svg') no-repeat center/contain;
}
.fl-topic-accordion-content {
	padding: 8.0vw 4.0vw;
	background-color: #F4F7FB;
	border: solid 1px #1FB1E6;
}
.fl-topic-accordion-content p {
	font-size: 3.733333333vw;
	font-weight: 600;
}
.fl-topic-accordion-content p.text_blue {
	color: #23366F;
}
.fl-topic-accordion-content dl {
	width: 100%;
}
.fl-topic-accordion-content dt {
	font-size: 3.466666667vw;
	line-height: 6.4vw;
	color: #ffffff;
	background-color: #23366F;
	border-top-left-radius: 1.066666667vw;
	border-top-right-radius: 1.066666667vw;
}
.fl-topic-accordion-content dd {
	padding: 2.933333333vw 3.2vw;
	font-size: 3.2vw;
	font-weight: 600;
	color: #23366F;
	background-color: #FFFFFF;
}
.fl-topic-accordion-content dd strong {
	color: #FF7569;
}
.fl-topic-accordion-content .bubble {
	padding-top: 4.133333333vw;
	font-size: 3.466666667vw;
	line-height: 1.4;
	width: 55.333333333vw;
	height: 18.933333333vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_sp_2607/img_bg_guide02_sp.svg') no-repeat center/contain;
}
.fl-topic-accordion-content p.bubble strong {
	font-size: 3.466666667vw;
}
.fl-topic-accordion-content p.orange {
	color: #EA8C2E;
}

.fl-topic-accordion-content .cv-button {
	margin-bottom: 0;
}
.fl-topic-accordion-content .cv-button a {
	width: 100%;
}
.cv-button > a.fl-cv-button__plan {
	font-size: 3.366666667vw;
	line-height: 1.3;
	background-color: #E18EBA;
	border: none;
	box-shadow: none;
}
.fl-cv-button__plan::before{
	content: "";
	display: inline-block;
	width: 7.752vw;
	height: 100%;
	margin-right: 0.8em;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/icon_btn_plan.svg') no-repeat center/contain;
}

.fl-btn-plan-accordion {
	position: relative;
	width: 100%;
	padding: 6.933333333vw 0 5.066666667vw;
	text-align: center;
	color: #FFFFFF;
	background-color: #2167AE;
}
.fl-btn-plan-accordion p {
	font-size: 3.733333333vw;
	line-height: 1.7;
	font-weight: 600;
}
.fl-btn-plan-accordion__headline {
	display: inline-block;
	padding-bottom: calc(2.168vw);
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_sp_2607/img_plan_line_sp.svg') no-repeat center bottom/contain;
}

.fl-btn-plan-accordion::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.933333333vw;
	transform-origin: 60% 40%;
	width: 3.2vw;
	height: 3.2vw;
	transform: translateY(-50%) rotate(135deg);
	transition: transform 0.4s;
	border-right: .533333333vw solid #FFFFFF;
	border-top: .533333333vw solid #ffffff;
}
.is-open.fl-btn-plan-accordion::after {
	transform: translateY(-50%) rotate(315deg);
}
.fl-btn-plan-accordion__description strong {
	font-size: 5.066666667vw;
	color: #FFFFFF;
	text-decoration: underline #FFF773;
	text-underline-offset: 8px;
}
.fl-plan-accordion-content {
	padding: 6.0vw 5.6vw 4vw;
	text-align: center;
	border: solid 1px #004EA2;
}
.fl-plan-accordion-content p {
	line-height: 1.7;
	font-weight: 600;
}
.fl-plan-accordion-content p.slash {
	position: relative;
	width: 100%;
	margin-bottom: 7.466666667vw;
}
.fl-plan-accordion-content p.slash::before,
.fl-plan-accordion-content p.slash::after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	bottom: 0;
	height: 12.266666667vw;
	transform-origin: top;
	background-color: #434343;
}
.fl-plan-accordion-content p.slash::before {
	left: 0;
	rotate: -25deg;
}
.fl-plan-accordion-content p.slash::after {
	right: 0;
	rotate: 25deg;
}
.fl-plan-accordion-content img {
	margin-bottom: 7.2vw;
}
.fl-recommended-accordion-content .cv-button .cv-guide {
	font-weight: 600;
	text-align: center;
}

@media screen and (min-width: 766px) {
	.fl-recommended-point {
		margin-top: 60px;
		margin-bottom: 70px;
	}
	.fl-recommended-point h4 {
		text-align: center;
		margin-bottom: 0px;
	}
	.fl-recommended-point h4 img {
		width: 468px;
	}
	.fl-recommended-point h4 span {
		margin-top: -20px;
		font-size: 3.4rem;
	}

	.fl-btn-recommended-accordion {
		margin-top: 115px;
		padding-bottom: 34px;
		border-top-left-radius: 10px;
		border-top-left-radius: 10px;
	}
	.fl-btn-recommended-accordion:first-child {
		margin-top: 100px;
	}
	.fl-btn-recommended-accordion::after {
		right: 30px;
		width: 23px;
		height: 23px;
		border-right: 2px solid #FFFFFF;
		border-top: 2px solid #ffffff;
	}
	.fl-btn-recommended-accordion p {
		font-size: 2.6rem;
		line-height: 1.5;
        display: inline-table;
        align-items: center;
	}
	.fl-btn-recommended-accordion__headline {
		width: 585px;
		margin: -25px auto 25px;
        padding: 5px 0;
        height: 40px;
		border-radius: 25px;
	}
	.fl-btn-recommended-accordion__headline01::before,
	.fl-btn-recommended-accordion__headline02::before,
	.fl-btn-recommended-accordion__headline03::before {
		width: 75.5px;
		height: 75px;
		left: -22px;
		top: -22px;
	}
	.fl-btn-recommended-accordion .fl-btn-recommended-accordion__description {
        line-height: 1.8;
        margin-bottom: 20px;
	}
	.fl-recommended-accordion-content {
		padding: 53px 50px 60px;
	}
	.fl-recommended-accordion-content p {
		font-size: 1.8rem;
		line-height: 1.7;
		padding: 5px 25px;
	}
	.fl-recommended-accordion-content img {
		width: 100%;
		max-width: 500px;
	}
	.fl-recommended-accordion-content__image01 {
		margin-top: 56px;
	}
	.fl-recommended-accordion-content__bubble {
		position: relative;
		width: 700px;
		margin-top: 12px;
		padding: 25px 30px 30px;
		background-color: #EEF0F1;
		border-radius: 4px;
	}
	.fl-recommended-accordion-content__bubble::before {
		position: absolute;
		content: "";
		border-bottom: solid 60px #EEF0F1;
		border-left: solid 17px transparent;
		border-right: solid 17px transparent;
		rotate: -20deg;
		top: -51px;
		left: 233px;
	}
	.fl-recommended-accordion-content__bubble-title {
		font-size: 2.2rem;
		font-weight: 600;
	}
	.fl-recommended-accordion-content__bubble-list {
		gap: 5px;
		padding: 0;
		margin: 27px 0 20px;
	}
	.fl-recommended-accordion-content__bubble-list li {
		display: grid;
		place-content: center;
		width: 210px;
		height: 65px;
		font-size: 1.8rem;
		line-height: 1.3;
		font-weight: 500;
		white-space: nowrap;
		color: #FFFFFF;
		border-radius: 3px;
	}
	.fl-recommended-accordion-content__bubble-list li.purple {
		background-color: #6D6BCF;
	}
	.fl-recommended-accordion-content__bubble-list li.blue {
		background-color: #1FB1E6;
	}
	.fl-recommended-accordion-content__bubble-list li.pink {
		background-color: #E18EBA;
	}
	a.fl-recommended-accordion-content__bubble-text {
		font-size: 1.6rem;
		font-weight: 500;
		margin-top: 10px;
        display: block;
	}
	a.fl-recommended-accordion-content__bubble-text:hover {
		/* text-decoration: underline; */
	}
	.fl-recommended-accordion-content__bubble-text>span {
		padding: 5px 20px;
		font-size: 1.8rem;
		line-height: 1.5;
		background-color: #FFFFFF;
		border-radius: 3px;
	}
	.fl-recommended-accordion-content__bubble-text span + span {
		margin-left: 7px;
	}
	.fl-recommended-accordion-content__text {
		margin-bottom: 30px;
		padding: 0 25px;
		font-size: 1.8rem;
		line-height: 50px;
	}
	.fl-recommended-accordion-content .accordion-wrap {
		margin-top: 60px;
	}
	.image_exp {
		margin-bottom: 35px;
	}
	.image_exp dt {
		font-size: 2.1rem;
		width: 98px;
		border-right: solid 0.75px #5790CD;
	}
	.image_exp dd {
		padding: 15px 10px 0;
	}
	.image_exp dd ul li {
		font-size: 1.8rem;
	}
	.image_exp dd ul li::before {
		margin-left: 2px;
		text-shadow: -1px -1px 2px #FFFFFF;
	}
	.image_exp .text01 {
		margin-top: 10px;
		padding: 0.25em 15px 0;
		font-size: 1.8rem;
		border-radius: 1.5px;
	}
	.image_exp p.text02 {
		margin-top: 20px;
		font-size: 2.0rem;
	}
	p.note_source {
		margin-top: 28px;
		font-size: 1.6rem;
	}
	p.note_source + p {
		margin-top: 100px;
		padding: 5px 15px;
	}

	.step4 .fl-recommended-accordion-content .answer_note {
		letter-spacing: 0;
		margin: 50px 0 90px;
		font-size: 1.6rem;
	}

	.fl-accordion-content:has(.fl-option-state) {
		padding: 60px 40px;
	}
	.fl-accordion-content .fl-option-state {
		padding-bottom: 0;
		width: 620px;
		border-radius: 0;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.fl-accordion-content .fl-option-state .sup {
	font-size: 0.6em;
	vertical-align: super;
	}
	.fl-accordion-content .fl-option-state h4 {
		margin: 0;
		height: 130px;
		font-size: 24px;
		border-radius: 0;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.fl-accordion-content .fl-option-state > p {
		margin: 30px 0px 25px;
		font-size: 20px;
		line-height: 1.4;
	}
	.fl-accordion-content .fl-state-list > dt {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 0;
		margin-left: 0;
		padding-left: 20px;
		height: 50px;
		line-height: 1.6;
	}
	.fl-accordion-content .fl-state-list > dt.fl-state-blue {
		height: 50px;
	}
	.fl-accordion-content .fl-state-list > dt > p {
		font-size: 24px;
	}
	.fl-accordion-content .fl-state-list > dt div {
		display: flex;
		text-align: right;
		margin: 0;
		margin-right: 25px;
	}
	.fl-accordion-content .fl-state-list > dt div span {
		width: 35px;
		line-height: 35px;
		font-size: 26px;
		font-family: "Meiryo", "ゴシックMB101 L", "Gothic MB101 Light", serif;
		color: #434343;
		background-color: #FFFFFF;
		border-radius: 18px;
		text-align: center;
		margin-left: 9px;
	}
	.fl-accordion-content .fl-state-list > dd {
		padding: 30px 20px 45px;
	}
	.fl-accordion-content .fl-state-list > dd p {
		font-size: 20px;
		line-height: 1.36;
		font-weight: 500;
	}
	.fl-accordion-content .fl-state-list > dd p.box {
		margin-left: 0;
		margin-bottom: 0;
		padding: 2px 25px 0;
		font-size: 20px;
		line-height: 1.6;
		border-radius: 2.8px;
	}
	.fl-accordion-content .fl-state-list > dd p.box_white {
        border: solid 2px #6D6BCF;
        border-radius: 6px;
	}
	.fl-accordion-content p.fl-option-comment {
		display: block;
		margin: 0px auto 40px;
		width: 540.77px;
		height: 146.77px;
		padding: 24px 0 23px 268px;
		font-size: 20px;
		line-height: 1.8;
		background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/bg_option_comment.svg) no-repeat center top/contain;
	}
	.fl-accordion-content .fl-option-comment + .fl-note-list {
		margin: 35px 40px 0;
	}
	.fl-accordion-content p.fl-option-comment + .fl-simu-link {
		margin-top: 66px;
	}
	.fl-recommended-accordion-content + .cv-button {
		margin-top: 0;
	}

	.fl-recommended-accordion-content .cv-button {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		scale: 1;
	}
	.fl-recommended-accordion-content .cv-button a {
		width: 500px;
	}
	.fl-feature__section .cv-button p {
		text-align: left;
	}
	.fl-feature__section .cv-button p .bubble {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-top: 70px;
		margin-bottom: 0;
		padding: 0 50px;
		height: 60px;
		line-height: 60px;
		font-size: 2.0rem;
		color: #FFFFFF;
		background-color: #FF7569;
		border-radius: 30px;
	}
	.fl-feature__section .cv-button p .bubble_pink {
		margin: 20px auto;
		width: 450px;
		height: 60px;
		font-size: 2.0rem;
		line-height: 60px;
	}
	.fl-feature__section .cv-button p .bubble_pink::after {
		content: "";
		position: absolute;
		border-top: solid 13px #FF7569;
		border-left: solid 8px transparent;
		border-right: solid 8px transparent;
		bottom: -12px;
		left: calc(50% - 6.5px);
	}
	.fl-feature__section .cv-button p .bubble::after {
		content: "";
		position: absolute;
		border-top: solid 13px #FF7569;
		border-left: solid 8px transparent;
		border-right: solid 8px transparent;
		bottom: -12px;
	}
	.fl-recommended-accordion-content p strong {
		font-size: 1em;
	}
	.step4 p .slash {
        display: block;
        font-size: 2.1rem;
        font-weight: 600;
        margin-bottom: 15px;
        text-align: center;
	}
	.fl-recommended-accordion-content p .slash {
		display: inline-block;
		font-size: 2.1rem;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.fl-recommended-accordion-content p.bubble01 {
		margin-bottom: 30px;
		width: 400px;
		height: 77px;
		font-size: 2.0rem;
		line-height: 60px;
		padding-bottom: 20px;
		background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_bg_guide01.svg') no-repeat center/contain;
	}
	.image_logos {
		margin-bottom: 40px;
	}

	.accordion-wrap:has(.fl-btn-topic-accordion) {
		text-align: center;
	}
	.accordion-wrap .fl-btn-topic-accordion {
		position: relative;
		width: 100%;
		padding: 4.533333333vw 0 5.066666667vw;
		color: #FFFFFF;
		font-size: 3.733333333vw;
		font-weight: 600;
		background-color: #1FB1E6;
		border-top-left-radius: 1.066666667vw;
		border-top-right-radius: 1.066666667vw;
	}
	.accordion-wrap .fl-btn-topic-accordion::before {
		content: "";
		display: block;
		position: absolute;
		width: 15.861333333vw;
		height: 15.674666667vw;
		left: 2.666666667vw;
		top: -5.274666667vw;
		background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_sp_2607/img_point_icon-topic_sp.svg') no-repeat center/contain;
	}
	.fl-topic-accordion-content {
		padding: 8.0vw 4.0vw;
		background-color: #F4F7FB;
		border: solid 1px #1FB1E6;
	}
	.fl-topic-accordion-content p {
		font-size: 3.733333333vw;
		font-weight: 600;
	}
	.fl-topic-accordion-content p.text_blue {
		color: #23366F;
	}
	.fl-topic-accordion-content dl {
		width: 100%;
	}
	.fl-topic-accordion-content dt {
		font-size: 3.466666667vw;
		line-height: 6.4vw;
		color: #ffffff;
		background-color: #23366F;
		border-top-left-radius: 1.066666667vw;
		border-top-right-radius: 1.066666667vw;
	}
	.fl-topic-accordion-content dd {
		padding: 2.933333333vw 3.2vw;
		font-size: 3.2vw;
		font-weight: 600;
		color: #23366F;
		background-color: #FFFFFF;
	}
	.fl-topic-accordion-content dd strong {
		color: #FF7569;
	}
	.fl-topic-accordion-content .bubble {
		padding-top: 4.133333333vw;
		font-size: 3.466666667vw;
		line-height: 1.4;
		width: 55.333333333vw;
		height: 18.933333333vw;
		background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_sp_2607/img_bg_guide02_sp.svg') no-repeat center/contain;
	}
	.fl-topic-accordion-content p.bubble strong {
		font-size: 3.466666667vw;
	}
	.fl-topic-accordion-content p.orange {
		color: #EA8C2E;
	}

	.fl-topic-accordion-content .cv-button {
		margin-bottom: 0;
	}
	.fl-topic-accordion-content .cv-button a {
		width: 100%;
	}
	.cv-button > a.fl-cv-button__plan {
		font-size: 26px;
		margin-bottom: 0;
		text-align: center;
	}
	.fl-cv-button__plan::before{
		width: 56px;
		margin-right: 20px;
	}

	.fl-btn-plan-accordion {
		width: 100%;
		padding: 50px 140px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.fl-btn-plan-accordion p {
		margin-top: 13px;
		font-size: 2.5rem;
	}
	p.fl-btn-plan-accordion__headline {
		font-size: 2.2rem;
		padding-bottom: 12px;
	}
	.fl-btn-plan-accordion__description strong {
		font-size: 3.0rem;
	}
	.fl-btn-plan-accordion::after {
		content: "";
		position: absolute;
		right: 52px;
		transform-origin: 60% 40%;
		width: 38px;
		height: 38px;
		border-right: 2px solid #FFFFFF;
		border-top: 2px solid #ffffff;
	}

	.fl-plan-accordion-content {
		padding: 45px 50px 50px;
	}
}

/* 202507 ボタン変更 */

.cv-button,
.fl-cv-button {
	display: flex;
	flex-flow: column;
}
.fl-cv-button > a, .cv-button > a {
	display: flex;
	justify-content: center;
	align-items: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 31%);
    border: solid 4px #fff;
}
.cv-button > a.fl-cv-button__plan {
	padding: 0 3%;
}
.cv-button > a.fl-cv-button__digital {
	padding-left: 0;
    background-color: #2167AE;
}
.fl-cv-button a.fl-cv-button__digital {
	margin-bottom: 0;
}
.fl-cv-button__digital::before {
	width: 9.333333333vw;
	height: 9.333333333vw;
    margin-right: 0.5;
    background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/icon_btn_digital02.svg) no-repeat center / contain;
}
.cv-button > a.fl-cv-button__digital.fl-cv-button__digital__lf {
	padding-left: 7vw;
}
.fl-cv-button__paper {
	height: auto !important;
	font-size: 0 !important;
	font-weight: normal !important;
	text-decoration: underline !important;
	line-height: normal !important;
	background: none !important;
	box-shadow: none !important;
	border: none !important;
}  
.fl-cv-button__paper:before {
	display: none !important;
}
a.fl-cv-button__paper:after {
	content: "資料請求をご希望の方はこちら＞＞";
	font-size: 3.2vw;
	color: #000;
}
.answer_note + .cv-button .fl-cv-button__paper,
.fl-cv-button .fl-cv-button__paper {
	margin-bottom: 0 !important;
}

.fl-cv-web {
	padding-top: 0;
}
.fl-cv-button a,
a.fl-cv-flow,
.fl-cv-button .fl-cv-tel {
	margin-top: 4.0vw;
}

@media screen and (min-width: 766px) {
	.accordion-wrap .cv-button,
	.accordion-wrap .fl-cv-button {
		width: 100%;
	}
	.cv-button,
	.fl-cv-button {
		display: flex;
		flex-flow: column;
		align-items: center;
		scale: 1;
	}
	.cv-flex {
		display: flex;
		gap: 80px;
		margin-top: 20px;
	}
    .fl-cv-button > a, .cv-button > a {
		width: 500px;
		height: 105px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 55%);
        border: solid 8px #fff;
        line-height: 1.3;
		font-size: 2.2rem;
		margin-bottom: 30px;
		padding-left: 0;
    }
	.fl-cv-button__digital.margin_bubble {
		margin-top: 30px;
	}
    .fl-cv-button__digital::before {
		width: 65px;
		height: 100%;
		margin-right: 12px;
        background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/hengakuyuki_pc_2607/icon_btn_digital02.png) no-repeat center / contain;
    }
	.cv-button > a.fl-cv-button__digital.fl-cv-button__digital__lf {
		padding-left: 0vw;
	}
	a.fl-cv-button__paper:after {
		font-size: 1.8rem;
	}
	.fl-cv .fl-cv-button > a {
		margin-bottom: 0px;
	}

	.fl-cv-button a.fl-cv-button__paper {
		margin-top: 6px;
	}

	.fl-cv-button .fl-cv-tel{
	}

	.fl-cv-web {
		margin-top: 55px;
		padding-top: 0;
	}
	.fl-cv-button a,
	.fl-cv-button .fl-cv-tel {
		margin-top: 0;
	}
	
	a.fl-cv-flow {
		margin-top: 45px;
	}

}


/* 20250911追加 */

.content-cost p.fl-accordion-content__text{
	text-align: left;
	font-size: 3.2vw;
}

.content-cost>dl {
	width: 100%;
	margin-top: 6vw;
	border-top-left-radius: 1.066666667vw;
	border-top-right-radius: 1.066666667vw;
	border: solid 1px #23366F;
	overflow: hidden;
}
.content-cost>dl>dt {
	background-color: #23366F;
	line-height: 9.333333333vw;
	color: #FFFFFF;
	font-size: 4.266666667vw;
	text-align: center;
}
.content-cost>dl>dd {
	display: grid;
	gap: 4.0vw 3.466666667vw;
	grid-template-columns: 16.0vw 1fr;
	grid-template-rows: 16.0vw 1fr;
	padding: 2.933333333vw 7.533333333vw 4.8vw;
	font-size: 3.2vw;
	background-color: #FFF;
}
.content-cost>dl>dd p {
	margin-left: 1.066666667vw;
	width: 16.0vw;
	height: 16.0vw;
	border-radius: 50%;
	line-height: 16.0vw;
	/* letter-spacing: 0.5em;
	padding-left: 0.5em; */
	background-color: #23366F;
	color: #FFFFFF;
	text-align: center;
}
.content-cost>dl>dd dl {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.content-cost>dl>dd dl div {
	display: flex;
}
.content-cost>dl>dd .list01 dt {
	width: 4em;
}
.content-cost>dl>dd .list01 dd::before {
	content: "：";
}
.content-cost>dl>dd .list02 {
	grid-column: 1/3;
}
.content-cost>dl>dd .list02 div {
	justify-content: space-between;
}
.content-cost>dl>dd .list02 dt .text-ul {
	display: inline-block;
	border-bottom: solid 2px;
	padding: 0 0.4em 0;
	line-height: 1;
}
.content-cost>dl>dd .list02 dt .text-ul01 {
	border-color: #5690CD;
}
.content-cost>dl>dd .list02 dt .text-ul02 {
	border-color: #FF7569;
}
.content-cost>dl>dd .list02 dt .text-ul03 {
	border-color: #24B0AD;
}
.content-cost>dl>dd .list02 dd {
	width: 3.6em;
}
.content-cost>dl>dd .list02 dd img {
	height: 1.3em;
	width: 1.3em;
	margin: -0.2em 0.15em 0;
}


.fl-recommended-accordion-content .fl-accordion-content__cost-image {
	margin: 8.0vw auto;
}

.fl-accordion-content__cost-bubble01 {
	display: flex;
	justify-content: center;
	align-items: end;
	position: relative;
	margin-top: 11.733333333vw;
}
.fl-accordion-content__cost-bubble01::before {
	content: "";
	display: block;
	margin-right: 5.333333333vw;
	width: 13.333333333vw;
	height: 13.333333333vw;
	bottom: 0;
	left: 0;
	background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_point_cost_chara01.svg) no-repeat center/contain;
}
.fl-accordion-content__cost-bubble01 p {
	position: relative;
	margin-right: 0;
	border-radius: 1.066666667vw;
	background-color: #FFF773;
	font-weight: 500;
	padding: 0.5em;
	letter-spacing: -0.03em;
	font-size: 3.2vw;
	text-align: left !important;
}
.fl-accordion-content__cost-bubble01 p::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: solid 2.666666667vw transparent;
	border-bottom: solid 2.666666667vw transparent;
	border-right: solid 6.666666667vw #FFF773;
	left: -4.8vw;
	bottom: 5.6vw;
}
.fl-accordion-content__cost-bubble01 p img {
	width: 1.2em;
	height: 1.2em;
	margin: -0.15em 0.25em 0;
}
.fl-accordion-content__cost-bubble02 {
	display: flex;
	justify-content: center;
	align-items: end;
	position: relative;
	margin-top: 8.0vw;
	margin-bottom: 7.2vw;
}
.fl-accordion-content__cost-bubble02::after {
	content: "";
	display: block;
	margin-left: 5.333333333vw;
	width: 11.778666667vw;
	height: 14.042666667vw;
	background: url(/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_pc_2607/img_point_cost_chara02.svg) no-repeat center/contain;
}
.fl-accordion-content__cost-bubble02 p {
	position: relative;
	border-radius: 1.066666667vw;
	background-color: #FFF773;
	font-weight: 500;
	padding: 0.8em;
	font-size: 3.2vw;
	text-align: left !important;
}
.fl-accordion-content__cost-bubble02 p::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: solid 2.666666667vw transparent;
	border-bottom: solid 2.666666667vw transparent;
	border-left: solid 6.666666667vw #FFF773;
	bottom: 5.2vw;
}
.fl-accordion-content__cost-bubble02 p img {
	width: 1.2em;
	height: 1.2em;
	margin: -0.15em 0.25em 0;
}



@media screen and (min-width: 766px) {
	.content-cost p.fl-accordion-content__text{
		font-size: 1.8rem;
	}

	.content-cost>dl {
		margin-top: 54px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.content-cost>dl>dt {
		line-height: 2.5;
		font-size: 2.4rem;
		text-align: center;
	}
	.content-cost>dl>dd {
		display: grid;
		gap: 34px;
		grid-template-columns: 166px 1fr;
		grid-template-rows: 53px 1fr;
		padding: 24px 50px 30px;
		font-size: 2.0rem;
	}
	.content-cost>dl>dd p {
		margin-left: 0;
		width: 100%;
		height: 100%;
		border-radius: 4px;
		font-size: 2.2rem;
		line-height: 2.4;
	}
	.content-cost>dl>dd dl.list01 {
		flex-direction: row;
	}
	.content-cost>dl>dd dl.list01 div {
		position: relative;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		text-align: center;
	}
	.content-cost>dl>dd dl.list01 div + div::before {
		content: "";
		position: absolute;
		display: block;
		width: 1px;
		height: 90%;
		left: -10px;
		top: 10%;
		background-color: #707070;
	}
	.content-cost>dl>dd dl.list01 dd::before {
		display: none;
	}
	.content-cost>dl>dd .list02 div {
		margin: auto;
		width: 350px;
	}

	
	.fl-recommended-accordion-content .fl-accordion-content__cost-image {
		margin: 50px auto 47px;
	}

	.fl-accordion-content__cost-bubble01 {
		margin-top: 74px;
	}
	.fl-accordion-content__cost-bubble01::before {
		width: 140px;
		height: 140px;
		bottom: 0;
		left: 23px;
		margin-right: 2vw;
	}
	.fl-accordion-content__cost-bubble01 p {
		width: 432px;
		margin-left: 26px;
		padding: 1em 0.9em;
		border-radius: 8px;
		font-size: 1.8rem;
	}
	.fl-accordion-content__cost-bubble01 p::before {
		border-top: solid 15px transparent;
		border-bottom: solid 15px transparent;
		border-right: solid 40px #FFF773;
		left: -27.5px;
		bottom: 54px;
	}
	.fl-accordion-content__cost-bubble02 {
		margin-top: 60px;
		margin-bottom: 47px;
	}
	.fl-accordion-content__cost-bubble02::after {
		width: 140px;
		height: 140px;
		margin-left: 2vw;
	}
	.fl-accordion-content__cost-bubble02 p {
		width: 275.13px;
		margin-right: 50px;
		border-radius: 8px;
		padding: 1em 0.9em;
		font-size: 1.8rem
	}
	.fl-accordion-content__cost-bubble02 p::after {
		border-top: solid 16px transparent;
		border-bottom: solid 16px transparent;
		border-left: solid 45px #FFF773;
		right: -32px;
		bottom: 26px;
	}
	.fl-accordion-content__cost-bubble02 p img {
		width: 1.2em;
		height: 1.2em;
		margin: -0.15em 0.25em 0;
	}
}


.fl-recommended-accordion-content p.content_title {
	text-align: left;
	margin-bottom: 1em;
}
.fl-recommended-accordion-content p.content_title span {
	display: inline-block;
	color: #FFFFFF;
	padding: 0 3.2vw;
	background-color: #23366F;
	border-radius: 1.066666667vw;
	line-height: 6.4vw;
}

.fl-recommended-accordion-content .content_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8.0vw;
}
.fl-recommended-accordion-content .content_flex dl {
	margin: 0;
	width: 37.333333333vw;
	border: solid 2px #2167AE;
	border-radius: 1.066666667vw;
	overflow: hidden;
	font-weight: 600;
	color: #2167AE;
}
.fl-recommended-accordion-content .content_flex dl dt {
	position: relative;
	border-bottom: solid 2px #2167AE;
	background-color: #E7F1FC;
	font-size: 3.466666667vw;
	height: 7.466666667vw;
	line-height: 7.466666667vw;
}
.fl-recommended-accordion-content .content_flex dl dd {
	font-size: 3.733333333vw;
	line-height: 10.666666667vw;
}
.fl-recommended-accordion-content .content_flex dl dd .num {
	font-size: 5.333333333vw;
}
@media screen and (min-width: 766px) {
	.fl-recommended-accordion-content p.content_title span {
		font-size: 2.0rem;
		padding: 0 18px;
		border-radius: 4px;
		line-height: 2.0;
	}
	.fl-recommended-accordion-content>img {
		max-width: 600px;
	}

	.fl-recommended-accordion-content .content_flex {
		margin-bottom: 50px;
	}
	.fl-recommended-accordion-content .content_flex dl {
		margin: 0;
		width: 330px;
		border-radius: 4px;
	}
	.fl-recommended-accordion-content .content_flex dl dt {
		font-size: 2.2rem;
		height: 48px;
		line-height: 48px;
	}
	.fl-recommended-accordion-content .content_flex dl dd {
		font-size: 2.3rem;
		line-height: 70px;
	}
	.fl-recommended-accordion-content .content_flex dl dd .num {
		font-size: 3.3rem;
		margin: 0 0.2em;
	}
	.fl-recommended-accordion-content .left {
		font-size: 2.2rem;
	}
}


.fl-plan-accordion-content p.slash_black {
	position: relative;
	margin-top: 4.0vw;
	font-size: 4.266666667vw;
	color: #434343;
	font-weight: 600;
}
.fl-plan-accordion-content p.slash_black::before,
.fl-plan-accordion-content p.slash_black::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	bottom: 0;
	transform-origin: top;
	background-color: #434343;
}
.fl-plan-accordion-content p.slash_black::before {
	rotate: -20deg;
	left: -0.5em;
}
.fl-plan-accordion-content p.slash_black::after {
	rotate: 20deg;
	right: -0.5em;
}

.fl-note-list + p.slash_black {
	margin-top: 12.0vw;
}


.box_plan {
	text-align: center;
}
.box_plan dl {
	text-align: left;
	margin: 0 auto 6.4vw;
	width: 100%;
}
.box_plan dt p {
	font-size: 3.2vw;
	font-weight: 600;
	color: #23366F;
	border-bottom: solid .266666667vw #C8CBD5;
}
.box_plan dd p {
	margin-top: 0.2em;
	font-size: 3.2vw;
	line-height: 1.5;
	letter-spacing: -0.02em;
}

.box_table_wrap {
	margin: 0.5em auto;
	position: relative;
}
.box_plan .table_scroll {
	position: absolute;
	top: calc(50% - 5.866666667vw);
	left: calc(50% - 5.333333333vw);
	width: 11.733333333vw;
	height: 10.666666667vw;
	background: url('/-/media/Images/ZurichLife/product/category_hengaku/hengakuyuki/simulation_sp_2607/icon_scroll.png') no-repeat center/contain;
	pointer-events: none;
	z-index: 10;
}
.box_plan .box_table {
	position: relative;
	margin: 4.066666667vw auto 9.066666667vw;
	width: 100%;
	overflow-x: scroll;
}
.box_plan .box_table p.table_date{
	margin-bottom: 0;
	font-size: 2.666666667vw;
	font-weight: 300;
}
.box_plan .box_table table {
	position: relative;
	margin-top: 2.133333333vw;
	margin-bottom: 0;
	/* margin-right:  5.6vw; */
	text-align: center;
	width: 134.933333333vw;
	height: 40.893333333vw;
	font-size: 3.2vw;
	line-height: 6.666666667vw;
	color: #1A1311;
}
.box_plan .box_table table th {
	line-height: 3.733333333vw;
	font-weight: 600;
}
.box_plan .box_table table td {
	font-weight: 300;
	width: 11%;
}
.box_plan .box_table table tr:nth-child(1) th:not(.table-space) {
	background-color: #8E8E8F;
	color: #FFF;
	line-height: 5.333333333vw;
}
.box_plan .box_table table tr:nth-child(2)>*{
	background-color: #C8E9FB;
}
.box_plan .box_table table tr>th:not(.table-space),
.box_plan .box_table table tr>td {
	border: solid 1px #BCBCBC;
}
.box_plan .box_table table tr>th.table-bn {
	border-right: none;
}
.box_plan .box_table table tr>th.table-bn + th {
	border-left: none;
}
.box_plan .box_table table tr .table-plus6 {
	background-color: #FF7569;
	color: #FFF;
	border: solid 1px #FFF;
}
.box_plan .box_table table tr .table-plus3 {
	background-color: #19BAB6;
	color: #FFF;
	border: solid 1px #FFF;
}
.box_plan .box_table table tr .table-pm0 {
	background-color: #5495CF;
	color: #FFF;
	border: solid 1px #FFF;
}
.box_plan .box_table table tr .table-minus3 {
	background-color: #2167AE;
	color: #FFF;
	border: solid 1px #FFF;
}
.box_plan .box_table table tr .table-red {
	background-color: #FFC5EA;
}
.box_plan .box_table table tr:nth-child(2n+4) .table-red {
	font-weight: 600;
}

.fl-plan-accordion-content .fl-note-list {
	text-align: left;
}

@media screen and (min-width: 766px) {
	.fl-plan-accordion-content p.slash_black {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 40px;
		font-size: 2.6rem;
		line-height: 2;
	}
	.fl-plan-accordion-content p.slash_black::before {
		transform-origin: bottom;
		rotate: -30deg;
		left: -1.0em;
	}
	.fl-plan-accordion-content p.slash_black::after {
		transform-origin: bottom;
		rotate: 30deg;
		right: -1.0em;
	}

	.fl-note-list + p.slash_black {
		margin-top: 90px;
	}


	.box_plan {
		text-align: center;
	}
	.box_plan dl {
		margin: 0 auto 30px;
		width: 100%;
	}
	.box_plan dt p {
		font-size: 2.4rem;
		padding-bottom: 27px;
		border-bottom: solid 2px #C8CBD5;
	}
	.box_plan dd p {
		margin-top: 0.2em;
		font-size: 3.2vw;
		line-height: 1.5;
		letter-spacing: -0.02em;
	}

	.box_plan .table_scroll {
		display: none;
	}
	.box_plan .box_table {
		margin: 16px auto 30px;
		width: 100%;
		overflow-x: visible;
	}
	.box_plan .box_table p.table_date{
		font-size: 2.0rem;
	}
	.box_plan .box_table table {
		margin-top: 27px;
		width: 700px;
		height: auto;
		font-size: 1.6rem;
		line-height: 2;
	}
	.box_plan .box_table table th {
		line-height: 1.2;
	}
	.box_plan .box_table table tr:nth-child(1) th:not(.table-space) {
		line-height: 28px;
	}
	.box_plan .box_table table tr {
		height: 35px;
	}
	.box_plan .box_table table tr:nth-child(1) {
		height: 28px;
	}
	.box_plan .box_table table tr:nth-child(2) {
		height: 45px;
	}
}

a.fl-btn-sisan,
a.fl-btn-sisan_retry {
	display: grid;
	place-content: center;
	margin: 7.466666667vw auto 8.0vw;
	width: 77.333333333vw;
	height: 10.666666667vw;
	font-size: 4.266666667vw;
	letter-spacing: 0.3em;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	border-radius: 5.333333333vw;
	transition: none;
	transition: opacity 0.4s;
}
a.fl-btn-sisan_retry {
    margin: 8.0vw auto 16.0vw;
}
a.fl-btn-sisan:hover,
a.fl-btn-sisan_retry:hover {
	opacity: 0.8;
}
a.fl-btn-sisan {
	background-color: #FF7569;
}
a.fl-btn-sisan_retry {
	background-color: #014EA2;
}

@media screen and (min-width: 766px) {
	a.fl-btn-sisan,
	a.fl-btn-sisan_retry {
		margin: 58px auto 60px;
		width: 382px;
		height: 60px;
		font-size: 2.2rem;
		letter-spacing: 0.3em;
		text-align: center;
		color: #FFFFFF;
		font-weight: 700;
		border-radius: 5.333333333vw;
		transition: none;
		transition: opacity 0.4s;
	}
	a.fl-btn-sisan_retry {
		margin: 5px auto 60px;
	}
	a.fl-btn-sisan:hover,
	a.fl-btn-sisan_retry:hover {
		opacity: 0.8;
	}
}
