@charset "UTF-8";

/* ------------------------------------------ 

FONT

------------------------------------------ */
.ftLato{
	font-weight: 700;
	font-family: 'Lato';
}
.ftColor{
	color: #45BC90;
}


/* ------------------------------------------ 

section title

------------------------------------------ */
.secTtl{
	text-align: center;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 1.4px;
	line-height: 1.3;
}
.secTtl  span{
	text-align: center;
	font-size: 18px;
	font-weight: 900;
}

.secTxt{
	font-size: 14px;
	text-align: center;
	padding: 26px 20px;
}

.firstImg[src$=".svg"] {
	width: 160px;
	display: block;
	margin: 0 auto 10px;
	border: 1px solid #45BC90;
	padding: 10px;
}
.secTtl .lead{
	display: block;
}

@media print, screen and (min-width: 768px){
	.secTtl{
		font-size: 32px;
	}
	.secTxt{
		font-size: 16px;
		text-align: center;
		padding: 40px 0 47;
	}
}


/* ------------------------------------------ 

 contact link

------------------------------------------ */
.contactButton{
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	background: #45BC90;
	border-radius: 50px;
	text-decoration:none;
	padding: 21px 55px;
	position: relative;
	display: block;
	transition: all .4s;
	opacity: 1;
}
.contactButton:hover{
	opacity: 0.5;
	color: #fff;
}
.contactButton img{
	position: absolute;
	top: 36%;
	right: 7%;
	width: 20px;
}
@media print, screen and (min-width: 768px){
	.contactButton{
		font-size: 25px;
		padding: 30px 0;
		width: 550px;
		margin: 0 auto;
	}
	.contactButton img{
		width: 34px;
		top: 34%;
		right: 5%;
	}
}

/* ------------------------------------------ 

image

------------------------------------------ */
.imgPc{
	display: none;
}

@media print, screen and (min-width:768px){
	.imgPc{
		display: block;
	}
	.imgSp{
		display: none;
	}
}
/* ------------------------------------------ 

 Decoration

------------------------------------------ */
.decoBorder{
	border-top: 1px solid #DEDEDE;
	display: block;
	margin-bottom: 30px;
}
@media print, screen and (min-width:768px){
	.decoBorder{
		margin-bottom: 80px;
	}
}

#pNav{
	background: #45BC90;
}


/* ------------------------------------------ 

MV

------------------------------------------ */
.secMv{
	padding-top: 60px;
}
/* .secMv h1{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 335px;
	overflow: hidden;
	border-radius: 10px;
	width: calc(100% - 40px);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv-bg-sp.png);
	background-size: auto 335px;
	margin: 0 auto;
} */
.secMv h1{
	padding-top: 56px;
	font-weight: 600;
	line-height: 1.5;
	font-size: 13px;
	text-align: center;
	height: 335px;
	overflow: hidden;
	border-radius: 10px;
	width: calc(100% - 40px);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv-bg-sp.png);
	background-size: auto 335px;
	margin: 0 auto;
}
.secMv .firstNote{
	padding: 30px 25px 65px;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom right -10px;
	background-image: url(../img/woman.webp);
	background-size: 120px;
}
.secMv .firstNote .worriesTxt {
	line-height: 1.3;
	position: absolute;
	border-radius: 100%;
	border: 1px solid #45BC90;
	padding:20px;
	background: #fff;
}
.secMv .firstNote .worriesTxt::before,
.secMv .firstNote .worriesTxt::after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	margin: auto;
}
.secMv .firstNote .worriesTxt::before{
	border-color: transparent transparent #fff transparent;
	z-index: 3;
	bottom: -9px;
}
.secMv .firstNote .worriesTxt::after{
	border-color: transparent transparent #45BC90 transparent;
	z-index: 2;
	bottom: -10px;
}
.secMv .firstNote .worries1{
	left: 40px;
	top: 20px;
}
.secMv .firstNote .worries1::before,
.secMv .firstNote .worries1::after{
	left: 80px;
	transform: rotate(159deg);
}
.secMv .firstNote .worries2{
	right: 40px;
	top: 20px;
}
.secMv .firstNote .worries2::before,
.secMv .firstNote .worries2::after{
	right: 99px;
	transform: rotate(198deg);
}
.secMv .firstNote .txt{
	padding-top: 100px;
	font-size: 16px;
	text-align: left;
}
.secMv .firstNote .mainTxt{
	font-size: 16px;
	text-align: left;
}
.secMv .firstNote .mainTxt strong{
	font-weight: 900;
	color: #45BC90;
	font-size: 18px;
}
.secMv .firstNote .notes{
	font-size: 12px;
}
@media print, screen and (min-width: 768px){
	.secMv h1{
		padding-top: 62px;
    font-size: 18px;
		height: 404px;
		border-radius: 20px;
		background-image: url(../img/mv-bg-pc.png);
		background-size: auto 410px;
	}
	.secMv .firstNote{
		padding: 30px 25px 25px;
		background-position: bottom right 0px;
		background-size: 200px;
	}
	.secMv .firstNote .worriesTxt{
		padding:40px 30px;
	}
	.secMv .firstNote .worries1{
		left: 60px;
	}
	.secMv .firstNote .worries1::before,
	.secMv .firstNote .worries1::after{
		left: auto;
		right: 61px;
		transform: rotate(172deg);
	}
	.secMv .firstNote .worries2{
		right: 160px;
	}
	.secMv .firstNote .worries2::before,
	.secMv .firstNote .worries2::after{
		right: 192px;
		transform: rotate(192deg);
	}
	.secMv .firstNote .txt{
		padding-top: 120px;
		font-size: 18px;
		text-align: center;
		margin-left: -40px;
	}
	.secMv .firstNote .mainTxt{
		font-size: 18px;
		text-align: center;
		line-height: 1;
		padding: 4px 0 6px;
		margin-left: -40px;
	}
	.secMv .firstNote .mainTxt strong{
		font-weight: 900;
		color: #45BC90;
		font-size: 28px;
	}
	.secMv .firstNote .notes{
		text-align: center;
		display: block;
		margin-left: -40px;
	}
}
@media print, screen and (min-width: 960px){
	.secMv h1{
		padding-top: 66px;
    font-size: 23px;
		height: 464px;
		width: 960px;
		background-size:960px auto;
	}
	.secMv .firstNote{
		width: 960px;
		margin: 0 auto;
		padding: 30px 25px 50px;
		background-size: 250px;
	}
	/* .secMv .firstNote .worriesTxt{
		padding: 30px 50px;
	} */
	.secMv .firstNote .worriesTxt::before{
		bottom: -11px;
	}
	.secMv .firstNote .worriesTxt::after{
		bottom: -12px;
	}
	.secMv .firstNote .worries1{
		left: 150px;
		top: 25px;
	}
	.secMv .firstNote .worries1::before,
	.secMv .firstNote .worries1::after{
		right: 70px;
		transform: rotate(170deg);
	}
	.secMv .firstNote .worries2{
		right: 240px;
		top: 25px;
	}
	.secMv .firstNote .worries2::before,
	.secMv .firstNote .worries2::after{
		right: 180px;
		transform: rotate(188deg);
	}
	.secMv .firstNote .txt{
		padding-top: 140px;
	}
	.secMv .firstNote .txt,
	.secMv .firstNote .mainTxt,
	.secMv .firstNote .notes{
		margin-left: -70px;
	}
	.secMv .firstNote .mainTxt strong{
		font-size: 38px;
	}
}

/* ------------------------------------------ 

車種一覧へリンク

------------------------------------------ */
.carLink{
	background: #F0FAF7;
	padding: 30px 0;
}
.carLink a{
	display: block;
	text-align: center;
	width: 80%;
	text-decoration: none;
	color: #45BC90;
	background: #fff;
	font-weight: 700;
	line-height: 1.4;
	font-size: 18px;
	margin: 0 auto ;
	border: 2px solid #45BC90;
	border-radius: 10px;
	padding: 15px 0;
	position: relative;
}
.carLink a::after{
	display: block;
	content: '';
	margin: auto;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	border-top: 2px solid #45BC90;
	border-right: 2px solid #45BC90;
	transition: all 0.5s ease;
}
.carLink a:hover{
	color: #45BC90;
	opacity: 0.4;
}
@media print, screen and (min-width: 960px){
	.carLink{
		padding: 50px 0;
	}
	.carLink a{
		width: 500px;
		padding: 30px 0;
		font-size: 24px;
	}
}

/* ------------------------------------------ 

About

------------------------------------------ */


.secAbout .innerSec{
	padding: 20px;
}
.secAbout .innerSec h4{
	font-weight: 900;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	font-size: 18px;
}
.secAbout .innerSec h4::after{
	content: "";
	display: block;
	position: absolute;
	background: #60B8BC;
	height: 3px;
	width: 193px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
@media print, screen and (min-width: 960px){
	.secAbout{
		width: 960px;
		margin: 0 auto;
	}
}
/* ------------------------------------------ 
About Head
------------------------------------------ */
.secAbout .aboutHead{
	padding: 36px 20px 45px;
} 
.secAbout .aboutHead li{
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	position: relative;
	padding: 25px;
	margin-bottom: 30px;
}
.secAbout .aboutHead li:last-child{
	margin-bottom: 0;
}
.secAbout .aboutHead li .num{
	position: absolute;
	border-radius: 100%;
	width: 27px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	top: -14px;
	left: -14px;
	background: #45BC90;
}
.secAbout .aboutHead li strong{
	font-weight: 700;
	font-size: 22px;
}
.secAbout .aboutHead li .txt{
	font-size: 14px;
	padding-top: 12px;
	line-height: 1.3;
}
.secAbout .aboutHead li .txt span{
	display: none;
}
.secAbout .aboutHead li .notes{
	font-size: 10px;
	padding-top: 10px;
	line-height: 1;
}
.secAbout .aboutHead li .priceBox,
.secAbout .aboutHead li img,
.secAbout .aboutHead li .box{
	position: absolute;
}
.secAbout .aboutHead li .priceBox{
	top: 25px;
	right: 33px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
}
.secAbout .aboutHead li .priceBox span{
	font-size: 92px;
	line-height: 1;
}
.secAbout .aboutHead li img{
	right: 22px;
	top: 32px;
	width: 120px;
}
.secAbout .aboutHead li .box{
	font-weight: 700;
	text-align: center;
	right: 20px;
	top: 18px;
	width: 120px;
	background: #F4F4F4;
	border-radius: 12px;
	letter-spacing: 0.1px;
	padding: 8px 3px;
	line-height: 1.4;
}

@media print, screen and (min-width: 960px){
	.secAbout .aboutHead{
		padding: 60px 0;
		display: flex;
		justify-content: space-between;
	} 
	.secAbout .aboutHead li{
		width: 24%;
		margin-bottom: 0;
		text-align: center;
	}
	.secAbout .aboutHead li .num{
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: -20px;
		left:0;
		right: 0;
		margin: auto;
		font-size: 22px;
	}
	.secAbout .aboutHead li strong{
		font-size: 26px;
		line-height: 1.2;
		padding-top: 25px;
		display: inline-block;
		height: 90px;
	}
	.secAbout .aboutHead li:last-child strong{
		padding-top: 10px;
	}
	.secAbout .aboutHead li .txt{
		padding-top: 0px;
		text-align: left;
		line-height: 1.5;
		height: 110px;
	}
	.secAbout .aboutHead li .txt span{
		display: inline;
	}
	.secAbout .aboutHead li .notes{
		padding-top: 30px;
		text-align: left;
		line-height: 1.4;
		text-indent: -1rem;
		padding-left: 1rem;
	}
	.secAbout .aboutHead li .priceBox,
	.secAbout .aboutHead li img,
	.secAbout .aboutHead li .box{
		position: static;
	}
	.secAbout .aboutHead li:last-child{
		padding-bottom: 25px;
	}
	.secAbout .aboutHead li .priceBox{
		font-size: 46px;
		padding-top: 0px;
	}
	.secAbout .aboutHead li .priceBox span{
		font-size: 140px;
	}
	.secAbout .aboutHead li img{
		width: 192px;
		padding-top: 36px;
	}
	.secAbout .aboutHead li .box{
		width: 100%;
		padding: 32px 28px;
		line-height: 1.7;
		letter-spacing: 1.2px;
	}
	.secAbout .aboutHead li .box .ftColor{
		line-height: 77px;
		font-size: 16px;
	}
	.secAbout .aboutHead li .box .inner{
		margin-top: 10px;
	}
	.secAbout .aboutHead li .box .inner p{
		width: 49%;
		font-size: 14px;
		padding: 16px 0;
	}
	.secAbout .aboutHead li .box .inner p span{
		font-size: 14px;
		padding-top: 5px;
	}
}

/* ------------------------------------------ 

 Plan

------------------------------------------ */
.secPlanFree{
	padding-bottom: 45px;
}
.secPlanFree .planFirstBlc{
	padding: 20px;
	background: #f3f3f3;
	margin-top: 30px;
}
.secPlanFree .planFirstBlc dl{
	border-radius: 10px;
	background: #fff;
	padding: 30px;
	margin-bottom: 10px;
}
.secPlanFree .planFirstBlc dl dt{
	font-weight: 700;
	font-size: 16px;
	color: #45BC90;
	display: flex;
	align-items: center;
	line-height: 1.4;
}
.secPlanFree .planFirstBlc dl dt .img{
	background: #f0faf7;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	display: block;
	padding: 10px;
}
.secPlanFree .planFirstBlc dl dt .img img{
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.secPlanFree .planFirstBlc dl dt .txt{
	padding-left: 12px;
}
.secPlanFree .planFirstBlc dl dd{
	font-weight: 700;
	line-height: 1.6;
	padding-top: 5px;
}
.secPlanFree .planFirstBlc dl dd span{
	display: block;
	font-size: 12px;
	padding-left: 20px;
	font-weight: normal;
	padding-top: 3px;
}
.secPlanFree .planFirstBlc dl dd br{
	display: none;
}
.secPlanFree .exaCar{
	font-size: 16px;
}
.secPlanFree .exaCar strong{
	font-weight: bold;
}
.secPlanFree .secTxt{
	text-align: center;
}
.secPlanFree table{
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	text-align: center;
}
.secPlanFree table th,
.secPlanFree table td{
	display: block;
	font-weight: 700;
}
.secPlanFree table th{
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background: #F0FAF7;
	font-size: 14px;
	line-height: 30px;
}
.secPlanFree table th span{
	font-weight: normal;
	font-size: 12px;
}
.secPlanFree table td{
	padding: 10px;
	vertical-align: middle;
}
.secPlanFree table .double td{
	display: inline-block;
	width: 50%;
}
.secPlanFree table .double td:nth-of-type(2){
	border-left: 1px solid #DEDEDE;
}
.secPlanFree table .double.reverse td:nth-of-type(1){
	border-right: 1px solid #DEDEDE;
}
.secPlanFree table .double.reverse td:nth-of-type(2){
	border-left: none;
}
.secPlanFree table td .head{
	display: inline-block;
	line-height: 1;
	font-size: 12px;
	color: #fff;
	padding: 7px 10px;
	position: relative;
	background: #0A0E1F;
	border-radius: 6px;
	margin-bottom: 10px;
}
.secPlanFree table td .head::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent #0A0E1F transparent;
	bottom: -5px;
	right: 0px;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}
.secPlanFree table tr:nth-of-type(3) td .head{
	display:block;
	width: 155px;
	margin: 0 auto 10px;
}
.secPlanFree table td .price{
	position: relative;
	display: inline-block;
	font-size: 20px;
}
.secPlanFree table td .price .ftLato{
	font-size: 40px;
}
.secPlanFree table td .price .tax{
	font-size: 10px;
	position: absolute;
	right: -1px;
	top: 21px;
}
.secPlanFree table .monthly td .price{
	font-size: 14px;
}
.secPlanFree table .monthly td .price .ftLato{
	font-size: 28px;
}
.secPlanFree table .monthly td .priceBox .price .ftLato{
	font-size: 24px;
}
.secPlanFree table .monthly td .priceBox .price .yen {
	margin-right: 10px;
}
.secPlanFree table .monthly  td .price .tax{
	left:98px;
	top: 9px;
}
.secPlanFree table .monthly  td .priceBox .price .tax{
  font-size: 8px;
  left: 74px;
  top: 7px;
}
.secPlanFree table .monthly td .year{
	font-size: 10px;
	/* padding-right: 5px; */
}
.secPlanFree table .monthly td .year span{
	font-size: 14px;
}
.secPlanFree table .monthly td .priceBox li{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.secPlanFree table td .txt{
	font-size: 18px;
}
.secPlanFree table td .txt .plus{
	display: block;
}
.secPlanFree table td .notes{
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-top: 8px;
	color: #222;
	line-height: 1.5;
}
.secPlanFree table td .carlistLink{
	color: #45BC90;
}
.secPlanFree .planWrap{
	text-align: center;
	margin-top: 34px;
}
.secPlanFree .planWrap h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.secPlanFree .planWrap .planCash{
	position: relative;
}
.secPlanFree .planWrap .planCash .price{
	position: absolute;
	/* font-size: 16px; */
  font-size: 4.8vw;
	line-height: 1.4;
	font-weight: 600;
	color: #FFF;
}
.secPlanFree .planWrap .planCash .freeTxt{
	position: absolute;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #FFF;
}
.secPlanFree .planWrap .planCash img{
	width: 95%;
}
.secPlanFree .planWrap .planCash .imgPC{
	display: none;
}
.secPlanFree .planWrap .planCash .price.basic_price{
  top: 15%;
  left: 62.7%;
  font-size: 7vw;
}
.secPlanFree .planWrap .planCash .freeTxt{
  top: 45.2%;
  left: 35.5%;
  font-size: 3.8vw;
}
.secPlanFree .planWrap .planCash .priceFree1{
  top: 47.5%;
  left: 9%;
}
.secPlanFree .planWrap .planCash .priceFree2{
  top: 63.8%;
  left: 40.5%;
}
.secPlanFree .planWrap .planCash .priceFree3{
  top: 78.5%;
  left: 72.2%;
}
.secPlanFree .planWrap .planCash .price.basic_price_note{
  top: 22.5%;
  left: 58%;
  line-height: 1.15;
  font-size: 3.4vw;
  font-weight: 400;
}
.secPlanFree .planWrap .planCash .price.priceFree_price_note{
  top: 22%;
  left: 15%;
  font-size: 3.4vw;
  font-weight: 400;
}
@media print, screen and (min-width: 768px){
	.secPlanFree .exaCar {
    font-size: 18px;
		line-height: 2;
	}
	.secPlanFree table th,
	.secPlanFree table td{
		display: table-cell;
		vertical-align: middle;
	}
	.secPlanFree table th{
		line-height: 1.4;
	}
	.secPlanFree table td{
		border-top: 1px solid #DEDEDE;
		padding: 15px ;
	}
	.secPlanFree table .double td{
		display: table-cell;
		width: auto;
	}
	.secPlanFree table .monthly td .price .ftLato{
		font-size: 40px;
	}
	.secPlanFree table .monthly td .price{
		font-size: 20px;
	}
	.secPlanFree table .monthly td .priceBox li .price .ftLato{
		font-size: 28px;
	}
  .secPlanFree table .monthly td .priceBox .price .tax {
    left: 88px;
    top: 12px;
  }
	.secPlanFree table .monthly td .priceBox li .price{
		font-size: 14px;
	}
	.secPlanFree table .monthly td .price .tax{
		left: 130px;
		top: 21px;
	}
	.secPlanFree .planWrap img{
		margin: 0 auto;
	}
	.secPlanFree .planWrap .planCash .imgPC{
		display: inline-block;
	}
	.secPlanFree .planWrap .planCash img{
		width: 740px;
	}
	.secPlanFree .planWrap .planCash .price{
		font-size: 2vh;
	}
	.secPlanFree .planWrap .planCash .price.basic_price{
    display: inline; 
    font-size: 1.9vh;
    top: 25%;
    left: 10.3%;
	}
  .secPlanFree .planWrap .planCash .price.basic_price_note{
    top: 35%;
    left: 4.7%;
    font-size: 0.8vh;
  }
  .secPlanFree .planWrap .planCash .price.basic_price_note .brSp{
    display: none;
  }
  .secPlanFree .planWrap .planCash .price.priceFree_price_note{
    top: 71.5%;
    left: 10.5%;
    font-size: 1vh;
  }
	.secPlanFree .planWrap .planCash .freeTxt{
    top: 15.5%;
    left: 57.3%;
    font-size: 1.5vh;
	}
	.secPlanFree .planWrap .planCash .priceFree1{
    top: 19%;
    left: 32.4%;
	}
	.secPlanFree .planWrap .planCash .priceFree2{
    top: 49%;
    left: 52.2%;
	}
	.secPlanFree .planWrap .planCash .priceFree3{
    top: 65%;
    left: 77.8%;
	}
}
@media print, screen and (min-width: 960px){
	.secPlanFree{
		width: 960px;
		margin: 0 auto;
		padding-bottom: 65px;
	}
	.secPlanFree .planFirstBlc{
		display: flex;
		justify-content: space-between;
		padding: 40px;
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.secPlanFree .planFirstBlc dl{
		width: 420px;
		margin-bottom: 0;
		padding:30px 0px;
	}
	.secPlanFree .planFirstBlc dl dt{
		font-size: 18px;
		margin-bottom: 5px;
		padding-left: 10px;
	}
	.secPlanFree .planFirstBlc dl dd{
		padding-top: 10px;
		padding: 10px 20px 0 80px;
	}
	.secPlanFree .planFirstBlc dl dd br{
		display: inline;
	}
	.secPlanFree table{
		border: none;
	}
	.secPlanFree .tableWrap{
		border: 1px solid #DEDEDE;
		border-radius: 10px;
		overflow: hidden;
	}
	.secPlanFree table th,
	.secPlanFree table tr:first-child td{
		border-top: none;
	}
	.secPlanFree table tr:last-child th,
	.secPlanFree table tr:last-child td{
		border-bottom: none;
	}
	.secPlanFree table th{
		width: 184px;
		border-right: 1px solid #DEDEDE;
		font-size: 18px;
		padding: 25px 0;
	}
	.secPlanFree table th span{
		display: block;
	}
	.secPlanFree table .monthly td .year{
		font-size: 14px;
	}
	.secPlanFree table .monthly td .year span{
		font-size: 18px;
	}
	.secPlanFree table .double td{
		width: 388px;
	}
	.secPlanFree table .double:first-child th{
		padding: 40px 0;
	}
	.secPlanFree table .double:first-child td{
		font-size: 28px;
	}
	.secPlanFree table .double:first-child td img{
		height: 34px;
	}
	.secPlanFree table .monthly td .priceBox{
		display: flex;
		justify-content: space-around;
	}
	.secPlanFree table .monthly td .priceBox li{
		display: block;
		margin-bottom: 0;
	}
	.secPlanFree table td .txt .plus{
		display: inline;
	}
	.secPlanFree .planWrap .planCash .price{
		font-size: 28px;
	}
	.secPlanFree .planWrap .planCash img{
		width: 960px;
	}
	.secPlanFree .planWrap .planCash .price.basic_price{
    font-size: 26px;
		top: 72px;
		left: 82px;
	}
  .secPlanFree .planWrap .planCash .price.basic_price_note{
    top: 36%;
    left: 3.5%;
    font-size: 0.9vh;
		display: block;
	}
  .secPlanFree .planWrap .planCash .price.priceFree_price_note{
    top: 72.4%;
    left: 10%;
    font-size: 0.95vh;
		display: block;
	}
	.secPlanFree .planWrap .planCash .freeTxt{
    top: 16.5%;
    left: 60%;
	}
	.secPlanFree .planWrap .planCash .priceFree1{
    left: 31.3%
	}
	.secPlanFree .planWrap .planCash .priceFree2{
    left: 51.9%;
	}
	.secPlanFree .planWrap .planCash .priceFree3{
    top: 65.8%;
    left: 78.5%;
	}
  .secPlanFree table .monthly td .priceBox .price .tax {
    left: 97px;
  }
	
}

/* ------------------------------------------ 
About Cancel
------------------------------------------ */
.secCancel {
	padding-bottom: 45px;
}
.secCancel .contactBox{
	margin: 0 20px 32px;
	border: 1px solid #F0E6E1;
	border-radius: 10px;
	text-align: center;
	padding: 30px 22px 30px;
}
.secCancel .contactBox h3{
	font-size: 18px;
	color: #2B455C;
	font-weight: 700;
	margin-bottom: 18px;
}
.secCancel .flowBox{
	text-align: center;
}
.secCancel .flowBox h3{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 48px;
	position: relative;
}
.secCancel .flowBox h3::after{
	content: "";
	display: block;
	width: 64%;
	height: 3px;
	background-color: #45BC90;
	position: absolute;
	top: 147%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.secCancel .flowBox .img{
	padding: 0 20px;
	max-width: 960px;
	margin: 0 auto;
}
.secCancel .reasonBox{
	padding: 30px;
}
.secCancel .reasonBox h3{
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}
.secCancel .reasonBox h3 span{
	display: block;
	font-size: 21px;
	color: #45BC90;
}
.secCancel .reasonBox .intro{
	padding-top: 20px;
}
.secCancel .reasonBox .intro br{
	display: none;
}
.secCancel .reasonBox .intro span{
	background: #f7efa8;
}
.secCancel .reasonBox .reasonBlc{
	padding:30px 20px 20px;
	margin: 40px 0 20px;
	border: 1px solid #45BC90;
	position: relative;
	border-radius: 10px;
}
.secCancel .reasonBox .reasonBlc dt{
	position: absolute;
	color: #fff;
	background: #45BC90;
	border-radius: 100px;
	padding: 0px 20px;
	left: 20px;
	top: -22px;
	letter-spacing: 1px;
	line-height: 44px;
}
.secCancel .reasonBox .reasonBlc dt span{
	font-size: 21px;
	padding-left: 2px;
}
.secCancel .reasonBox .reasonBlc dd{
	font-weight: 700;
}
@media print, screen and (min-width:768px){
	.secCancel .flowBox .imgPc{
		display: inline-block;
	}
	.secCancel .flowBox h3::after{
		content: "";
		display: block;
		width: 193px;
	}
	.secCancel .contactBox{
		margin: 0 20px 57px;
		max-width: 960px;
	}
}
@media print, screen and (min-width:960px){
	.secCancel {
		padding-bottom: 90px;
	}
	.secCancel .contactBox{
		margin: 0 auto 57px;
	}

	.secCancel .reasonBox{
		padding: 80px 0 30px;
		width: 960px;
		margin: 0 auto;
	}
	.secCancel .reasonBox h3{
		font-size: 21px;
	}
	.secCancel .reasonBox h3 span{
		display: inline-block;
		font-size: 32px;
	}
	.secCancel .reasonBox .intro{
		padding-top: 30px;
		text-align: center;
		line-height: 2.2;
	}
	.secCancel .reasonBox .intro br{
		display: inline;
	}
	.secCancel .reasonBox .innerWrap{
		display: flex;
		justify-content: space-between;
	}
	.secCancel .reasonBox .reasonBlc{
		width: 48%;
		padding: 40px 50px 20px;
    margin: 50px 0 30px;
	}
	.secCancel .reasonBox .reasonBlc dt{
		left: 30px;
	}
}

/* ------------------------------------------ 

こんな人におすすめ

------------------------------------------ */
.secRecommend ol{
	padding: 43px 20px 20px;
	background-color: #F0FAF7;
}
.secRecommend ol li{
	position: relative;
	background-color: #fff;
	border-radius: 8px;
	padding: 40px 30px 25px;
	margin-bottom: 30px;
}
.secRecommend ol li:last-child{
	margin-bottom: 0;
}
.secRecommend ol li .label{
	position: absolute;
	top: -9px;
	left: -14.5px;
	width: 160px;
}
.secRecommend ol li .customer{
	display: block;
	margin: 0 10px 0 -5px;
	width: 58px;
}
.secRecommend ol li .headBox{
	display: flex;
	margin-bottom: 20px;
}
.secRecommend ol li .headBox h4{
	font-weight: 700;
	color: #000;
	font-size: 18px;
	line-height: 1.4;
	padding-top: 5px;
}
.secRecommend ol li .txtBox p{
	line-height: 1.6;
	font-size: 14px;
}
@media print, screen and (min-width:768px){
	.secRecommend ol li .headBox h4{
		padding: 15px 0 0 8px;
		font-size: 24px;
	}
}
@media print, screen and (min-width:960px){
	.secRecommend{
		padding-bottom: 80px;
	}
	.secRecommend{
		width: 960px;
		margin: 0 auto;
	}
	.secRecommend ol{
		padding: 50px 20px;
		/* display: flex;
		justify-content: space-between; */
	}
	.secRecommend ol li {
		/* display: flex; */
		margin: 0 auto 35px;
		width: 860px;
		padding: 38px 46px 30px 30px;
	}
	.secRecommend ol li .headBox{
		justify-content:  flex-start; 
	}
	.secRecommend ol li .headBox h4 {
		padding: 0;
		font-size: 24px;
	}
	.secRecommend ol li .txtBox{
		margin: -90px  0 0 0;
		padding-left: 140px;
	}
	.secRecommend ol li .txtBox p{
		font-size: 16px;
	}
	.secRecommend ol li .customer {
    display: block;
    margin: 0 35px 0 -5px;
    width: 118px;
	}

}

/* -------------------------------------------------

  car

------------------------------------------------- */
.carSelect{
	border-bottom: 1px solid #45BC90;
}
.carSelect .secTtl{
	margin-bottom: 30px;
}
.carSelect .tolist{
	padding-bottom: 30px;
}
.carSelect .tolist .btn{
	margin: 0 auto ;
}

@media print, screen and (min-width:960px){
	.carSelect .bgLightGreen{
		padding-bottom: 30px;
		padding-top: 40px;
	}
	.carSelect .secTtl{
		margin-bottom: 40px;
	}
	.carSelect .tolist .btn{
		width: 600px;
	}
}


/* ------------------------------------------ 

	注意点

------------------------------------------ */
.secCaution{
	padding: 50px 10px;
	/* background: #f3f3f3; */
}
.secCaution .intro{
	padding-top: 20px;
	text-align: center;
}
.secCaution ul{
	margin-top: 20px;
	padding: 20px;
	background: #F0FAF7;
}
.secCaution ul li{
	padding-left: 17px;
	position: relative;
	line-height: 1.7;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 20px 20px 40px;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: left 13px top 24px;
	background-image: url(../img/caution2.svg);
	background-size: 18px;
	/* color: #45BC90; */
}

@media print, screen and (min-width:768px){
	.secCaution ul{
		max-width: 960px;
		margin: 20px auto 0;
		padding: 40px;
	}
	.secCaution ul li{
		padding:30px 50px;
		background-position: left 18px top 35px;
	}
}
@media print, screen and (min-width:960px){
	.secCaution ul li{
		padding:30px 30px 30px 70px;
		background-position: left 37px top 34px;
		background-size: 21px;
	}
}

/* ------------------------------------------ 

	FAQ

------------------------------------------ */
.secFaq{
	border-top: 1px solid #DEDEDE;
	padding: 50px 30px;
	background: #f3f3f3;
}

#faqAnsList {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	width:100%;
	max-width: 960px;
	margin:30px auto 0;
}
#faqAnsList li {
	width:100%;
	margin:15px 0 0;
	padding:65px 25px 25px;
	background:#ffffff;
	border-radius:10px;
	position:relative;
	overflow:hidden;
}
#faqAnsList li:first-child {
	margin-top:0;
}
#faqAnsList li .number {
	width:100%;
	padding:8px 25px;
	font-size:2.4rem;
	letter-spacing:0em;
	line-height:1.0;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	color:#ffffff;
	text-align:left;
	background:#45BC90;
	position:absolute;
	top:0;
	left:0;
}
#faqAnsList li .ques {
	margin-bottom:8px;
	font-size:1.8rem;
	line-height:1.6;
	font-weight:700;
}

@media screen and (min-width: 768px) {

	#faqAnsList li {
		padding:30px 30px 30px 125px;
	}
	#faqAnsList li .number {
		width:90px;
		height:100%;
		padding:30px 0 0;
		font-size:3.0rem;
		letter-spacing:0em;
		line-height:1.0;
		font-weight:700;
		font-family: 'Poppins', sans-serif;
		color:#ffffff;
		text-align:center;
		background:#45BC90;
		position:absolute;
		top:0;
		left:0;
	}
	#faqAnsList li .ques {
		font-size:2.1rem;
	}
}

/* ------------------------------------------ 

	関連記事

------------------------------------------ */
#column .columnList li{
	width: 24%;
}
