@charset "utf-8";
/* -----------------------------------------------------------------------
use : /sevenmax/car/詳細

style.css

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


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

	page title

-----------------------------------------------------------------*/
.pageTitleBox .inner{
	color: #45BC90;
	background: #fff;
	border-radius: 10px;
	padding: 7px 0; 
	width: 100%;
}
.pageTitleBox .pageTTL{
	font-size: 1.8rem;
	letter-spacing: 0;
}
.pageTitleBox .pageTTL .carName{
	font-size: 3.2rem;
	display: inline-block;
}
.pageTitleBox .leadTxt {
	font-weight: bold;
	display: block;
	font-size: 14px;
}

.pageTitleBox .prTxt{
	line-height: 1.5;
	text-align: center;
	margin: 15px 0 0px;
	letter-spacing: 0.5px;
	font-size: 14px;
}
.pageTitleBox .prTxt span{
	font-weight: bold;
	font-size: 21px;
}

.pageTitleBox.arrowWhite::after{
	display: none;
}

@media screen and (min-width:768px){
	.pageTitleBox .inner{
		max-width: 960px;
		margin: 0 auto 5px;
	}
	#carindex .pageTitleBox .pageTTL{
		font-size: 3.2rem;
	}
	.pageTitleBox .pageTTL .carName{
		font-size: 4rem;
	}
	.pageTitleBox .leadTxt {
		font-size: 16px;
	}
	.pageTitleBox .prTxt{
		font-size: 16px;
		text-align: center;
	}
	.pageTitleBox .prTxt br{
		display: none;
	}
	.pageTitleBox .prTxt span{
		font-size: 28px;
	}
}


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

	#carHead

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

#carHead > .inner {
	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;
	position:relative;
	padding: 0px;
}
#carHead > .inner > .box {
	width:100%;
	/* position: relative; */
}

#carHead .carPhoto {
	padding:0 0 15px;
	text-align:center;
	overflow:hidden;
}
#carHead .carNameWrap{
	position: relative;
}

#carHead > .inner > .box .planIcon{
	position: absolute;
	top: 10px;
	left: -17px;
	width: 80px;
	z-index: 2;
}

#carHead .carName {
	font-size:3.2rem;
	line-height:1.3;
	font-weight:700;
}
#carHead .planImg{
	position: absolute;
	top: 20px;
	right: 0;
	display: flex;
	gap: 0 4px;
}
#carHead .planImg li{
	width: 70px;
}

#carHead .carName .makerName {
	display:block;
	font-size:1.8rem;
}

#carHead .priceData {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:10px 0 0px;
}
#carHead .priceData .icon{
	margin-right:15px;
	font-size:1em;
	line-height:1.0;
	font-weight:700;
	text-align:center;
	color:#ffffff;
	background-color:#45BC90;
	border-radius:6px;
}
#carHead .priceData .icon .price{
	vertical-align:baseline;
	position:relative;
	top:-5px;
}
#carHead .priceData .icon .price .number{
	font-family: 'Barlow', sans-serif;
	position:relative;
	bottom:-3px;
}
#carHead .priceData .icon .price .yen{
	position:relative;
	top:23px;
}
#carHead .priceData .priceBox .subTxt{
	line-height: 1;
	margin-bottom: 5px;
}
#carHead .priceData .priceBox .price {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#carHead .priceData .priceBox .price .taxPrice {
	line-height:1.0;
	font-weight:700;
	font-family: 'Barlow', sans-serif;
	color:#45BC90;
	position:relative;
	top:-5px;
	font-size:5.5rem;
}
#carHead .priceData .priceBox .price > div {
	position:relative;
	width: 35px;
}
#carHead .priceData .priceBox .price > div .yen{
	line-height:1.0;
	font-weight:900;
	color:#45BC90;
	position:absolute;
	font-size:2.2rem;
	bottom:12px;
}
#carHead .priceData .priceBox .price > div .pay{
	line-height:1.0;
	font-weight:700;
	color:#656565;
	position:relative;
	top:10px;
}
#carHead .priceData .priceBox .price > div .tax{
	line-height:1.0;
	position:absolute;
	top:10px;
	left:0px;
	font-size:10px;
}
#carHead .inner .planTxt{
	margin-bottom: 10px;
}
#carHead .midashiSideLine {
	text-align:center;
	position:relative;
	margin-top: 14px;
}
#carHead .midashiSideLine::after {
	display: block;
	content: '';
	width:100%;
	height:1px;
	margin: auto 0;
	background:#171717;
	position:absolute;
	top: 0;
	bottom:0;
	left:0;
}
#carHead .midashiSideLine > span {
	display:inline-block;
	padding:0 1.5em;
	font-weight:700;
	background:#ffffff;
	position:relative;
	z-index:2;
}
#carHead .option {
	padding:5px 0 10px;
}

#carHead .pageTitleBox .pageTTL {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-weight: 700;
	text-align: center;
}
#carHead .pageTitleBox .pageTTL span{
	font-size: 2.8rem;
}
@media screen and (min-width:960px){
	#carHead > .inner > .box .planIcon{
		top: 30px;
		left: -80px;
		width: 140px;
	}
}

/*----------------------------------------------------------
	支払い総額
----------------------------------------------------------*/
#carHead .inner .totalPriceBox{
	margin-bottom: 15px;
}
#carHead .inner .totalPriceBox h3{
	color: #fff;
	font-weight: bold;
	background: #45BC90;
	/* color: #45BC90; */
	font-size: 18px;
	padding-left: 20px;
	border: 1px solid #dedede;
	border-bottom: none;
	letter-spacing: 1px;
	line-height: 40px;
}
#carHead .inner .totalPriceBox h3 span{
	font-size: 14px;
}
#carHead .inner .totalPriceBox table{
	width: 100%;
	border: 1px solid #dedede;
	text-align: center;
}
#carHead .inner .totalPriceBox table th{
	/* color: #fff; */
	color: #45BC90;
	font-weight: bold;
	background: #45BC90;
	background: #F0FAF7;
	font-size: 14px;
	border-right: 1px solid #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
#carHead .inner .totalPriceBox table th:last-child{
	border-right: none;
}
#carHead .inner .totalPriceBox table td{
	padding: 8px 0;
	border-right: 1px solid #dedede;
	font-size: 10px;
	font-weight: bold;
}
#carHead .inner .totalPriceBox table td:last-child{
	border-right: none;
}
#carHead .inner .totalPriceBox table td span{
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
}
@media screen and (min-width:960px){

	#carHead .inner .totalPriceBox table th{
		padding: 2px 0;
	}
	#carHead .inner .totalPriceBox table td {
		padding: 6px 0;
	}
	#carHead .inner .totalPriceBox table td span{
		font-size: 24px;
	}
}

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

	問い合わせ非表示対応2024.11.20

----------------------------------------------------------*/
/* #carHead .linkTxt{
	display: none!important;
}
#form_entry{
	margin-top: 20px;
}
@media screen and (min-width:960px){
	#form_entry{
		margin-bottom: 60px;
	}
} */

/*----------------------------------------------------------
	Display：←767px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:767px) {

	#carHead .carPhoto img{
		max-width:400px;
		margin:0 auto;
	}

	#carHead .carName {
		width:100%;
		text-align:center;
		position:absolute;
		top: 25px;
		left:0;
	}

	#carHead .priceData .icon{
		width:66px;
		height:66px;
		padding-top:10px;
	}
	#carHead .priceData .icon .price{
		top:-5px;
	}
	#carHead .priceData .icon .price .number{
		font-size:3.8rem;
		bottom:-3px;
	}
	#carHead .priceData .icon .price .yen{
		font-size:1.6rem;
		top:23px;
	}

	#carHead .priceData .priceBox .price > div .pay{
		font-size:1.6rem;
		top:10px;
	}
	#carHead .priceData .priceBox .price > div .pay .number{
		font-size:3.0rem;
	}
	#carHead .priceData .priceBox .bonus {
		font-size:1.2rem;
	}
	#carHead .option {
		max-width:400px;
		margin:0 auto;
		padding:10px 0 ;
	}
	#carHead .contactBtn {
		max-width:400px;
		margin:0 auto;
	}
}

/*----------------------------------------------------------
	Display：←374px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:374px) {
	
	#carHead .priceData .icon{
		width:58px;
		height:58px;
		padding-top:6px;
		margin-right:10px;
	}
	#carHead .priceData .priceBox .price .taxPrice {
		font-size:4.2rem;
		top:-5px;
	}
	#carHead .priceData .priceBox .price > div .yen{
		font-size:1.8rem;
		top:8px;
	}
	#carHead .priceData .priceBox .price > div .pay{
		font-size:1.4rem;
		top:10px;
	}
	#carHead .priceData .priceBox .price > div .pay .number{
		font-size:2.6rem;
	}
	#carHead .priceData .priceBox .price > div .tax{
		font-size:1.0rem;
		top:5px;
		left:0px;
	}
}

/*----------------------------------------------------------
	Display：768px → （ tablet ）
----------------------------------------------------------*/

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

	#carHead > .inner > .box {
		width:48%;
	}
	#carHead .carPhoto {
		min-height:230px;
	}
	#carHead .carPhoto::after {
		top: 50px;
		left: 0;
	}

	#carHead .priceData {
		margin:10px 0;
	}
	#carHead .priceData .icon{
		width:66px;
		height:66px;
		padding-top:10px;
	}
	#carHead .priceData .icon .price{
		top:-5px;
	}
	#carHead .priceData .icon .price .number{
		font-size:3.8rem;
		bottom:-3px;
	}
	#carHead .priceData .icon .price .yen{
		font-size:1.6rem;
		top:23px;
	}
	#carHead .priceData .priceBox .price .taxPrice {
		font-size:4.8rem;
		top:-5px;
	}
	#carHead .priceData .priceBox .price > div .yen{
		font-size:2.2rem;
	}
	#carHead .priceData .priceBox .price > div .pay{
		font-size:1.6rem;
		top:10px;
	}
	#carHead .priceData .priceBox .price > div .pay .number{
		font-size:3.0rem;
	}

	#carHead .priceData .priceBox .bonus {
		font-size:1.2rem;
	}

	#carHead .option {
		padding:8px 0 12px;
	}

}

/*----------------------------------------------------------
	Display：820px → （ pc ）
----------------------------------------------------------*/

@media screen and (min-width:820px) {
	#carHead .inner {
		padding-top: 10px;
	}
	#carHead .carPhoto {
		min-height:235px;
	}

	#carHead .planImg{
		top: 5px;
		right: -40px;
	}
	#carHead .planImg li{
		width: 100px;
	}

	#carHead .priceData {
		margin:28px 0 0px;
	}
	#carHead .priceData .icon{
		width:72px;
		height:72px;
		padding-top:10px;
	}
	#carHead .priceData .icon .price{
		top:-5px;
	}
	#carHead .priceData .icon .price .number{
		font-size:4.2rem;
		bottom:-3px;
	}
	#carHead .priceData .icon .price .yen{
		font-size:1.8rem;
		top:23px;
	}
	#carHead .priceData .priceBox .price .taxPrice {
		font-size:6.2rem;
		top:-5px;
	}
	#carHead .priceData .priceBox .price > div .yen{
		font-size:2.4rem;
		/* top:8px; */
	}
	#carHead .priceData .priceBox .price > div .pay{
		font-size:1.8rem;
		top:10px;
	}
	#carHead .priceData .priceBox .price > div .pay .number{
		font-size:3.2rem;
	}
	#carHead .priceData .priceBox .price > div .tax{
		top:12px;
		left: 1px;
	}
	#carHead .priceData .priceBox .bonus {
		font-size:1.2rem;
	}

	#carHead .option {
		padding:8px 0 12px;
	}

}

/*----------------------------------------------------------
	Display：1000px → （ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width:1000px)  {

	#carHead .carPhoto {
		min-height:255px;
	}
	#carHead .carPhoto::after {
		width: 80px;
		height: 80px;
		top: 50px;
		left: 0;
	}

	#carHead .priceData .icon{
		width:82px;
		height:82px;
		padding-top:12px;
	}
	#carHead .priceData .icon .price{
		top:-5px;
	}
	#carHead .priceData .icon .price .number{
		font-size:5.0rem;
		bottom:-3px;
	}
	#carHead .priceData .icon .price .yen{
		font-size:2.2rem;
		top:23px;
	}
	#carHead .priceData .priceBox .price .taxPrice {
		font-size:7.0rem;
		top:-5px;
	}
	#carHead .priceData .priceBox .price > div .yen{
		font-size:3.2rem;
	}
	#carHead .priceData .priceBox .price > div .tax{
		font-size:1.1rem;

	}
	#carHead .priceData .priceBox .bonus {
		font-size:1.4rem;
	}
	#carHead .option {
		padding:10px 0 ;
	}
	#carHead .carName .makerName {
		display:inline;
		padding-right: 6px;
	}
}

/*-------------------------------------------------
	MVギャラリー
------------------------------------------------- */
#carHead #image-gallery  {
	overflow:hidden;
}
#carHead #image-gallery #mv-outbox {
	width: 100%;
	position:relative;
}
#carHead #image-gallery #mv-outbox::after {
	content: "※写真はイメージです。";
	display: block;
	width:100%;
	font-size:1.2rem;
	text-align:right;
	color:#ffffff;
	position:absolute;
	right: 10px;
	bottom: 15px;
	z-index: 10;
	text-shadow: 0px 0px 2px #000000,0px 0px 2px #000000,0px 0px 2px #000000,0px 0px 2px #000000;
}
#carHead #image-gallery #mv-slider {
	width: 100%;
	overflow:hidden;
	position:relative;
}

#carHead #image-gallery .noteImg{
	position: absolute;
	right: 5px;
	bottom:5px;
	z-index: 10;
	width: 40%;
}
#carHead #image-gallery #mv-slider li{
	width:100%;
	float:left;
}
#carHead #image-gallery #mv-slider li img{
	width: 100%;
}
#carHead #image-gallery li img.imgMain,
#carHead #image-gallery li img.imgMain35{
	display: none;
}
#carHead #image-gallery #mv-thumb {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 15px;
}
#carHead #image-gallery #mv-thumb li{
	position: relative;
}
#carHead #image-gallery #mv-thumb li:before{
	content: "";
	display: block;
	padding-top: 100%;
}
#carHead #image-gallery #mv-thumb img{
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	transition:all 0.5s ease;
}
#carHead #image-gallery .textBox p:first-child{
	width: 180px;
	margin: 0 auto;
	font-weight: 700;
	text-align: center;
	background: #ffffff;
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
}
#carHead #image-gallery .bnrWrap{
	display: none;
}

#mv-slider .slick-prev{
	position: absolute; 
	z-index: 1; 
	padding: 0; 
	display: block; 
	border: none; 
	width: 35px; 
	height: 35px; 
	border-radius:35px;
	top: 0;
	bottom: 0;
	left:-18px;
	margin:auto 0; 
	background:url(/noridoki/common/img/icon/right-arrow_wht.svg) no-repeat 50% 50% #F47B45;
	background-size:11px auto;
	transform: scale(-1, 1);
	text-indent: -9999px; 
	overflow: hidden;
	outline:none;
	cursor: pointer;
	transition:all 0.5s ease;
}
#mv-slider .slick-next{ 
	position: absolute; 
	z-index: 1; 
	padding: 0;
	display: block; 
	border: none; 
	width: 35px; 
	height: 35px; 
	border-radius:35px;
	top: 0;
	bottom: 0;
	right:-18px;
	margin:auto 0; 
	background:url(/noridoki/common/img/icon/right-arrow_wht.svg) no-repeat 50% 50% #F47B45;
	background-size:11px auto;
	text-indent: -9999px; 
	overflow: hidden;
	outline:none;
	cursor: pointer;
	transition:all 0.5s ease;
}
#mv-slider .slick-prev:hover {
	background-color:#FFB695;
	background-position:60% 50%;
}
#mv-slider .slick-next:hover { 
	background-color:#FFB695;
	background-position:60% 50%;
}

@media screen and (min-width: 960px){
	#carHead #image-gallery .bnrWrap{
		display: block;
		height: 100%;
	}
	#carHead #image-gallery .bnrWrap a:hover{
		opacity: 0.6;
	}
}
/*-------------------------------
	Display：←959px
-------------------------------*/
@media screen and (max-width: 959px){

	#carHead {
		padding-bottom:30px;
	}
	#carHead #image-gallery #mv-slider li{
		border:2px solid #ffffff;
	}
	#carHead #image-gallery {
		width:100%;
	}

	#carHead #image-gallery #mv-thumb li{
		width:12.5%;
		border:2px solid #ffffff;
	}
	#carHead #image-gallery #mv-thumb li:first-child{
		margin-left:0%;
	}
	#carHead #image-gallery .textBox {
		width:100%;
		/* position:absolute;
		left:0;
		bottom:80px;
		z-index:10; */
	}
}

/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){
	
	#carHead #image-gallery {
		width:100%;
	}
	#carHead #image-gallery #mv-outbox {
		margin-top: 30px;
	}
	#carHead #image-gallery #mv-thumb {
		padding:25px 0 30px;
	}
	#carHead #image-gallery #mv-thumb li{
		width:23%;
		margin-left:2.66%;
		margin-bottom:15px;
	}
	#carHead #image-gallery #mv-thumb li:nth-child(1),
	#carHead #image-gallery #mv-thumb li:nth-child(5) {
		margin-left:0%;
	}
	#carHead #image-gallery #mv-thumb li img:hover{
		cursor: pointer;
		opacity:0.6;
	}
	#carHead #image-gallery .noteImg{
		width: 30%;
	}
}

/*----------------------------------------------------------
	carHeadBottom
----------------------------------------------------------*/
#carHead .carHeadBottom.inner{
	display: block;
	margin-bottom: 15px;
}
#carHead .carHeadBottom h3{
	text-align: center;
	position: relative;
	margin-bottom: 5px;
}
#carHead .carHeadBottom h3 > span{
	display: inline-block;
	padding: 0 1.5em;
	font-weight: 700;
	background: #ffffff;
	position: relative;
	z-index: 2;
}
#carHead .carHeadBottom h3 span span{
	display: none;
}
#carHead .carHeadBottom h3::after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	margin: auto 0;
	background: #171717;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
#carHead .linkTxt{
	display: block;
	color: #45BC90;
	text-align: center;
	text-decoration: none;
	background: url(/noridoki/common/img/icon/right-arrow_blk.svg) no-repeat 26% 60%;
	background-size: 6px auto;
	margin-bottom: 10px;
	border: 1px solid #dedede;
	border-radius: 10px;
	padding: 10px 0;
}

@media print, screen and (min-width: 960px){
	#carHead .carHeadBottom.inner{
		display: flex;
		padding-top: 0;
		flex-wrap: wrap;
	}
	#carHead .carHeadBottom h3{
		width: 100%;
		margin-bottom: 15px;
	}
	#carHead .carHeadBottom h3 span span{
		display: inline;
	}
	#carHead .carHeadBottom.inner .specDtl{
		width: 50%;
	}
	#carHead .carHeadBottom.inner .carHeadBottomInner{
		width: 45%;
	}
	#carHead .linkTxt{
		background: url(/noridoki/common/img/icon/right-arrow_blk.svg) no-repeat 10% 52%;
		background-size: 8px auto;
		font-size: 18px;
		line-height: 1;
		padding: 25px 0;
		margin-bottom: 15px;
	}
	#carHead .linkTxt span{
		letter-spacing: 1px;
	}
	

}


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

	車種説明

-----------------------------------------------------------------*/
#carHead .carExplan{
	padding: 15px 0px 12px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 34px;
}
#carHead .carExplan h3{
	width: 94%;
	margin: 0 auto;
	font-weight: 700;
	text-align: center;
	background: #ffffff;
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
}
#carHead .carExplan p{
	line-height: 1.6;
}

#carHead .dataTable {
	width:100%;
	border:1px solid #9BC7B7;
	border-collapse:collapse;
	margin: 10px 0;
}
#carHead .dataTable th,
#carHead .dataTable td {
	font-size:1.3rem;
	padding:10px 10px;
	line-height:1.2;
	border-right:1px solid #9BC7B7;
	border-bottom:1px solid #DEDEDE;
}
#carHead .dataTable tr:last-child th,
#carHead .dataTable tr:last-child td {
	border-bottom:1px solid #9BC7B7;
}
#carHead .dataTable th {
	width:27.5%;
	font-weight:700;
	text-align:left;
	background:#F0FAF7;
}
#carHead .dataTable td {
	width:22.5%;
	text-align:center;
}
#carHead .dataTable td span{
	display: block;
}
@media print, screen and (min-width: 768px){
	#carHead .carExplan{
		padding: 20px 20px 12px;
		border: 3px solid #F0FAF7;
	}
	#carHead .carExplan h3{
		width: 80%;
	}
	#carHead .carExplan p{
		line-height: 1.8;
	}
}
@media print, screen and (min-width: 960px){
	#carHead .carExplan{
		position: absolute;
		top: 660px;
		left: 0;
		width: 48%;
	}

	#carHead .dataTable th,
	#carHead .dataTable td {
		font-size:1.4rem;
		padding:15px;
	}
}


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

	#carDetail

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

.detailOpenBtn {
	display:block;
	font-size:1.43em;
	line-height:64px;
	font-weight:700;	
	text-align:center;
	color:#171717;
	text-decoration:none;
	border:1px solid #45BC90;
	border-radius:10px;
	position:relative;
	cursor:pointer;
	transition:all 0.5s ease;
}
.detailOpenBtn .open{
	display:block;
	width:40px;
	height:40px;
	margin:auto 0;
	position:absolute;
	top:0;
	bottom:0;
	right:15px;
}
.detailOpenBtn .open::before,
.detailOpenBtn .open::after{
	display: block;
	content: '';
	margin: auto;
	background:#45BC90;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transition:all 0.5s ease;
	pointer-events: none;
}
.detailOpenBtn .open::before{
	width: 2px;
	height: 26px;
}
.detailOpenBtn .open::after{
	width: 26px;
	height: 2px;
}

.detailOpenBtn.detailOpen .open::before,
.detailOpenBtn.detailOpen .open::after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.detailOpenBtn.detailOpen .open::after{
	opacity:0;
}

.detailOpenBtn:hover {
	opacity:1;
	color:#ffffff;
	background:#45BC90;
}
.detailOpenBtn:hover .open::before,
.detailOpenBtn:hover .open::after{
	background:#ffffff;
}



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

	#simulator

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

#simulator {
	position:relative;
}
#simulator .inner {
	max-width:780px;;
}
#simulator::after {
	display: block;
	content: '';
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right:23px solid transparent;
	border-left:23px solid transparent;
	border-top:30px solid #ffffff;
	position:absolute;
	top: 0;
	left:0;
	right:0;
	transition:all 0.5s ease;
}


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

	#simulator #selectBox

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

#simulator #selectBox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	padding:30px 0 0;
}
#simulator #selectBox dt {
	width: 100%;
	margin-bottom:15px;
	font-size:1.15em;
	line-height:1.3em;
	font-weight:700;
}
#simulator #selectBox dd {
	margin-bottom:20px;
	width: 100%;
}

#simulator .selectOutBox {
	width:100%;
	border: 1px solid #45BC90;
	border-radius: 6px;
	overflow:hidden;
	position:relative;
}
#simulator .selectOutBox::before {
	display: block;
	content: '';
	width:42px;
	height:100%;
	background:#45BC90;
	position:absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	z-index:1;
	transition:all 0.5s ease;
}
#simulator .selectOutBox:hover::before {
	background: #24956b;
}
#simulator .selectOutBox::after{
	display: block;
	content: '';
	margin: auto 0;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position:absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	pointer-events: none;
	z-index:2;
}
#simulator .selectOutBox select {
	width: 100%; 
	height: 50px; 
	padding: 0 60px 0 17px; 
	background: url(../img/icon_selecttag.svg) no-repeat center right #ffffff; 
	font-size: 1.4rem; 
	font-weight:700;
	color: #3C3C3C;
	border: none;
	outline: none;
	letter-spacing: 0.05em; 
	appearance: none; 
	box-sizing:border-box;
}
#simulator .selectOutBox select::-ms-expand{
	display: none;
}

#simulator .colorSelect {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#simulator .colorSelect .colorBox {
	width:52px;
	height:52px;
	border: 1px solid #45BC90;
	background:url(/sevenmax/car/img/no_color.png) no-repeat 50% 50%;
	border-radius: 6px;
	overflow:hidden;
	position:relative;
}
#simulator .colorSelect .selectOutBox {
	width: calc(100% - 60px);
}

/*----------------------------------------------------------
	Display：769px → （ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width:769px)  {

	#simulator #selectBox dt {
		width: 210px;
		margin-bottom:30px;
		font-size:1.29em;
		line-height:60px;
	}
	#simulator #selectBox dd {
		width: calc(100% - 210px);
		margin-bottom:30px;
	}
	#simulator .selectOutBox select {
		height: 60px; 
		font-size: 1.8rem; 
	}
	#simulator .colorSelect .colorBox {
		width:62px;
		height:62px;
	}
	#simulator .colorSelect .selectOutBox {
		width: calc(100% - 70px);
	}

}



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

	#simulator #resultBox

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

#simulator #resultBox {
	margin-top:10px;
	padding-top:35px;
	border-top:1px solid #DEDEDE;
}
#simulator #resultBox dl {
	display:block;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
#simulator #resultBox dt {
	width: 100%;
	margin-bottom:15px;
	font-size:1.15em;
	line-height:1.3em;
	font-weight:700;
}
#simulator #resultBox dd {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#simulator #resultBox input {
	width: 100%; 
	height: 60px; 
	padding: 0 17px; 
	font-size: 2.4rem; 
	font-weight:700;
	font-family: 'Barlow', sans-serif;
	text-align:right;
	color: #3C3C3C;
	border: none;
	outline: none;
	letter-spacing: 0.05em; 
	appearance: none; 
	box-sizing:border-box;
	border: 1px solid #45BC90;
	border-radius: 6px;
}
#simulator #resultBox .yen {
	width: 40px; 
	height: 60px; 
	padding: 23px 0 0 8px; 
	font-size: 2.0rem;
	line-height:1;
	font-weight:700;
}
#simulator #resultBox .yen span {
	display:block;
	font-size: 1.0rem; 
}
#simulator #resultBox #deposit {
	width:100%;
}
#simulator #resultBox #deposit dt {
	width: 70px;
}
#simulator #resultBox #deposit dd {
	width: 100%;
}

#simulator #resultBox #bonus {
	width:100%;
}
#simulator #resultBox #bonus dt {
	width: 150px;
}
#simulator #resultBox #bonus dd {
	width: 100%;
}

/*----------------------------------------------------------
	Display：← 499px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:499px) {

	#simulator #resultBox #deposit {
		margin-bottom:20px;
	}

}

/*----------------------------------------------------------
	Display：500px → （ tablet ）
----------------------------------------------------------*/

@media print, screen and (min-width:500px)  {

	#simulator #resultBox {
		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;
	}
	#simulator #resultBox #deposit {
		width:45%;
	}
	#simulator #resultBox #bonus {
		width:52%;
		padding-left:3.5%;
		border-left:1px solid #DEDEDE;
	}
}

/*----------------------------------------------------------
	Display：769px → （ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width:769px)  {

	#simulator #resultBox dt,
	#simulator #resultBox dt {
		margin-bottom:0;
		font-size:1.29em;
		line-height:60px;
	}
	#simulator #resultBox #deposit dd {
		width: calc(100% - 70px);
	}
	#simulator #resultBox #bonus dd {
		width: calc(100% - 150px);
	}
	#simulator #resultBox input {
		font-size: 3.0rem; 
	}
	#simulator #resultBox .yen {
		padding: 18px 0 0 8px; 
		font-size: 2.4rem;
	}
	#simulator #resultBox .yen span {
		font-size: 1.2rem; 
	}

}



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

	#simulator #mitsumoriBox

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

#simulator #mitsumoriBox {
	margin-top:50px;
	padding:40px 40px 30px;
	background:#ffffff;
	border-radius:10px;
	position:relative;
}
#simulator #mitsumoriBox .inBox {
	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;
}
#simulator #mitsumoriBox .midashi{
	width:240px;
	margin:0 auto;
	line-height:34px;
	color:#ffffff;
	text-align:center;
	background:#45BC90;
	border-radius:17px;
	position:absolute;
	top:-17px;
	left:0;
	right:0;
}
#simulator #mitsumoriBox .payment{
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#simulator #mitsumoriBox .payment .icon {
	text-align:center;
	padding-top:12px;
	margin-right:12px;
}
#simulator #mitsumoriBox .payment .icon p:nth-child(1){
	font-size:1.4rem;
	line-height:1.2;
	font-weight:700;
}
#simulator #mitsumoriBox .payment .icon p:nth-child(2){
	margin-top:5px;
	font-size:1.6rem;
	line-height:24px;
	font-weight:700;
	color:#ffffff;
	background:#45BC90;
	border-radius:3px;
}
#simulator #mitsumoriBox .payment .price{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#simulator #mitsumoriBox .payment .price .number{
	font-size:6.4rem;
	line-height:1em;
	font-family: 'Barlow', sans-serif;
	color:#45BC90;
}
#simulator #mitsumoriBox .payment .price .yen {
	padding: 23px 0 0 4px; 
	font-size: 2.4rem;
	line-height:1;
	font-weight:900;
	color:#45BC90;
}
#simulator #mitsumoriBox .payment .price .yen span {
	display:block;
	font-size: 1.1rem; 
	color:#727272;
	text-align:center;
}

#simulator #mitsumoriBox .detail{
	width:100%;
	font-size:1.2rem;
}
#simulator #mitsumoriBox .detail dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	line-height:1.6em;
}
#simulator #mitsumoriBox .detail dt {
	width: 100px;
}
#simulator #mitsumoriBox .detail dd {
	width: calc(100% - 100px);
}


/*----------------------------------------------------------
	Display：← 767px（ sp + tablet ）
----------------------------------------------------------*/

@media screen and (max-width:767px) {

	#simulator #mitsumoriBox {
		margin:50px 0 40px;
		padding:30px 10px 20px;
	}
	#simulator #mitsumoriBox .payment{
		width:100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#simulator #mitsumoriBox .detail{
		width:280px;
		margin:15px auto 0;
	}

}

/*----------------------------------------------------------
	Display：← 480px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:480px) {

	#simulator #mitsumoriBox .payment .icon p:nth-child(1){
		font-size:1.2rem;
	}
	#simulator #mitsumoriBox .payment .icon p:nth-child(2){
		font-size:1.4rem;
	}
	#simulator #mitsumoriBox .payment .price .number{
		font-size:5.8rem;
	}
	#simulator #mitsumoriBox .payment .price .yen {
		padding: 23px 0 0 4px; 
		font-size: 1.8rem;
	}
	#simulator #mitsumoriBox .payment .price .yen span {
		font-size: 1.0rem; 
	}
}

/*----------------------------------------------------------
	Display：768px → （ tablet + pc ）
----------------------------------------------------------*/

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

	#simulator #mitsumoriBox {
		margin:50px 0;
		padding:40px 40px 30px;
	}
	#simulator #mitsumoriBox .inBox {
		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;
	}
	#simulator #mitsumoriBox .payment{
		width:57.5%;
	}
	#simulator #mitsumoriBox .payment .icon {
		padding-top:20px;
	}
	#simulator #mitsumoriBox .detail{
		width:37.5%;
	}
	#simulator #mitsumoriBox .payment .icon p:nth-child(1){
		font-size:1.2rem;
	}
	#simulator #mitsumoriBox .payment .icon p:nth-child(2){
		font-size:1.7rem;
		line-height:30px;
	}
	#simulator #mitsumoriBox .payment .price .number{
		font-size:7.8rem;
	}
	#simulator #mitsumoriBox .payment .price .yen {
		font-size: 3.2rem;
	}
	#simulator #mitsumoriBox .payment .price .yen span {
		font-size: 1.2rem; 
	}
	#simulator #mitsumoriBox .detail dl{
		font-size:1.2rem;
	}
	#simulator #mitsumoriBox .detail dt {
		width: 90px;
	}
	#simulator #mitsumoriBox .detail dd {
		width: calc(100% - 90px);
	}
}

/*----------------------------------------------------------
	Display：860px → （ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width:860px)  {

	#simulator #mitsumoriBox .payment .icon p:nth-child(1){
		font-size:1.5rem;
	}
	#simulator #mitsumoriBox .payment .icon p:nth-child(2){
		font-size:1.8rem;
	}
	#simulator #mitsumoriBox .payment .price .number{
		font-size:8.6rem;
	}
	#simulator #mitsumoriBox .payment .price .yen {
		font-size: 4.0rem;
	}
	#simulator #mitsumoriBox .payment .price .yen span {
		font-size: 1.4rem; 
	}
	#simulator #mitsumoriBox .detail dl{
		font-size:1.4rem;
	}
	#simulator #mitsumoriBox .detail dt {
		width: 100px;
	}
	#simulator #mitsumoriBox .detail dd {
		width: calc(100% - 100px);
	}
}

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

	#simulator .btnBox

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

#simulator .btnBox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
#simulator .btnBox .btn.return {
	width:210px;
	margin:15px auto 0;
	font-size:1.6rem;
}
#simulator .btnBox .contactBtn {
	width: 100%;
}

/*----------------------------------------------------------
	Display：641px → （ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width:641px)  {

	#simulator .btnBox .btn.return {
		width:210px;
		line-height:70px;
		margin:0;
		font-size:1.8rem;
	}
	#simulator .btnBox .contactBtn {
		width: calc(100% - 230px);
		margin:0;
	}

}


/*-----------------------------------------------------------------
Merit
-----------------------------------------------------------------*/
.dtlCredit .merit{
	text-align: center;
	margin-top: 20px;
}
.dtlCredit .merit li{
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
}
.dtlCredit .merit li img{
	width: 60px;
}
.dtlCredit .merit li h3{
	font-weight: 700;
	font-size: 24px;
	border-bottom: 2px solid #45BC92;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.dtlCredit .merit li h3 span{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
}
.dtlCredit .merit li p{
	line-height: 1.6;
	font-size: 14px;
	text-align: left;
}
.dtlCredit .merit li p span{
	display: block;
	font-size: 12px;
	padding-top: 3px;
}
@media screen and (min-width:768px) {
	.dtlCredit .merit ul{
		display: flex;
		justify-content: space-between;
	}
	.dtlCredit .merit li{
		width: 32%;
	}
	.dtlCredit .merit li h3{
		font-size: 18px;
	}
}
@media screen and (min-width:960px){
	.dtlCredit .merit li{
		width: 31.5%;
	}
	.dtlCredit .merit li img{
		width: 54px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.dtlCredit .merit li h3{
		font-size: 24px;
	}
	.dtlCredit .merit li p{
		letter-spacing: -0.3px;
	}
}


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

3年プランアイコン

-----------------------------------------------------------------*/
#plan3 #carHead .carPhoto{
	position: relative;
}
#plan3 #carHead .carPhoto::after{
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/sevenmax/3yearsplan/img/3planlogo2.svg);
	background-size: contain;
	top: 0;
	left: 0;
}
@media screen and (min-width:960px){
	#plan3 #carHead .carPhoto::after{
		width: 90px;
		height: 90px;
	}
}

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

特選車一覧　背景色

-----------------------------------------------------------------*/
.bgColorWrapper{
	padding-top: 40px;
	background-color: #EBF8F5;
}
.bgColorWrapper#container3year{
	/* border-top: 20px solid #132E40; */
	background-color: #f7f7f7;
}
.bgColorWrapper#container5year{
	/* border-top: 20px solid #327FFA; */
	background-color: #ebf1f8;
}
.bgColorWrapper#container7year{
	/* border-top: 20px solid #45BC90; */
	background-color: #EBF8F5;
}
/*-----------------------------------------------------------------

一覧　3年プランバナー

-----------------------------------------------------------------*/
.bnr3yersplan{
	margin: 20px;
	display: block;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.bnr3yersplan img{
	vertical-align: top;
}
.bnr3yersplan .imgPc{
	display: none;
}
@media screen and (min-width:768px){
	.bnr3yersplan .imgSp{
		display: none;
	}
	.bnr3yersplan .imgPc{
		display: block;
	}
}
@media screen and (min-width:960px){
	.bnr3yersplan{
		width: 960px;
		margin: 20px auto;
	}
	.bnr3yersplan:hover{
		opacity: 0.4;
	}
}


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

	申し込みボタン

-----------------------------------------------------------------*/
.form_entry button{
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	padding-right: 30px;
	font-size: 24px;
	line-height: 72px;
	font-weight: 900;
	color: #171717;
	text-align: center;
	text-decoration: none;
	background-color: #FFD900;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-image: url(../img/arrow-addbtn.svg);
	background-size: 20px auto;
	border-radius: 10px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	position: relative;
	transition: all 0.5s ease;
	letter-spacing: 0px;
}
.form_entry button:hover{
	cursor: pointer;
	opacity: 0.4;
}

.contactBtn{
	line-height: 48px;
	color: #45BC90;
	background: #ffffff;
	border: 2px solid #45BC90;
	font-size: 18px;
}
.contactBtn span{
	padding-left: 40px;
	background-size: 30px auto;
}
.contactBtn:hover{
	background: #45BC90;
}

@media screen and (min-width:960px){
	.form_entry button{
		line-height: 140px;
		padding-right: 40px;
		letter-spacing: 0;
		font-size: 28px;
		background-position: right 30px center;
		background-size: 30px auto;
	}
}

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

ECOTO BNR

------------------------------------*/
.ecotoBnr{
	width: calc(100% - 40px);
	margin: 20px auto 40px;
	border-radius: 10px;
	position: relative;
	border: 6px solid #C4E1B8;
	overflow: hidden;
}
.ecotoBnr .head {
	text-align: center;
	padding-top: 20px;
}
.ecotoBnr .head .ecotoLogo{
	width: 120px;
}
.ecotoBnr .head .txt{
	font-weight: 900;
	color: #5A6464;
}
.ecotoBnr .head .txt br{
	display: none;
}
.ecotoBnr .head .price{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/noridoki/car/img/price-bg.svg);
	background-size: contain;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	font-size: 62px;
	color: #fff;
	width: 277px;
	height: 92px;
	border-radius:0 10px 10px 0;
	margin: 10px auto 0;
	padding-left: 37px;
	padding-top: 11px;
	line-height: 1;
}
.ecotoBnr .txtBox{
	padding: 15px 20px 0;
}
.ecotoBnr .txtBox .sub{
	text-align: center;
	position: relative;
}
.ecotoBnr .txtBox .sub::after{
	content: "";
	display: block;
	position: absolute;
	background: #09905E;
	height: 1px;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
.ecotoBnr .txtBox .sub span{
	display: inline-block;
	padding: 6px 15px;
	background: #fff;
	font-weight: 900;
	color: #0B905E;
	font-size: 18px;
	position: relative;
	z-index: 2;
	border: 1px solid #09905E;
	border-radius: 6px;
}
.ecotoBnr .txtBox .sub span::before,
.ecotoBnr .txtBox .sub span::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 10px 7px;
	right: 0px;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}
.ecotoBnr .txtBox .sub span::before{
	border-color: transparent transparent #09905E transparent;
	bottom: -10px;
}
.ecotoBnr .txtBox .sub span::after{
	border-color: transparent transparent #fff transparent;
	bottom: -8px;
}
.ecotoBnr .txtBox h2{
	color: #0B905E;
	font-weight: 700;
	font-size: 24px;
	margin: 10px 0;
	line-height: 1.3;
	text-align: center;
}
.ecotoBnr .txtBox .sentence{
	font-size: 14px;
}
.ecotoBnr .txtBox .sentence span{
	display: block;
	font-size: 12px;
}
.ecotoBnr .bottom{
	position: relative;
	padding-top: 60px;
}
.ecotoBnr .bottom .car{
	width: 110px;
	position: absolute;
	bottom: 48px;
	right: 3px;
}
.ecotoBnr .bottom .tree{
	position: absolute;
	bottom: 40px;
	left: 15px;
	width: 60%;
}
.ecotoBnr .bottom .tree .imgPc{
	display: none;
}
.ecotoBnr .bottom .carName{
	text-align: center;
	color: #0B905E;
	font-weight: 700;
	font-size:16px;
	background: #DFEED8;
	padding: 18px 0 10px;
}

@media print, screen and (min-width: 960px){
	.ecotoBnr{
		width: 960px;
		overflow: visible;
		margin-bottom: 80px;
	}
	.ecotoBnr .head{
		text-align: left;
		padding-top: 30px;
	}
	.ecotoBnr .head .ecotoLogo{
		margin-left: 56px;
		width: 246px;
	}
	.ecotoBnr .head .txt{
		position: absolute;
		font-size: 26px;
		right: 290px;
		top: 40px;
		line-height: 1.4;
	}
	.ecotoBnr .head .txt br{
		display: inline;
	}
	.ecotoBnr .head .price{
		position: absolute;
		right: -6px;
		border-radius: 0;
		top: 20px;
		text-align: center;
		z-index: 3;
	}
	.ecotoBnr .txtBox{
		padding: 15px 56px 0;
	}
	.ecotoBnr .txtBox .sub span{
		letter-spacing: 2px;
	}
	.ecotoBnr .txtBox h2{
		font-size: 41px;
		margin: 20px 0;
	}
	.ecotoBnr .txtBox h2 span{
		font-size: 44px;
	}
	.ecotoBnr .txtBox .sentence{
		font-size: 16px;
		padding: 0 10px;
	}
	.ecotoBnr .bottom .tree .imgPc{
		display: block;
	}
	.ecotoBnr .bottom .tree .imgSp{
		display: none;
	}
	.ecotoBnr .bottom .tree{
		bottom: 80px;
		left: 60px;
		width: 85%;
	}
	.ecotoBnr .bottom .car{
		width: 220px;
		bottom: 42px;
		right: 8px;
		z-index: 3;
	}
	.ecotoBnr .bottom .carName{
		font-size: 24px;
		padding: 30px 0 20px;
		border-radius: 0 0 4px 4px;
	}
}


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

	ranking

-----------------------------------------------------------------*/
/* .carList.ranking li:nth-of-type(2){
	display: none;
} */


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

	セブンマックスとは  #about

-----------------------------------------------------------------*/
#about .featureList .pointBox:nth-child(5),
#about .featureList .pointBox:nth-child(6){
	display: none;
}

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

	販売店  #storeSearch

-----------------------------------------------------------------*/
#storeSearch #search{
	margin-top: 2em;
}

@media screen and (min-width: 768px){
	#storeSearch #main {
		margin-top: 35px;
	}
}

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

	セクションタイトル ― TOP部分

-----------------------------------------------------------------*/
/* h2.headLine-m span{
	font-size: 14px;
	display: block;
	color: #45BC90;
	letter-spacing: 1.4px;
}
@media screen and (min-width: 768px){
	h2.headLine-m span{
		font-size: 16px;
	}
} */

#container3year,
#container5year{
	display: none;
}

#carindex .topWrap .priceChoice ul{
	width: 85%;
	display: flex;
	flex-wrap: wrap;
	margin: 24px auto 0;
}
#carindex .topWrap .priceChoice ul li{
	width: 50%;
	background: #fff;
	border: 1px solid #45BC90;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #45BC90;
	line-height: 1.2;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#carindex .topWrap .priceChoice ul li:first-child{
	border-right: none;
	border-radius: 34px 0 0 0;
}
#carindex .topWrap .priceChoice ul li:nth-child(2){
	border-radius: 0 34px 0 0;
}
#carindex .topWrap .priceChoice ul li:nth-child(3){
	border-radius: 0 0 0 34px;
	border-right: none;
	border-top: none;
}
#carindex .topWrap .priceChoice ul li:nth-child(4){
	border-radius: 0 0 34px 0 ;
	border-top: none;
}
#carindex .topWrap .priceChoice ul li.current{
	background: #45BC90;
	color: #fff;
	pointer-events: none;
}
#carindex .carNotes{
	width: 92%;
	background: #D20015;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	padding: 10px;
	margin: 25px auto 0;
	border-radius: 6px;
}
@media screen and (min-width: 768px){
	#carindex .bgColorWrapper .topWrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px 0;
	}
	#carindex .topWrap .priceChoice ul{
		width: 430px;
		height: 100%;
		display: flex;
		flex-wrap: nowrap;
		margin: 0;
	}
	#carindex .topWrap .priceChoice ul li{
		width: calc(100% / 4);
		font-size: 16px;
	}
	#carindex .topWrap .priceChoice ul li:first-child{
		border-right: none;
		border-radius: 34px 0 0 34px;
	}
	#carindex .topWrap .priceChoice ul li:nth-child(2){
		border-radius: 0 ;
		border-right: none;
	}
	#carindex .topWrap .priceChoice ul li:nth-child(3){
		border-radius: 0;
		border-right: none;
		border-top: 1px solid #45BC90;
	}
	#carindex .topWrap .priceChoice ul li:nth-child(4){
		border-radius: 0 34px 34px 0 ;
		border-top: 1px solid #45BC90;
	}
}
@media screen and (min-width: 960px){
	#carindex .bgColorWrapper .topWrap{
		max-width: 960px;
		margin: auto;
		padding: 0 ;
	}
	#carindex .topWrap .priceChoice ul{
		width: 580px;
	}
	#carindex .topWrap .priceChoice ul li:hover{
		cursor:pointer;
		background: #45BC90;
		color: #fff;
		transition:all 0.5s ease;
	}

	#carindex .carNotes{
		max-width: 960px;
		width: 100%;
		font-size:19px;
		line-height: 1.7;
		margin: 30px auto 0;
	}
}

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

	各プラン特選車 .bgColorWrapper

-----------------------------------------------------------------*/
.bgColorWrapper.pickupWrap{
	background-color: #fff;
}
.bgColorWrapper.pickupWrap .pseBnrBox{
	padding: 20px;
}
.bgColorWrapper.pickupWrap .pseBnrBox.pseEvBnr a{
	margin-bottom: 14px;
}
@media print, screen and (min-width: 560px) {
	.pseBnrBox.pseEvBnr {
			display: flex;
			justify-content: center;	
			gap: 14px;
			flex-wrap: wrap;
	}
	.bgColorWrapper.pickupWrap .pseBnrBox.pseEvBnr a {
    margin-bottom: 0;
	}
	.bgColorWrapper.pickupWrap .pseBnrBox{
		padding: 20px 20px 40px;
	}
}


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

	車種詳細ページ

-----------------------------------------------------------------*/
#carHead .dcWrap {
	background: #056cb5;
	color: #fff;
	border-radius: 7px;
	position: relative;
	padding: 8px 8px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	/* display: none; */
}
/* #carHead .dcWrap::before {
	content: "";
	display: block;
	position: absolute;
	background: #056cb5;
	right: 0;
	left: 0;
	margin: auto;
	top: -5px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
} */
#carHead .dcWrap .innerWrap{
	display: flex;
}
#carHead .dcWrap strong {
	display: block;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 3px 0;
	font-size: 13px;
	border-radius: 200px;
	color: #056cb5;
	background: #fff;
}
#carHead .dcWrap .txtBox {
	overflow: hidden;
	border-right: 1px solid #fff;
	text-align: center;
	padding-right:10px;
}
#carHead .dcWrap .txtBox p span {
	display: block;
	font-size: 10px;
	letter-spacing: 0;
}
#carHead .dcWrap .txtBox p .point1x {
	padding-top: 0px;
	padding-bottom: 3px;
	line-height: 1;
}
#carHead .txtBox img {
	width: 28px;
	padding: 0px 1px 0;
}
#carHead .dcWrap .dcPriceBox {
	/* text-align: center; */
	padding-left: 10px;
	display: flex;
	align-items: center;
}
#carHead .dcWrap .dcPriceBox .txt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}
#carHead .dcWrap .dcPriceBox .txt br{
	display: none;
}
#carHead .dcWrap .dcPriceBox .txt span {
	position: absolute;
	font-size: 10px;
	top: -7px;
	right:-3px;
}

#carHead .dcWrap .notes {
	font-size: 10px;
	text-align: center;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 0;
}
#carHead .dcWrap::after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (min-width: 960px){
	#carHead .dcWrap {
		padding: 15px 12px 15px;
	}
	#carHead .dcWrap strong {
    padding: 3px 0;
    font-size: 16px;
	}
	#carHead .dcWrap .txtBox{
		width: 48%;
		padding: 4px 10px 4px 0px;
	}
	#carHead .txtBox img {
    width: 37px;
	}
	#carHead .dcWrap .txtBox p span {
    font-size: 12px;
	}
	#carHead .dcWrap .dcPriceBox{
		padding-left: 15px;
		width: 52%;
		justify-content: center;
	}
	#carHead .dcWrap .dcPriceBox .txt {
    font-size: 21px;
		text-align: center;
	}
	#carHead .dcWrap .dcPriceBox .txt span{
		top: -8px;
    right: -1px;
	}
	#carHead .dcWrap .notes{
		font-size: 11px;
	}
	#carHead .dcWrap .notes br{
		display: none;
	}
}

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

	車種詳細ページ---about

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

#about .btn{
	margin: 30px auto 0;
} 
#about .btn:hover{
	border: 2px solid #fff;
}  

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

	おすすめポイント

-----------------------------------------------------------------*/
.recommendPoint{
	padding: 30px 0;
}
.recommendPoint h2{
	letter-spacing: 0;
}

.recommendPoint .tableBtn {
	border-radius: 10px;
	font-size: 18px;
	margin: 30px auto 0;
	border: 2.5px solid #fff;
	background:#45BC90;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	padding: 20px;
	position: relative;
	text-align: center;
	width: 85%;
}
.recommendPoint .tableBtn::before,.recommendPoint .tableBtn::after {
	background: #fff;
	display: block;
	width: 18px;
	height: 2px;
	content: "";
	position: absolute;
	top: 50%;
	right: 8%;
	transition: all .4s;
}
.recommendPoint .tableBtn::after {
	transform: rotate(90deg);
}
.recommendPoint .tableBtn.open::after{
	transform: rotate(0deg);
}
.moreLook{
	display: none;
}
@media screen and (min-width: 960px){
	.recommendPoint{
		padding: 50px 0;
	}
	.recommendPoint .tableBtn{
		display: none;
	}
	.moreLook{
		display: block;
	}
	.recommendPoint .inner{
		padding-top: 20px;
	}
}

/*-----------------------------------------------------------------
	おすすめ コミコミ
-----------------------------------------------------------------*/
@media screen and (min-width: 960px){
	.featureList .pointBox.boxKomikomi .costList{
		margin-top: 40px;
	}
	.featureList .pointBox.boxKomikomi .costList li p br{
		display: none;
	}

}
/*-----------------------------------------------------------------
	おすすめ クレジット
-----------------------------------------------------------------*/
.dtlCredit{
	position: relative;
	background: #F2F2F2;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.dtlCredit .creHead .bland{
	background: #fff;
	padding: 15px 0;
	border-radius: 4px;
	margin-bottom: 15px;
}
.dtlCredit .creHead .bland h3{
	font-size: 14px;
	margin-bottom: 7px;
}
.dtlCredit .creHead .bland img{
	width: 240px;
}
.dtlCredit .creHead p{
	background: #45BC90;
	border-radius: 4px;
	color: #fff;
	line-height: 1;
	font-weight: 900;
	font-size: 16px;
	padding: 18px 0;
}
.dtlCredit .creHead p strong{
	display: block;
	font-size: 32px;
	margin-top: 5px;
}
@media screen and (min-width:768px){
	.dtlCredit .creHead{
		display: flex;
		justify-content: space-between;
	}
	.dtlCredit .creHead .bland,
	.dtlCredit .creHead p{
		width: 49%;
	}
	.dtlCredit .creHead .bland{
		margin-bottom: 0;
	}
	.dtlCredit .creHead .bland h3{
		margin-bottom: 12px;
	}
	.dtlCredit .creHead p{
		font-size: 21px;
		padding-top: 30px;
	}
	.dtlCredit .creHead p strong{
		font-size: 43px;
	}
}
@media screen and (min-width:960px){
	.dtlCredit {
		padding: 40px 40px 20px;
	}
	.dtlCredit .creHead .bland{
		padding: 20px 0 15px;
	}
	.dtlCredit .creHead .bland h3{
		margin-bottom: 18px;
	}
	.dtlCredit .creHead .bland img{
		width: 340px;
	}
	.dtlCredit .creHead p{
		font-size: 25px;
		padding-top: 32px;
	}
	.dtlCredit .creHead p strong{
		font-size: 54px;
		margin-top: 8px;
	}
}

/*-----------------------------------------------------------------
	おすすめ たすカッター
-----------------------------------------------------------------*/
.recommendPoint .boxTascutter .headLine-s,
.recommendPoint .boxTascutter .logo_tascutter{
	display: none;
}
@media screen and (min-width:960px){
	.recommendPoint .boxTascutter #tascutter.tascutter3{
		padding: 20px 0;
	}
	.recommendPoint .boxTascutter #tascutter .hoshoBox{
		width: 90%;
		margin: 0 auto;
	}
	.recommendPoint .boxTascutter #tascutter .hoshoBox .hoshoList{
		padding-bottom: 5px;
	}
	.recommendPoint .boxTascutter #tascutter .hoshoBox .hoshoList .catchcopy{
		margin-bottom: 0;
	}
	.recommendPoint .boxTascutter #tascutter .hoshoBox .hoshoList li{
		margin-top: 10px;
	}
	.recommendPoint .boxTascutter .tascutter3Btn{
		margin-bottom: 0;
	}
	.recommendPoint .boxTascutter .alignR_pc{
		padding-right: 50px;
		padding-top: 10px;
	}
}

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

	車種の説明

-----------------------------------------------------------------*/
.secCarDescribe{
	padding: 30px 10px;
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
}
.secCarDescribe h2{
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #fff;
	width: 60%;
}
.secCarDescribe h2 span{
	display: block;
	font-size: 14px;
}
.secCarDescribe .outer{
	position: relative;
	z-index: 1;
	border: 1px solid #dedede;
	border-radius: 10px;
	margin-top: -20px;
	padding:30px 20px 20px;
}

.secCarDescribe .outer .boxBtn::after{
	transform: rotate(135deg);
}
.secCarDescribe .outer .boxBtn.open::after{
	transform: rotate(-45deg);
}
.secCarDescribe .outer .boxBtn span::after{
	content: "みる";
}
.secCarDescribe .outer .boxBtn.open span::after{
	content: "閉じる";
}

.secCarDescribe .outer table{
	display: none;
}
.secCarDescribe .outer table th,
.secCarDescribe .outer table td{
	display: block;
}
.secCarDescribe .outer table th{
	font-weight: bold;
	font-size: 18px;
}
.secCarDescribe .outer table td{
	text-align: left;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.secCarDescribe .outer table tr:last-child td{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media screen and (min-width:960px){
	.secCarDescribe h2{
		width: 40%;
	}
	.secCarDescribe .outer{
		padding: 40px 60px;
	}

	.secCarDescribe .outer .boxBtn{
		display: none;
	}
	
	.secCarDescribe .outer table{
		display: block;
	}
	.secCarDescribe .outer table tr:not(:last-child){
		border-bottom: 1px solid #dedede;
	}
	.secCarDescribe .outer table th,
	.secCarDescribe .outer table td{
		display: table-cell;
	}
	.secCarDescribe .outer table th{
		text-align: left;
		width: 160px;
		padding-left: 10px;
		vertical-align: middle;
	}
	.secCarDescribe .outer table td{
		border: none;
	}
	.secCarDescribe .outer table tr:not(:first-child) td{
		padding-top: 20px;
	}
}

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

	他のおすすめ車

-----------------------------------------------------------------*/
.otherRecommendCar{
	background-color: #EDF9F6;
	margin-top: 30px;
}
.otherRecommendCar .inner{
	overflow: hidden;
}
.otherRecommendCar .carPhoto{
	margin-top: 30px;
	overflow-x:scroll;
	overflow-y: hidden;  
	white-space:nowrap;
	width: 1060px;
}

.otherRecommendCar .carList li {
	width: 23%;
}
.otherRecommendCar .btn{
	margin-top: 30px;
}
/* .otherRecommendCar .carPhoto{
	height: 300px;
} */


/*-----------------------------------------------------------------
	車種一覧、車種詳細のecoto上の注釈
-----------------------------------------------------------------*/
.carSelect .notes,#carHead .notes{
	font-size: 1.2rem;
	line-height: 1.8;
	width: 92%;
	max-width: 1060px;
	margin: 0px auto;
	padding: 0 0 60px;
}
#carHead .notes {
	padding: 0;
}
#carHead .notes p{
	text-indent: -1em;
  padding-left: 1em;
	margin-bottom: 5px;
}
@media screen and (min-width: 768px){
	.carSelect .notes{
		padding: 0 0 100px;
	}
}
@media screen and (min-width: 960px){
	.carSelect .notes{
		text-align: center;
	}
	#carHead .notes{
		text-align: center;
		padding: 0 0 40px;
	}
}


/*-----------------------------------------------------------------
	
	申し込みプラン選択

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

#carHead  .specDtl .spec {
	width:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#carHead  .specDtl .spec dt {
	font-weight:700;
	text-align: center;
	width: 65px;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4;
}
#carHead  .specDtl .spec dd{
	width: calc(100% - 65px);
	margin-bottom: 12px;
	font-size: 15px;
}
#carHead  .specDtl .spec dd .change-spec{
	overflow: hidden;
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 6px;
}

/* #carHead  .specDtl .spec dd .change-spec div:not(:last-child){
	border-bottom: 1px solid #dedede;
} */

#carHead  .specDtl .spec dd .change-spec input {
	height: 1px;
	width: 1px;
	opacity: 0;
	position:absolute;
	right:1000%;
}

#carHead  .specDtl .spec dd .change-spec label{
	display: block;
	padding: 15px 0px;
	height: 100%;
	line-height: 1.2;
	cursor: pointer;
	transition: 0.5s;
}

#carHead  .specDtl .spec dd .change-spec input:checked + label {
	background: #45BC90;
	color: #Fff;
}

#carHead  .specDtl .spec dd .change-spec label:hover{
	background-color: #d3f0e8;
}	

/* Inline */
#carHead  .specDtl .spec dd .change-spec-inline {
	display: table;
	/* display: flex;
	justify-content: space-between; */
}	
#carHead  .specDtl .spec dd .change-spec-inline div{
	/* width: 50%; */
	width: calc(100% / 3);
	display: table-cell;
	border-right: 1px solid #dedede;
}
#carHead  .specDtl .spec dd .change-spec-inline div:last-child{
	border-right: none;
}

#carHead  .specDtl .spec dd .change-spec-inline label{
	padding: 15px 0px;
	border-bottom: none;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}	
#carHead  .specDtl .spec dd .change-spec-inline label.clean_diesel{
	font-size: 14px;
	letter-spacing: -1.5px;
}

#carHead  .specDtl .spec dd .change-spec-inline label:last-of-type{
	border-right: none;
}

#carHead  .specDtl .spec dd .change-spec#grade_input label{
	padding: 15px 20px;
}
@media screen and (min-width: 960px){
	#carHead  .specDtl .spec dt {
		width: 80px;
	}
	#carHead  .specDtl .spec dd{
		width: calc(100% - 80px);
		padding-left: 5px;
	}
}

/* END / Change Spec ------------------*/


/*-----------------------------------------------------------------
	
	車種詳細　スペック表

-----------------------------------------------------------------*/
.secSpec{
	padding:0 20px 20px;
}
.secSpec .carCatch{
	text-align: center;
	margin-bottom: 15px;
}
.secSpec .carCatch span{
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 400;
	color: #45BC90;
	background-color: #F0FAF7;
	border-radius: 52px;
	border: 0.8px solid #45BC90;
	padding: 10px 18px;
	position: relative;
	line-height: 1.3;
	margin: 20px auto 0;
}
.secSpec .carCatch span::before,
.secSpec .carCatch span::after {
	content: '';
	position: absolute;
	border: 8px solid transparent;
	top: 100%;
	left: 47%;
}
.secSpec .carCatch span::before {
	border-top: 12px solid #45BC90;
}
.secSpec .carCatch span::after {
	margin-top: -1px;
	border-top: 12px solid #F0FAF7;
}
.secSpec .specDetail{
	margin-top: 20px;
	margin-bottom: 30px;
}
.secSpec .specDetail h3{
	text-align: center;
	font-weight: bold;
	padding: 2px 0;
	font-size: 16px;
	color: #45BC92;
	border-left: 1px solid #45BC92;
	border-right: 1px solid #45BC92;
	border-top: 1px solid #45BC92;
}
.secSpec .specDetail table{
	width: 100%;
	border: 1px solid #45BC92;
}
.secSpec .specDetail table th,
.secSpec .specDetail table td{
	border-bottom: 1px solid #9BC7B7;
	border-right: 1px solid #9BC7B7;
	text-align: left;
	padding: 5px 0;
	padding-left: 10px;
}
.secSpec .specDetail table th{
	background: #F0FAF7;
	font-weight: bold;
}

.secSpec .sceneTable h3{
	text-align: center;
	font-weight: bold;
	padding: 2px 0;
	font-size: 16px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.secSpec .sceneTable table{
	width: 100%;
	border: 1px solid #ccc;
}
.secSpec .sceneTable table th,
.secSpec .sceneTable table td{
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	text-align: left;
	line-height: 1.3;
	vertical-align: middle;
}
.secSpec .sceneTable table th{
	padding: 5px 0;
	padding-left: 10px;
	background: #F2F2F2;
	font-weight: bold;
}
.secSpec .sceneTable table td{
	font-weight: 900;
  font-family: 'Poppins', sans-serif;
	font-size: 28px;
	color: #45BC92;
	text-align: center;
	padding: 5px 10px;
}
.secSpec .sceneTable table td span{
	font-weight: 400;
	color: #ccc;
}
@media screen and (min-width: 960px){
	.secSpec{
		padding: 0px 0 60px;
		width: 960px;
		margin: 0 auto;
	}
	.secSpec .carCatch span{
		font-size: 18px;
		padding: 20px 25px;
		max-width: 1400px;
	}
	.secSpec h2 br{
		display: none;
	}
	.secSpec .innerWrapper{
		display: flex;
		justify-content: space-between;
		padding-top: 30px;
	}
	.secSpec .innerWrapper div{
		width: 460px;
	}
	.secSpec .innerWrapper div h3{
		font-size: 18px;
		letter-spacing: 2px;
	}
	.secSpec .specDetail{
		margin: 0;
	}
	.secSpec .specDetail table th,
	.secSpec .specDetail table td{
		padding: 14px 0;
		padding-left: 10px;
	}

	.secSpec .sceneTable table th{
		padding: 11px 0;
		padding-left: 10px;
	}
	.secSpec .sceneTable table td{
		padding: 11px 10px;
	}
}

/*-----------------------------------------------------------------
	
	コース選択一時非表示2024.11.15

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

/*-----------------------------------------------------------------
	
	3プラン タブ切り替え

-----------------------------------------------------------------*/
#carindex .planTab{
	margin-top: 25px;
}
#carindex .planTab p{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}
#carindex .planTab ul{
	display: flex;
	align-items: end;
	gap: 5px;
	width: 92%;
	margin: 0 auto;
}
#carindex .planTab ul li{
	padding: 5px 8px 05px;
	text-align: center;
	/* transition: all .4s; */
}
#carindex .planTab ul li .imgPc{
	display: none;
}
#carindex .planTab ul .tab3year{
	background-color: #132E40;
	border-radius: 10px 0 0 0;
}
#carindex .planTab ul .tab5year{
	background-color: #327FFA;
}
#carindex .planTab ul .tab7year{
	background-color: #45BC90;
	border-radius:  0 10px 0 0;
}
#carindex .planTab ul li.current{
	padding: 15px 8px 10px;
	border-radius: 10px 10px 0 0;
	pointer-events: none;
}
@media screen and (min-width:768px) {
	#carindex .planTab ul li{
		/* padding: 18px 28px; */
		padding: 3px 20px;
	}
	#carindex .planTab ul li .imgSp{
		display: none;
	}
	#carindex .planTab ul li .imgPc{
		display: block;
	}
	#carindex .planTab ul li.current{
		padding: 10px 20px;
	}
}
@media screen and (min-width:960px) {
	#carindex .planTab {
		margin-top: 54px;
	}
	#carindex .planTab p{
		font-size: 24px;
	}
	#carindex .planTab ul{
		max-width: 960px;
		width: 960px;
		height: 128px;
	}
	#carindex .planTab ul li{
		padding: 10px 28px;
		cursor:pointer;
		transition: all .4s;
	}
	#carindex .planTab ul li:hover{
		transition:all 0.5s ease;
		opacity: 0.4;
	}
	#carindex .planTab ul li.current{
		padding: 18px 28px;
	}
}

/*-----------------------------------------------------------------
	
	カーリースプラン：リンクバナー

-----------------------------------------------------------------*/
#carindex .bnr3plans{
	background: #fff;
	padding: 35px 0 50px;
	text-align: center;
}
#carindex .bnr3plans img{
	width: 88%;
}
#carindex .bnr3plans .imgPc{
	display: none;
}
@media screen and (min-width:768px) {
	#carindex .bnr3plans{
		padding: 46px 0 70px;
	}
	#carindex .bnr3plans img{
		width: 92%;
	}
	#carindex .bnr3plans .imgSp{
		display: none;
	}
	#carindex .bnr3plans .imgPc{
		display: inline-block;
	}
}
@media screen and (min-width:960px) {
	#carindex .bnr3plans{
		padding: 118px 0;
	}
	#carindex .bnr3plans img{
		width: 100%;
		max-width: 960px;
	}
	#carindex .bnr3plans a:hover{
		opacity: 0.4;
		transition:all 0.5s ease;
	}
}


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

比較表

-----------------------------------------------------------------*/
#point2{
	padding-top: 30px;
}
#point2 .iconPoint{
	display: none;
}


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

	Head クレジット & FREE

-----------------------------------------------------------------*/
#carHead .creditFree{
	padding-bottom: 20px;
}

/*----------------------------------------
	Head クレジット
-----------------------------------------*/
#carHead .creditFree .creditBox{
	border-radius: 10px;
	background: #056CB5;
	text-align: center;
	color: #fff;
	padding: 20px;
}
#carHead .creditFree .creditBox h3{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#carHead .creditFree .creditBox h3 span{
	display: block;
	font-size: 21px;
}
#carHead .creditFree .creditBox .txt{
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 1px;
}
#carHead .creditFree .creditBox .txt span{
	display: inline-block;
	border: 3px solid #fff;
	margin-right: 4px;
	padding:1px 10px 3px;
}
#carHead .creditFree .creditBox ul{
	padding: 12px 0;
	display: flex;
	justify-content: space-between;
	gap: 2px;
}
#carHead .creditFree .creditBox ul li{
	overflow: hidden;
	border-radius: 8px;
}
#carHead .creditFree .creditBox ul li img{
	vertical-align: top;
}
#carHead .creditFree .creditBox .notes{
	line-height: 1.4;
}
@media screen and (min-width:960px){
	#carHead .creditFree .creditBox{
		/* width: 48.5%;
		padding:15px 12px; */
	}
	#carHead .creditFree .creditBox h3{
		font-size: 24px;
		margin-bottom: 8px;
		line-height: 1.2;
	}
	#carHead .creditFree .creditBox h3 span{
		font-size: 14px;
	}
	#carHead .creditFree .creditBox .txt{
		font-size: 19px;
	}
	#carHead .creditFree .creditBox .txt span{
		border: 2px solid #fff;
		margin-right: 3px;
		padding:1px 5px 3px;
	}
	#carHead .creditFree .creditBox ul{
		padding: 10px 2px 5px;
	}
	#carHead .creditFree .creditBox ul li{
		border-radius: 6px;
	}

	#carHead .creditFree .creditBox .notes{
		font-size: 11px;
		text-align: left;
		width: 100%;
		padding: 0;
		letter-spacing: 1px;
		line-height: 1.2;
	}
}
/*----------------------------------------
	Head フリー
-----------------------------------------*/
#carHead .creditFree .freeBox .btn{
	width: 100%;
	font-size: 16px;	
	line-height: 1.5;
	padding: 10px 0;
	letter-spacing: 1px;
	height: 100%;
}
#carHead .creditFree .freeBox .btn::after{
	transform:rotate(135deg);
}
#carHead .creditFree .freeBox .btn span{
	font-size: 18px;
}

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

	おすすめポイント(車種詳細独自)

-----------------------------------------------------------------*/
.featureList{
	height: 500px;
	overflow: hidden;
	position: relative;
	transition: all .4s;
}
.featureList.open{
	height: 100%;
}
.featureList::after{
	content: "";
	position: absolute;
	display: block;
	height: 100px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, #F0FAF7, transparent);
	z-index: 2;
}
.featureList.open::after{
	display: none;
}
.recommendPoint .moreBtn::after{
	transform: rotate(135deg);
}
.recommendPoint .moreBtn.open::after{
	transform: rotate(-45deg);
}
.recommendPoint .moreBtn span{
	height: 60px;
}
.recommendPoint .moreBtn span::after{
	content: "さらに表示する";
}
.recommendPoint .moreBtn.open span::after{
	content: "表示を隠す";
}

.featureList .pointBox.boxPrice .totalBox{
	margin-top: 10px;
	padding: 0 20px;
}
.featureList .pointBox.boxPrice .totalBox .boxTxt{
	margin-bottom: 10px;
}
.featureList .pointBox.boxPrice .totalBox .boxTxt span{
	font-size: 14px;
}
.featureList .pointBox.boxPrice .totalBox table{
	width: 100%;
	border: 1px solid #dedede;
	text-align: center;
}
.featureList .pointBox.boxPrice .totalBox table th{
	color: #45BC90;
	font-weight: bold;
	background: #45BC90;
	background: #F0FAF7;
	font-size: 14px;
	border-right: 1px solid #fff;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.featureList .pointBox.boxPrice .totalBox table td{
	padding: 8px 0;
	border-right: 1px solid #dedede;
	font-size: 10px;
	font-weight: bold;
}
.featureList .pointBox.boxPrice .totalBox table td span{
	font-size: 14px;
}

.featureList .pointBox .costList li{
	flex-wrap: wrap;
	padding: 10px 0;
	height: auto;
}
.featureList .pointBox .costList li p{
	position: static;
	transform: translateY(0) translateX(0);
	margin-top: 5px;
}
.featureList .pointBox .costList li img{
	width: 75%;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	height: auto;
}
@media print, screen and (min-width: 768px){
	.featureList .pointBox.boxPrice .totalBox table th{
		font-size: 18px;
	}
	.featureList .pointBox.boxPrice .totalBox table td{
		font-size: 14px;
	}
	.featureList .pointBox.boxPrice .totalBox table td span{
		font-size: 24px;
	}
}
@media print, screen and (min-width: 960px){
	.featureList .pointBox.boxPrice .wrapper{
		display: flex;
		justify-content: center;
		padding: 20px 50px;
	}
	.featureList .pointBox.boxPrice .wrapper .priceBoxOuter{
		width: 41%;
	}
	.featureList .pointBox.boxPrice .wrapper .totalBox{
		width: 59%;
		margin: 0 auto;
		padding: 0;
		padding-left: 60px;
	}
	.featureList .pointBox.boxPrice .totalBox .boxTxt span{
		font-size: 16px;
	}

	.featureList .pointBox .imageBox{
		max-width: 100%;
	}

	.featureList .pointBox .costList li img{
		width: 50%;
	}
}

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

	複数申し込みボタン

-----------------------------------------------------------------*/
.trigger_form_entry{
	display: block;
	width: 90%;
	margin: 0 auto 20px;
	padding-right: 30px;
	font-size: 24px;
	line-height: 72px;
	font-weight: 900;
	color: #171717;
	text-align: center;
	text-decoration: none;
	background-color: #FFD900;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-image: url(../img/arrow-addbtn.svg);
	background-size: 20px auto;
	border-radius: 10px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	border-radius: 10px;
	position: relative;
	transition: all 0.5s ease;
	letter-spacing: 0px;
}
@media print, screen and (min-width: 960px){
	.trigger_form_entry{
		width: 960px;
		transition: all .4s;
		line-height: 140px;
		padding-right: 40px;
		letter-spacing: 1px;
		font-size: 38px;
		background-position: right 245px center;
		background-size: 40px auto;
		border-radius: 20px;
	}
	.trigger_form_entry:hover{
		cursor: pointer;
		opacity: 0.5;
	}
}

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

	下部　自由解約プランセクション

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

/*----------------------------------------
	Head FREE
-----------------------------------------*/
.secFree{
	padding:0 20px;
}
.secFree .freeBox{
	margin-top: 20px;
	border: 1px solid #45BC90;
	border-radius: 10px;
	text-align: center;
	transition: all .4s;
}
.secFree .freeBox:hover{
	cursor: pointer;
	opacity: 0.5;
}
.secFree .freeBox .headTxt{
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 1px;
}
.secFree .freeBox img{
	width: 80%;
	margin-bottom: 10px;
}
.secFree .freeBox .button{
	border-top: 1px solid #45BC90;
	color: #45BC90;
	font-weight: 700;
	line-height: 40px;
	background-repeat: no-repeat;
	background-image: url(../img/ico-modal.svg);
	background-position: right 20px center;
	background-size: 12px;
	font-size: 18px;
}
@media screen and (min-width:960px){
	.secFree{
		padding: 0px;
	}
	.secFree .freeBox{
		width: 960px;
		margin: 0 auto 30px;
	}
	.secFree .freeBox .headTxt{
		font-size: 36px;
		margin-bottom: 5px;
		margin-top: 20px;
	}
	.secFree .freeBox img {
    width: 40%;
    margin-bottom: 30px;
}
	.secFree .freeBox .button{
		line-height: 50px;
		background-position: right 14px center;
		background-size: 14px;
		font-size: 18px;
		letter-spacing: 1px;
	}
}

/* ----------------------------------
セブンマックスフリー　モーダル
---------------------------------- */
.freeModal{
	transition: all .4s;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	z-index: 48;
}
.freeModal-inner{
	position: fixed;
	top: 75px;
	right: 0;
	left: 0;
	margin: auto;
	width: 95%;
	height:72vh;
	background: #Fff;
	border-radius: 10px;
	overflow-y: scroll;
}
.freeModal-close{
	color: #fff;
	color: #fff;
	text-align: center;
	z-index: 49;
	background: #000;
	border: 3px solid #FFFFFF;
	border-radius: 100%;
	position: absolute;
	font-size: 28px;
	width: 42px;
	height: 42px;
	line-height: 36px;
	right: 2%;
	top: 64px;
}
.freeModal-inner h2{
	font-weight: bold;
	text-align: center;
	padding: 16px 0 15px;
	border-bottom: 1px solid #DEDEDE;
	font-size: 18px;
}
.freeModal-inner h2 span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.freeModal-contents{
	padding: 0px 0px 20px;
	width: 100%;
}
.freeModal-contents .ftColor{
	color: #45BC92;
}
.freeModal-contents p{
	font-size: 14px;
	line-height: 1.3;
}
.freeModal-contents ul{
	padding-bottom: 20px;
}
.freeModal-contents ul li{
	font-size: 12px;
}
.freeModal-contents table,
.freeModal-contents table tr,
.freeModal-contents table th,
.freeModal-contents table td,
.freeModal-contents table td p{
	max-width: 100%;
}
.freeModal-contents table{
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	text-align: center;
}
.freeModal-contents table th,
.freeModal-contents table td{
	font-size: 12px;
	text-align: center;
	display: block;
	font-weight: 700;
}
.freeModal-contents table th{
	padding: 10px 0;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background: #F0FAF7;
	font-size: 14px;
}
.freeModal-contents table th span{
	font-size: 12px;
	display: block;
}
.freeModal-contents table td{
	padding: 10px 0;
	vertical-align: middle;
}
.freeModal-contents table td img{
	width: 90%;
}
.freeModal-contents table .double td{
	display: inline-block;
	width: 50%;
}
.freeModal-contents table .double td:nth-of-type(2){
	border-left: 1px solid #DEDEDE;
}
.freeModal-contents table .double.reverse td:nth-of-type(1){
	border-right: 1px solid #DEDEDE;
}
.freeModal-contents table .double.reverse td:nth-of-type(2){
	border-left: none;
}
.freeModal-contents table .planTxt td{
	font-size: 14px;
}
.freeModal-contents table td .head{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 10px;
	position: relative;
	background: #0A0E1F;
	border-radius: 6px;
	margin-bottom: 10px;
}
.freeModal-contents table td .head::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 5px 3px;
	border-color: transparent transparent #2B455C transparent;
	bottom: -5px;
	right: 0px;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}
.freeModal-contents table .freeModaltotalPrice .head{
	width: 160px;
	display: block;
	margin: 0 auto 10px;
}
.freeModal-contents table td .price{
	position: relative;
	display: inline-block;
	font-size: 20px;
}
.freeModal-contents table td .price .ftLato{
	font-size: 40px;
}
.freeModal-contents table td .price .tax{
	font-size: 10px;
	position: absolute;
	right: -1px;
	top: 14px;
}
.freeModal-contents table .monthly td .price{
	font-size: 12px;
}
.freeModal-contents table .monthly td .price .ftLato{
	font-size: 28px;
}
.freeModal-contents table .monthly  td .price .tax{
	right: -8px;
	top: 7px;
}
.freeModal-contents table .monthly td .year{
	font-size: 10px;
	padding-right: 5px;
}
.freeModal-contents table .monthly td .year span{
	font-size: 18px;
}
.freeModal-contents table .monthly td .freePriceBox li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.freeModal-contents table td .txt{
	font-size: 18px;
}
.freeModal-contents table td .txt .plus{
	display: block;
}
.secFree .freeModal-contents table td .notes{
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-top: 8px;
	color: #222;
	max-width: 100%;
	position: static;
	white-space: normal;
	padding-bottom: 0;
}
@media print, screen and (min-width: 768px){
	.freeModal-inner{
		top: 0px;
		bottom: 0;
		width: 80%;
	}
	.freeModal-close{
		right: 8%;
		top: 50%;
		margin-top: -196px;
	}
}
@media print, screen and (min-width: 960px){
	.freeModal-inner{
		top: 0px;
		bottom: 0;
		width: 960px;
		height: 620px;
	}
	.freeModal-close{
		transition: all .4s;
		font-size: 30px;
		width: 54px;
		height: 54px;
		line-height: 48px;
		right: 50%;
		margin-right: -506px;
		margin-top: -339px;
	}
	.freeModal-close:hover{
		opacity: 0.6;
		cursor: pointer;
	}
	.freeModal-inner h2{
		padding: 25px 0 20px;
		font-size: 21px;
	}
	.freeModal-inner h2 span{
		font-size: 14px;
	}
	.freeModal-contents{
		padding:0px;
		width: calc(100% - 60px);
		margin: 20px auto ;
		border: 1px solid #DEDEDE;
		border-radius: 10px;
		overflow: hidden;
	}
	.freeModal-contents p{
		font-size: 16px;
		line-height: 1.7;
	}
	.freeModal-contents table th,
	.freeModal-contents table td,
	.freeModal-contents table .double td{
		font-size: 14px;
		display: table-cell;
	}
	.freeModal-contents table tr:first-child th,
	.freeModal-contents table tr:first-child td{
		border-top: none;
	}
	.freeModal-contents table,
	.freeModal-contents table tr:last-child th,
	.freeModal-contents table tr:last-child td{
		border-bottom: none;
	}
	.freeModal-contents table th{
		width: 172px;
		border-right: 1px solid #DEDEDE;
		font-size: 18px;
		padding: 20px 0;
	}
	.freeModal-contents table .double td{
		width: 388px;
		border-bottom: 1px solid #DEDEDE;
	}
	.freeModal-contents table td img{
		width: 192px;
	}
	.freeModal-contents table .planTxt td{
		font-size: 18px;
	}
	.freeModal-contents table .monthly td .year,
	.freeModal-contents table .monthly td .freePriceBox li .price{
		line-height: 1.3;
	}
	.freeModal-contents table .freeModaltotalPrice .head{
		margin-bottom: 0;
		height: 32px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 50%;
		margin-left: -275px;
		padding-top: 5px;
	}
	.freeModal-contents table .freeModaltotalPrice td .head::after{
		bottom: 0;
		top: 0;
		left: auto;
		right: -5px;
		transform: rotate(90deg);
	}
	.freeModal-contents table .freeModaltotalPrice td{
		position: relative;
		border-bottom: 1px solid #DEDEDE;
	}
	.freeModal-contents table .monthly td .freePriceBox{
		display: flex;
		justify-content: space-around;
	}
	.freeModal-contents table .freeModaltotalPrice td .price,
	.freeModal-contents table .freeModaltotalPrice td .price span{
		line-height: 1;
	}
	.secFree .freeModal-contents table .freeModaltotalPrice td .notes{
		position: absolute;
		bottom: 8px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.freeModal-contents table .monthly td .freePriceBox li{
		display: block;
		margin-bottom: 0;
	}
	.freeModal-contents table td .txt .plus{
		display: inline;
	}
	.secFree .freeModal-contents table td .notes{
		padding: 0;
	}
	.freeModal-contents table td .price .tax{
		top: 9px;
	}
	.freeModal-contents table .monthly td .price .tax{
		top: 10px;
	}
}

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

	規定走行距離

-----------------------------------------------------------------*/
#carHead .mileage_wrap dl.mileage_front{
	padding:10px 15px;
	border-radius: 10px;
	border: 1px solid #dedede;
	transition: all .4s;
}
#carHead .mileage_wrap dl.mileage_front:hover{
	cursor: pointer;
	opacity: 0.4;
	background: #45BC90;
}
#carHead .mileage_wrap dl.mileage_front dt{
	/* font-weight: 700; */
	display: inline-block;
	letter-spacing: 1px;
}
#carHead .mileage_wrap dl.mileage_front dd{
	display: inline-block;
	letter-spacing: 1px;
	position: relative;
}
#carHead .mileage_wrap dl.mileage_front dd span{
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 0;
}
#carHead .mileage_wrap dl.mileage_front dd span span{
	font-size: 14px;
}
#carHead .mileage_wrap dl.mileage_front dd::before,
#carHead .mileage_wrap dl.mileage_front dd::after{
	position: absolute;
	display: block;
}
#carHead .mileage_wrap dl.mileage_front dd::before{
	content: "?";
	color: #Fff;
	font-weight: bold;
	font-size: 16px;
	top: 1px;
	right: -17px;
	z-index: 2;
	line-height: 1;
}
#carHead .mileage_wrap dl.mileage_front dd::after{
	content: "";
	background: #45BC90;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	top: 0px;
	right: -22px;
	z-index: 1;
}
@media print, screen and (min-width: 960px){
	#carHead .mileage_wrap dl.mileage_front{
		padding:10px 25px;
	}	
}

/* -------------------------------------------------
  規定走行距離　ポップアップ
------------------------------------------------- */

.mileage_discription{
	transition: all .4s;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	z-index: 48;
}
.mileage_discription-inner{
	position: fixed;
	top: 100px;
	right: 0;
	left: 0;
	margin: auto;
	width: 95%;
	height: 450px;
	background: #Fff;
	border-radius: 10px;
}
.mileage_discription-close{
	color: #fff;
	color: #fff;
	text-align: center;
	z-index: 49;
	background: #000;
	border: 3px solid #FFFFFF;
	border-radius: 100%;
	position: absolute;
	font-size: 28px;
	width: 42px;
	height: 42px;
	line-height: 36px;
	right: 2%;
	top: 78px;
}
.mileage_discription-inner h2{
	font-weight: bold;
	text-align: center;
	padding: 16px 0 15px;
	border-bottom: 1px solid #DEDEDE;
	font-size: 18px;
}
.mileage_discription-contents{
	padding: 15px 22px 20px;
}
.mileage_discription-contents p{
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.5;
}
.mileage_discription-contents dl{
	background: #F7F7F7 ;
	border: 1px solid #C4C4C4;
	border-radius: 12px;
	padding: 20px;
}
.mileage_discription-contents dl dt{
	background: #FFFFFF ;
	border: 1px solid #C4C4C4;
	border-radius: 100px;
	text-align: center;
	width: 200px;
	height: 35px;
	line-height: 30px;
	font-size: 15px;
	margin: -39px auto 10px;
}
.mileage_discription-contents dl dd{
	font-size: 14px;
	line-height: 1.5;
}

@media print, screen and (max-width: 320px){
	.mileage_discription-inner{
		top: 75px;
		height: 420px;
	}
	.mileage_discription-inner h2{
		font-size: 18px;
	}
	.mileage_discription-contents p{
		font-size: 12px;
		line-height: 1.4;
	}
	.mileage_discription-contents dl dt{
		font-size: 13px;
		height: 26px;
		line-height: 26px;
	}
	.mileage_discription-contents dl dd{
		font-size: 12px;
		line-height: 1.4;
	}
}
@media print, screen and (min-width: 768px){
	.mileage_discription-inner{
		top: 0px;
		bottom: 0;
		width: 80%;
		height: 370px;
	}
	.mileage_discription-close{
		right: 8%;
		top: 50%;
		margin-top: -196px;
	}
}
@media print, screen and (min-width: 960px){
	
	.mileage_discription-inner{
		top: 0px;
		bottom: 0;
		width: 640px;
		height: 500px;
	}
	.mileage_discription-close{
		transition: all .4s;
		font-size: 30px;
		width: 54px;
		height: 54px;
		line-height: 48px;
		right: 50%;
		margin-right: -347px;
		margin-top: -270px;
	}
	.mileage_discription-close:hover{
		opacity: 0.6;
		cursor: pointer;
	}
	.mileage_discription-inner h2{
		padding: 25px 0 20px;
		font-size: 21px;
	}
	.mileage_discription-contents{
		padding: 20px 35px 0px;
	}
	.mileage_discription-contents p{
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 40px;
	}
	.mileage_discription-contents dl{
		padding: 20px 40px;
	}
	.mileage_discription-contents dl dd{
		font-size: 16px;
		line-height: 1.9;
	}
}
