/* eslint-disable */
@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{box-sizing: border-box;}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}


/************** layout base ********************/
.clearfix{
overflow:hidden;
}
.clear:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a:link{color:#0845b4;}

a:visited{color:#4610a1;}

/*ボタンrollover*/
a:hover{
-moz-opacity:0.60;
opacity:0.60;}

sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}
.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}

.txtRed{ color:#ef4c4c;}
.txtBlue{ color:#0095ff;}
.txtYellow{ color:#faf600;}
.txtW{ color:#fff}

p.note,
.note > li{
	font-size:12px;
	margin-left: 1em;
	text-indent: -1em;
}

.fontEn{
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:60px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:60px !important;}


main{
 overflow: hidden;
}
.inner{
	padding-left: 4%;
	padding-right: 4%;
	max-width:1025px;
	margin: 0 auto;
	box-sizing: content-box;
}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
@media screen and (min-width: 479px) {
.spOnly{ display:none;}
	.pcFlex{		
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	}
}/*-PC only-*/
@media screen and (max-width: 478px) {
.pcOnly{ display:none;}
}/*-sp only-*/

/************** layout base ********************/
html:focus-within { 
  scroll-behavior: smooth;
}
body{
	background: #fff;
	text-align: center;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
	line-height: 1.3;
	font-weight: 400;
	position: relative;

}
div,p,dl{
	text-align:left;
}

p,dt,dd,li,td,th{
	color: #1a1a1a;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 1.3;
}
h1,h2,h3,h4,h5,h6{
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
}
@media screen and (max-width: 478px) {
	body{ -webkit-text-size-adjust: 100%;}
	img{ height: auto;}
	/* p,dt,dd,li,td,th{
		font-size:14px;
		line-height:1.6;
	} */
}/*-sp only-*/

.bgBlue{
	background: #0095ff;
}
.bgYellow{
	background: #faf600;
}
.bgBk{
	background: #000;
}


/***************** head ***********************/
header{
	padding: 17px 25px;
}
header #logo{
	width: 100%;
	max-width: 124px;
}

/***************** foot ***********************/
footer{
	
}
#footerContact{
	padding-top: 58px;
	padding-bottom: 52px;
}

footer h2{
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: .5em;
	text-align: center;
}

footer .leadTxt{
	font-size: 18px;
	margin-bottom: 2em;
	color: #fff;
	text-align: center;
}

footer ul{
	gap:1px;
	display:flex;
	margin-bottom: 30px
}
.fixLink li,
footer ul li{
	flex: 1;
	padding: 20px 20px;
	background: #fff;
	position: relative
}
.fixLink li{
	padding: 10px 10px;
}
.fixLink li a{
	display: block;
}
.fixLink li a::after,
footer ul li a::after {
  width: 26px;
  height: 26px;
	position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  content: "";
  background: url("../images/ic_arrow.png") no-repeat left top / cover;
  display: inline-block;
}
.fixLink li a::after{
	width: 20px;
  height: 20px;
	right: 5px;
}

.fixLink li .en,
footer ul li .en{
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0095ff;
	letter-spacing: .1em
}
.fixLink li a,
footer ul li a{
	color: #1a1a1a;
	font-size: 14px;
}
.fixLink li a:link,
footer ul li a:link{
	color: #1a1a1a
}

footer .copy{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

footer .copy .note{
	font-size: 12px;
	font-weight: 400;
}

.fixLink{
	position: fixed;
	bottom: 0;
	width: 100%;
	gap:12px;
	display:none;
	background:rgba(27,160,255,0.9);
	padding: 12px;
	max-width: 478px;
	transition: .5s
}
.fixLink.is-active{
	display: flex
}

/***************** contents ***********************/
#contentWrap{

}
#contents{
	background: #fff;
}
@media screen and (min-width: 479px) {
	#contents{
		margin-left: auto;
		margin-right: auto;
		/* width: 810px; */
		width: 478px;
	}
}/*-PC only-*/

.btn{
	background: #fff;
	border: 1px solid #1a1a1a;
	border-radius: calc(infinity * 1px);
	color: #1a1a1a !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 30px 15px 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.btnWrap{
	text-align: center;
}
.btnWrap .subTxt{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 7px;
	position: relative;
}
.btnWrap .subTxt::before,
.btnWrap .subTxt::after{
	content: "";
	background: #fff;
	width: 1px;
	height: 30px;
	display: inline-block;
	position: absolute;
	bottom: -5px;
}
.btnWrap .subTxt::before{
	left: -15px;
	transform: rotate(-45deg);
}
.btnWrap .subTxt::after{
	right: -10px;
	transform: rotate(45deg);
}
.btnEntry{
	background: #faf600;
	border: 1px solid #fff;
	border-radius: calc(infinity * 1px);
	color: #1a1a1a !important;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	padding: 20px 50px 20px 50px;
	position: relative;
	text-decoration: none;
	width: 100%;
	max-width: 400px;
}
.btn::after,
.btnEntry::after{
	content: "";
	background: url("../images/ic_arrow.png") no-repeat left top / cover;
	display: inline-block;
	position: absolute;
}
.btn::after{
	width: 24px;
	height: 24px;
	right: 10px;
	top: calc(50% - 11px);
}
.btnEntry::after{
	width: 28px;
	height: 28px;
	right: 25px;
	top: calc(50% - 13px);
}
.btn:hover,
.btnEntry:hover{
	text-decoration: none;
}

.baloon{
	background: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
  max-width: 1025px;
  box-sizing: content-box;
	text-align: center;
}

section h2{
	font-size: 28px;
	letter-spacing: 0.05em;
	line-height: 1.34;
	text-align: center;
}
section h2 + .leadTxt{
	font-size: 18px;
	text-align: center;
}

/*-------------- mainView -----------------*/
#mainView .baloon{
	border: 1px solid #1a1a1a;
	margin: 0 4% 15px;
	padding: 12px 1.8% 14px;
}
#mainView .baloon::after{
	content: "";
	background: #1a1a1a;
	display: inline-block;
	width: 1px;
	height: 45px;
	position: absolute;
	left: 52px;
	bottom: -29px;
	transform: rotate(-45deg);
}
#mainView .bgBlue{
	margin-top: -40px;
	padding: 36px 4% 20px;
}
#mainView h2{
	color: #fff;
	font-size: 30px;
	line-height: 1.25;
}
#mainView h2 .txtYellow{
	display: inline-block;
	font-size: 33px;
	line-height: 1.1;
	margin-top: 6px;
}
#mainView h2 .num{
	font-size: 148%;
}
#mainView h2 .txtL{
	font-size: 105%;
}
#mainView h2 sup{
	font-size: 54.5%;
	line-height: 3;
	margin-left: -0.5em;
	vertical-align: top;
}
#mainView .chargingPlan{
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
}
#mainView .chargingPlan h3{
	border-radius: 5px 5px 0 0;
	font-size: 23px;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
	padding: 14px 3.2%;
	position: relative;
	text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}
#mainView .chargingPlan h3::before{
	content: "";
	background: url("../images/plan_img_chara.png") no-repeat right top / contain;
	display: inline-block;
	width: 62px;
	height: 89px;
	position: absolute;
	right: 10px;
	top: -10px;
}
#mainView .chargingPlan h3::after{
	content: "";
	background: #faf600;
	display: inline-block;
	width: 38px;
	height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -12px;
	left: calc(50% - 19px);
}
#mainView .chargingPlan ul{
	margin-left: 4.1%;
	margin-right: 4.1%;
	padding-bottom: 25px;
}
#mainView .chargingPlan ul li{
	font-size: 18px;
	font-weight: 700;
	padding: 14px 0 14px 60px;
	position: relative;
}
#mainView .chargingPlan ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
}
#mainView .chargingPlan ul li:nth-child(1)::before{
	background: url("../images/plan_ic_time.png") no-repeat left top / contain;
	width: 48px;
	height: 48px;
	top: 25px;
}
#mainView .chargingPlan ul li:nth-child(2)::before{
	background: url("../images/plan_ic_volt.png") no-repeat left top / contain;
	width: 48px;
	height: 67px;
	top: 20px;
}
#mainView .chargingPlan ul li .txtRed{
	font-size: 128%;
}
#mainView .chargingPlan ul li .txtS{
	font-size: 96%;
}
#mainView .chargingPlan ul li .num{
	font-size: 138%;
}
#mainView .chargingPlan ul li sup{
	font-size: 14px;
	line-height: 3;
	vertical-align: top;
}
#mainView .chargingPlan ul li .note{
	font-size: 78%;
	font-weight: 400;
}
#mainView .chargingPlan ul li .txtBlue{
	font-size: 128%;
}
#mainView .chargingPlan ul li + li{
	border-top: 1px solid #0095ff;
}

#mainView .btnWrap:nth-of-type(1){
	margin-top: -25px;
}
#mainView .btnWrap:nth-of-type(2){
	margin-top: 30px;
	margin-bottom: 25px;
}


/*-------------- support -----------------*/
#support{
	margin-top: 55px;
}
#support .baloon{
	border: 1px solid #0095ff;
	margin: 0 4% 15px;
	padding: 15px 1.8% 15px;
	text-align: center;
}
#support .baloon::after{
	content: "";
	background: #fff;
	display: inline-block;
	width: 10px;
	height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -10px;
	left: calc(50% - 5px);
}
#support .baloon::before{
	content: "";
	background: url("../images/support_ic_price.png") no-repeat left top / cover;
	display: inline-block;
	width: 57px;
	height: 51px;
	position: absolute;
	left: -15px;
	top: -35px;
}
#support .bgBlue{
	border-radius: 5px;
	margin-top: -45px;
	padding: 56px 10px 18px;
}
#support .leadTxt{
	color: #faf600;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
#support .leadTxt > span{
	font-size: 157%;
}
#support .leadTxt .num{
	font-size: 167%;
}
#support .leadTxt .txtL{
	font-size: 121%;
}
#support .leadTxt sup{
	font-size: 18px;
	line-height: 3;
	vertical-align: top;
}
#support p,
#support .note li{
	color: #fff;
	text-align: center;
}
#support .note li{
	line-height: 1.5;
}


/*-------------- merit -----------------*/
#merit h2{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.34;
	margin: 20px auto 15px;
}
#merit .meritLead ul{
	margin: 0 auto;
	position: relative;
	height: 320px;
	width: 98%;
	max-width: 478px;
}
#merit .meritLead li{
	border: 2px dotted #0095ff;
	border-radius: calc(infinity * 1px);
	color: #0095ff;
	display: grid;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.43;
	position: absolute;
	aspect-ratio: 1 / 1;
	width: min(90%,140px);
	height: min(90%,140px);
	text-align: center;
}
#merit .meritLead li:nth-child(1){
	top: 0;
	left: min(22vw,95px);
}
#merit .meritLead li:nth-child(2){
	top: 60px;
	right:0;
}
#merit .meritLead li:nth-child(3){
	top: 165px;
	left: 0;
}
#merit .meritLead figure{
	background: url("../images/merit_bg.png") no-repeat center bottom / 100% auto;
	text-align: center;
	margin-top: -160px;
}
#merit .meritLead figure img{
	margin-left: 67px;
	width: 100%;
	max-width: 243px;
}
.meritLeadTxt{
	margin-bottom: 65px;
	padding-top: 14px;
	position: relative;
	text-align: center;
}
.meritLeadTxt::after{
	content: "";
	background: #faf600;
	display: inline-block;
	width: 100%;
	height: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -60px;
	left: 0;
}
.meritLeadTxt h3{
	border-bottom: 1px dashed #0095ff;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	text-align: center;
}
.meritLeadTxt .leadTxt{
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
#merit{
	padding-bottom: 60px;
}
#merit .point li:not(:last-child){
	margin-bottom: 27px;
}
#merit .point dl{
	display: flex;
}
#merit .point dt{
	border-right: 1px solid #0095ff;
	font-size: 13px;
	font-weight: 700;
	padding-right: 10px;
	text-align: center;
	width: 12.3%;
}
#merit .point .num{
	display: block;
	font-size: 26px;
}
#merit .point dd{
	font-size: 13px;
	line-height: 1.38;
	padding-left: 20px;
	width: 87.7%;
}
#merit .point .leadTxt{
	color: #0095ff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
#merit .point .leadTxt .en{
	color: #1a1a1a;
	display: block;
	font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 12px;
}
#merit ul.note{
	margin-top: 2em
}
#merit ul.note li{
	text-indent: -2em;
	padding-left: 2em;
}

#merit ul.note li span{
	margin-right: .5em
}
/*-------------- areaPrice -----------------*/
#areaPrice .selectArea{
	padding: 36px 0 60px;
}
#areaPrice .selectArea h2,
#areaPrice .selectArea p,
#areaPrice .selectArea li{
	color: #fff;
	font-weight: 400;
	text-align: left;
}
#areaPrice .selectArea h2{
	margin-bottom: 15px;
}
#areaPrice .selectArea p{
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 5px;
}
#areaPrice .selectArea li{
	font-size: 12px;
	line-height: 1.5;
}
#areaPrice .map{
	padding-bottom: 40px;
	position: relative;
	margin-top: -130px;
}
#areaPrice .map p{
	margin: 0 auto;
	width: 345px;
}
#areaPrice .map ul{
	width: 345px;
	height: 380px;
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
}
#areaPrice .map li{
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	width: 68px;
	text-align: center;
}
#areaPrice .map li a{
	background: #faf600;
	border-radius: calc(infinity * 1px);
	color: #1a1a1a !important;
	display: grid;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	width: 62px;
	height: 62px;
	position: relative;
}
#areaPrice .map li a:hover{
	text-decoration: none;
}
#areaPrice .map li a::after{
	content: "";
	background: #faf600;
	display: inline-block;
	width: 12px;
	height: 10px;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	position: absolute;
	left: calc(50% - 6px);
	top: -8px;
}

#areaPrice .map li.a06 a::after{
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	bottom: -8px;
	top: auto;
}
#areaPrice .map li.a01 a::after,
#areaPrice .map li.a02 a::after{
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
	top: calc(50% - 5px);
	left: -8px;
}
#areaPrice .map .a01{
	top: 130px;
	right:-10px;
}
#areaPrice .map .a02{
	top: 260px;
	right: 40px;
}
#areaPrice .map .a03{
	bottom: 14px;
	left: 170px;
}
#areaPrice .map .a04{
	bottom: -10px;
	left: 108px;
}
#areaPrice .map .a05{
	bottom: -30px;
	left: 38px;
}
#areaPrice .map .a06{
	top: 210px;
	left: 35px;
}


/* modal */
.modalArea{
	display: none;
	position: fixed;
	height: 100vh;
	width: 100vw;
	top:0;
	left: 0;
	background:rgba(0,0,0,0.81)
}
.modalArea.show{
	display: block;
}
.modalArea .modal{
	display: none;
	position: fixed;
	top:10vh;
	left:5vw;
	height: 60vh;
	width: 90vw;
	padding-top: 40px
}
.modalArea .modal.show{
	display: block;
}

.modalArea .modal .close{
	font-size: 30px;
	display: block;
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	color:#fff
}

.modalArea .modal .inner{
	background: #fff;
	border-radius: 16px;
	padding: 25px 22px
}
.modalArea .modal .inner h3{
	color: #0095ff;
	font-size: 26px;
	border-bottom: 2px solid #0095ff;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 18px
}
.modalArea .modal .inner h3 .note{
	display: block;
	color: #1a1a1a;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 500;
}

.modal .priceComparison{
	margin: 0 auto 20px;
	width: max(280px , 72%);
}

.modal .priceComparison p{
	font-size: 16px;
	display: flex;
	justify-content: space-between;
 position: relative;
	align-items: center;
}
.modal .priceComparison p:before{
	position: absolute;
	top:1em;
	left:0;
	border-bottom: 2px dotted #000;
	width: 100%;
	height: 2px;
	display: block;
	content: '';
	z-index: 0
}
.modal .priceComparison p:first-child{
	margin-bottom: 10px;
	position: relative
}
.modal .priceComparison p:first-child:after{
	background: #000;
  height: 12px;
  width: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: block;
	content: '';
	position: absolute;
	left:calc(50% - 10px);
		bottom:-15px
}

.modal .priceComparison p span{
	background: #fff;
	display: inline-block;
	z-index: 10;
	padding: 0em .2em .1em;
}

.modal .priceComparison p .num{
	font-size: 22px;
	font-weight: 700
}

.modal .priceComparison .totalPrice{
	border: 1px solid #ef4c4c;
	padding: 10px;
	font-size: 18px;
	color: #ef4c4c;
	font-weight: 700;
	margin-top: 20px
}
.modal .priceComparison .totalPrice:before{
	display: none;
}
.modal .priceComparison .totalPrice span{
	font-size: min(4vw , 14px);
}

.modal .priceComparison .totalPrice .num{
	font-size: min(5vw , 28px);
}

.modal .conditions{
	background: #f3f3f3;
	padding: 15px;
}
.modal .conditions h4{
	margin-bottom: .5em;
}

.modal .conditions li{
	margin-bottom: .3em;
}

#areaPrice{
	padding-bottom: 45px
}
#areaPrice .selectArea + .inner{
	margin-top: -30px;
}

#areaPrice .inner h3{
	background: #000;
	font-size: 18px;
	padding: .6em
}

#areaPrice .inner dl{
	margin-bottom: 1.2em
}

#areaPrice .inner dt{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: .8em;
	border-bottom: 1px solid #0095ff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.2em
}

#areaPrice .inner dt span {
  position: relative;
  display: inline-block;
  width: 18.1px;
  height: 11.1px;
}

#areaPrice .inner dt span::before,
#areaPrice .inner dt span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 12px;
  border-radius: 9999px;
  background-color: #0095ff;
  transform-origin: 50% calc(100% - 1.5px);
}

#areaPrice .inner dt span::before {
  transform: rotate(45deg);
}

#areaPrice .inner dt span::after {
  transform: rotate(-45deg);
}

#areaPrice .inner dt.active{
	margin-bottom: 0
}
#areaPrice .inner dt.active span::before,
#areaPrice .inner dt.active span::after {
	 top: 0;
	bottom: auto;
}

#areaPrice .inner dd{
	padding: 20px 22px;
	border: 1px solid #0095ff;
	border-top: none;
	display: none;
}
#areaPrice .inner dd p:first-child{
	margin-bottom: 1.4em
}
#areaPrice .inner dd h4{
	text-align: center;
	font-weight: 700;
}
#areaPrice .inner dd .price{
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 1.6em
}

#areaPrice .inner dd .price .num{
	color: #0095ff;
	font-size: 30px;
}
#areaPrice .inner dd table{
	border: 1px solid #cccccc;
	margin-top: 10px;
	width: 100%
	}
#areaPrice .inner dd table + h4{
	margin-top: 2em
}
#areaPrice .inner dd tr{
	border-bottom: 1px solid #cccccc
}
#areaPrice .inner dd th{
	background: #f3f3f3;
	border-right: 1px solid #cccccc;
	font-weight: 500;
}

#areaPrice .inner dd th,
#areaPrice .inner dd td{
	padding: 10px
}
#areaPrice .inner dd td{
	white-space: nowrap
}
#areaPrice .inner dd td .num{
	color: #0095ff;
	font-size: 20px;
	font-weight: 700;
}

#areaPrice .inner .attention p{
	margin-bottom: 1em;
}
#areaPrice .inner .attention p .note{
	font-size: 12px
}



/*-------------- quality -----------------*/
#quality{
	padding: 36px 10px
}

#quality h2{
	font-weight: 400;
	font-size: 38px;
	margin-bottom: 10px
}

#quality .inner{
	text-align: center;
}

#quality .leadTxt{
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 32px;
}


#quality .btn{
	padding: 15px 65px 15px 65px;
	font-size: 18px;
	margin: auto;
	margin-top: 20px
}
/*-------------- flow -----------------*/

#flow{
	padding: 36px 0
}

#flow h2{
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 20px
}

#flow li{
	position: relative;
	margin-bottom: 26px
}
#flow li:after{
	background: #0095ff;
  height: 12px;
  width: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: block;
	content: '';
	position: absolute;
	left:calc(50% - 10px);
		bottom:-12px
}
#flow li:last-child:after{
	display: none
}

#flow li h3{
	display: flex;
	font-size: 18px;
	align-items: center;
	gap:10px
}

#flow li h3 img{
	width: 68px;
}
#flow li h3 .num{
	font-weight: 500;
	margin-right: .3em;
	font-size: 22px;
}

#flow li p{
	margin-top: -1em;
	padding: 0 0 16px 42px;
	border-bottom: 1px solid #0095ff;
	border-left: 1px solid #0095ff;
	margin-left: 34px;
	line-height: 1.4
}

/*-------------- faq -----------------*/

#faq{
	padding: 36px 0;
	background: #e1f3ff;
}
#faq h2{
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 10px
}

#faq ol{
	margin-top:28px
}

#faq li{
	
	margin-bottom: 15px;
	border: 1px solid #0095ff;
	padding: 16px 22px;
	background: #fff;
}

#faq li dt p,
#faq li dd{
	font-size: 16px;
}

#faq li dt{
	display: flex;
	align-items: center;
	gap:18px;
	font-size: 16px;
	cursor: pointer
}

#faq li dt .num{
	color: #0095ff;
	line-height: 1.8em;
	border-right: 1px solid #0095ff;
	font-size: 16px;
	font-weight: 600;
	padding-right: 18px;
	display: block;
}

#faq li dd{
	border-top: 1px solid #0095ff;
	padding-top: .8em;
	margin-top: .8em;
	line-height: 1.4;
	display: none;
}

#faq li dd p{
	font-size: 16px;
	margin-bottom: 1em
}

#faq li dd dl dd{
	border-top:none;
	padding-top:0;
	margin-top:0;
	margin-bottom: 1em;
		display: block;
}



#faq li dt span.arrow {
  position: relative;
  display: block;
  width: 18.1px;
  height: 11.1px;
}

#faq li dt span.arrow::before,
#faq li dt span.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 12px;
  border-radius: 9999px;
  background-color: #0095ff;
  transform-origin: 50% calc(100% - 1.5px);
}

#faq li dt span.arrow::before {
  transform: rotate(45deg);
}

#faq li dt span.arrow::after {
  transform: rotate(-45deg);
}

#faq li dt.active{
	margin-bottom: 0
}
#faq li dt.active span.arrow::before,
#faq li dt.active span.arrow::after {
	 top: 0;
	bottom: auto;
}

	#fixLogo,
#ancohs{
	display: none
}


@media screen and (min-width: 479px) {
/*------------------------------------------------------------------------
              pc
--------------------------------------------------------------------------*/
	.sp{
		display: none
	}
	body{
		background: url("../images/pc_bg.png") #faf600;
		background-position: -30px
	}
	.modalArea .modal{
		top:20vh;
	left:calc((50vw - 239px) + 20px);
	height: 438px;
	width: 438px;
	}
	
	#merit .meritLead ul{
		width: 92%;
	}
	
	#fixLogo,
	#ancohs{
		position: fixed;
		display: block;
		
	}
	#fixLogo{
		width: calc(50% - 239px);
		top:calc(50vh - 68px);
		text-align: center;
		padding: 0 20px
	}
	#fixLogo figure{
		max-width: 235px;
		margin: auto
	}
	
	#ancohs{
		width: calc(50% - 239px);
		top:20vh;
		padding: 0 40px;
			right:0;
	}
	#ancohs li{
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 40px;
		position: relative;
		padding-left: 35px
	}
	#ancohs li a{
		color: #1a1a1a
	}
	#ancohs li a.current{
		color: #0095ff
	}
	#ancohs li:before,
	#ancohs li:after{
		position: absolute;
		top:3px;
		content: '';
		display: block;
		
	}
	#ancohs li:before{
		width: 10px;
		height: 10px;
		border-radius: calc(infinity * 1px);
		border:2px solid #1a1a1a;
			left:0
	}
	
	#ancohs li:after{
		left:11px;
		top:9px;
		border-bottom: 2px solid #1a1a1a;
			width:10px;
	}
	#ancohs li.current:before{
		border:1px solid #0095ff;
		background: #0095ff
	}
	#ancohs li.current:after{
		border-bottom: 1px solid #0095ff
	}
}/*-PC only-*/




@media screen and (max-width: 768px) {
	
}/*-sp only-*/