@charset "UTF-8";
body, form {
	font-family: Helvetica, Arial, "Doroid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

a:hover, a:hover img {
	opacity: .8;
}

.apply-explanation, .btn {
	-webkit-box-pack: center;
}

.btn-arrow-right2, body {
	position: relative;
}

#nav-pc ul, .btn-split {
	-webkit-box-direction: normal;
}

#acMenu dt, #pagetop, button {
	cursor: pointer;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}

#header ul>li, .table td, .table th, .table thead th, input {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

.clearfix {
	min-height: 1%;
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#nav-pc li::before, .btn-arrow-right2::after, .btn-split .up-side::after {
	content: "";
}

* html .clearfix {
	height: 1%;
}

body, html {
	height: 100%;
}

input[type=button], input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
}

.ta-center {
	text-align: center!important;
}

.ta-left {
	text-align: left!important;
}

.ta-right {
	text-align: right!important;
}

.fw-bold {
	font-weight: 700!important;
}

.fw-normal {
	font-weight: 400!important;
}

* {
	word-break: break-all!important;
	word-wrap: break-word!important;
}

html {
	font-size: 62.5%;
	background: #fff;
}

body {
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	color: #000;
	line-height: 1.125;
	-webkit-text-size-adjust: 100%!important;
}

form {
	font-size: 14px;
	font-size: 1.4rem;
}

input[type=email], input[type=password], input[type=text], select, textarea {
	color: #000;
	font-size: 12px;
	font-family: Helvetica, Arial, "Doroid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	height: 40px;
}

input[type=email], input[type=password], input[type=text], textarea {
	padding: 0 10px;
	font-size: 1.2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	padding: 0 0 0 10px;
	font-size: 1.2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input {
	font-family: Helvetica, Arial, "Doroid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

input::-moz-placeholder, input::-ms-input-placeholder, input::-webkit-input-placeholder {
	color: #ccc;
	font-weight: 400;
}

button {
	background: 0 0;
	border: none;
	font-family: Helvetica, Arial, "Doroid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	padding: 0;
}

p, table tr td {
	line-height: 1.5em;
}

dl, h1, h2, h3, h4, p {
	margin: 0;
}

h1, h2, h3, h4 {
	line-height: 1em;
}

small {
	font-size: 12px;
	font-size: 1.2rem;
}

img {
	height: auto;
	width: 100%;
}

a, a img {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a:hover {
	text-decoration: underline;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.btn:hover, .no-hover:hover, .no-line:hover {
	text-decoration: none;
}

.no-hover {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.no-hover:hover, .no-hover:hover img {
	opacity: 1;
}

.no-hover img {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
}

.btn {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	background: #fff;
	height: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1vw #ccc;
	box-shadow: 0 1vw #ccc;
	-webkit-transition: all 175ms;
	-o-transition: all 175ms;
	transition: all 175ms;
}

.btn:hover {
	opacity: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}

.btn-arrow-right2::after {
	position: absolute;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
	color: #666;
	right: 3.5vw;
	width: 2vw;
	height: 2vw;
	border-top: solid .6vw;
	border-right: solid .6vw;
}

.btn-icon {
	background: #f94258;
	color: #fff;
	border-bottom: none;
}

.btn-icon-calc, .btn-icon-calc-w {
	display: inline-block;
	height: 100%;
	background: url(../img/lp/ver2_icon_btn_calculator.svg) center/100% no-repeat;
	width: 5.2vw;
	margin-right: 1.4vw;
}

.btn-icon-calc-w {
	background: url(../img/lp/icon_btn_calculator_w.svg) center/100% no-repeat;
}

.btn-icon-card, .btn-icon-card-w {
	display: inline-block;
	height: 100%;
	background: url(../img/lp/ver2_icon_btn_card.svg) center/100% no-repeat;
	width: 7.2vw;
	margin-right: 1.4vw;
}

.btn-icon-card-w {
	background: url(../img/lp/ver2_icon_btn_card_w.svg) center/100% no-repeat;
}

.btn-split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn-split .dw-side, .btn-split .up-side {
	display: -webkit-box;
	display: -ms-flexbox;
}

.btn-split .up-side {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 40%;
	text-align: center;
	background: #ffe8e2;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.btn-split .up-side::after {
	position: absolute;
	border: solid transparent;
	border-top-color: #ffe8e2;
	left: calc(50% - 1.3vw);
	bottom: -3.6vw;
	border-width: 1.8vw 1.3vw;
}

.btn-split .dw-side {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60%;
}

.btn-specific {
	margin-bottom: 3px;
	height: 70px;
	padding: 20px;
	font-size: 2rem;
	font-weight: 700;
}

.btn-see-another-insurance {
	width: 87vw;
	margin: 0 auto 7.9vw;
	height: 12vw;
	font-size: 4.2vw;
	font-weight: 700;
}

.inner-frame {
	padding: 0 12px;
}

#layout_spheader {
	width: 100%;
	top: 0;
}

#header {
	z-index: 1;
	position: relative;
	background: #fff;
	height: 15.625vw;
}

#header>.inner-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 15px 0 10px;
}

#header h1 {
	width: 45vw;
}

#header ul {
	font-size: 0;
}

#header ul>li {
	display: inline-block;
	width: 13.5vw;
	font-size: 12px;
	margin-left: 4vw;
}

#header ul>li:first-child {
	display: none;
}

#header .menu-trigger, #header .menu-trigger span {
	display: inline-block;
	-webkit-box-sizing: border-box;
}

#header ul>li:last-child {
	width: 6.5vw;
	position: relative;
}

#header dl.list-telno-commonheader {
	width: 220px;
}

#header dl.list-telno-commonheader>dt {
	letter-spacing: .15rem;
	font-size: 23px;
	font-weight: 700;
	background: url(../img/ver2_icon_freecall.png) left center no-repeat;
	background-size: 30px;
	padding-left: 34px;
}

#header dl.list-telno-commonheader>dd {
	font-size: 11px;
}

#header .menu-trigger {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
	position: relative;
	width: 6.5vw;
	height: 5vw;
}

#header .menu-trigger span {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: .629vw;
	background-color: #666;
}

#menunavigation_forsp, #modalbg {
	display: none;
	width: 100%;
	z-index: 1;
}

#header .menu-trigger span:nth-of-type(1) {
	top: 0;
}

#header .menu-trigger span:nth-of-type(2) {
	top: 2.2vw;
}

#header .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

#header .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(2vw) rotate(45deg);
	-ms-transform: translateY(2vw) rotate(45deg);
	transform: translateY(2vw) rotate(45deg);
}

#header .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

#header .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-2.4vw) rotate(-45deg);
	-ms-transform: translateY(-2.4vw) rotate(-45deg);
	transform: translateY(-2.4vw) rotate(-45deg);
}

#modalbg {
	position: fixed;
	height: 100%;
	background: rgba(255, 255, 255, .7);
}

#menunavigation_forsp {
	position: absolute;
	padding-bottom: 30px;
	background: #fff;
	text-align: center;
	font-weight: 700;
}

#menunavigation_forsp>ul>:nth-child(-n+4) {
	font-size: 4.8vw;
}

#menunavigation_forsp>ul>li {
	padding: 1em 0;
}

#menunavigation_forsp>ul>:nth-child(5)>p {
	font-size: 3.2vw;
}

#menunavigation_forsp>ul>:nth-child(5)>a {
	font-size: 7.6vw;
	display: inline-block;
	background: url(../img/ver2_icon_freecall.png) 0 2.3vw no-repeat;
	background-size: 10vw;
	padding: 1vw 5vw 3vw 11vw;
	letter-spacing: .08rem;
}

#nav-pc, #nav-pc-ae {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

#nav-pc ul, #nav-pc-ae ul {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	height: 70px;
}

#nav-pc li a, #nav-pc-ae li a {
	color: #fff;
	display: block;
	padding: 25px 0;
	margin-left: 1px;
}

#nav-pc {
	background: #f94258;
}

#nav-pc ul {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
}

#nav-pc li {
	width: 240px;
	height: 70px;
	position: relative;
}

#nav-pc li a.active, #nav-pc li a:hover {
	opacity: 1;
	background: #cd3146;
}

#nav-pc li::before {
	position: absolute;
	border-left: 1px solid #ff9e80;
	height: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	top: 50%;
}

#nav-pc li:last-child::after, #nav-pc-ae li::before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	height: 40px;
	top: 50%;
	content: "";
}

#nav-pc li:last-child::after {
	border-right: 1px solid #ff9e80;
	transform: translateY(-50%);
	right: 0;
}

#pagetop {
	display: none;
	text-align: center;
	position: fixed;
	background: url(../img/lp/icon_pagetop.png) center/100% no-repeat;
	z-index: 10000;
}

#pagetop:hover {
	opacity: .8;
}

#nav-pc-ae {
	background: #f94258;
}

#nav-pc-ae ul {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.wrapper.is-flex.is-gltd-kv, .wrapper.is-gltd-c2-1, .wrapper.is-gltd-c2-3 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

#nav-pc-ae li {
	width: 240px;
	height: 70px;
	position: relative;
}

.btn-parent, .products-summary {
	display: -webkit-box;
	display: -ms-flexbox;
}

#nav-pc-ae li a.active, #nav-pc-ae li a:hover {
	opacity: 1;
	background: #cd3146;
}

#nav-pc-ae li::before {
	border-left: 1px solid #ff9e80;
	transform: translateY(-50%);
	left: 0;
}

#nav-pc-ae li:last-child::after {
	position: absolute;
	content: "";
	border-right: 1px solid #ff9e80;
	height: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	top: 50%;
}

.lp-top .mv {
	height: 460px;
	background: url(../img/lp/ver2_mv_top_bg_pc.png) center no-repeat #f8f8f8;
	margin-bottom: 40px;
}

.lp-top .mv .aeon-card-members {
	width: 384px;
	padding: 50px 0 0 40px;
}

.lp-top .mv .aeon-insurance {
	width: 396px;
	padding: 25px 0 0 30px;
}

.btn-parent {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
}

.btn-parent .btn-mv-common {
	width: 460px;
	height: 85px;
}

.btn-parent .btn-split {
	font-weight: 700;
}

.btn-parent .btn-split .up-side {
	font-size: 1.6rem;
	letter-spacing: .15rem;
}

.btn-parent .btn-split .dw-side {
	font-size: 2rem;
	letter-spacing: .08rem;
}

.adjust {
	margin-bottom: 10.5vw;
}

.products-intro {
	text-align: center;
	font-size: 35px;
	color: #f94258;
}

.underbar {
	border: none;
	width: 100%;
	border-top: 2.7px solid #f94258;
	margin: 35px 0 37px;
}

.products-summary {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 39px;
}

.products-summary .frame-border {
	border: 1px solid #e8e8e8;
	width: 468px;
	margin-bottom: 26px;
}

.products-summary .cancer-border {
	border: 7.3px solid #0ca447;
	margin: 4.2px;
}

.products-summary .medical-border {
	border: 7.3px solid #ff883a;
	margin: 4.2px;
}

.products-summary .cancer-medical-img {
	height: 185px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.products-summary .cancer-medical-img img {
	width: 87%;
}

.price-apeal {
	background: #fefde1;
	padding: 35px 15px 11px;
	letter-spacing: 1.1px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.price-apeal .monthly-price {
	font-size: 31px;
	font-weight: 700;
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
	background: -o-linear-gradient(transparent 60%, #ff6 60%);
	background: linear-gradient(transparent 60%, #ff6 60%);
	padding: 0 16px;
}

.price-apeal .cancer-price {
	color: #0ca447;
}

.price-apeal .medical-price {
	color: #ff883a;
}

.price-apeal .span-large {
	font-size: 50px;
}

.span-note {
	font-size: 12px;
}

.check-list {
	padding: 15px 10px 0;
	font-weight: 700;
}

.list-mv.cancer-checkicon>li {
	background: url(../img/lp/ver2_icon_check_green.png) 7px 3px no-repeat;
	background-size: 25px;
}

.list-mv.medical-checkicon>li {
	background: url(../img/lp/ver2_icon_check_orange.png) 7px 3px no-repeat;
	background-size: 25px;
}

.easy-estimate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 3px solid #e8e8e8;
	margin: 0 0 36px;
	padding: 0 40px;
	height: 157px;
}

.easy-estimate p {
	width: auto;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1.1px;
}

.easy-estimate .estimate-button {
	max-width: 434px;
	height: 88px;
	padding: 4px 4px 12px;
	font-size: 2rem;
	font-weight: 700;
	width: 460px;
}

.apply-explanation {
	background-color: #fefde1;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 43px 0 41px;
	margin-bottom: 33px;
}

.apply-explanation .apply-recommend {
	font-size: 18px;
	line-height: 1.55em;
	margin-bottom: 25px;
	font-weight: 700;
}

.apply-explanation .apply-card-btn {
	max-width: 460px;
	height: 88px;
	padding: 11px;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 auto;
}

.apply-explanation .card-rules {
	font-size: 15px;
	line-height: 1.55em;
	margin-top: 32px;
	letter-spacing: -1.2px;
}

.flow-explanation {
	font-size: 18px;
	line-height: 1.55em;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 700;
}

#acMenu dt {
	display: block;
}

#acMenu dd {
	display: none;
}

.mod_accordion dl dt.open {
	position: relative;
}

.mod_accordion dl dt.open:after, .mod_accordion dl dt.open:before {
	position: absolute;
	content: " ";
	background-color: #666;
	top: 47%;
	right: 7vw;
	width: .6vw;
	height: 5vw;
}

.mod_accordion dl dt.open:before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.mod_accordion dl dt.open:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.mod_accordion dl dt.close {
	position: relative;
}

.mod_accordion dl dt.close::after {
	position: absolute;
	content: "";
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
	top: 45%;
	color: #666;
	right: 5vw;
	width: 2.5vw;
	height: 2.5vw;
	border-top: solid .6vw;
	border-right: solid .6vw;
}

.accordion>li {
	position: relative;
	margin-bottom: 50px;
}

.accordion>li:not(:last-child) {
	margin-bottom: 0;
	position: relative;
}

.accordion>li:not(:last-child)::after {
	left: calc(50% - 40px);
	bottom: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	content: "";
	position: absolute;
	border-width: 20px 40px 0;
	border-color: #ccc transparent transparent;
}

.apply-flow {
	border: 1.5px solid #e8e8e8;
	font-weight: 700;
	margin-bottom: 26px;
}

.apply-flow:not(:last-child) {
	margin-bottom: 0;
}

.apply-flow>dt {
	font-size: 17px;
	padding: 23px 20px 24px;
}

.apply-flow>dt>span {
	padding: 4px;
	font-size: 14px;
	background: #f94157;
	color: #fff;
	margin-right: 13px;
}

.apply-flow>dd {
	line-height: 21px;
	font-weight: 400;
	letter-spacing: -.3px;
	padding: 20px 20px 35px;
}

.schedule-adjust {
	margin-bottom: 40px;
	font-weight: 600;
}

.flow-schedule {
	background: #e8e8e8;
	text-align: center;
	font-size: 22px;
	padding: 15px;
	margin: 20px 0;
}

.asterisk {
	font-size: 14.1px;
	margin-bottom: 20px;
}

.schedule-with-img {
	border: 1.5px solid #e8e8e8;
	padding-bottom: 35px;
	margin-bottom: 41px;
}

.schedule-with-img>img {
	width: 958px;
	padding: 15px 0 20px;
}

.schedule-with-img>ul {
	font-size: 2.9vw;
	padding: 0 3vw;
	line-height: 4.2vw;
	margin-top: 7.5vw;
	letter-spacing: -.2vw;
}

.schedule-with-img>ul>li {
	line-height: 1.6em;
	position: relative;
	margin-left: 1em;
}

.schedule-with-img>ul>li::before {
	content: "※";
	margin-left: -1em;
}

.txt-adjust {
	margin-bottom: 31px;
	font-weight: 600;
	line-height: 1.82em;
}

.another-insurance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	margin-bottom: 32px;
	font-weight: 600;
}

.another-insurance .link {
	text-decoration: underline;
}

.another-insurance .link::after {
	position: relative;
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(../img/lp/ver2_icon_link_external.png) no-repeat;
	background-size: contain;
	margin-left: 7px;
}

.attention-note {
	margin-bottom: 36px;
	letter-spacing: .13em;
	line-height: 1.88em;
	font-size: 14px;
}

.insurance-store {
	font-size: 14px;
}

.insurance-store ul > li:nth-of-type(2n+1){
    font-weight: 700;
    line-height: 1.5;
}

.insurance-store ul > li:nth-of-type(2n){
    margin-bottom: 5px;
}

.insurance-store>dt {
	padding-bottom: 10px;
	font-weight: 700;
}

.insurance-store>dd {
	padding-bottom: 36px;
}

.insurance-store .list-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.insurance-store .list-post>dt {
	margin-right: 1vw;
}

.insurance-store .list-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.approved-number {
	font-size: 17px;
}

.is-txt {
	font-size: 17px;
}

.recommend-browser {
	font-size: 11px;
	letter-spacing: .8px;
}

.recommend-browser>p {
	margin-top: 42px;
	padding-top: 33px;
	border-top: 1px solid #bfbfbf;
}

.recommend-browser>ul>li {
	padding-top: 10px;
	position: relative;
	margin-left: 1em;
}

.recommend-browser>ul>li::before {
	content: "※";
	margin-left: -1em;
}

.box.is-roundedcorners.is-gltd-c1:after, .list.is-calc .item-list:before, .list.is-navi-anchor a:after, .txt.is-gltd-kv.is-head:after, .wrapper.is-calc .box.is-times:after, a.btn-parts-01:after, a.btn-parts-02:after {
	content: "";
}

#footer {
	margin-top: 7vw;
}

#footer p {
	font-size: 3vw;
	color: #fff;
	text-align: center;
	padding: 6.5vw;
}

.footer-bg {
	background: #757271;
}

.footer-logo-area {
	padding: 5.7vw 0;
}

.footer-logo-area .inner-frame {
	position: relative;
}

.footer-logo-area .aeon-logo {
	max-width: 100%;
}

.footer-logo-area ul {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-logo-area ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 80px;
}

.header.is-gltd {
	border-bottom: 3px solid #e5e5e5;
	padding: calc((100vw / 640) * 15) 0;
}

.header.is-gltd .is-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header.is-gltd .is-contents figure:first-of-type {
	max-width: calc((100vw / 640) * 386);
}

.header .btn.btn-parts-02 {
	box-sizing: border-box;
	background: #e60012;
	color: #ffffff;
	padding: 15px;
}

.header .btn.btn-parts-02 {
	background: #e60012;
	color: #ffffff;
}

.wrapper.is-contents {
	padding: 0 calc((100vw / 640) * 23);
}

.wrapper.is-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrapper.is-flex.is-gltd-kv {
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	text-align: center;
	margin-bottom: calc((100vw / 640) * 50);
}

.wrapper.is-flex.is-gltd-kv figure {
	margin: calc((100vw / 640) * 30) calc((100vw / 640) * 20) 0;
}

.wrapper.is-navi-anchor {
	border-bottom: 1px solid #ccc;
	margin-bottom: calc((100vw / 640) * 80);
}

.wrapper.is-inner-mv {
	text-align: center;
	font-weight: 700;
	font-size: calc((100vw / 640) * 20);
	padding-top: 10px;
}

.wrapper.is-feature .txt-table-example {
	width: 100%;
}

.wrapper.is-calc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrapper.is-calc .box.is-times {
	position: relative;
}

.wrapper.is-calc .box.is-times:after {
	background: url(../img/lp/ver2_icon_multiply.svg) no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
}

.ttl.is-flex, .wrapper.is-btn {
	display: -webkit-box;
	display: -ms-flexbox;
}

.wrapper.is-btn {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: calc((100vw / 640) * 4) solid #ccc;
	padding: calc((100vw / 640) * 35) calc((100vw / 640) * 20);
	text-align: center;
}

.wrapper.is-btn .btn {
	height: calc((100vw / 640) * 80);
	padding: 10px;
	font-size: calc((100vw / 640) * 28);
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.wrapper.is-btn.is-confirm {
	font-size: 4.2vw;
	margin-bottom: calc((100vw / 640) * 35);
}

.wrapper.is-btn.is-confirm .wrapper-txt {
	display: inline-block;
}

.wrapper.is-btn.is-confirm .txt-limit {
	color: #e60012;
}

.wrapper.is-btn.is-entry {
	font-size: calc((100vw / 640) * 22);
}

.wrapper.is-btn .btn.btn-icon {
	margin-top: calc((100vw / 640) * 30);
}

.wrapper.is-btn.is-gltd {
	margin-bottom: calc((100vw / 640) * 80);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
}

.wrapper.is-btn.is-gltd p {
	text-align: center;
}

.wrapper.is-btn.is-gltd .btn-icon {
	background: #f39800;
}

.wrapper.is-btn.is-gltd.is-gltd-kv {
	margin-bottom: 0;
	background: #fff;
}

.wrapper.is-gltd-kv {
	background: url(../img/lp/kv_bg_sp.jpg) left top /100% no-repeat;
	padding-top: calc((100vw / 640) * 25);
	box-sizing: border-box;
}

.wrapper.is-gltd-kv .box-2col {
	display: flex;
	flex-direction: column;
}

.wrapper.is-gltd-kv .box-2col>div {
	position: relative;
	width: 100%;
}

.wrapper.is-gltd-kv .box-2col>div:first-child {
	height: calc((100vw / 640) * 670);
	margin-bottom: calc((100vw / 640) * 19);
}

.wrapper.is-gltd-kv .kv-main {
	padding: 0 calc((100vw / 640) * 48);
}

.wrapper.is-gltd-kv .txt {
	position: absolute;
	bottom: 0;
	font-size: calc((100vw / 640) * 23);
	font-weight: bold;
	line-height: 1.26;
	text-shadow: 1px 1px 7px #fff, -1px 1px 7px #fff, 1px -1px 7px #fff, -1px -1px 7px #fff;
}

.wrapper.is-gltd-kv .kv-example {
	margin-top: calc((100vw / 640) * -54);
}

.wrapper.is-gltd-kv .wrapper.is-btn.is-gltd {
	margin-bottom: 0;
}

.wrapper.is-gltd-c2-1 {
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapper.is-gltd-c2-1 table {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.wrapper.is-gltd-c2-1 figure {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 calc((100vw / 640) * 20) calc((100vw / 640) * 40);
	text-align: center;
}

.ttl.is-line, .ttl.is-roundedcorners {
	margin-bottom: calc((100vw / 640) * 40);
}

.wrapper.is-gltd-c2-3 {
	-ms-flex-direction: column;
	flex-direction: column;
}

.lp-kv {
	position: relative;
}

.mv-easy-estimate-btn .btn-icon {
	background: #fff;
	color: #000;
}

.ttl.is-line {
	border-top: 4px dotted #f94157;
	border-bottom: 4px dotted #f94157;
	color: #f94157;
	text-align: center;
	font-size: calc((100vw / 640) * 36);
	line-height: calc((100vw / 640) * 40);
	padding: calc((100vw / 640) * 21) 0 calc((100vw / 640) * 21);
}

.ttl.is-line .small {
	font-size: 0.8em;
}

.ttl.is-line.is-color-gn {
	border-color: #1c9e3b;
	border-width: 2px;
	color: #1c9e3b;
	font-size: calc((100vw / 640) * 35);
	line-height: calc((100vw / 640) * 36);
}

.ttl.is-line.is-color-og {
	border-color: #f39800;
	color: #000;
}

.ttl.is-roundedcorners {
	color: #fff;
	padding: calc((100vw / 640) * 18) 0 calc((100vw / 640) * 18) calc((100vw / 640) * 27);
	border-radius: calc((100vw / 640) * 19) calc((100vw / 640) * 19) 0 0;
	font-size: calc((100vw / 640) * 28);
}

.ttl.is-roundedcorners.in-cancer {
	background-color: #0ca447;
	color: #fff;
}

.ttl.is-roundedcorners.in-medical {
	background-color: #ff883a;
	color: #fff;
}

.ttl.is-roundedcorners.is-gltd-c1 {
	background: #8fc31f;
	color: #fff;
	text-align: center;
	font-size: calc((100vw / 640) * 24);
	line-height: calc((100vw / 640) * 28);
	padding: calc((100vw / 640) * 20) calc((100vw / 640) * 10);
	margin-bottom: 0;
}

.ttl.is-flex {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.box.is-flex, .list.is-flex .item {
	display: -webkit-box;
	display: -ms-flexbox;
}

.ttl.is-flex .is-head {
	margin-right: calc((100vw / 640) * 15);
}

.ttl.is-bgcolor-gy {
	text-align: center;
	font-size: calc((100vw / 640) * 22);
	padding: calc((100vw / 640) * 13) 0;
	margin-bottom: calc((100vw / 640) * 40);
}

.ttl.is-bgcolor-lgn {
	text-align: center;
	font-size: calc((100vw / 640) * 24);
	font-weight: 700;
	padding: calc((100vw / 640) * 40) 0;
	margin-bottom: calc((100vw / 640) * 17);
}

.ttl.is-caption {
	text-align: left;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: calc((100vw / 640) * 30);
}

.ttl.is-caption .note {
	font-weight: normal;
	font-size: calc((100vw / 640) * 22);
	line-height: 1.33;
}

.box.is-feature, .box.is-roundedcorners.is-gltd-c1, .ttl.is-gltd-c2 {
	margin-bottom: calc((100vw / 640) * 40);
}

.ttl.is-caption .is-normal {
	font-weight: 400;
}

.ttl.is-gltd-c2 {
	text-align: center;
	font-size: calc((100vw / 640) * 24);
	line-height: calc((100vw / 640) * 36);
}

.is-bgcolor-y {
	background-color: #fff100;
}

.is-bgcolor-py {
	background-color: #fffde1;
}

.is-bgcolor-gn {
	background-color: #0ca447;
	color: #fff;
}

.is-bgcolor-lgn {
	background-color: #8fc31f;
	color: #fff;
}

.is-bgcolor-og {
	background-color: #ff883a;
	color: #fff;
}

.is-bgcolor-gy {
	background-color: #e8e8e8;
}

.is-bgcolor-r {
	background-color: #ffe8e1;
}

.is-color-y {
	color: #fff100;
}

.is-color-r {
	color: #e60012;
}

.is-color-gn {
	color: #0ca447;
}

.is-color-og {
	color: #f39800;
}

.is-color-dog {
	color: #ea5504;
}

.box.is-flex {
	display: flex;
}

.box.is-roundedcorners {
	border-radius: 10px;
	padding: 13px;
}

.box.is-roundedcorners.is-color-lgn {
	border: 2px solid #8fc31f;
}

.box.is-roundedcorners.is-gltd-c1 {
	padding: 0;
	position: relative;
	border-radius: calc((100vw / 640) * 25);
}

.box.is-roundedcorners.is-gltd-c1:after {
	background: url(../img/lp/arrow_gltd.png) no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	width: calc((100vw / 640) * 80);
	height: calc((100vw / 640) * 19);
	bottom: calc((100vw / 640) * -19);
	left: 50%;
	margin-left: calc((100vw / 640) * -40);
}

.box.is-feature {
	background-color: #fffde1;
	border-radius: calc((100vw / 640) * 20);
	padding: calc((100vw / 640) * 26);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: calc((100vw / 640) * 22);
}

.box.is-lead {
	font-size: calc((100vw / 640) * 28);
	text-align: center;
	margin: 0 0 calc((100vw / 640) * 40);
	line-height: calc((100vw / 640) * 36);
}

.box.is-lead .is-small {
	font-size: 0.8em;
}

.box.is-lead.is-gltd-c1 {
	line-height: calc((100vw / 640) * 32);
}

.box.is-lead p {
	line-height: 1.3;
}

.box.is-gltd-c2 {
	font-size: calc((100vw / 640) * 21);
	line-height: calc((100vw / 640) * 30);
	margin-bottom: calc((100vw / 640) * 30);
}

.img.is-gltd-c1 {
	text-align: center;
	padding: calc((100vw / 640) * 50) calc((100vw / 640) * 10) calc((100vw / 640) * 20);
}

.table tbody td, .table thead th {
	padding: calc((100vw / 640) * 18) 0;
	text-align: center;
}

.table tbody td:not(:last-child), .table thead th:not(:last-child) {
	border-right: 1px solid #fff;
}

.table {
	width: 100%;
	table-layout: fixed;
}

.table.in-cancer thead th {
	background-color: #0ca447;
}

.table.in-cancer tbody tr:nth-of-type(2n) {
	background-color: #d9f2e1;
}

.table.in-cancer tbody tr:nth-of-type(2n-1) {
	background-color: #f2faf5;
}

.table.in-medical thead th {
	background-color: #ff883a;
}

.table.in-medical tbody tr:nth-of-type(2n) {
	background-color: #ffede2;
}

.table.in-medical tbody tr:nth-of-type(2n-1) {
	background-color: #fff9f5;
}

.table.is-example {
	margin: calc((100vw / 640) * 20) 0 calc((100vw / 640) * 40);
}

.txt-comments, .txt-scroll {
	margin-top: calc((100vw / 640) * 10);
}

.table.is-gltd thead th {
	background-color: #f39800;
}

.table.is-gltd tbody tr:nth-of-type(2n) {
	background-color: #eeeeee;
}

.table.is-gltd tbody tr:nth-of-type(2n-1) {
	background-color: #ffffff;
}

.table.is-gltd tbody tr td:first-child {
	border-left: 3px solid #f39800;
}

.table.is-gltd tbody tr td:last-child {
	border-right: 3px solid #f39800;
}

.table.is-gltd tbody tr:last-child td {
	border-bottom: 3px solid #f39800;
}

.table.is-gltd thead tr:first-child th:first-child {
	border-radius: 10px 0 0 0;
}

.table.is-gltd thead tr:first-child th:last-child {
	border-radius: 0 10px 0 0;
}

.table.is-gltd tbody tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

.table.is-gltd tbody tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

.table thead th {
	color: #fff;
	font-size: calc((100vw / 640) * 22);
}

.table tbody th {
	border-right: 1px solid #fff;
}

.table tbody td {
	font-weight: 700;
	font-size: calc((100vw / 640) * 19.01);
}

.table tbody td .num {
	font-size: calc((100vw / 640) * 29.88);
}

.table.in-gltd-c2-1 thead th {
	font-size: calc((100vw / 640) * 20);
}

.table.in-gltd-c2-1 thead th:first-of-type {
	width: 22%;
}

.table.in-gltd-c2-1 tbody td {
	padding: 12px 10px;
	font-size: calc((100vw / 640) * 18);
}

.table.in-gltd-c2-1 tbody td .num {
	font-size: calc((100vw / 640) * 28);
}

.table.in-gltd-c2-2 {
	margin-bottom: calc((100vw / 640) * 15);
}

.list.is-caution1, .txt-scroll {
	margin-bottom: calc((100vw / 640) * 40);
}

.table.in-gltd-c2-2 thead th {
	font-size: calc((100vw / 640) * 22);
}

.table.in-gltd-c2-2 thead th .is-small {
	font-size: calc((100vw / 640) * 12);
}

.table.in-gltd-c2-2 thead th:nth-of-type(2) {
	width: 50%;
}

.table.in-gltd-c2-2 tbody td {
	vertical-align: middle;
	padding: calc((100vw / 640) * 15) calc((100vw / 640) * 20);
	font-size: calc((100vw / 640) * 20);
}

.table.in-gltd-c2-2 tbody td:last-of-type {
	text-align: center;
}

.table.in-gltd-c2-2 tbody td .is-small {
	font-size: calc((100vw / 640) * 18);
}

.table.in-gltd-c2-2 tbody td .num {
	font-size: 1.2em;
}

.scroll .table {
	width: auto;
}

.scroll .table tbody th {
	text-align: left;
}

.scroll .table td, .scroll .table th {
	white-space: nowrap;
	font-size: calc((100vw / 640) * 16);
	padding: calc((100vw / 640) * 15) calc((100vw / 640) * 10);
}

.scroll .table td {
	font-size: calc((100vw / 640) * 18);
}

.scroll .table td .num {
	font-size: calc((100vw / 640) * 22);
}

.scroll .table td .label-num {
	border: 1px solid #ff3c00;
	color: #ff3c00;
	padding: 2px;
}

.scroll .table td .yen {
	font-size: calc((100vw / 640) * 14);
}

.txt-table-example {
	font-size: calc((100vw / 640) * 22);
}

.txt-scroll {
	font-size: calc((100vw / 640) * 18);
	text-align: right;
	color: #e60012;
}

.list.is-caution, .list.is-caution1 {
	font-size: calc((100vw / 640) * 18.5);
}

.list.is-flex .item {
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.list.is-caution .item, .list.is-plan {
	display: -webkit-box;
	display: -ms-flexbox;
}

.list.is-caution .item {
	display: flex;
	margin-bottom: 5px;
}

.list.is-caution .item i {
	font-style: normal;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list.is-caution.is-gltd-c2 {
	margin-bottom: calc((100vw / 640) * 40);
}

.list.is-caution.is-icon .i-pdf {
	width: 24px;
	height: 11px;
	margin-right: 10px;
	background: url(../img/lp/icon_pdf.png) no-repeat;
}

.list.is-plan {
	display: flex;
	width: 92.5%;
	position: absolute;
	bottom: calc((100vw / 640) * 20);
}

.list.is-plan .item-list {
	width: 33%;
	font-weight: 700;
	margin-right: 1px;
}

.list.is-plan .item-list:last-of-type {
	margin-right: 0;
}

.list.is-plan .item-list .is-head {
	color: #fff;
	background-color: #f95c6f;
	text-align: center;
	font-size: calc((100vw / 640) * 22.76);
	padding: calc((100vw / 640) * 9) 0 calc((100vw / 640) * 5);
}

.list.is-plan .item-list .is-head .num {
	font-size: calc((100vw / 640) * 34);
}

.list.is-plan .item-list .is-content {
	font-size: calc((100vw / 640) * 20.48);
	text-align: center;
	background-color: #fff;
	padding: calc((100vw / 640) * 8) 0 calc((100vw / 640) * 10);
}

.list.is-plan .item-list .is-content .num {
	font-size: calc((100vw / 640) * 38);
	color: #e60012;
}

.list.is-navi-anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list.is-navi-anchor .item-list {
	width: 33%;
	padding: calc((100vw / 640) * 22) 0 calc((100vw / 640) * 13);
}

.list.is-navi-anchor .item-list:last-of-type a {
	border-right: calc((100vw / 640) * 5) solid #d8d8d8;
}

.list.is-navi-anchor a {
	display: block;
	font-size: calc((100vw / 640) * 20);
	font-weight: 700;
	text-align: center;
	border-left: calc((100vw / 640) * 5) solid #d8d8d8;
	padding: calc((100vw / 640) * 23) 0 calc((100vw / 640) * 25);
	position: relative;
}

.list.is-navi-anchor a:after {
	position: absolute;
	display: block;
	width: calc((100vw / 640) * 10);
	height: calc((100vw / 640) * 10);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: calc((100vw / 640) * 5) solid #666;
	border-right: calc((100vw / 640) * 5) solid #666;
	bottom: calc((100vw / 640) * 4);
	left: 50%;
	margin-left: calc((100vw / 640) * -10);
}

.list.is-calc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list.is-calc .item-list {
	background-color: #fffde1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.list.is-calc .item-list:before {
	display: block;
}

.list.is-calc .item-list:first-of-type {
	margin-left: 0;
}

.list.is-calc .item-list:first-of-type:before {
	display: none;
}

.list.is-calc .item-list.is-plus:before {
	background: url(../img/lp/ver2_icon_plus.svg) 50% 50% no-repeat #fff;
	background-size: calc((100vw / 640) * 28) auto;
}

.list.is-calc.is-compensation {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-bottom: calc((100vw / 640) * 80);
}

.list.is-calc.is-payment, .txt-foot {
	margin-bottom: calc((100vw / 640) * 40);
}

.list.is-calc.is-compensation .box {
	padding: calc((100vw / 640) * 50) calc((100vw / 640) * 30) calc((100vw / 640) * 45);
}

.list.is-calc.is-compensation .box .is-head {
	font-size: calc((100vw / 640) * 24);
	font-weight: 700;
	text-align: center;
	padding-bottom: calc((100vw / 640) * 20);
	border-bottom: 1px solid #ccc;
}

.list.is-calc.is-compensation .box .is-content {
	padding-top: calc((100vw / 640) * 20);
	font-size: calc((100vw / 640) * 20);
}

.list.is-calc.is-payment {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.list.is-calc.is-payment .item-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list.is-calc.is-payment .item-list .box .is-head {
	text-align: center;
}

.list.is-calc.is-payment .item-list .box .is-content {
	font-weight: 700;
}

.list.is-calc.is-payment .item-list .box .is-content .num {
	font-size: calc((100vw / 640) * 30);
}

.list.is-calc.is-payment .item-list.is-equal {
	background-color: #ffe8e1;
}

.list.is-calc.is-payment .item-list.is-equal .is-content {
	color: #e60012;
}

.list.is-calc.is-compensation.in-cancer .box .is-head, .list.is-calc.is-payment.in-cancer .item-list.is-plus .is-content {
	color: #0ca447;
}

.list.is-calc.is-compensation.in-medical .item-list .box .is-head, .list.is-calc.is-payment.in-medical .item-list.is-plus .is-content {
	color: #ff883a;
}

.icon-comments {
	font-size: calc((100vw / 640) * 12);
}

.txt-comments {
	font-size: calc((100vw / 640) * 16);
	line-height: calc((100vw / 640) * 24);
}

.txt-foot {
	font-size: calc((100vw / 640) * 20);
	text-align: center;
	line-height: calc((100vw / 640) * 32);
}

.txt .extend {
	font-size: 4.3vw;
	color: #e60012;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff100));
	background: -o-linear-gradient(transparent 70%, #fff100 70%);
	background: linear-gradient(transparent 70%, #fff100 70%);
}

.txt.is-gltd-kv {
	font-size: calc((100vw / 640) * 18);
	margin-bottom: calc((100vw / 640) * 25);
	text-align: center;
	font-weight: 700;
}

.txt.is-gltd-kv.is-head {
	margin-bottom: calc((100vw / 640) * 30);
}

.txt.is-gltd-kv.is-foot {
	margin-top: calc((100vw / 640) * 30);
}

.fs-20 {
	font-size: calc((100vw / 640) * 20)!important;
}

.fs-22 {
	font-size: calc((100vw / 640) * 22)!important;
}

.fs-42 {
	font-size: calc((100vw / 640) * 42)!important;
}

.fs-small {
	font-size: calc((100vw / 640) * 16);
}

.fs-minimum {
	font-size: calc((100vw / 640) * 18.5);
}

.txt-center {
	text-align: center!important;
}

.txt-left, .txt-right {
	text-align: right!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: calc((100vw / 640) * 10)!important;
}

.mb20 {
	margin-bottom: calc((100vw / 640) * 20)!important;
}

.mb30 {
	margin-bottom: calc((100vw / 640) * 30)!important;
}

.mb35 {
	margin-bottom: calc((100vw / 640) * 35)!important;
}

.mb40 {
	margin-bottom: calc((100vw / 640) * 40)!important;
}

.mb50 {
	margin-bottom: calc((100vw / 640) * 50)!important;
}

.box-contact-area {
	padding: 25px 0 0;
}

.box-contact-area .box-gray-border {
	border: 4px solid #e5e5e5;
}

.box-contact-area .box-bgwhite {
	background: #fff;
}

.box-contact-area dl.list-contact {
	padding: 15px;
	text-align: center;
}

.box-contact-area dl.list-contact>dt {
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}

.box-contact-area dl.list-contact>dd>p {
	padding-bottom: 10px;
}

.box-contact-area ul.listlayout-2clm-contact>li {
	margin-top: 20px;
}

.box-contact-area ul.listlayout-2clm-contact>li:first-child {
	margin-top: 0;
}

.box-btn-area, ul.listlayout-btn-area>li {
	margin-top: 20px;
}

.box-contact-area ul.listlayout-2clm-contact>li:first-child>span {
	display: inline-block;
	background: url(../img/lp/icon_freecall.png) left center no-repeat;
	background-size: 25px;
	padding-left: 30px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}

#pagetitlebar h1>span, .ripple {
	display: block;
}

.box-contact-area ul.listlayout-2clm-contact>li>p {
	font-size: 12px;
	font-size: 1.2rem;
}

.box-contact-area ul.listlayout-2clm-contact>li>p:first-child {
	padding-bottom: 5px;
}

.box-contact-area ul.listlayout-2clm-contact>li>p:last-child {
	padding-top: 5px;
}

#pagetitlebar {
	padding: 20px 0;
	color: #333;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	background-color: #fff;
	border-bottom: 2px solid #d2d2d2;
}

#pagetitlebar h1 {
	text-align: center;
	line-height: 1.5em;
}

.wrap-contents {
	padding-top: 20px;
}

.box-gray-border {
	border: 4px solid #e5e5e5;
	border-radius: 10px;
}

.box-bgwhite {
	background: #fff;
}

.pd-all-30 {
	padding: 15px;
}

.pd-top-60 {
	padding-top: 30px;
}

.pd-top-20 {
	padding-top: 20px;
}

.box-btn-area {
	background: #e6e6e6;
	padding: 20px 0;
	text-align: center;
}

ul.listlayout-btn-area>li:first-child {
	margin-top: 0;
}

a.btn-parts-01 {
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 0 #ccc;
	box-shadow: 0 4px 0 #ccc;
}

a.btn-parts-01, a.btn-parts-02 {
	display: block;
	font-weight: 700;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	position: relative;
	width: 100%;
}

.box-btn-area a {
	text-decoration: none!important;
}

.ripple {
	position: relative;
	overflow: hidden;
}

a {
	will-change: contents;
	color: #333;
	text-decoration: none;
}

a.btn-parts-01:after {
	background: url(../img/lp/icon_arrow_pink.png) right center no-repeat;
}

a.btn-parts-01:after, a.btn-parts-02:after {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 9px;
	width: 6px;
}

.ripple-effect.is-gray {
	background: rgba(150, 150, 150, .5)!important;
}

.ripple-effect {
	width: 150px!important;
	height: 150px!important;
	position: absolute!important;
	border-radius: 100%!important;
	pointer-events: none!important;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	z-index: 9999;
}

.closing-tel {
	font-size: 1.3em;
}

.sec-trendy, .sec-info , .sec-risk, .sec-about, .sec-points, .sec-prepare, .sec-purpose, .sec-fee-example, .sec-period, .sec-attention {
	margin-top: calc((100vw / 640) * 80);
}

.sec-trendy,.sec-info ,.sec-points,.sec-purpose, .sec-fee-example {
	background-color: #fffbe6;
	padding: calc((100vw / 640) * 80) 0;
	;
}

/* 日経トレンディ */

.sec-trendy {
	margin-top: calc((100vw / 640) * 40);
	padding: 0;
}
.sec-trendy h2.ttl {
	background-color: #e60012;
	color: #fff;
	padding: calc((100vw / 640) * 30) 0;
	text-align: center;
	font-size: calc((100vw / 640) * 36);
}
.sec-trendy figure img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	padding: calc((100vw / 640) * 45) 0;
}

/* 医療保険やがん保険だけで大丈夫？ */

.sec-risk .img {
	position: relative;
	/* margin-bottom: calc((100vw / 640) * 126); */
	/* border-radius: 30px; */
	background-color: #fffbe6;
	padding: calc((100vw / 640) * 30) calc((100vw / 640) * 30) calc((100vw / 640) * 146);
}

/* .sec-risk .img::after {
	content: "";
	display: block;
	width: calc((100vw / 640) * 361);
	height: calc((100vw / 640) * 248);
	background: url(../img/lp/img_risk02_sp.png) center /calc((100vw / 640) * 361) calc((100vw / 640) * 248) no-repeat;
	position: absolute;
	right: calc((100vw / 640) * 43);
	bottom: calc((100vw / 640) * -133);
	z-index: 1;
} */

.sec-risk .txt01 {
	margin-top: calc((100vw / 640) * 37);
	text-align: center;
	font-size: calc((100vw / 640) * 27);
	font-weight: bold;
}

.sec-risk .txt01.figure-txt {
    margin-bottom: 10px;
}
.sec-risk .txt01 {
    margin-top: calc((100vw / 640) * 37);
    text-align: center;
    font-size: calc((100vw / 640) * 27);
    font-weight: bold;
}

.sec-risk .wrapper.is-btn.is-gltd {
	position: relative;
	z-index: 100;
}

.sec-about .box.is-lead {
	text-align: left;
}

/*info*/
.sec-info .txt01 {
    margin-top: calc((100vw / 640) * 37);
    margin-bottom: calc((100vw / 640) * 37);
    text-align: center;
    font-size: calc((100vw / 640) * 27);
    font-weight: bold;
}


/* ポイント */

.sec-points .wrapper-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: calc((100vw / 640) * 40) 0 calc((100vw / 640) * 25);
}

.sec-points .wrapper-points li {
	width: 100%;
	margin-bottom: calc((100vw / 640) * 15);
	border: solid 3px #f39800;
	border-radius: 10px;
}

.sec-points .wrapper-points dt {
	background: #f39800;
	color: #ffffff;
	padding: calc((100vw / 640) * 22) 0;
	font-size: calc((100vw / 640) * 28);
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.sec-points .wrapper-points dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: calc((100vw / 640) * 28) calc((100vw / 640) * 40) calc((100vw / 640) * 32);
	font-size: calc((100vw / 640) * 28);
}

.sec-points .wrapper-points dd .ttl {
	margin-bottom: calc((100vw / 640) * 26);
	text-align: center;
	font-size: calc((100vw / 640) * 32);
}

.sec-points .wrapper-points dd .txt {
	width: 100%;
	line-height: 1.3;
}

/* 気になる補償内容と保険料 */

.sec-prepare .num {
	font-size: 1.5em;
}

.sec-prepare .table.in-gltd-c2-2 th:nth-child(1) {
	width: 29.5%;
}

.sec-prepare .table.in-gltd-c2-2 th:nth-child(3) {
	width: 29.5%;
}

/* 備えたい目的 */

.sec-purpose .wrapper-purpose {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sec-purpose .wrapper-purpose li {
	margin-bottom: calc((100vw / 640) * 20);
	width: 100%;
	box-sizing: border-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	border: solid 4px #a1cb44;
	padding: calc((100vw / 640) * 40);
	font-size: calc((100vw / 640) * 30);
	font-weight: bold;
}

.sec-purpose .wrapper-purpose li dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sec-purpose .wrapper-purpose li::after {
	content: "";
	display: block;
	text-align: center;
	width: calc((100vw / 640) * 237);
	height: calc((100vw / 640) * 172);
}

.sec-purpose .wrapper-purpose li:nth-child(1)::after {
	background: url(../img/lp/img_purpose01.png) center /100% no-repeat;
}

.sec-purpose .wrapper-purpose li:nth-child(2)::after {
	background: url(../img/lp/img_purpose02.png) center /100% no-repeat;
}

.sec-purpose .wrapper-purpose li dd {
	margin-top: calc((100vw / 640) * 30);
}

.sec-purpose .wrapper-purpose li .num {
	font-size: 1.2em;
}

.sec-period .wrapper-box {
	margin: calc((100vw / 640) * 25) 0 calc((100vw / 640) * 40);
	border-radius: 10px;
	border: solid 3px #f39800;
	padding: calc((100vw / 640) * 30);
	font-size: calc((100vw / 640) * 24);
	line-height: 1.5;
}

.sec-period .wrapper-box ol li, .sec-period .wrapper-box ul li {
	text-indent: -0.5em;
	margin-left: 0.5em;
}

.sec-period .attention{
	margin-top:10px;
}

.sec-period .attention ul li {
	text-indent: -1em;
	margin-left: 1em;
}

.sec-period .period-msg {
	text-align:left;
	margin-left: 1em;
	text-indent: -1em; 
}

.sec-period .wrapper-box p.sec-period-note{
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;	
}

.sec-relation {
	border-top: 5px solid #e5e5e5;
	padding-top: calc((100vw / 640) * 80);
}

.sec-relation>.ttl {
	margin-bottom: calc((100vw / 640) * 40);
	font-size: calc((100vw / 640) * 30);
	text-align: center;
}

.sec-relation .relation-msg {
	text-align:left;
	margin-left: 1em;
	text-indent: -1em; 
}

.sec-period .wrapper-box p.sec-period-note{
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;	
}

.sec-attention {
	text-align: center;
	margin-top: 20px;
}

.sec-attention .btn {
	background: #f39800;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	width: 300px;
	margin: auto;
	margin-top: 10px;
}

@media screen and (min-width:768px) {
	body, input[type=email], input[type=password], input[type=text], select, textarea {
		font-size: 14px;
		font-size: 1.4rem;
	}
	p, table tr td {
		line-height: 1.75em;
	}
	.device02 {
		display: none!important;
	}
	.btn {
		border-radius: 20px;
		-webkit-box-shadow: 0 6px #ccc;
		box-shadow: 0 6px #ccc;
	}
	.btn-arrow-right2::after {
		right: 20px;
		width: 11px;
		height: 11px;
		border-top: solid 3px;
		border-right: solid 3px;
	}
	#header, #pagetop {
		height: 80px;
	}
	.btn-icon-calc, .btn-icon-calc-w {
		width: 30px;
		margin-right: 15px;
	}
	.btn-icon-card, .btn-icon-card-w {
		width: 46px;
		margin-right: 15px;
	}
	.btn-split .up-side {
		border-radius: 20px 20px 0 0;
	}
	.btn-split .up-side::after {
		left: calc(50% - 7px);
		bottom: -19px;
		border-width: 10px 7px;
	}
	.inner-frame {
		padding: 0;
		max-width: 960px;
		margin: 0 auto;
	}
	#header>.inner-frame {
		padding: 0;
	}
	#header h1 {
		width: 290px;
	}
	#header ul>li {
		width: auto;
		margin-left: 0;
	}
	#header ul>li img {
		width: 78px;
	}
	#header ul>li:nth-last-child(2) {
		margin-left: 10px;
	}
	#header ul>li:first-child {
		display: inline-block;
		margin-left: 0;
	}
	#header dl.list-telno-commonheader {
		width: 287px;
	}
	#header dl.list-telno-commonheader>dd {
		font-size: 10.6px;
	}
	#pagetop {
		width: 65px;
		bottom: 20px;
		right: 27px;
	}
	.list-mv {
		font-size: 1.6rem;
		line-height: 3rem;
	}
	.list-mv>li {
		padding: 0 0 0 40px;
	}
	.list-mv>li:not(:last-child) {
		padding-bottom: 9.75px;
	}
	.specific-btn-margin-adjust {
		margin-top: 32px;
	}
	.mod_accordion dl dt.open:after, .mod_accordion dl dt.open:before {
		right: 43px;
		width: 2.6px;
		height: 20px;
	}
	.mod_accordion dl dt.close::after {
		right: 36px;
		width: 11px;
		height: 11px;
		border-top: solid 3px;
		border-right: solid 3px;
	}
	.schedule-with-img>ul {
		margin-top: 0;
		padding: 0 27px;
		font-size: 12px;
		letter-spacing: 0;
	}
	.schedule-with-img>ul>li {
		line-height: 1.75em;
	}
	.insurance-store .list-post>dt {
		margin-right: 5px;
	}
	#footer {
		margin-top: 65px;
	}
	#footer p {
		font-size: .9em;
		padding: 14px 25px;
	}
	.footer-logo-area {
		padding: 30px 0 20px;
	}
	.footer-logo-area .aeon-logo {
		width: 410px;
	}
	.footer-logo-area ul {
		right: 0;
	}
	.footer-logo-area ul li {
		margin-left: 20px;
		width: auto;
	}
	.cancer-kv {
		height: 450px;
		background: url(../img/lp/ver2_mv_cancer_bg_pc.png) center no-repeat #efede2;
	}
	.medical-kv {
		height: 450px;
		background: url(../img/lp/ver2_mv_medical_bg_pc.png) center no-repeat #f6fafd;
	}
	.header.is-gltd {
		padding: 15px 0;
	}
	.header .btn.btn-parts-02 {
		width: auto;
	}
	.wrapper.is-contents {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.wrapper.is-flex.is-gltd-kv {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 0;
	}
	.wrapper.is-flex.is-gltd-kv figure {
		margin: 77px 7px 0 27px;
	}
	.wrapper.is-navi-anchor {
		margin-bottom: 40px;
	}
	.wrapper.is-mv, .wrapper.is-mv-contents {
		height: 100%;
	}
	.wrapper.is-inner-mv {
		font-size: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}
	.wrapper.is-feature {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.box.is-feature, .wrapper.is-calc .box {
		display: -webkit-box;
		display: -ms-flexbox;
	}
	.wrapper.in-cancer {
		width: 656px;
		margin-left: auto;
		margin-right: auto;
	}
	.wrapper.in-medical {
		width: 885px;
		margin-left: auto;
		margin-right: auto;
	}
	.wrapper.is-table-example.in-cancer {
		width: 345px;
	}
	.wrapper.is-table-example.in-medical {
		width: 575px;
	}
	.wrapper.is-calc {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.wrapper.is-calc .box {
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 450px;
	}
	.wrapper.is-calc .box.is-lead {
		font-size: 20px;
	}
	.wrapper.is-calc .box.is-times:after {
		width: 37px;
		height: 37px;
		right: -48px;
		top: 50%;
		margin-top: -17.5px;
	}
	.wrapper.is-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border: 5px solid #e8e8e8;
		margin: 0 0 36px;
		padding: 0 40px;
		height: 162px;
	}
	.wrapper.is-gltd-c2-1, .wrapper.is-gltd-c2-3 {
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}
	.wrapper.is-btn .btn {
		font-size: 20px;
		height: 88px;
		max-width: 432px;
		margin-left: 30px;
	}
	.wrapper.is-btn.is-confirm {
		font-size: 18px;
		margin-bottom: 60px;
	}
	.wrapper.is-btn.is-confirm .wrapper-txt {
		text-align: left;
	}
	.wrapper.is-btn.is-entry {
		font-size: 18px;
	}
	.wrapper.is-btn .btn.btn-icon {
		margin-top: 0;
	}
	.wrapper.is-btn.is-gltd {
		margin-bottom: 40px;
		position: relative;
	}
	.wrapper.is-btn.is-gltd p {
		width: 50%;
	}
	.wrapper.is-btn.is-gltd.is-gltd-kv {
		padding: 0 40px;
	}
	.wrapper.is-gltd-kv {
		height: 590px;
		background: url(../img/lp/kv_bg.jpg) center no-repeat;
		padding-top: 25px;
	}
	.wrapper.is-gltd-kv .box-2col {
		flex-direction: row;
		justify-content: space-between;
	}
	.wrapper.is-gltd-kv .box-2col>div {
		width: 50%;
	}
	.wrapper.is-gltd-kv .box-2col>div:first-child {
		height: auto;
		margin-bottom: 0;
	}
	.wrapper.is-gltd-kv .kv-main {
		padding: 25px 0 0 23px;
	}
	.wrapper.is-gltd-kv .txt {
		margin-top: 23px;
		position: static;
		text-align: center;
		font-size: 16px;
		line-height: 1.38;
		text-shadow: none;
	}
	.wrapper.is-gltd-kv .kv-example {
		margin-top: 0;
	}
	.wrapper.is-gltd-kv .wrapper.is-btn.is-gltd {
		margin-bottom: 0;
		position: absolute;
		bottom: 0;
		right: 38px;
		width: 390px;
		background: rgba(255, 255, 255, 0.8);
		border: none;
		box-shadow: 2.1px 2.1px 9.5px 0.5px rgba(0, 0, 0, 0.3);
		padding: 18px 9px 18px 15px;
		font-size: 15px;
	}
	.wrapper.is-gltd-kv .wrapper.is-btn.is-gltd p {
		width: 100%;
		line-height: 1.61;
	}
	.wrapper.is-gltd-kv .wrapper.is-btn .btn {
		margin-left: 0;
		max-width: 100%;
	}
	.wrapper.is-gltd-c2-1 {
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.wrapper.is-gltd-c2-1 table {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.wrapper.is-gltd-c2-1 figure {
		width: 35%;
		text-align: right;
		margin: 25px 41px 0 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.wrapper.is-gltd-c2-3 {
		flex-direction: row;
		margin-right: -15px;
		margin-left: -15px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 60px;
	}ttl
	.wrapper.is-gltd-c2-3 .item {
		width: 33.333333%;
		margin-left: 15px;
		margin-right: 15px;
	}
	.wrapper.is-txt {
                margin-top: 280px;
		margin-bottom: 0;
		margin-left: 52px;
		width: 390px;
		-ms-flex-direction: column;
		flex-direction: column;
                background: rgba(255, 255, 255, 0.8);
                box-shadow: 2.1px 2.1px 9.5px 0.5px rgba(0, 0, 0, 0.3);

	}
	.lp-kv .img-mv1 {
		width: 383px;
		padding-top: 47px;
		line-height: 0;
		margin: 0 auto 20px;
	}
	.lp-kv .img-mv2 {
		width: 390px;
		line-height: 0;
		margin: 0 auto;
	}
	.lp-kv .txt-mv {
		line-height: 1.3;
	}
	.lp-kv .txt-mv .num {
		font-size: 30px;
	}
	.mv-easy-estimate-btn {
		width: 335px;
		height: 90px;
		position: absolute;
		right: 0;
		bottom: 24px;
	}
	.ttl.is-line {
		font-size: 35px;
		line-height: 40px;
		padding: 18px 0;
		margin-bottom: 30px;
	}
	.ttl.is-line.is-color-gn {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 40px;
	}
	.ttl.is-roundedcorners {
		border-radius: 18px 18px 0 0;
		font-size: 28px;
		padding: 15px 0 15px 27px;
		margin-bottom: 30px;
	}
	.ttl.is-roundedcorners.is-gltd-c1 {
		font-size: 22px;
		padding: 20px 0;
		line-height: 1.125;
	}
	.ttl.is-bgcolor-gy {
		font-size: 22px;
		padding: 13px 0;
		margin-bottom: 30px;
	}
	.ttl.is-bgcolor-lgn {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		font-size: 16px;
		padding: 40px 0;
		margin-bottom: 17px;
	}
	.ttl.is-caption {
		font-size: 20px;
	}
	.ttl.is-caption .note {
		font-size: 15px;
	}
	.ttl.is-gltd-c2 {
		font-size: 24px;
		line-height: 1.125;
		margin-bottom: 20px;
		position: relative;
	}
	.ttl.is-gltd-c2:after, .ttl.is-gltd-c2:before {
		content: "";
		display: block;
		width: 1px;
		height: 45px;
		border-left: 6px solid #1c9e3b;
		position: absolute;
		bottom: 0;
	}
	.ttl.is-gltd-c2:before {
		-webkit-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
		left: 30px;
	}
	.ttl.is-gltd-c2:after {
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		right: 30px;
	}
	.ttl.is-gltd-c2 .is-bgcolor-y {
		background: 0 0;
	}
	.ttl.is-gltd-c2 strong {
		font-size: 30px;
		color: #1c9e3b;
	}
	.ttl.is-gltd-relation {
		max-width: 960px;
		margin: 0 auto;
	}
	.box.is-roundedcorners {
		padding: 30px 0;
	}
	.box.is-roundedcorners.is-gltd-c1 {
		border-radius: 20px;
		margin-bottom: 40px;
	}
	.box.is-roundedcorners.is-gltd-c1:after {
		width: 80px;
		height: 19px;
		bottom: -19px;
		margin-left: -40px;
	}
	.box.is-feature {
		padding: 30px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 0 30px;
		font-size: 20px;
		border-radius: 20px;
	}
	.box.is-lead {
		font-size: 20px;
		line-height: 1.3;
		margin: 0 0 40px;
	}
	.box.is-gltd-c2, .list.is-calc.is-compensation .box .is-content p {
		line-height: 24px;
	}
	.box.is-lead.is-gltd-c1 {
		line-height: 26px;
		margin-bottom: 50px;
	}
	.box.is-gltd-c2 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.img.is-gltd-c1 {
		padding: 27px 0 30px;
	}
	.table.is-example {
		margin: 10px 0 0;
	}
	.table.is-example td {
		font-size: 14px;
	}
	.table thead th {
		font-size: 18px;
		padding: 15px 0;
	}
	.table tbody td {
		font-size: 19px;
		padding: 18px 0;
	}
	.table tbody td .num {
		font-size: 22px;
	}
	.table.in-gltd-c2-1 thead th {
		font-size: 16px;
	}
	.table.in-gltd-c2-1 tbody td {
		font-size: 14px;
	}
	.table.in-gltd-c2-1 tbody td .num {
		font-size: 22px;
	}
	.table.in-gltd-c2-2 {
		margin-bottom: 15px;
	}
	.table.in-gltd-c2-2 thead th {
		font-size: 18px;
	}
	.table.in-gltd-c2-2 thead th .is-small {
		font-size: 12px;
	}
	.table.in-gltd-c2-2 tbody td {
		font-size: 16px;
		padding: 15px 20px;
	}
	.table.in-gltd-c2-2 tbody td .is-small {
		font-size: 14px;
	}
	.scroll .table {
		width: 100%;
		table-layout: auto;
		margin-bottom: 40px;
	}
	.scroll .table.in-medical {
		width: 100%;
	}
	.scroll .table td, .scroll .table th {
		font-size: 16px;
		padding: 15px 10px;
	}
	.scroll .table td {
		font-size: 18px;
	}
	.scroll .table td .num {
		font-size: 22px;
	}
	.scroll .table td .yen {
		font-size: 14px;
	}
	.txt-table-example {
		font-size: 16px;
		margin: 0 auto;
	}
	.list.is-calc.is-compensation, .list.is-caution.is-gltd-c2, .list.is-caution1 {
		margin-bottom: 40px;
	}
	.list.is-caution1 {
		font-size: 12px;
		padding: 0 20%;
	}
	.list.is-caution {
		font-size: 12px;
	}
	.list.is-caution.is-gltd-c2 .item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.list.is-plan {
		width: auto;
		bottom: 20px;
	}
	.list.is-plan .item-list {
		width: 158px;
	}
	.list.is-plan .item-list .is-head {
		padding: 7px 0;
		font-size: 20px;
	}
	.list.is-plan .item-list .is-head .num {
		font-size: 30px;
	}
	.list.is-plan .item-list .is-content {
		padding: 3px 0;
		font-size: 20px;
	}
	.list.is-plan .item-list .is-content .num {
		font-size: 38px;
	}
	.list.is-navi-anchor .item-list {
		padding: 10px 0;
	}
	.list.is-navi-anchor .item-list:last-of-type a {
		border-right-width: 2px;
	}
	.list.is-navi-anchor a {
		border-left: 2px solid #d8d8d8;
		font-size: 20px;
		padding: 15px 0;
	}
	.list.is-navi-anchor a:after {
		left: calc(100% - 23px);
		bottom: calc(50% - 4px);
		width: 10px;
		height: 10px;
		border-top: 4px solid #666;
		border-right: 4px solid #666;
	}
	.list.is-calc {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.list.is-calc .item-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.list.is-calc .item-list .box {
		padding: 20px 0;
	}
	.list.is-calc .item-list.is-plus:before {
		background: url(../img/lp/ver2_icon_plus.svg) 50% 50% no-repeat #fff;
		background-size: 36px auto;
	}
	.list.is-calc.is-compensation .item-list:before {
		width: 44px;
		height: 100%;
	}
	.list.is-calc.is-compensation .box {
		padding: 30px 10px 45px;
		width: 290px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.list.is-calc.is-compensation .box .is-head {
		font-size: 22px;
		padding-bottom: 20px;
	}
	.list.is-calc.is-compensation .box .is-content {
		font-size: 14px;
		padding-top: 20px;
	}
	.list.is-calc.is-payment {
		margin-left: 34px;
		margin-right: 34px;
		margin-bottom: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.list.is-calc.is-payment .item-list:before {
		width: 40px;
		height: 100%;
	}
	.list.is-calc.is-payment .item-list.is-wide .box {
		width: 233px;
	}
	.list.is-calc.is-payment .item-list .box {
		width: 180px;
	}
	.list.is-calc.is-payment .item-list .box .is-head {
		font-size: 18px;
	}
	.list.is-calc.is-payment .item-list .box .is-head .txt-comments {
		font-size: 14px;
	}
	.list.is-calc.is-payment .item-list .box .is-content {
		text-align: center;
		font-size: 20px;
	}
	.list.is-calc.is-payment .item-list .box .is-content .num {
		font-size: 28px;
	}
	.list.is-calc.is-payment .item-list.is-equal:before {
		background: url(../img/lp/ver2_icon_equal.svg) 50% 50% no-repeat #fff;
		background-size: 27px auto;
	}
	.list.is-calc.is-payment .item-list.is-equal .is-content .num {
		font-size: 30px;
	}
	.icon-comments, .txt-comments {
		font-size: 12px;
	}
	.list.is-calc.is-compensation.in-medical {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.txt-comments {
		margin-top: 10px;
		line-height: 1.1;
	}
	.txt .extend, .txt-foot {
		font-size: 20px;
	}
	.txt-foot {
		line-height: 1.3;
		margin-bottom: 30px;
	}
	.txt.is-gltd-kv {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.txt.is-gltd-kv.is-head {
		font-size: 27px;
		letter-spacing: .0162rem;
		line-height: 42px;
		margin-bottom: 30px;
	}
	.txt.is-gltd-kv.is-foot {
		margin-top: 30px;
	}
	.fs-20 {
		font-size: 20px!important;
	}
	.fs-22 {
		font-size: 22px!important;
	}
	.fs-42 {
		font-size: 42px!important;
	}
	.fs-minimum {
		font-size: 12px;
	}
	.mb10 {
		margin-bottom: 10px!important;
	}
	.mb20 {
		margin-bottom: 20px!important;
	}
	.mb30 {
		margin-bottom: 30px!important;
	}
	.mb35 {
		margin-bottom: 35px!important;
	}
	.mb40 {
		margin-bottom: 40px!important;
	}
	.mb50 {
		margin-bottom: 50px!important;
	}
	.box-contact-area {
		padding: 50px 0 0;
	}
	.box-contact-area dl.list-contact {
		padding: 20px 30px;
	}
	.box-contact-area dl.list-contact>dt {
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 26px;
		font-size: 2.6rem;
	}
	.box-contact-area dl.list-contact>dd>p {
		font-size: 18px;
		font-size: 1.8rem;
		padding-bottom: 15px;
	}
	.box-contact-area ul.listlayout-2clm-contact {
		font-size: 0;
	}
	.box-contact-area ul.listlayout-2clm-contact>li {
		font-size: 14px;
		font-size: 1.4rem;
		display: inline-block;
		vertical-align: middle;
		width: 300px;
		margin-top: 0;
	}
	.box-contact-area ul.listlayout-2clm-contact>li:first-child {
		text-align: left;
		width: 300px;
	}
	.box-contact-area ul.listlayout-2clm-contact>li:first-child>span {
		background-size: 40px;
		padding-left: 45px;
		font-size: 27px;
		font-size: 2.7rem;
	}
	#pagetitlebar {
		padding: 0;
		height: 100px;
		font-size: 30px;
		font-size: 3rem;
	}
	#pagetitlebar h1 {
		line-height: 100px;
	}
	.wrap-contents {
		padding-top: 0;
	}
	.box-gray-border {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.pd-all-30 {
		padding: 30px;
	}
	.pd-top-60 {
		padding-top: 60px;
	}
	.box-btn-area {
		margin-top: 40px;
		padding: 40px 0;
	}
	ul.listlayout-btn-area>li {
		margin-top: 0;
		display: inline-block;
		vertical-align: middle;
		margin-left: 80px;
		width: 280px;
	}
	ul.listlayout-btn-area>li:first-child {
		margin-left: 0;
	}
	a.btn-parts-01, a.btn-parts-02 {
		font-size: 16px;
		font-size: 1.6rem;
		width: 280px;
	}
	.box-btn-area a {
		display: inline-block;
	}
	a.btn-parts-01:hover, a.btn-parts-02:hover {
		-webkit-transform: translateY(4px);
		-ms-transform: translateY(4px);
		transform: translateY(4px);
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	a:hover {
		text-decoration: none;
		opacity: .8;
	}
	.sec-risk, .sec-info, .sec-about, .sec-points, .sec-prepare, .sec-purpose, .sec-fee-example, .sec-period, .sec-relation {
		margin-top: 80px;
	}
	.sec-trendy,.sec-info ,.sec-points,.sec-purpose, .sec-fee-example {
		background-color: #fffbe6;
		padding: 80px 0;
		;
	}
	/* 日経トレンディ */
	.sec-trendy {
		margin-top: 0;
		padding: 0;
	}
	.sec-trendy h2.ttl {
		padding: 30px 0;
		font-size: 35px;
	}
	.sec-trendy figure img {
		padding: 45px 0;
	}
	/* 医療保険やがん保険だけで大丈夫？ */
	.sec-risk .img {
		/* width: 762px; */
		box-sizing: border-box;
		margin-bottom: 40px;
		/* border-radius: 30px; */
		padding: 27px 26px 29px 38px;
	}
	/* .sec-risk .img::after {
		content: "";
		display: block;
		width: 233px;
		height: 281px;
		background: url(../img/lp/img_risk02.png) left top /100% no-repeat;
		position: absolute;
		right: -198px;
		bottom: 0;
		z-index: 1;
	} */
	.sec-risk .txt01 {
		margin-top: 20px;
		font-size: 18px;
	}

	.sec-risk .txt01.figure-txt {
		position: absolute;
		left: 10%;
		top: 0;
	}

	/*info*/
	.sec-info .sec-info-flex {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sec-info .txt01 {
		margin: 20px 30px 0px 0px;
		font-size: 18px;
	}

	.sec-info .sec-info-flex .img {
		width: 45%;
	}
	
	/* ポイント */
	.sec-points .wrapper-points {
		margin: 40px 0;
	}
	.sec-points .wrapper-points li {
		width: 31.25%;
		margin-bottom: 0;
	}
	.sec-points .wrapper-points dt {
		padding: 15px 0;
		font-size: 18px;
	}
	.sec-points .wrapper-points dd {
		padding: 25px 18px 17px;
		font-size: 15px;
	}
	.sec-points .wrapper-points dd .ttl {
		font-size: 27px;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.sec-points .wrapper-points dd .ttl.small {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 1.2;
	}
	/* 気になる補償内容と保険料 */
	.sec-prepare .table.in-gltd-c2-2 th:nth-child(1) {
		width: 370px;
	}
	.sec-prepare .table.in-gltd-c2-2 th:nth-child(2) {
		width: 340px;
	}
	/* 備えたい目的 */
	.sec-purpose .wrapper-purpose li {
		margin-bottom: 20px;
		width: 460px;
		border-radius: 10px;
		border: solid 4px #a1cb44;
		padding: 32px 30px 27px;
		font-size: 28px;
	}
	.sec-purpose .wrapper-purpose li::after {
		width: 181px;
		height: 131px;
	}
	.sec-purpose .wrapper-purpose li dd {
		margin-top: 30px;
	}

	/* 補償開始スケジュール */
	.sec-period .wrapper-box {
		margin: 26px 0 40px;
		padding: 30px 22px;
		font-size: 20px;
		line-height: 1.35;
	}
	
	/* 補償開始スケジュール */
	
	/* 関連資料 */
	.sec-relation {
		padding-top: 100px;
	}
	.sec-relation>.ttl {
		margin-bottom: 40px;
		font-size: 27px;
	}
	/* 関連資料 */
	
}

@media screen and (max-width:767.9px) {
	.btn-parent, .products-summary {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	.device01 {
		display: none!important;
	}
	.btn-specific {
		width: 87vw;
		margin: 0 auto 3vw;
		height: 12vw;
		font-size: 4.2vw;
		font-weight: 700;
		padding: 5vw 0 2vw;
	}
	#header ul>li:nth-last-child(2) {
		margin-left: 6px;
	}
	#pagetop {
		width: 5.6rem;
		height: 5.6rem;
		bottom: 3vw;
		right: 2vw;
	}
	.lp-top .mv {
		height: 84vw;
		background: url(../img/lp/ver2_mv_top_bg_sp.png) center bottom/100% no-repeat #f8f8f8;
		margin-bottom: 0;
	}
	.lp-top .mv .aeon-card-members-sp {
		width: 93vw;
		margin-top: 1.6vw;
	}
	.lp-top .mv .aeon-insurance-sp {
		width: 93vw;
		margin-top: 3vw;
	}
	.btn-parent {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 16.4vw;
		padding: 10px 20px;
	}
	.btn-parent .btn-split .dw-side, .btn-parent .btn-split .up-side {
		font-size: 3.2vw;
		letter-spacing: normal;
	}
	.products-intro {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 5.7vw;
		letter-spacing: .03vw;
	}
	.underbar {
		margin: 5vw 0 6.4vw;
		border-top: 1px solid #f94258;
	}
	.products-summary {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 5.1vw;
	}
	.easy-estimate, .wrapper.is-btn {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	.products-summary .frame-border {
		width: 95vw;
		margin-bottom: 5.6vw;
	}
	.products-summary .cancer-border {
		border: 1.2vw solid #0ca447;
		margin: .5vw 1vw;
	}
	.products-summary .medical-border {
		border: 1.2vw solid #ff883a;
		margin: .5vw 1vw;
	}
	.products-summary .cancer-medical-img {
		height: 36vw;
	}
	.products-summary .cancer-medical-img img {
		width: 82%;
	}
	.price-apeal {
		padding: 3vw 0;
		letter-spacing: .6vw;
		background: #fefde1;
	}
	.price-apeal .monthly-price {
		font-size: 4.7vw;
	}
	.price-apeal .span-large {
		font-size: 7.2vw;
	}
	.span-note {
		font-size: 3.2vw;
		letter-spacing: -.15vw;
	}
	.check-list {
		padding: 3vw 7vw 0 3vw;
	}
	.list-mv>li {
		font-size: 3.6vw;
		line-height: 6vw;
	}
	.list-mv>li:not(:last-child) {
		padding-bottom: 2vw;
	}
	.list-mv.cancer-checkicon>li {
		background: url(../img/lp/ver2_icon_check_green.png) 1vw 1vw no-repeat;
		background-size: 4vw;
		padding-left: 6vw;
	}
	.list-mv.medical-checkicon>li {
		background: url(../img/lp/ver2_icon_check_orange.png) 1vw 1vw no-repeat;
		background-size: 4vw;
		padding-left: 6vw;
	}
	.easy-estimate {
		flex-direction: column;
		border: .4vw solid #e8e8e8;
		padding: 0;
		height: 35vw;
		margin: 0 0 6vw;
	}
	.easy-estimate p {
		font-size: 4.2vw;
		text-align: center;
		padding-top: 4vw;
	}
	.easy-estimate .estimate-button {
		max-width: 83vw;
		height: 14vw;
		padding: 0 0 6vw;
		font-size: 4.2vw;
		width: 86vw;
	}
	.apply-explanation {
		width: 88vw;
		padding: 0 2.5vw;
		margin-bottom: 5vw;
	}
	.apply-explanation .apply-recommend {
		text-align: left;
		font-size: 3.8vw;
		margin-bottom: .9vw;
		padding-top: 3vw;
		line-height: 6.1vw;
	}
	.apply-explanation .apply-card-btn {
		height: 14vw;
		padding: 5vw 6.5vw;
		font-size: 3.2vw;
		font-weight: 700;
	}
	.apply-explanation .card-rules {
		font-size: 3.3vw;
		text-align: left;
		margin: 0;
		padding-bottom: 5vw;
		line-height: 5vw;
		letter-spacing: -.17vw;
	}
	.flow-explanation {
		font-size: 4vw;
		margin-bottom: 3vw;
		line-height: 6.8vw;
		letter-spacing: .1vw;
		padding: 0 6vw;
	}
	.accordion>li {
		margin-bottom: 16vw;
	}
	.accordion>li:not(:last-child)::after {
		border-width: 3vw 7vw 0;
		left: calc(50% - 6vw);
		bottom: -3vw;
	}
	.apply-flow {
		margin-bottom: 3.7vw;
	}
	.apply-flow>dt {
		font-size: 4vw;
		padding: 7vw 0 6vw 17vw;
	}
	.apply-flow>dt>span {
		position: absolute;
		padding: 1vw;
		font-size: 3vw;
		text-align: center;
		margin-right: 0;
		left: 3vw;
		top: 4vw;
	}
	.apply-flow>dt>span>span {
		font-size: 5vw;
	}
	.apply-flow>dd {
		font-size: 3.5vw;
		line-height: 5vw;
		letter-spacing: 0;
		padding: 1vw 3vw 9vw;
	}
	.wrapper-schedule>.inner-frame-switch.inner-frame {
		padding: 2vw 0;
	}
	.schedule-adjust {
		margin-bottom: 16vw;
	}
	.flow-schedule {
		font-size: 3.5vw;
		padding: 2vw;
		margin: -9.2vw 0 4vw;
	}
	.asterisk {
		font-size: 3vw;
		margin-bottom: 5.8vw;
		line-height: 5.7vw;
	}
	.schedule-with-img {
		padding-bottom: 5vw;
	}
	.schedule-with-img>img {
		width: auto;
		padding: 5vw 0 0;
	}
	.txt-adjust {
		font-size: 3vw;
		margin-bottom: 3.2vw;
	}
	.attention-note {
		font-size: 2.8vw;
		margin: 3vw 0 7vw;
		letter-spacing: .13em;
		line-height: 4.5vw;
	}
	.insurance-store {
		font-size: 3vw;
	}

	.insurance-store ul > li:nth-of-type(2n+1){
		font-weight: 700;
		line-height: 1.5;
	}
	
	.insurance-store ul > li:nth-of-type(2n){
		margin-bottom: 5px;
	}
	.insurance-store>dt {
		padding-bottom: 1.5vw;
	}
	.insurance-store>dd {
		padding: 0 0 5vw 2vw;
		letter-spacing: .3vw;
	}
	.insurance-store>dd:not(:last-child) {
		padding: 0 0 8vw 2vw;
	}
	.approved-number {
		font-size: 3.2vw;
	}
	.recommend-browser {
		font-size: 3vw;
		letter-spacing: 0;
	}
	.recommend-browser>p {
		margin-top: 6.5vw;
		padding-top: 6vw;
	}
	.recommend-browser>ul>li {
		padding: 0 0 4vw;
		letter-spacing: .5vw;
		line-height: 4.5vw;
	}
	.cancer-kv {
		background: url(../img/lp/ver2_mv_cancer_bg_sp.png) top/100% no-repeat #efede2;
	}
	.medical-kv {
		background: url(../img/lp/ver2_mv_medical_bg_sp.png) top/100% no-repeat #f6fafd;
	}
	.wrapper.is-inner {
		padding: 0 calc((100vw / 640) * 28);
	}
	.wrapper.is-mv {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.wrapper.is-inner-mv {
		padding-top: calc((100vw / 640) * 20);
	}
	.wrapper.is-calc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	.wrapper.is-calc .box.is-times {
		margin-bottom: calc((100vw / 640) * 60);
	}
	.wrapper.is-calc .box.is-times:after {
		background-position: center center;
		background-size: calc((100vw / 640) * 37) calc((100vw / 640) * 37);
		height: calc((100vw / 640) * 60);
		bottom: calc((100vw / 640) * -60);
		left: 0;
		width: 100%;
	}
	.wrapper.is-btn {
		flex-direction: column;
		border: .4vw solid #e8e8e8;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin: 0 0 6vw;
		padding: calc((100vw / 640) * 40);
	}
	.wrapper.is-btn .btn {
		height: 14vw;
	}
	.wrapper .is-approval-num {
		text-align: right;
	}
	.lp-kv {
		padding-bottom: 84.475%;
		height: 0;
	}
	.lp-kv .txt-mv .num {
		font-size: calc((100vw / 640) * 30);
	}
	.mv-easy-estimate-btn {
		width: 86vw;
		height: 14vw;
		font-size: 4.2vw;
		font-weight: 700;
		margin: 0 auto;
		padding: 3vw 0;
	}
	.scroll {
		overflow: auto;
		white-space: nowrap;
	}
	.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
	.list.is-calc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.list.is-calc.is-compensation .item-list:before {
		width: 100%;
		height: calc((100vw / 640) * 47);
	}
	.list.is-calc.is-compensation .box .is-content p {
		line-height: calc((100vw / 640) * 28);
		text-align: center;
	}
	.list.is-calc.is-payment .item-list:before {
		height: calc((100vw / 1024) * 55);
		width: 100%;
	}
	.list.is-calc.is-payment .item-list .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: calc((100vw / 640) * 13) 0;
		font-size: calc((100vw / 640) * 20);
	}
	.list.is-calc.is-payment .item-list .box .is-head {
		width: calc((100vw / 640) * 300);
		margin-left: calc((100vw / 640) * -80);
	}
	.list.is-calc.is-payment .item-list .box .is-content {
		width: calc((100vw / 640) * 100);
		text-align: right;
	}
	.list.is-calc.is-payment .item-list.is-equal:before {
		background: url(../img/lp/ver2_lp_icon_equal_sp.png) 50% 50% no-repeat #fff;
		background-size: calc((100vw / 640) * 24) auto;
	}
	.txt .wrapper-extend {
		display: block;
		font-size: 4vw;
		margin-top: 3vw;
		line-height: 1.5;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.inner-frame {
		padding: 0 12px;
	}
	#header>.inner-frame {
		padding: 0 10px;
	}
	#header h1 {
		width: 30vw;
		max-width: 290px;
	}
	#header dl.list-telno-commonheader {
		width: 280px;
	}
	.btn-parent .btn-mv-common {
		width: 48%;
	}
	.btn-parent .btn-split .dw-side {
		font-size: 1.8rem;
	}
	.products-summary .frame-border {
		width: 49%;
	}
	.price-apeal .monthly-price {
		font-size: 150%;
	}
	.price-apeal .span-large {
		font-size: 40px;
	}
	.list-mv {
		font-size: 1.8vw;
	}
	.wrapper.is-btn .btn, .wrapper.is-calc .box.is-lead, .wrapper.is-inner-mv {
		font-size: calc((100vw / 1024) * 20);
	}
	.header.is-gltd {
		padding: calc((100vw / 1024) * 15) 0;
	}
	.wrapper.is-navi-anchor {
		margin-bottom: calc((100vw / 1024) * 40);
	}
	.wrapper.in-cancer {
		width: calc((100vw / 1024) * 656);
	}
	.wrapper.in-medical {
		width: calc((100vw / 1024) * 885);
	}
	.wrapper.is-table-example.in-cancer {
		width: calc((100vw / 1024) * 345);
	}
	.wrapper.is-table-example.in-medical {
		width: calc((100vw / 1024) * 565);
	}
	.wrapper.is-calc .box {
		width: calc((100vw / 1024) * 450);
	}
	.wrapper.is-calc .box.is-times:after {
		width: calc((100vw / 1024) * 37);
		height: calc((100vw / 1024) * 37);
		right: calc((100vw / 1024) * -48);
		top: 50%;
		margin-top: calc((100vw / 1024) * -17.5);
	}
	.wrapper.is-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border: wpraprem(5) solid #e8e8e8;
		margin: 0 0 calc((100vw / 1024) * 36);
		padding: 0 calc((100vw / 1024) * 40);
	}
	.wrapper.is-btn .btn {
		height: calc((100vw / 1024) * 88);
		margin-left: calc((100vw / 1024) * 30);
		max-width: calc((100vw / 1024) * 432);
	}
	.wrapper.is-btn.is-confirm, .wrapper.is-btn.is-entry {
		font-size: calc((100vw / 1024) * 18);
	}
	.wrapper.is-btn.is-confirm {
		margin-bottom: calc((100vw / 1024) * 60);
	}
	.wrapper.is-btn.is-gltd {
		margin-bottom: calc((100vw / 1024) * 80);
	}
	.wrapper.is-gltd-kv {
		height: calc((100vw / 1024) * 590);
		padding: calc((100vw / 1024) * 25) 0;
	}
	.wrapper.is-gltd-kv .kv-main {
		padding: calc((100vw / 1024) * 25) 0 0 calc((100vw / 1024) * 23);
	}
	.wrapper.is-gltd-kv .txt {
		margin-top: calc((100vw / 1024) * 23);
		font-size: calc((100vw / 1024) * 16);
	}
	.wrapper.is-gltd-kv .wrapper.is-btn.is-gltd {
		margin-bottom: 0;
		position: absolute;
		bottom: 0;
		right: calc((100vw / 1024) * 38);
		width: calc((100vw / 1024) * 390);
		padding: calc((100vw / 1024) * 18) calc((100vw / 1024) * 9) calc((100vw / 1024) * 18) calc((100vw / 1024) * 15);
		font-size: calc((100vw / 1024) * 15);
	}
	.wrapper.is-gltd-c2-1 {
		margin-left: calc((100vw / 1024) * 35);
		margin-right: calc((100vw / 1024) * 35);
	}
	.wrapper.is-gltd-c2-3 {
		margin-right: calc((100vw / 1024) * -15);
		margin-left: calc((100vw / 1024) * -15);
		margin-bottom: calc((100vw / 1024) * 60);
	}
	.wrapper.is-gltd-c2-3 .item {
		margin-right: calc((100vw / 1024) * 15);
		margin-left: calc((100vw / 1024) * 15);
	}
	.lp-kv .img-mv1 {
		width: calc((100vw / 1024) * 383);
		padding-top: calc((100vw / 1024) * 47);
		margin: 0 auto calc((100vw / 1024) * 20);
	}
	.lp-kv .img-mv2 {
		width: calc((100vw / 1024) * 390);
		line-height: 0;
		margin: 0 auto calc((100vw / 1024) * 10);
	}
	.ttl.is-bgcolor-gy, .ttl.is-line, .ttl.is-roundedcorners {
		margin-bottom: calc((100vw / 1024) * 30);
	}
	.lp-kv .txt-mv .num {
		font-size: calc((100vw / 1024) * 30);
	}
	.ttl.is-line, .ttl.is-line.is-color-gn {
		font-size: calc((100vw / 1024) * 34);
		line-height: calc((100vw / 1024) * 40);
	}
	.mv-easy-estimate-btn {
		width: 33.156vw;
		height: 8.908vw;
		position: absolute;
		right: 0;
		bottom: 24px;
	}
	.ttl.is-line {
		padding: calc((100vw / 1024) * 18) 0;
	}
	.ttl.is-roundedcorners {
		border-radius: calc((100vw / 1024) * 18) calc((100vw / 1024) * 18) 0 0;
		font-size: calc((100vw / 1024) * 28);
		padding: calc((100vw / 1024) * 15) 0 calc((100vw / 1024) * 15) calc((100vw / 1024) * 27);
	}
	.ttl.is-roundedcorners.is-gltd-c1 {
		font-size: calc((100vw / 1024) * 22);
		padding: calc((100vw / 1024) * 20) 0;
	}
	.ttl.is-bgcolor-gy {
		font-size: calc((100vw / 1024) * 22);
		padding: calc((100vw / 1024) * 13) 0;
	}
	.ttl.is-bgcolor-lgn {
		font-size: calc((100vw / 1024) * 18);
		padding: calc((100vw / 1024) * 40) 0;
		margin-bottom: calc((100vw / 1024) * 17);
	}
	.ttl.is-caption, .ttl.is-gltd-c2 {
		font-size: calc((100vw / 1024) * 20);
	}
	.ttl.is-caption .note {
		font-size: calc((100vw / 1024) * 15);
	}
	.ttl.is-gltd-c2 {
		margin-bottom: calc((100vw / 1024) * 20);
	}
	.ttl.is-gltd-c2:before {
		border-width: 4px;
		height: 37.5px;
		left: 20px;
	}
	.ttl.is-gltd-c2:after {
		border-width: 4px;
		height: 37.5px;
		right: 20px;
	}
	.ttl.is-gltd-c2 strong {
		font-size: calc((100vw / 1024) * 30);
	}
	.box.is-roundedcorners.is-gltd-c1 {
		border-radius: calc((100vw / 1024) * 20);
		margin-bottom: calc((100vw / 1024) * 40);
	}
	.box.is-roundedcorners.is-gltd-c1:after {
		width: calc((100vw / 1024) * 80);
		height: calc((100vw / 1024) * 19);
		bottom: calc((100vw / 1024) * -19);
		margin-left: calc((100vw / 1024) * -40);
	}
	.box.is-feature {
		padding: calc((100vw / 1024) * 30);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 0 calc((100vw / 1024) * 30);
		font-size: calc((100vw / 1024) * 20);
		border-radius: calc((100vw / 1024) * 20);
	}
	.box.is-lead {
		font-size: calc((100vw / 1024) * 22);
		line-height: 1.3;
		margin: 0 0 calc((100vw / 1024) * 40);
	}
	.box.is-gltd-c2, .box.is-lead.is-gltd-c1, .list.is-calc.is-compensation .box .is-content p {
		line-height: calc((100vw / 1024) * 24);
	}
	.box.is-gltd-c2 {
		font-size: calc((100vw / 1024) * 14);
	}
	.table.in-gltd-c2-1 thead th {
		font-size: calc((100vw / 1024) * 16);
	}
	.table.in-gltd-c2-1 tbody td {
		font-size: calc((100vw / 1024) * 14);
	}
	.table.in-gltd-c2-1 tbody td .num, .table.in-gltd-c2-2 thead th {
		font-size: calc((100vw / 1024) * 22);
	}
	.table.in-gltd-c2-2 {
		margin-bottom: calc((100vw / 1024) * 15);
	}
	.list.is-calc.is-compensation, .list.is-calc.is-payment, .list.is-caution.is-gltd-c2, .list.is-caution1, .scroll .table {
		margin-bottom: calc((100vw / 1024) * 40);
	}
	.table.in-gltd-c2-2 tbody td {
		padding: calc((100vw / 1024) * 15) calc((100vw / 1024) * 20);
		font-size: calc((100vw / 1024) * 20);
	}
	.table.in-gltd-c2-2 tbody td .is-small {
		font-size: calc((100vw / 1024) * 18);
	}
	.scroll .table {
		margin-left: auto;
		margin-right: auto;
	}
	.scroll .table td, .scroll .table th {
		font-size: calc((100vw / 1024) * 16);
		padding: calc((100vw / 1024) * 15) calc((100vw / 1024) * 10);
	}
	.scroll .table td {
		font-size: calc((100vw / 1024) * 18);
	}
	.scroll .table td .num {
		font-size: calc((100vw / 1024) * 22);
	}
	.list.is-plan .item-list {
		width: 15.43vw;
	}
	.list.is-plan .item-list .is-head {
		padding: calc((100vw / 1024) * 7) 0;
		font-size: calc((100vw / 1024) * 20);
	}
	.list.is-plan .item-list .is-head .num {
		font-size: calc((100vw / 1024) * 30);
	}
	.list.is-plan .item-list .is-content {
		padding: calc((100vw / 1024) * 3) 0;
		font-size: calc((100vw / 1024) * 20);
	}
	.list.is-plan .item-list .is-content .num {
		font-size: calc((100vw / 1024) * 38);
	}
	.list.is-navi-anchor .item-list {
		padding: calc((100vw / 1024) * 10) 0;
	}
	.list.is-navi-anchor a {
		font-size: calc((100vw / 1024) * 20);
		padding: calc((100vw / 1024) * 15) 0;
	}
	.list.is-calc .item-list .box {
		padding: calc((100vw / 1024) * 20) 0;
	}
	.list.is-calc .item-list.is-plus:before {
		background: url(../img/lp/ver2_icon_plus.svg) 50% 50% no-repeat #fff;
		background-size: calc((100vw / 1024) * 36) auto;
	}
	.list.is-calc.is-compensation .item-list:before {
		width: calc((100vw / 1024) * 44);
		height: 100%;
	}
	.list.is-calc.is-compensation .box {
		padding: calc((100vw / 1024) * 30) calc((100vw / 1024) * 10) calc((100vw / 1024) * 45);
		width: calc((100vw / 1024) * 290);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.list.is-calc.is-compensation .box .is-head {
		font-size: calc((100vw / 1024) * 22);
		padding-bottom: calc((100vw / 1024) * 20);
	}
	.list.is-calc.is-compensation .box .is-content {
		font-size: calc((100vw / 1024) * 14);
		padding-top: calc((100vw / 1024) * 20);
	}
	.list.is-calc.is-payment {
		margin-left: calc((100vw / 1024) * 34);
		margin-right: calc((100vw / 1024) * 34);
	}
	.list.is-calc.is-payment .item-list:before {
		width: calc((100vw / 1024) * 40);
		height: 100%;
	}
	.list.is-calc.is-payment .item-list.is-wide .box {
		width: calc((100vw / 1024) * 233);
	}
	.list.is-calc.is-payment .item-list .box {
		width: calc((100vw / 1024) * 180);
	}
	.list.is-calc.is-payment .item-list .box .is-head .txt-comments {
		font-size: calc((100vw / 1024) * 14);
	}
	.list.is-calc.is-payment .item-list.is-equal:before {
		background-size: calc((100vw / 1024) * 27) auto;
	}
	.txt-foot {
		font-size: calc((100vw / 1024) * 20);
		line-height: 1.3;
		margin-bottom: calc((100vw / 1024) * 30);
	}
	.txt .extend {
		font-size: 2vw;
	}
	.txt.is-gltd-kv {
		font-size: calc((100vw / 1024) * 18);
		margin-bottom: calc((100vw / 1024) * 25);
	}
	.txt.is-gltd-kv.is-head {
		font-size: calc((100vw / 1024) * 27);
		margin-bottom: calc((100vw / 1024) * 30);
	}
	.fs-20 {
		font-size: calc((100vw / 1024) * 20)!important;
	}
	.fs-22 {
		font-size: calc((100vw / 1024) * 22)!important;
	}
	.fs-42 {
		font-size: calc((100vw / 1024) * 42)!important;
	}
	.mb10 {
		margin-bottom: calc((100vw / 1024) * 10)!important;
	}
	.mb20 {
		margin-bottom: calc((100vw / 1024) * 20)!important;
	}
	.mb30 {
		margin-bottom: calc((100vw / 1024) * 30)!important;
	}
	.mb35 {
		margin-bottom: calc((100vw / 1024) * 35)!important;
	}
	.mb40 {
		margin-bottom: calc((100vw / 1024) * 40)!important;
	}
	.mb50 {
		margin-bottom: calc((100vw / 1024) * 50)!important;
	}
	/* 日経トレンディ */
	/* 医療保険やがん保険だけで大丈夫？ */
	.sec-risk .img {
		width: calc((100vw / 1024) * 762);
		margin-bottom: calc((100vw / 1024) * 40);
		border-radius: calc((100vw / 1024) * 30);
		/* padding: calc((100vw / 1024) * 27) calc((100vw / 1024) * 26) calc((100vw / 1024) * 29) calc((100vw / 1024) * 38); */
	}
	/* .sec-risk .img::after {
		width: calc((100vw / 1024) * 233);
		height: calc((100vw / 1024) * 281);
		right: calc((100vw / 1024) * -198);
	} */
	.sec-risk .txt01 {
		margin-top: calc((100vw / 1024) * 20);
		font-size: calc((100vw / 1024) * 18);
	}
	/* ポイント */
	.sec-points .wrapper-points {
		margin: calc((100vw / 1024) * 40) 0;
	}
	.sec-points .wrapper-points dt {
		padding: calc((100vw / 1024) * 15) 0;
	}
	.sec-points .wrapper-points dd {
		padding: calc((100vw / 1024) * 25) calc((100vw / 1024) * 18) calc((100vw / 1024) * 17);
	}
	.sec-points .wrapper-points dd .ttl {
		margin-bottom: calc((100vw / 1024) * 30);
		font-size: calc((100vw / 1024) * 27);
	}
	.sec-points .wrapper-points dd .ttl.small {
		margin-bottom: calc((100vw / 1024) * 20);
		font-size: calc((100vw / 1024) * 24);
	}
	/* 気になる補償内容と保険料 */
	.sec-prepare .table.in-gltd-c2-2 th:nth-child(1) {
		width: calc((100vw / 1024) * 370);
	}
	.sec-prepare .table.in-gltd-c2-2 th:nth-child(2) {
		width: calc((100vw / 1024) * 340);
	}
	/* 備えたい目的 */
	.sec-purpose .wrapper-purpose li {
		margin-bottom: calc((100vw / 1024) * 20);
		width: calc((100vw / 1024) * 460);
		border-radius: calc((100vw / 1024) * 10);
		border: solid 4px #a1cb44;
		padding: calc((100vw / 1024) * 32) calc((100vw / 1024) * 30) calc((100vw / 1024) * 27);
		font-size: calc((100vw / 1024) * 28);
	}
	.sec-purpose .wrapper-purpose li::after {
		width: calc((100vw / 1024) * 181);
		height: calc((100vw / 1024) * 131);
	}
	.sec-purpose .wrapper-purpose li dd {
		margin-top: calc((100vw / 1024) * 30);
	}
	.sec-period .wrapper-box {
		margin: calc((100vw / 1024) * 26) 0 calc((100vw / 1024) * 40);
		padding: calc((100vw / 1024) * 30) calc((100vw / 1024) * 22);
		font-size: calc((100vw / 1024) * 20);
	}
	.sec-relation>.ttl {
		margin-bottom: calc((100vw / 1024) * 40);
		font-size: calc((100vw / 1024) * 27);
	}
}

.is-text {
    padding: 0px 10px;
    background: #f39800;
    color: #fff;
    text-shadow: none;
    font-size: 15px;    
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .is-text {
        background: #f39800;
        display: inline-block;
        color: #fff;
        margin-bottom: 0;
        font-size: 18px;
        padding: 0px 10px;
    }
}