@charset "utf-8"; /*

CATEGORY | CAR
/*=======================================================
PAGE | DETAIL
-------------------------------------------------------*/
.contentsTTL {
	margin:0;
	font-size:2.1rem;
	letter-spacing:0.1em;
	font-weight:700;
	letter-spacing:0.05em;
	text-align:center;
	line-height: 1.3;
}
.contentsTTL-S {
	margin:0;
	font-size:2.4rem;
	letter-spacing:0.1em;
	font-weight:700;
	letter-spacing:0.05em;
	text-align:center;
}
/*-------------------------------
	Display：767px →
-------------------------------*/
@media print, screen and (max-width: 767px){

	#pagetop.view {
		bottom:120px;
	}
	#page-carlist #pagetop.view{
		bottom: 68px;
	}

}
/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){
	.contentsTTL {
		font-size: 2.4rem;
	}
	.contentsTTL-S {
		font-size:1.8rem;
	}
}


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

コミコミ帯

------------------------------------------------- */
@media print, screen and (min-width: 960px){
	.service-appeal.v2{
		margin-top: 0!important;
	}

}

/*-------------------------------------------------
BASIC PLAN MV
------------------------------------------------- */

.sec-basicplan {
	overflow: hidden;
}
.sec-basicplan_inner_wrap{
	width:90%;
	max-width:960px;
	margin:0 auto;
	padding:0 0 0px;
}

#mv {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	position:relative;
}
#mv #image-gallery  {
	overflow:hidden;
}
#mv #image-gallery #mv-outbox {
	width: 100%;
	position:relative;
}
#mv #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;
}
#mv #image-gallery #mv-slider {
	width: 100%;
	overflow:hidden;
	position:relative;
}

#mv #image-gallery .noteImg{
	position: absolute;
	right: 5px;
	bottom:5px;
	z-index: 10;
	width: 40%;
}
#mv #image-gallery #mv-slider li{
	width:100%;
	float:left;
}
#mv #image-gallery #mv-slider li img{
	width: 100%;
}
#mv #image-gallery #mv-thumb {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
#mv #image-gallery #mv-thumb li{
	position: relative;
}
#mv #image-gallery #mv-thumb li:before{
	content: "";
	display: block;
	padding-top: 100%;
}
#mv #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;
}
#mv #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;
}
#mv #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(/1cars/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(/1cars/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){
	#mv #image-gallery .bnrWrap{
		display: block;
		height: 100%;
	}
	#mv #image-gallery .bnrWrap a:hover{
		opacity: 0.6;
	}
}

/* CTA Button CP ------------------------------------*/
.ctaBlockPc{
	display: none;
}

@media screen and (min-width: 960px){
	.ctaBlockPc{
		display: block;
	}
	.ctaBlockPc .linkTxt{
		font-weight: 700;
	}
}

/* Float Banner ------------------------------------*/
.camp-floatBnr{
	margin-bottom: 10px;
}
.camp-floatBnr img{
	box-shadow:2px 2px 15px rgba(255,79,0,0.6);
	border-radius: 6px;
	transition: 0.5s;
}
@media screen and (min-width: 960px){
	.camp-floatBnr{
		cursor: pointer;
		border-radius: 6px;
		position: fixed;
		width:400px;
		bottom: 20px;
		left: 20px;
		z-index: 20;
	}
	.camp-floatBnr img{
		padding: 0;
		margin-bottom: 0;
		box-shadow:0 0 30px rgba(255,79,0,0.6);
		transition: 0.5s;
	}
	.camp-floatBnr a:hover{
		opacity: 0.6;
	}
}

/* Float Button ------------------------------------*/
.cta-floatBtn{
	width: 100%;
	height: 110px;
	overflow: hidden;
	box-shadow: 0 5px 30px rgba(0,0,0,0.4);
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: -110px;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .3s, transform .3s;
}

.floatIn{
	display: block;
	opacity: 1;
	transform: translateY(0);
	bottom: 0px;
}

.cta-floatBtn li{
	float: left;
}

.cta-floatBtn li{
	float: left;
}

.cta-floatBtn li:nth-of-type(1){
	background:var(--color-secondary);
	display: block;
	width: 100%;
	color: var(--color-primary);
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	position: relative;
}
.cta-floatBtn li:nth-of-type(1)::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent var(--color-secondary) transparent;
	bottom: -7px;
	left: 20%;
	margin: auto;
	transform:rotate(180deg);
}
.cta-floatBtn.c1 li:nth-of-type(1)::after{
	left: 0;
	right:0;
}

.cta-floatBtn__contact{
	border-right: 1px solid #dedede;
}

.cta-floatBtn__order{
	width: 50%;
}
.c1 .cta-floatBtn__order{
	width: 100%;
}
.cta-floatBtn__contact,
.cta-floatBtn__line{
	width: 25%;
}

.cta-floatBtn li a{
	display: block;
	height: 80px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	background: #fff;
}

/* Order */
.cta-floatBtn__order{
	height: 80px;
	/* padding: 20px 0 0 !important; */
	text-align: right;
	padding-top: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	/* background: #F47B45 !important; */
	background: var(--color-primary) !important;
}

.cta-floatBtn__order span{
	margin-bottom: 5px;
}

.cta-floatBtn__contact {
	height: 80px;
	padding-top: 20px !important;
	font-size: 12px;
	text-align: center;
	background: #fff;
}

.cta-floatBtn__contact  img{
	width: 36px;
	margin-bottom: 5px;
}

.cta-floatBtn__line a{
	padding-top: 3px;
	font-size: 12px;
	color: #00B900;
}

.cta-floatBtn__line a img{
	width: 36px;
}

.cta-floatBtn li.cta-floatBtn__order{
	display:flex ;
	justify-content: center;
	align-items: center;
	padding-top: 0;
}
.cta-floatBtn li .inBtnTxt{
	padding-right: 15px;
	text-align: left;
}
.cta-floatBtn li .inBtnTxt span{
	display: block;
	margin-top: 3px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: normal;
}
.cta-floatBtn li .separate{
	height: 50px;
	width: 1px;
	background: #fff;
	transform: rotate(15deg);
}
.cta-floatBtn li .inBtnPrice{
	padding-left: 15px;
}
.cta-floatBtn li .inBtnPrice .headTxt{
	font-size: 12px;
	font-weight: bold;
}
.cta-floatBtn li .inBtnPrice .headTxt span{
	background: #fff;
	color: var(--color-primary);
	border-radius: 4px;
	padding: 0 3px;
	display: inline-block;
	margin-right: 4px;
	line-height: 18px;
}
.cta-floatBtn li .inBtnPrice .notaxPrice{
	position: relative;
}
.cta-floatBtn li .inBtnPrice .notaxPrice div{
	position: absolute;
	top: 2px;
	right: -8px;
	font-size: 13px;
	line-height: 1;
}
.cta-floatBtn li .inBtnPrice .notaxPrice .price{
	font-size: 26px;
	padding-right: 8px;
}
.cta-floatBtn li .inBtnPrice .notaxPrice div span{
	display: block;
	line-height: 1;
}
.cta-floatBtn li .inBtnPrice .notaxPrice div .tax{
	font-size: 8px;
	transform: scale(0.9);
}
.cta-floatBtn li .inBtnPrice .notaxPrice div .yen{
	margin-top: -5px;
}
@media screen and (max-width: 320px){
	.cta-floatBtn li:nth-of-type(1){
		font-size: 12px;
		letter-spacing: 0;
	}
}

/*-------------------------------
	Display：←959px
-------------------------------*/
@media screen and (max-width: 959px){

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


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

		MV下 特徴テキストリンク

	------------------------------------*/
	#mv #image-gallery .carAboutTxtLink{
		bottom: 0;
		display: flex;
		justify-content: space-around;
	}
	#mv #image-gallery .carAboutTxtLink li:nth-of-type(2){
		border-right: 1px solid #F0E6E1;
	}
	#mv #image-gallery .carAboutTxtLink li a{
		font-size: 14px;
	}
	#mv #image-gallery .carAboutTxtLink li span{
		font-size: 14px;
		text-decoration: underline;
		color: #F47B42;
	}
	#mv #image-gallery .carAboutTxtLink li span:hover{
		text-decoration: none;
		cursor: pointer;
	}
	@media print, screen and (min-width: 960px){
		#mv #image-gallery .carAboutTxtLink{
			justify-content: center;
		}
		#mv #image-gallery .carAboutTxtLink li{
			margin: 0 10px;
		}
	}

/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){

	.cta-floatBtn{
		display:none;
	}
	#mv #image-gallery {
		width:46%;
	}
	#mv #image-gallery #mv-thumb {
		padding-top:10px;
	}
	#mv #image-gallery #mv-thumb li{
		width:23%;
		margin-left:2.66%;
		margin-bottom:12px;
	}
	#mv #image-gallery #mv-thumb li:nth-child(1),
	#mv #image-gallery #mv-thumb li:nth-child(5) {
		margin-left:0%;
	}
	#mv #image-gallery #mv-thumb li img:hover{
		cursor: pointer;
		opacity:0.6;
	}
	#mv #image-gallery .noteImg{
		width: 30%;
	}
}

/*-------------------------------------------------
BASIC PLAN PLAN
------------------------------------------------- */

#mv #basic-plan h1 {
	line-height:1.2em;
	font-weight:700;
}
#mv #basic-plan h1 span {
	line-height:1.2em;
}
#mv #basic-plan h1 span.subTxt {
	margin-top:5px;
	margin-right:0;
	font-size: 12px;
	display: block;
	/* display:none; */
}
#mv #basic-plan .priceBox {
	padding:20px 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#mv #basic-plan .priceBox .icon{
	width:36%;
	font-weight: 900;
	background: var(--color-secondary);
	color: var(--color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 1.2;
	border-radius: 6px;
}

#mv #basic-plan .priceBox .taxPriceBox{
	width:62%;
	text-align:right;
}
#mv #basic-plan .priceBox .taxPriceBox .notaxPrice{
	display: flex;
	justify-content: right;
	align-items: end;
}
#mv #basic-plan .priceBox .taxPriceBox .notaxPrice .price{
	font-size:7rem;
	line-height:1;
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}
#mv #basic-plan .priceBox .taxPriceBox .notaxPrice div{
	line-height:1;
	position: relative;
	padding-bottom: 9px;
}
#mv #basic-plan .priceBox .taxPriceBox .notaxPrice .tax{
	font-size:1.4rem;
	line-height:1;
	display: block;
	color:#8B8B8B;
	position: absolute;
	left: 0;
	top: -15px;
}
#mv #basic-plan .priceBox .taxPriceBox .notaxPrice .yen{
	font-size:3.2rem;
	font-weight: 900;
}
#mv #basic-plan .priceBox .taxPriceBox .taxPrice .price {
	margin-right:-8px;
	font-family: 'Lato', sans-serif;
}
#mv #basic-plan .priceBox .taxPriceBox .totalPrice{
	font-size: 14px;
	display: flex;
	justify-content: right;
}
#mv #basic-plan .priceBox .taxPriceBox .totalPrice dt{
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 0 5px;
}
#mv #basic-plan .priceBox .taxPriceBox .totalPrice dd span{ 
	padding-left: 5px;
	font-size: 16px;
}

#mv #basic-plan .creNoriWrap{
	padding: 20px 0;
	text-align: center;
}
#mv #basic-plan .creNoriWrap dl{
	border: 1px solid var(--color-border);
	border-radius: 10px;
	padding: 20px 0px 0px;
	margin-bottom: 10px;
	height: 102px;
}
#mv #basic-plan .creNoriWrap dl dt{
	font-weight: 900;
	color: var(--color-primary);
	font-size: 22px;
	margin-bottom: 10px;
}
#mv #basic-plan .creNoriWrap dl dd img{
	width: 230px;
}
#mv #basic-plan .creNoriWrap a{
	display: block;
	border: 1px solid #F0E6E1;
	border-radius: 10px;
	padding: 20px 0px 0px;
	text-decoration: none;
	font-weight: 900;
	color: #0A0E1F;
	font-size: 22px;
	height: 102px;
	position: relative;
}
#mv #basic-plan .creNoriWrap a::after{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #F47B45;
	border-right: 2px solid #F47B45;
	transform:rotate(45deg);
}
#mv #basic-plan .creNoriWrap a img{
	width: 170px;
	margin-top: 10px;
}

.spPriceBoxUnder{
	text-align: center;
	margin-top: 10px;
}
.spPriceBoxUnder p{
	font-weight: 700;
}

#mv #basic-plan .packageDtl {
	margin-top:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
#mv #basic-plan .packageDtl dl {
	width:33.33%;
	border:1px solid #dae8f8;
	text-align:center;
}
#mv #basic-plan .packageDtl dl:nth-child(1) {
	border-right:none;
	border-radius:10px 0 0 10px;
}
#mv #basic-plan .packageDtl dl:nth-child(3) {
	border-left:none;
	border-radius:0 10px 10px 0;
}

#mv #basic-plan .packageDtl dl dd {
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	position:relative;
}

#mv #basic-plan .specDtl {
	position: relative;
	padding:20px 0;
}
#mv #basic-plan .specDtl .spec {
	width:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#mv #basic-plan .specDtl .spec dt {
	font-weight:700;
	text-align: center;
	width: 65px;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4;
}
#mv #basic-plan .specDtl .spec dd{
	width: calc(100% - 65px);
	margin-bottom: 10px;
	font-size: 15px;
}

#mv #basic-plan .specDtl .color {
	padding: 0;
	margin: 0;
}
#mv #basic-plan .specDtl .color .selectColor {
	margin-top:20px;
	padding:15px 0;
}
#mv #basic-plan .specDtl .color .selectColor {
	display:block;
}

#mv #basic-plan .specDtl .specBottom{
	display: flex;
	padding-top: 5px;
}
#mv #basic-plan .specDtl .specBottom dl{
	width: 50%;
}
#mv #basic-plan .specDtl .specBottom dl dt,
#mv #basic-plan .specDtl .specBottom dl dd{
	display: inline-block;
	font-weight: 700;
}
#mv #basic-plan .specDtl .specBottom dl dt{
	font-size: 14px;
}
#mv #basic-plan .specDtl .specBottom dl dd{
	font-size: 16px;
	padding-left: 10px;
}

@media screen and (min-width: 768px){
	#mv #basic-plan .creNoriWrap{
		display: flex;
		justify-content: space-between;
	}
	#mv #basic-plan .creNoriWrap dl{
		width: 48%;
		margin-bottom: 0;
	}
	#mv #basic-plan .creNoriWrap a{
		width: 48%;
		position: relative
	}
}
@media screen and (min-width: 960px){
	#mv #basic-plan .priceBox {
		padding:15px 0 0px;
	}
	#mv #basic-plan .priceBox .icon{
		font-size: 30px;
	}
	#mv #basic-plan .priceBox .icon dt{
		font-size:1.4rem;
		letter-spacing:0.2em;
		width: 100%;
		float: none;
		border-radius: 6px 6px 0 0;
		border-bottom: none;
	}
	#mv #basic-plan .priceBox .icon dt br{
		display: none;
	}
	#mv #basic-plan .priceBox .icon dd{
		font-size:2rem;
		width: 100%;
		float: none;
		border-radius: 0 0 6px 6px;
		border-left: 1px solid #F47B45;
	}
	#mv #basic-plan .priceBox .taxPriceBox{
		margin-top:-8px;
	}
	#mv #basic-plan .priceBox .taxPriceBox .notaxPrice .price{
		font-size:92px;
	}
	#mv #basic-plan .priceBox .taxPriceBox .notaxPrice div .tax{
		font-size:16px;
		top: -19px;
	}
	#mv #basic-plan .priceBox .taxPriceBox .notaxPrice .yen{
		font-size:46px;
	}

	#mv #basic-plan .priceBox .taxPriceBox .totalPrice dd{
		font-size: 16px;
	}
	#mv #basic-plan .priceBox .taxPriceBox .totalPrice dd span{ 
		font-size: 24px;
		padding-left: 7px;
		letter-spacing: 1px;
	}

	#mv #basic-plan .creNoriWrap dl{
		height: 72px;
		padding: 10px 0 0;
		padding-top: 10px;
		width: 49%;
	}
	#mv #basic-plan .creNoriWrap dl dt{
		font-size: 14px;
		margin-bottom: 5px;
	}
	#mv #basic-plan .creNoriWrap dl dd img {
    width: 178px;
	}
	#mv #basic-plan .creNoriWrap a{
		font-size: 14px;
		height: 72px;
		padding-top: 10px;
		width: 49%;
	}
	#mv #basic-plan .creNoriWrap a:hover{
		opacity: 0.5;
	}
	#mv #basic-plan .creNoriWrap a::after{
		right: 15px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #F47B45;
		border-right: 1px solid #F47B45;
	}
	#mv #basic-plan .creNoriWrap a img {
    width: 127px;
    margin-top: 5px;
}

	.mvEntBtnHead{
		overflow: hidden;
		padding-bottom: 12px;
	}
	.mvEntBtnHead .possibleTxt{
		float: left;
		position: relative;
		background:var(--color-secondary);
		width: 230px;
		color: var(--color-primary);
		font-weight: bold;
		text-align: center;
		border-radius: 6px;
		font-size: 14px;
		line-height: 30px;
	}
	.mvEntBtnHead .possibleTxt::after{
		content:"";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent var(--color-secondary) transparent;
		bottom: -7px;
		left: 0;
		right: 0;
		margin: auto;
		transform:rotate(180deg);
	}
	#mvEntBtn .btnContact2.L{
		max-width: 100%;
		width: 100%;
		font-size: 3rem;
	}

	.mvEntBtnHead .linkTxt{
		float: right;
		font-size: 15px;
		margin-top: 3px;
	}
	.spPriceBoxUnder{
		display: none;
	}
	
}

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

Grade Selecter

----------------------------------------------*/
/* Common */
#mv #basic-plan .specDtl .spec dd .change-spec{
	overflow: hidden;
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 6px;
}

#mv #basic-plan .specDtl .spec dd .change-spec div:not(:last-child){
	border-bottom: 1px solid #dedede;
}

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

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

#mv #basic-plan .specDtl .spec dd .change-spec input:checked + label {
	background: var(--color-secondary);
}

#mv #basic-plan .specDtl .spec dd .change-spec label:hover{
	background-color: var(--color-secondary);
}	

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

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

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

#mv #basic-plan .specDtl .spec dd .change-spec#grade_input label{
	padding: 15px 20px;
}

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

#mv #basic-plan .specDtl .color .selectColor {
	display:block;
	width:100%;
	padding:25px 0;
	font-size:1.8rem;
	line-height:1.3em;
	color:#0A0E1F;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	border:2px solid var(--color-primary);
	border-radius:10px;
}
#mv #basic-plan .specDtl .color .selectColor:hover {
	opacity:0.6;
	transition:all 0.5s ease;
	
}
#mv #basic-plan .selectColorBox {
	display:none;
}
#mv #basic-plan .optionDtl {
	padding:25px 0;
	border-top:1px solid #F0E6E1;
}
#mv #basic-plan .optionDtl dt {
	margin:0 0 5px;
	font-size:1.4rem;
	font-weight:bold;
}
#mv #basic-plan .optionDtl dd{
	margin:0 0 3px;
	font-size:1.4rem;
}

.carInfoSpecColor{
	padding: 20px 20px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.carInfoSpecColor li{
	width: 48%;
	margin:0 1% 15px;
	vertical-align: top;
}
.carInfoSpecColor li span.carColor{
	height: 60px;
	width: 100%;
	display: block;
}
.carInfoSpecColor li span.carName{
	text-align: center;
	display: block;
	font-size: 10px;
	padding-top: 5px;
	line-height: 1.2;
}

.selectColorBox .note{
	margin-left: 1em;
	font-size: 10px;
}

/*-------------------------------
	Display：←959px
-------------------------------*/
@media screen and (max-width: 959px){

	#mv #basic-plan {
		width:100%;
		padding-top:25px;
	}
	#mv #basic-plan h1 {
		font-size:2.4rem;
		text-align:center;
	}
	#mv #basic-plan h1 span {
		display:inline-block;
		margin-right:0.5em;
		font-size:1.6rem;
	}
	#mv #basic-plan h1 span.subTxt {
		text-align:center;
	}
	#mv #basic-plan .priceBox .icon dt{
		padding:4px 0;
		font-size:1.2rem;
		letter-spacing:0.1em;
	}
	#mv #basic-plan .priceBox .icon dd{
		padding:4px 0;
		font-size:1.3rem;
	}
	#mv #basic-plan .priceBox .taxPriceBox{
		margin-top:-4px;
	}
	
	#mv #basic-plan .packageDtl dl dt {
		padding:15px 0 0;
		font-size:1.0rem;
		line-height:1em;
	}
	#mv #basic-plan .packageDtl dl dd {
		padding:8px 0 ;
		font-size:1.8rem;
		line-height:1em;
	}
	#mv #basic-plan .packageDtl dl dd span{
		font-size:0.9rem;
	}
	#mv #basic-plan .packageDtl dl dd span.fuelNum,
	#mv #basic-plan .packageDtl dl dd span.mileageNum,
	#mv #basic-plan .packageDtl dl dd span.leasePayYearNum{
		font-size:1.8rem;
	}
	
}

@media print, screen and (max-width: 320px){
	#mv #basic-plan .priceBox .icon dd{
		font-size: 10px;
	}
	#mv #basic-plan .priceBox .taxPriceBox .notaxPrice .price{
		font-size: 4.5rem;
		letter-spacing: 0;
	}
	#mv #basic-plan .priceBox .taxPriceBox .notaxPrice div{
		letter-spacing: 0;
	}
}


/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){

	#mv #basic-plan {
		width:47.5%;
	}
	#mv #basic-plan h1 {
		font-size:3.45rem;
	}
	#mv #basic-plan h1 span {
		display:inline-block;
		font-size:2.0rem;
	}
	#mv #basic-plan h1 span.subTxt{
		font-size: 14px;
	}

	#mv #basic-plan .packageDtl dl dt {
		padding:20px 0 0;
		font-size:1.4rem;
		line-height:1em;
	}
	#mv #basic-plan .packageDtl dl dd {
		padding:10px 0 ;
		font-size:2.4rem;
		line-height:1em;
	}
	#mv #basic-plan .packageDtl dl dd span{
		font-size:1.2rem;
	}
	#mv #basic-plan .packageDtl dl dd span.fuelNum,
	#mv #basic-plan .packageDtl dl dd span.mileageNum,
	#mv #basic-plan .packageDtl dl dd span.leasePayYearNum{
		padding-left: 5px;
		font-size:2.4rem;
	}
	#mv #basic-plan .specDtl .color .selectColor {
		padding:25px 0;
		right: 0;
		bottom: 10px;
	}
	#mv #basic-plan .optionDtl dt {
		width:150px;
		float: left;
		clear: left;
	}
	#mv #basic-plan .optionDtl dd{
		padding-left:150px;
	}

	#mv #basic-plan .innerColor{
		position: absolute;
		left: 0;
		top: 570px;
		width: 460px;
	}

	.carInfoSpecColor{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
 	 .carInfoSpecColor li{
		width:31.33%;
		margin:0 1% 15px;
  	}
  	.carInfoSpecColor li span.carColor{
		height: 120px;
  	}

}



/*-------------------------------------------------
GRADE
------------------------------------------------- */

/* ----------------------------------
グレード切り替え
---------------------------------- */
.sec-grade{
	padding:40px 20px;
	/* display: none; */
}
.gradeChoiceWrap{
	display: none;
}
.gradeChoice{
	border-bottom: none;
	text-align: center;
	position: relative;
	margin:20px auto 40px;
}
.gradeChoice li{
	background: #fff;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	border-right: 1px solid #F47B45;
	border-left: 1px solid #F47B45;
	border-bottom: 1px solid #F47B45;
}
.gradeChoice li:first-child{
	border-top: 1px solid #F47B45;
} 
.gradeChoice li.current{
	background: #F47B45;
}
.gradeChoice li a{
	display: block;
	height: 100%;
	padding: 15px 0;
	text-decoration: none;
	color: #F47B45;
	font-weight: bold;
	font-size: 14px;
}
.gradeChoice li a span{
	font-size:0.86em;
}
.gradeChoice li.current a{
	color: #fff;
}

@media print, screen and (max-width: 320px){
	.sec-grade{
		padding:30px 15px;
	}
	.gradeChoice li a{
		font-size: 12px;
	}
}
@media print, screen and (max-width: 559px){
	.gradeChoice li:nth-of-type(1){
		border-top: 1px solid #F47B45;
		border-right: none;
	}
	.gradeChoice li:nth-of-type(2){
		border-top: 1px solid #F47B45;
	}
	.gradeChoice li:nth-of-type(3){
		border-right: none;
	}
}

@media print, screen and (min-width: 560px){
	.sec-grade{
		margin-bottom: 60px;
	}
}
@media print, screen and (min-width: 768px){
	.gradeChoice li{
		width: 25%;
	}
	.gradeChoice li{
		width: 25%;
		border-top: 1px solid #F47B45;
	}
	.gradeChoice::after{
		display: none;
	}
	.gradeChoice li:first-child{
		border-top-left-radius:100px;
		border-bottom-left-radius:100px;
		border-right: none;
	}
	.gradeChoice li:nth-of-type(3){
		border-left: none;
	}
	.gradeChoice li:last-child{
		border-top-right-radius:100px;
		border-bottom-right-radius:100px;
		border-left: none;
	}
}
@media print, screen and (min-width: 960px){
	.sec-grade{
		padding:60px 0 0;
	}
	.gradeChoice {
		width:100%;
		max-width: 980px;
		margin: 40 auto 30px;
	}
	.gradeChoice li a:hover{
		opacity: 0.3;
	}
}

/*---------------------------------- 
 ------------------------- */
 .ctaBlockMvBottom .inner{
	 padding: 0 15px 20px;
 }
.ctaBlockMvBottom .possibleTxt{
	position: relative;
	background:#2891E0;
	width: 245px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	font-size: 16x;
	line-height: 44px;
	margin:0 auto 10px;
}
.ctaBlockMvBottom .possibleTxt::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #2891E0 transparent;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: auto;
	transform:rotate(180deg);
}
.ctaBlockMvBottom .btnContact2.L{
	width: 100%;
	max-width: 100%;
	line-height: 74px;
}
.ctaBlockMvBottom .linkTxt{
	width: 100%;
	max-width: 100%;
	height: 74px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 100px;
	font-size: 24px;
	line-height: 1.3;
	padding-top: 13px;
	font-weight: bold;
	margin-top: 10px;
	position: relative;
}
.ctaBlockMvBottom .linkTxt span{
	display: block;
	font-size: 14px;
}
.ctaBlockMvBottom .linkTxt::after{
	content: '';
	display: block;
	margin: auto 0;
	border: 1px solid var(--color-primary);
	background: url(/1cars/common/img/icon/right-arrow_wht.svg) no-repeat 55% 50% var(--color-primary);
	background-size: 7px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	right: 20px;
}

@media print, screen and (max-width: 320px){
	.ctaBlockMvBottom .bnrWrap .bnrSpec{
		padding: 5px 14px;
	}
	.ctaBlockMvBottom .bnrWrap .bnrSpec p{
		font-size: 18px;
	}
	.ctaBlockMvBottom .bnrWrap .bnrSpec p span{
		font-size: 10px;
	}
}

@media print, screen and (min-width: 960px){
	.ctaBlockMvBottom{
		display: none;
	}
}


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

 プランを選んでお申し込み

------------------------- */
.secPlan{
	position: relative;
}
.secPlan::after{
	/* position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	height: 100px;
	width: 100%;
	z-index: -1; */
}
.secPlan h2{
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.secPlan .secPlanSubtxt{
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-bottom: 15px;
}
.secPlan > ul{
	border: 1px solid #F0E6E1;
	border-radius: 16px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	background: #fff;
}
.secPlan > ul > li{
	width:100%;
	overflow: hidden;
	position: relative;
}
.secPlan > ul > li h3{
	font-weight: 700;
	padding: 30px 25px 25px 70px;
	position: relative;
}
.secPlan > ul > li h3 .planTypeEn{
	font-size: 24px;
	border-radius: 100%;
	line-height: 30px;
	width: 30px;
	color: #fff;
	text-align: center;
	position:absolute;
	top:30px;
	left:30px;
}
.secPlan > ul > li h3 .planTypeJa{
	font-size: 18px;
	letter-spacing:0.05em;
	line-height: 30px;
}
.secPlanPriceBox{
	width:270px;
	margin:0 auto 15px;
	padding-left:75px;
	text-align:left;
	position:relative;
}
.secPlanPriceBox .fixedamount{
	display:block;
	width:64px;
	height:64px;
	padding:10px 0;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing:0.05em;
	color: #0A0E1F;
	text-align:center;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	position:absolute;
	top:0;
	left:0;
}

.secPlanPriceInnerHead strong{
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	display: inline-block;
	font-size: 4.4rem;
	line-height: 1;
}
.secPlanPriceInnerHead div{
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
}
.secPlanPriceInnerHead div .noTax{
	font-size: 10px;
	line-height:1em;
	color:#8B8B8B;
}
.secPlanPriceInnerHead div .yen{
	font-size: 2.2rem;
	line-height:1em;
}
.secPlanPriceInnerBottom{
	margin-top: -5px;
}
.secPlanPriceInnerBottom .inTac{
	display:inline-block;
	color: #555;
	font-size: 0.9rem;
}
.secPlanPriceInnerBottom .inTac span{
	font-size: 1.4rem;
}
.secPlanPriceInnerBottom .payCount{
	display:inline-block;
	width: 50px;
	margin-top: -4px;
	margin-right:10px;
	padding: 1px 0px;
	font-size: 10px;
	line-height:15px;
	font-weight: 700;
	text-align:center;
	border-radius: 200px;
	background:#ffffff;
	border:1px solid #F47B45;
}
.secPlanPriceInnerBottom .payCount span{
	font-size: 12px;
	font-family: 'Lato', sans-serif;
}

.otherPlanOption {
	width:80%;
	margin:40px auto;
	padding:20px 0;
	border-top:1px solid #DEDEDE;
	position:relative;
}
.otherPlanOption h4{
	display:block;
	width:180px;
	margin:0 auto;
	font-size:1.2rem;
	line-height:20px;
	font-weight:700;
	text-align:center;
	background:#ffffff;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
}
.otherPlanOption ul li{
	font-size:1.2rem;
	line-height:20px;
}

@media print, screen and (max-width: 767px){
	.secPlan > ul > li{
		border-bottom: 1px solid #F0E6E1;
	}
	.secPlan > ul > li:last-child{
		border-bottom: none;
	}
}

@media print, screen and (min-width: 768px){
	.secPlan > ul > li{
		width: calc(100% / 3);
		border-right: 1px solid #F0E6E1;
	}
	.secPlan > ul > li:nth-child(3){
		border-right: none;
	}
}
@media print, screen and (min-width: 960px){
	.secPlan{
		padding: 0px 0 20px;
		margin-bottom: 0px;
	}
	.secPlan > ul{
		width:100%;
		max-width: 980px;
		margin: 0 auto 40px;
		overflow: hidden;
		background: #fff;
	}
	.secPlan > ul > li{
		transition: all .4s;
	}
	.secPlan  > ul > li:hover{
		cursor: pointer;
		opacity: 0.6;
	}
	
}


/* -------------------------------------------------
  他の特選車
------------------------------------------------- */

/*-------------------------------
	Display：common
-------------------------------*/

/*-------------------------------
	Display：←959px
-------------------------------*/
@media screen and (max-width: 959px){

	#contents_car {
		margin-top:40px;
		margin-bottom:40px;
		padding:0 10px;
	}
	#contents_car .carlistWrap {
		margin-bottom:10px;
	}
	#contents_car .carlistWrap li:last-child {
		display:none;
	}
}

/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){

	#contents_car {
		margin-top:80px;
		margin-bottom:80px;
	}
	#contents_car .carlistWrap {
		margin-bottom:50px;
	}
}



/*-------------------------------------------------
ENGINE-CHANGE
------------------------------------------------- */

.engine-change {
	width:90%;
	max-width:960px;
	margin:0 auto;
	overflow:hidden;
}
.engine-change ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin:0 auto;
	border:1px solid #e7e7e7;
	border-radius:6px;
}
.engine-change ul li{
	width:100%;
	border-left:1px solid #e7e7e7;
}
.engine-change ul li:first-child{
	border-left:none;
}
.engine-change ul li p,
.engine-change ul li a {
	display:block;
	width:100%;
	height:100%;
	font-size:1.15em;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	text-align:center;
}
.engine-change ul li a {
	transition:all 0.5s ease;
}
.engine-change ul li a:hover {
	background:#ffddd4;
}

.engine-change ul li p {
	background:#ffefeb;
}
.engine-change ul li .iconG {
	display:inline-block;
	padding:12px 0 12px 32px;
	background:url(/1cars/common/img/icon/gasoline.svg) no-repeat left 0%  top 50%;
	background-size:26px auto;
}
.engine-change ul li .iconHV {
	display:inline-block;
	padding:12px 0 12px 22px;
	background:url(/1cars/common/img/icon/hybrid.svg) no-repeat left 0%  top 50%;
	background-size:16px auto;
}

/*-------------------------------
	Display：common
-------------------------------*/

/*-------------------------------
	Display：←959px
-------------------------------*/
@media screen and (max-width: 959px){

	.engine-change {
		max-width:350px;
	}
	.engine-change ul {
		margin-bottom:15px;
	}
	.engine-change ul li p,
	.engine-change ul li a {
		font-size:1.4rem;
		line-height:1.2em;
	}
}

/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){

	.engine-change ul {
		margin-bottom:20px;
	}
	.engine-change > div {
		width:50%;
	}
	.engine-change ul {
		width:80%;
	}
	.engine-change ul li p,
	.engine-change ul li a {
		font-size:1.6rem;
		line-height:1.2em;
	}

}

/* -------------------------------------------------
  規定走行距離　アイコン　ポップアップ
------------------------------------------------- */
.mileage_wrap{
	transition: all .4s;
}
.mileage_wrap:hover{
	background: var(--color-secondary);
	cursor: pointer;
}
.mileage_wrap dt{
	position: relative;
}
.mileage_wrap dt::before{
	content: "?";
	position: absolute;
	color: #Fff;
	font-weight: bold;
	font-size: 14px;
	top: 5px;
	right: 8px;
	z-index: 2;
}
.mileage_wrap dt::after{
	content: "";
	display: block;
	position: absolute;
	background: var(--color-primary);
	border-radius: 100%;
	width: 16px;
	height: 16px;
	top: 3px;
	right: 5px;
	z-index: 1;
}
.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: 75px;
	right: 0;
	left: 0;
	margin: auto;
	width: 95%;
	height: 420px;
	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: 64px;
}
.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: 97px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	margin: -35px 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: 370px;
	}
	.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: 350px;
	}
	.mileage_discription-close{
		right: 8%;
		top: 50%;
		margin-top: -196px;
	}
}
@media print, screen and (min-width: 960px){
	.mileage_wrap dt::before{
		font-size: 16px;
		top: 7px;
		right: 10px;
	}
	.mileage_wrap dt::after{
		width: 19px;
		height: 19px;
		top: 5px;
	}
	.mileage_discription-inner{
		top: 0px;
		bottom: 0;
		width: 640px;
		height: 450px;
	}
	.mileage_discription-close{
		transition: all .4s;
		font-size: 30px;
		width: 54px;
		height: 54px;
		line-height: 48px;
		right: 50%;
		margin-right: -347px;
		margin-top: -229px;
	}
	.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;
	}
	.mileage_discription-contents dl{
		padding: 20px 40px;
	}
	.mileage_discription-contents dl dd{
		font-size: 16px;
		line-height: 1.9;
	}
}

/*=======================================================
PAGE | VOXY　NOAH
-------------------------------------------------------*/
/* #page-voxy .secSpectable,
#page-voxy .secScene,
#page-voxy .secVisual,
#page-voxy .secSafety,
#page-noah .secSpectable,
#page-noah .secScene,
#page-noah .secVisual,
#page-noah .secSafety{
	display: none;
} */
@media print, screen and (min-width: 768px){
	#page-noah .bnrNewNoahVoxy,
	#page-voxy .bnrNewNoahVoxy{
		padding: 0 15px;
		display: block;
		margin-bottom: 20px;
	}
}
@media print, screen and (min-width: 960px){
	#page-noah .bnrNewNoahVoxy,
	#page-voxy .bnrNewNoahVoxy{
		margin-bottom: 30px;
	}
}


/*=======================================================
PAGE | DETAIL
-------------------------------------------------------*/


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

特徴・スペックエリアと他のクルマをみるをPCで横並びに（現在不使用202402）

------------------------------------*/
/* @media print, screen and (min-width: 960px){
	.pcDfWrapper{
		display: flex;
		justify-content: space-between;
	}
} */


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

車種一覧へバナー（現在不使用202402）

------------------------------------*/
/* .toCarListBtn{
	display: block;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	font-weight: 700;
	font-size: 18px;
	padding: 20px 20px 10px;
	text-decoration: none;
	color: #000;
	position: relative;
}
.toCarListBtn::after{
	content: '';
	display: block;
	margin: auto 0;
	border: 1px solid #F47B45;
	background: url(/1cars/common/img/icon/right-arrow_wht.svg) no-repeat 55% 50% #F47B45;
	background-size: 7px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	right: 10px;
}
.toCarListBtn span{
	display: block;
}
.toCarListBtn .img{
	width: 250px;
	margin: 0 auto;
}
.toCarListBtn .txt{
	display: block;
	margin-top: -6px;
}
@media print, screen and (min-width: 960px){
	.toCarListBtn{
		width: 460px;
		display: flex;
		align-items: center;
		padding: 0 25px;
	}
	.toCarListBtn:hover{
		cursor: pointer;
		opacity: 0.4;
	}
	.toCarListBtn .img{
		width: 200px;
		margin: 0;
	}
	.toCarListBtn .txt{
		padding-left: 15px;
	}
} */

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

ローン比較 

------------------------------------*/
.loanComparisonHead{
	background: var(--color-secondary);
	position: relative;
	padding: 20px 20px 0;
}
.loanComparisonHead::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 14px 10px;
	border-color: transparent transparent var(--color-secondary) transparent;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}
.loanComparisonHead img{
	vertical-align: top;
}

.loanComparison #comparisonTable{
	border-top: none;
	padding-top: 20px;
}

.loanComparison #comparisonTable .ttl{
	text-align: center;
	line-height: 1.4;
	margin-bottom: 15px;
	font-size: 24px;
	padding: 30px 0 0px;
}
.loanComparison #comparisonTable .ttl .ttlS{
	font-size: 18px;
}
.loanComparison #comparisonTable .ttl .fsN{
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;
}

.loanComparison .sagakuBox{
	width: calc(100% - 30px);
	margin: 0 auto;
	background: #F47B45;
	border-radius: 11px;
	color: #fff;
	font-weight: 700;
	padding: 20px 0 15px;
}
.loanComparison .sagakuBox .head{
	text-align: center;
	font-size: 24px;
}
.loanComparison .sagakuBox .bottom{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 12px;
}
.loanComparison .sagakuBox .bottom .txt{
	border: 2px solid #fff;
	font-size: 16px;
	line-height: 1.2;
	padding: 5px 7px;
}
.loanComparison .sagakuBox .bottom .price{
	padding: 0 8px;
}
.loanComparison .sagakuBox .bottom .price .number{
	font-size: 65px;
	font-family: 'Lato';
	line-height: 1;
}
.loanComparison .sagakuBox .bottom .price .yen{
	position: relative;
	font-size: 26px;
}
.loanComparison .sagakuBox .bottom .price .yen span{
	position: absolute;
	font-size: 12px;
	top: -14px;
	left: 0;
}
.loanComparison .sagakuBox .bottom .img{
	line-height: 1;
}
.loanComparison .sagakuBox .bottom .img img{
	vertical-align: top;
}
@media print, screen and (min-width: 960px){
	.loanComparison{
		padding-top: 30px;
	}
	.loanComparison #comparisonTable .ttl{
		font-size: 28px;
		letter-spacing: 2px;
	}
	.loanComparison .sagakuBox{
		width: 400px;
	}
	.loanComparisonHead img{
		width: 600px;
		display: block;
		margin: 0 auto;
	}
}

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

他社リース比較

------------------------------------*/
.otherCompanies{
	padding: 20px 30px 30px;
}
.otherCompanies .contentsTtl{
	width:100%;
	max-width:610px;
	margin:0 auto;
	padding:18px 0;
	background:var(--color-primary);
	font-weight:700;
	color:#FFFFFF;
	text-align:center;
	padding: 15px 10px;
	font-size: 1.8rem;
	line-height: 1.5em;
	position: relative;
}
.otherCompanies .contentsTtl::after{
	content: "";
	display: block;
	width: 20px;
	height: 14px;
	margin:0 auto;
	padding:0;
	border-top: 14px solid var(--color-primary);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position:absolute;
	bottom: -13px;
	left:0;
	right:0;
	box-sizing:border-box;
}
.otherCompanies .contentsTtl span{
	display:block;
	font-size: 1.2rem;
	line-height: 1.3em;
}
.otherCompanies .lead{
	margin-bottom:80px;
	padding-top: 30px;
	position: relative;
}
.otherCompanies .lead::after{
	position: absolute;
	content: "";
	display: block;
	background: #F7F7F7;
	left: -30px;
	top: -35px;
	margin: auto;
	width: 100vw;
	height: 170px;
	z-index: -1;
}
@media print, screen and (min-width: 960px){
	.otherCompanies{
		padding: 30px 0 50px;
		width: 960px;
		margin: 40px auto ;
	}
	.otherCompanies .contentsTtl{
		padding: 25px 10px;
		font-size: 2.8rem;
		line-height: 1.3em;
	}
	.otherCompanies .contentsTtl span{
		font-size: 2.2rem;
		line-height: 1.3em;
	}
	.otherCompanies .lead{
		margin-bottom: 100px;
		padding-top: 50px;
		text-align: center;
	}
	.otherCompanies .lead::after{
		left: -50vw;
		top: -55px;
		width: 150vw;
	}
}

/* 
	支払総額
 */
.otherCompanies .secHead{
	border-radius: 10px;
	border: 5px solid #0A0E1F;
	margin-bottom: 30px;
}
.otherCompanies .secHead .ttlBox{
	background: var(--color-secondary);
	position: relative;
	padding: 40px 20px 25px;
	border-radius: 8px;
}
.otherCompanies .secHead .ttlBox .ttlSubTxt{
	background: url(../img/img-fukidashi.svg) no-repeat center;
	background-size: contain;
	font-weight: 700;
	text-align: center;
	height: 50px;
	width: 200px;
	padding-top: 7px;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
}
.otherCompanies .secHead .ttlBox strong{
	display: block;
	text-align: center;
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
}
.otherCompanies .secHead .ttlBox .txt{
	background: #fff;
	border: 1px solid var(--color-primary);
	font-weight: 700;
	padding:15px 20px;
	border-radius: 10px;
	margin-top: 20px;
}
.otherCompanies .secHead .separator{
	background: var(--color-primary);
	line-height: 32px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.otherCompanies .secHead .separator span{
	font-weight: 700;
	font-size: 16px;
	padding-right: 10px;
}
.otherCompanies .secHead .bottomBox li{
	border-bottom: 1px solid #0A0E1F;
	font-weight: 700;
	text-align: center;
	padding: 18px 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.otherCompanies .secHead .bottomBox li::after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 26px;
	height: 26px;
	margin:auto;
	position: absolute;
	right: 0;
	left: 0;
	bottom:-13px;
}
.otherCompanies .secHead .bottomBox li:nth-of-type(1)::after{
	background-image: url(../img/ico-plus.svg);
}
.otherCompanies .secHead .bottomBox li:nth-of-type(2)::after{
	background-image: url(../img/ico-x.svg);
}
.otherCompanies .secHead .bottomBox li:nth-of-type(3)::after{
	background-image: url(../img/ico-equal.svg);
}
.otherCompanies .secHead .bottomBox li h4{
	font-size: 16px;
	padding-right: 10px;
}
.otherCompanies .secHead .bottomBox li .num{
	font-family: 'Lato';
	font-weight: 900;
	font-size: 32px;
}
.otherCompanies .secHead .bottomBox li .tax,
.otherCompanies .secHead .bottomBox li .subTxt{
	font-weight: 400;
}
.otherCompanies .secHead .bottomBox li .yen{
	position: relative;
}
.otherCompanies .secHead .bottomBox li .tax{
	position: absolute;
	font-size: 10px;
	right: 0;
	top: -14px;
}
.otherCompanies .secHead .bottomBox li .subTxt{
	font-size: 16px;
	display: block;
}
.otherCompanies .secHead .bottomBox li .subTxt span{
	font-size: 10px;
}
.otherCompanies .secHead .bottomBox li.total{
	border-bottom: none;
	padding: 25px 0;
	display: block;
}
.otherCompanies .secHead .bottomBox li.total::after{
	display: none;
}
.otherCompanies .secHead .bottomBox li.total h4{
	font-size: 21px;
	color: #e76767;
	color: var(--color-primary);
	padding-bottom: 15px;
}
.otherCompanies .secHead .bottomBox li.total .num{
	font-size: 38px;
}
@media print, screen and (min-width: 960px){
	.otherCompanies .secHead{
		margin-bottom: 50px;
	}
	.otherCompanies .secHead .ttlBox .ttlSubTxt{
		width: 328px;
		height: 68px;
		right: auto;
		left: 70px;
		top: -34px;
		font-size: 24px;
		padding-top: 13px;
	}
	.otherCompanies .secHead .ttlBox{
		padding: 50px 0px 35px;
	}
	.otherCompanies .secHead .ttlBox strong{
		display: inline-block;
		font-size: 90px;
		margin-left: 70px;
	}
	.otherCompanies .secHead .ttlBox .txt{
		position: absolute;
		width: 440px;
		padding: 17px 10px 0 30px;
		height: 93px;
		border: 2px solid var(--color-primary);
		font-size: 18px;
		line-height: 1.5;
		margin-top: 0;
		left: 50%;
		top: 55px;
		z-index: 2;
	}
	.otherCompanies .secHead .ttlBox::before,
	.otherCompanies .secHead .ttlBox::after{
		position: absolute;
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		left: 50%;
		transform: rotate(-6deg);
	}
	.otherCompanies .secHead .ttlBox::before{
		border-width: 0 24px 24px 24px;
		bottom: 52px;
		border-color: transparent transparent var(--color-primary) transparent;
		z-index: 1;
		margin-left: -18px;
	}
	.otherCompanies .secHead .ttlBox::after{
		border-width: 0 20px 20px 20px;
		bottom: 54px;
		border-color: transparent transparent #fff transparent;
		z-index: 3;
		margin-left: -14px;
	}
	.otherCompanies .secHead .separator span{
		font-size: 18px;
		padding-left: 70px;
	}
	.otherCompanies .secHead .bottomBox {
		display: flex;
	}
	.otherCompanies .secHead .bottomBox li{
		width: 21%;
		display: block;
		border-bottom:none;
		border-right: 1px solid #0A0E1F;
		padding: 25px 0 0;
	}
	.otherCompanies .secHead .bottomBox li::after{
		width: 36px;
		height: 36px;
		right: -18px;
		left: auto;
		bottom: 0;
		top: 0;
	}
	.otherCompanies .secHead .bottomBox li h4{
		padding-right: 0;
		padding-bottom: 17px;
	}
	.otherCompanies .secHead .bottomBox li p{
		font-size: 21px;
	}
	.otherCompanies .secHead .bottomBox li .num{
		font-size: 60px;
		line-height: 1;
	}
	.otherCompanies .secHead .bottomBox li .tax{
		font-size: 12px;
	}
	.otherCompanies .secHead .bottomBox li .subTxt{
		font-size: 18px;
	}
	.otherCompanies .secHead .bottomBox li .subTxt span{
		font-size: 12px;
	}
	.otherCompanies .secHead .bottomBox li.total{
		width: 37%;
		border-right: none;
		padding: 25px 0 18px;
	}
	.otherCompanies .secHead .bottomBox li.total h4{
		padding-bottom: 10px;
	}
	.otherCompanies .secHead .bottomBox li.total .num{
		font-size: 74px;
	}
}


/* 
	他の比較ポイント
 */
.otherCompanies .secBottom h3{
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	position: relative;
	margin-bottom: 30px;
}
.otherCompanies .secBottom h3::after{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 1px;
	width: 100%;
	background: #DEDEDE;
	z-index: -1;
}
.otherCompanies .secBottom h3 span{
	background: #fff;
	display: inline-block;
	padding: 0 15px;
}
.otherCompanies .secBottom .pointWrap .pointItem{
	margin-bottom: 20px;
}
.otherCompanies .secBottom .pointWrap .pointItem h4{
	font-weight: 700;
	text-align: center;
	background: url(../img/img-fukidashi-s.svg) no-repeat center top;
	background-size: contain;
	height: 50px;
	padding-top: 7px;
}
.otherCompanies .secBottom .pointWrap dl{
	border-radius: 10px;
	border: 1px solid var(--color-primary);
	overflow: hidden;
	margin-top: 3px;
}
.otherCompanies .secBottom .pointWrap dl dt{
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: var(--color-primary);
	font-size: 14px;
	padding: 12px 0;
}
.otherCompanies .secBottom .pointWrap dl dt strong{
	display: inline-block;
	padding-right: 10px;
}
.otherCompanies .secBottom .pointWrap dl dt .num{
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	display: inline-block;
	padding-right: 2px;
}
.otherCompanies .secBottom .pointWrap dl dt .txt{
	font-size:18px;
}
.otherCompanies .secBottom .pointWrap dl dt .txt br{
	display: none;
}
.otherCompanies .secBottom .pointWrap dl dd{
	padding: 20px;
}
@media print, screen and (min-width: 960px){
	.otherCompanies .secBottom h3{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.otherCompanies .secBottom h3 span{
		padding: 0 25px;
	}
	.otherCompanies .secBottom .pointWrap{
		display: flex;
		justify-content: space-between;
	}
	.otherCompanies .secBottom .pointWrap .pointItem{
		margin-bottom: 0px;
		width: 24%;
	}
	.otherCompanies .secBottom .pointWrap .pointItem h4{
		font-size: 18px;
		height: 56px;
		letter-spacing: 0.5px;
		padding-top: 9px;
	}
	.otherCompanies .secBottom .pointWrap dl dt{
		padding: 20px 0;
	}
	.otherCompanies .secBottom .pointWrap dl dt strong{
		display: block;
	}
	.otherCompanies .secBottom .pointWrap dl dt .num{
		font-size: 70px;
		line-height: 1;
	}
	.otherCompanies .secBottom .pointWrap dl dt .txt{
		font-size: 24px;
		display: inline-block;
		line-height: 1.1;
	}
	.otherCompanies .secBottom .pointWrap dl dt .txt br{
		display: inline;
	}
	.otherCompanies .secBottom .pointWrap dl dd{
		padding:24px 20px;
	}
}


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

NORIDOKIとは

------------------------------------*/
.aboutNoridoki{
	margin-bottom: 0px!important;
}
.aboutNoridoki .aboutNoridokiAbout{
	margin-top: 20px!important;
}
#uchimura_carlife{
	margin-bottom: 50px;
	margin-top: 0!important;
}
@media print, screen and (min-width: 960px){
	.aboutNoridoki .aboutNoridokiAbout{
		margin-top: 40px!important;
	}
	#uchimura_carlife{
		margin-bottom: 150px;
	}
}



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

車種情報（モーダル）

------------------------------------*/
.carAboutOuter{
	background: #F2F2F2;
	margin-bottom: 30px;
}
.carAboutWrap{
	padding: 30px;
}
@media print, screen and (min-width: 768px){
	.carAboutOuter{;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.carAboutWrap{
		display: flex;
		justify-content: space-around;
		align-items: stretch;
	}
}
@media print, screen and (min-width: 960px){
	.carAboutWrap{
		padding: 50px 0;
		width: 960px;
		margin: 0 auto;
	}
}
/* ------------------------------------
 特徴ページバナー 
------------------------------------*/
.carAboutBnr{
	max-width: 500px;
	margin: 20px auto ;
	overflow: hidden;
	width: 100%;
	height: 180px;
}
.carAboutBnr a{
	border-radius: 6px;
	overflow: hidden;
	display: block;
	height: 100%;
	position: relative;
}
.carAboutBnr a:hover{
	transform: scale(1.02);
	opacity: 0.6;
}
.carAboutBnr a .txtBox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	text-align: center;
	color: #fff;
	height: 56px;
	z-index: 2;
}
.carAboutBnr a .txtBox .sub {
	font-size: 14px;
	border: 1px solid #fff;
	width: 208px;
	line-height: 27px;
	margin: 0 auto 4px;
}
.carAboutBnr a .txtBox .main {
	font-size: 22px;
	font-weight: 700;
}
.carAboutBnr a .img {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.carAboutBnr a .img::after {
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 1;
}
@media print, screen and (min-width: 768px){
	.carAboutBnr{
		width: 50%;
		margin: 0;
		height: 160px;
	}
}

@media print, screen and (min-width: 960px){
	.carAboutBnr{
		height: 180px;
		border-radius: 6px;
		overflow: hidden;
		width: 50%;
	}
	.carAboutBnr a .txtBox{
		height: 68px;
	}
	.carAboutBnr a .txtBox .sub {
		font-size: 16px;
		width: 240px;
		line-height: 30px;
		margin: 0 auto 10px;
	}
	.carAboutBnr a .txtBox .main {
		font-size: 28px;
		letter-spacing: 2px;
	}
}
/* ------------------------------------
車種情報（モーダル）
------------------------------------*/
/* 
ボタン部分
 */
 .carAboutModalBtn{
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	padding: 20px 15px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-image: url(../img/newtab.svg) ;
	background-size: 13px;
	background-color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.carAboutModalBtn .img{
	width: 120px;
}
.carAboutModalBtn .name{
	font-weight: 700;
	font-size: 18px;
	padding-left: 15px;
}
.carAboutModalBtn .name span{
	display: block;
	font-size: 14px;
}
@media print, screen and (min-width: 768px){
	.carAboutModalBtn{
		width: 45%;
		margin: 0;
	}
}
@media print, screen and (min-width: 960px){
	.carAboutModalBtn{
		width: 46%;
		border-radius: 8px;
		background-position: right 35px center;
		background-size: 16px;
		padding: 20px 40px;
		transition: all .4s;
	}
	.carAboutModalBtn:hover{
		cursor: pointer;
		opacity: 0.4;
	}
	.carAboutModalBtn .img{
		width: 160px;
	}
	.carAboutModalBtn .name{
		font-size: 24px;
		padding-left: 30px;
	}
	.carAboutModalBtn .name span{
		font-size: 18px;
	}
}

/* 
モーダル内
*/
.carAboutModal.contents_spec{
	background:#fff;
	margin:auto;
	position:fixed;
	top:0;
	bottom:-9999px;
	right:0;
	left:0;
	z-index:10000;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	border-radius:10px;
	transition: all .8s ease 0s;
	opacity:0;
	height: 0;
	overflow: hidden;
}
.carAboutModal.contents_spec.view {
	top:75px;
	bottom: auto;
	left:0;
	right:0;
	opacity:1;
	display:block;
	width: 95%;
	height: calc(100vh - 85px);
}
.carAboutModal .inner {
	overflow:scroll;
	height: 100%;
}
@media print, screen and (min-width: 960px){
	.carAboutModal.contents_spec.view{
		height: calc(100vh - 100px);
	}
}


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

納期遅れテキスト 

------------------------------------*/
.deadlineNotes{
	border-radius: 7px;
	border: 1px solid #DEDEDE;
	width: 100%;
}
.deadlineNotes strong{
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	transition: all .4s;
	line-height: 50px;
	padding-left: 25px;
}
.deadlineNotes strong:hover{
	cursor: pointer;
	opacity: 0.5;
}
.deadlineNotes strong::after{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 4px;
	height: 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform:rotate(135deg);
	transition: all .4s;
}
.deadlineNotes strong.open::after{
	transform:rotate(315deg);
}
.deadlineNotes .txtBox{
	display: none;
	padding:0 30px;
}
.deadlineNotes p{
	line-height: 1.7;
	font-size: 14px;
	padding-bottom: 15px;
}
@media print, screen and (max-width: 320px){
	.deadlineNotes{
		padding: 30px 25px 15px;
		width: calc(100% - 20px);
	}
}
@media print, screen and (min-width: 960px){
	.deadlineNotes{
		margin: 0px auto 0px;
		width: 960px;
		border-radius: 0;
		border-top: none;
		border-bottom: none;
	}
	.deadlineNotes strong{
		font-size: 18px;
	}
	.deadlineNotes strong::after{
		right: 40px;
	}
	.deadlineNotes .txtBox{
		padding:0 60px;
	}
	.deadlineNotes p{
		padding-bottom: 20px;
	}
}

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

終売車種対応

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

.fincar .cta-floatBtn li:nth-of-type(1){
	background: #e76767;
	font-size: 20px;
	text-align: center;
	height: 100%;
	line-height: 110px;
}
.fincar .colorPickBtnOuter{
	margin-top:20px ;
	padding: 30px;
	background: #F2F2F2;
	border-radius: 10px;
}
.fincar .colorPickBtnOuter .txtBox{
	margin-bottom: 20px;
}
.fincar .colorPickBtnOuter .txtBox strong{
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.fincar .colorPickBtnOuter .txtBox p{
	text-indent: -1em;
  padding-left: 1em;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 4px;
}
.fincar .colorPickBtnOuter .btnContact2.L{
	max-width: 100%;
	width: 100%;
}
.fincar .colorPickBtnOuter .btnContact2.L::after{
	right: 10px;
}
@media print, screen and (min-width: 960px){
	.fincar .colorPickBtnOuter .txtBox strong br{
		display: none;
	}
}


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

ECOTO BNR

------------------------------------*/
.ecotoBnr{
	width: 100%;
	margin: 20px auto ;
	border-radius: 10px;
	position: relative;
	border: 6px solid #C4E1B8;
	overflow: hidden;
}
.ecotoBnr h2{
	font-weight: 700;
	padding: 20px 10px;
	font-size: 18px;
	text-align: center;
	border-bottom: 6px solid #C4E1B8;
}
.ecotoBnr .head {
	text-align: center;
	padding-top: 30px;
}
.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(../img/price-bg.svg);
	background-size: contain;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	font-size: 51px;
	color: #fff;
	width: 285px;
	height: 120px;
	border-radius: 0 10px 10px 0;
	margin: 10px auto 0;
	padding-left: 29px;
	padding-top: 48px;
}
.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 .ttl{
	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: 30px;
	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;
	}
	.ecotoBnr h2{
		padding: 25px 0px ;
		font-size:21px;
		letter-spacing: 2px;
	}
	.ecotoBnr h2 br{
		display: none;
	}
	.ecotoBnr .head{
		text-align: left;
		padding-top: 40px;
	}
	.ecotoBnr .head .ecotoLogo{
		margin-left: 56px;
		width: 246px;
	}
	.ecotoBnr .head .txt{
		position: absolute;
		font-size: 26px;
		right: 350px;
		top: 130px;
		line-height: 1.4;
	}
	.ecotoBnr .head .txt br{
		display: inline;
	}
	.ecotoBnr .head .price{
		position: absolute;
		right: -6px;
		top: 110px;
		text-align: center;
		z-index: 3;
		font-size: 59px;
		width: 335px;
		height: 120px;
		margin: auto;
		padding-left: 35px;
	}
	.ecotoBnr .txtBox{
		padding: 15px 56px 0;
	}
	.ecotoBnr .txtBox .sub span{
		letter-spacing: 2px;
	}
	.ecotoBnr .txtBox .ttl{
		font-size: 41px;
		margin: 20px 0;
	}
	.ecotoBnr .txtBox .ttl 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: 60px;
		left: 60px;
		width: 85%;
	}
	.ecotoBnr .bottom .car{
		width: 298px;
		bottom: -20px;
		right: -10px;
		z-index: 3;
	}
	.ecotoBnr .bottom .carName{
		font-size: 24px;
		padding: 30px 0 20px;
		border-radius: 0 0 4px 4px;
	}
}


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

NORIDOKI フリー

------------------------------------------------- */
.secFreePlan{
	width:100%;
	margin: 30px auto;
	background: var(--color-secondary);
	border-radius: 10px;
	padding: 30px 20px 15px;
}
.secFreePlan .innerBox{
	background: #fff;
	border-radius: 6px;
	border: 1px solid #DEDEDE;
}
.secFreePlan .innerBox p{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	background:#F47B45;
	width: 224px;
	line-height: 33px;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	margin-top: -16px;
}
.secFreePlan .innerBox p::after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #F47B45 transparent;
	bottom: -8px;
	left: 0;
	right: 20px;
	margin: auto;
	transform:rotate(180deg);
}
.secFreePlan .innerBox h2{
	text-align: center;
	font-weight: 900;
	font-size: 24px;
	color: #2B455C;
	position: relative;
	padding: 15px 0;
	line-height: 1.3;
}
.secFreePlan .innerBox h2 img{
	width: 140px;
}
.secFreePlan .ftLato{
	font-weight: 700;
	font-family: 'Lato';
}
.secFreePlan .ftColor{
	color: #F47B45;
}
.secFreePlan .innerBox .noridokiFreeDetail{
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-image: url(/1cars/car/img/arrow-right-short.svg);
}
.secFreePlan .innerBox .noridokiFreeDetail input[type="submit"]{
	display: block;
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	line-height: 46px;
	font-weight: 700;
	border-top: 1px solid #DEDEDE;
	color: #F47B45;
	font-size: 16px;
	transition: all .4s;
}
.secFreePlan .innerBox .noridokiFreeDetail input[type="submit"]:hover{
	opacity: 0.4;
}
.secFreePlan .freeModalBtn{
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-image: url(/1cars/car/img/ico-modal.svg);
	background-color: #fff;
	border: 1px solid #F47B45;
	border-radius: 4px;
	font-weight: bold;
	font-size: 15px;
	line-height: 53px;
	margin-top: 20px;
	padding-left: 30px;
	transition: all .4s;
}
.secFreePlan .freeModalBtn:hover{
	cursor: pointer;
	opacity: 0.5;
}

@media print, screen and (min-width: 768px){
	.secFreePlan table th,
	.secFreePlan table td{
		display: table-cell;
		vertical-align: middle;
	}
	.secFreePlan table th{
		line-height: 1.4;
	}
	.secFreePlan table td{
		border-top: 1px solid #DEDEDE;
		padding: 15px ;
	}
	.secFreePlan table .double td{
		display: table-cell;
		width: auto;
	}
	.secFreePlan table .monthly td .price .ftLato{
		font-size: 40px;
	}
	.secFreePlan table .monthly td .price{
		font-size: 20px;
	}
	.secFreePlan table .monthly td .priceBox li .price .ftLato{
		font-size: 28px;
	}
	.secFreePlan table .monthly td .priceBox li .price{
		font-size: 14px;
	}
	.secFreePlan table .monthly td .price .tax{
		right: 1px;
		top: 5px;
	}
}
@media print, screen and (min-width: 960px){
	.secFreePlan{
		margin: 0;
		width: 460px;
		position: absolute;
		left: 0;
		top: 720px;
	}
	.secFreePlan .innerBox p{
		line-height: 30px;
		width: 295px;
		margin-top: -15px;
	}
	.secFreePlan .freeModalBtn{
		margin-top: 15px;
	}
	.secFreePlan .innerBox h2{
		padding: 12px 0;
	}
	.secFreePlan .innerBox .noridokiFreeDetail{
		line-height: 42xp;
	}
	
}

/* ----------------------------------
NORIDOKIフリー　モーダル
---------------------------------- */
.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-contents{
	padding: 0px 0px 20px;
}
.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{
	width: 100%;
	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: #FFF0EB;
	font-size: 14px;
}
.freeModal-contents table td{
	padding: 10px 0;
	vertical-align: middle;
}
.freeModal-contents table td img{
	width: 90%;
}
.secFreePlan table .double td{
	display: inline-block;
	width: 50%;
}
.secFreePlan table .double td:nth-of-type(2){
	border-left: 1px solid #DEDEDE;
}
.secFreePlan table .double.reverse td:nth-of-type(1){
	border-right: 1px solid #DEDEDE;
}
.secFreePlan table .double.reverse td:nth-of-type(2){
	border-left: none;
}
.secFreePlan table .planTxt td{
	font-size: 14px;
}
.secFreePlan table td .head{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 10px;
	position: relative;
	background: #0A0E1F;
	border-radius: 6px;
	margin-bottom: 10px;
}
.secFreePlan 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);
}
.secFreePlan table .freeModaltotalPrice .head{
	width: 160px;
	display: block;
	margin: 0 auto 10px;
}
.secFreePlan table td .price{
	position: relative;
	display: inline-block;
	font-size: 20px;
}
.secFreePlan table td .price .ftLato{
	font-size: 40px;
}
.secFreePlan table td .price .tax{
	font-size: 10px;
	position: absolute;
	right: -1px;
	top: 5px;
}
.secFreePlan table .monthly td .price{
	font-size: 14px;
}
.secFreePlan table .monthly td .price .ftLato{
	font-size: 28px;
}
.secFreePlan table .monthly  td .price .tax{
	right: -6px;
	top: 0px;
}
.secFreePlan table .monthly td .year{
	font-size: 13px;
	padding-right: 5px;
}
.secFreePlan table .monthly td .year span{
	font-size: 18px;
}
.secFreePlan table .monthly td .freePriceBox li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.secFreePlan table td .txt{
	font-size: 18px;
}
.secFreePlan table td .txt .plus{
	display: block;
}
.secFreePlan table td .notes{
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding-top: 8px;
	color: #222;
}
@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-contents{
		padding:0px;
		width: calc(100% - 60px);
		margin: 20px auto 0;
		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,
	.secFreePlan 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;
	}
	.secFreePlan table th{
		width: 172px;
		border-right: 1px solid #DEDEDE;
		font-size: 18px;
		padding: 20px 0;
	}
	.secFreePlan table .double td{
		width: 388px;
	}
	.freeModal-contents table td img{
		width: 192px;
	}
	.secFreePlan table .planTxt td{
		font-size: 18px;
	}
	.secFreePlan table .monthly td .year,
	.secFreePlan table .monthly td .freePriceBox li .price{
		line-height: 1.3;
	}
	.secFreePlan table .freeModaltotalPrice .head{
		margin-bottom: 0;
		height: 32px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 50%;
		margin-left: -275px;
		padding-top: 5px;
	}
	.secFreePlan table .freeModaltotalPrice td .head::after{
		bottom: 0;
		top: 0;
		left: auto;
		right: -5px;
		transform: rotate(90deg);
	}
	.secFreePlan table .freeModaltotalPrice td{
		position: relative;
	}
	.secFreePlan table .monthly td .freePriceBox{
		display: flex;
		justify-content: space-around;
	}
	.secFreePlan table .freeModaltotalPrice td .price,
	.secFreePlan table .freeModaltotalPrice td .price span{
		line-height: 1;
	}
	.secFreePlan table .monthly td .freePriceBox li{
		display: block;
		margin-bottom: 0;
	}
	.secFreePlan table td .price .tax{
		/* top: 16px; */
	}
	.secFreePlan table td .txt .plus{
		display: inline;
	}
}





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

アルヴェル　注釈

------------------------------------*/
.alvelNotes{
	margin: 10px auto;
	width: 100%;
	border: 1px solid #F47B45;
	padding: 30px 30px 10px;
}
.alvelNotes dl{
	margin-bottom: 20px;
}
.alvelNotes dl dt{
	font-weight: 700;
	color: #F47B45;
	font-size: 16px;
	margin-bottom: 10px;
}
.alvelNotes dl dd,
.alvelNotes dl dd ol li{
	font-size: 14px;
	line-height: 1.4;
}
.alvelNotes dl dd ol li{
	margin-bottom: 5px;
	text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (min-width: 960px){
	.alvelNotes{
		margin: 0px auto 30px;
		width:calc(100% - 30px);
		padding: 30px 50px 10px;
	}
	.alvelNotes dl dt{
		font-size: 18px;
	}
}

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

車種の特徴テキスト部分　非表示

------------------------------------*/
@media print, screen and (min-width: 768px){
	#page-alphard .secCharacteristics img ,
	#page-vellfire .secCharacteristics img {
		float: none;
		margin-right: auto;
	}
}
#page-alphard .secCharacteristics .txt,
#page-vellfire .secCharacteristics .txt,
#page-alphard .secCharacteristics .btn,
#page-vellfire .secCharacteristics .btn{
	display: none;
}

#page-solio_bandit .secCharacteristics .inner,
#page-serena .secCharacteristics .inner,
#page-cx-60 .secCharacteristics .inner{
	display: none;
}


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

車種によりaboutページがない場合バナーを非表示に

------------------------------------*/
/* #page-cx-60 .carAboutBnr,
#page-xbee .carAboutBnr,
#page-solio_bandit .carAboutBnr,
#page-roomy .carAboutBnr,
#page-serena .carAboutBnr,
#page-prado .carAboutBnr,
#page-corollacross .carAboutBnr,
#page-rav4 .carAboutBnr,
#page-landcruiser .carAboutBnr,
#page-brz .carAboutBnr,
#page-roadster .carAboutBnr,
#page-roadster_rf .carAboutBnr,
#page-granace .carAboutBnr,
#page-zr-v .carAboutBnr,

#page-crownsport .carAboutBnr,
#page-fit .carAboutBnr,
#page-wr-v .carAboutBnr,
#page-civic .carAboutBnr
{
	display: none;
} */


/*=======================================================

EV 補助金

-------------------------------------------------------*/
#mv #basic-plan .cevNotes{
	position: relative;
	padding: 0;
	margin:20px auto 30px;
	width: 335px;
	height: 95px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/graph-cevprice.svg);
	background-size: contain;
	display: block;
}
#mv #basic-plan .cevNotes p{
	position: absolute;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 13px;
	line-height: 1.3;
}
#mv #basic-plan .cevNotes .total{
	top: 28px;
	left: 14px;
}
#mv #basic-plan .cevNotes .total .wrap{
	display: block;
	font-size: 11px;
}
#mv #basic-plan .cevNotes .total .ftNum{
	font-size: 16px;
	letter-spacing: 0;
}
#mv #basic-plan .cevNotes .subsidy{
	top: 8px;
	right: 5px;
}
#mv #basic-plan .cevNotes .subsidy .wrap{
	font-size: 11px;
}
#mv #basic-plan .cevNotes .subsidy .wrap .ftNum{
	font-size: 16px;
}
#mv #basic-plan .cevNotes .cevTotal{
	bottom: 9px;
	right: 4px;
	font-size: 15px;
}
#mv #basic-plan .cevNotes .cevTotal .wrap{
	display: block;
	font-size: 12px;
}
#mv #basic-plan .cevNotes .cevTotal .wrap .ftNum{
	font-size: 18px;
	letter-spacing: 0;
}
#mv #basic-plan .cevNotes div{
	position: absolute;
	bottom: -22px;
	right: 0;
	font-size: 12px;
}
@media print, screen and (min-width: 960px){
	#mv #basic-plan .cevNotes{
		width: 100%;
		height: 122px;
		margin-top: -10px;
	}
	#mv #basic-plan .cevNotes div{
		bottom: -21px;
	}
	#mv #basic-plan .cevNotes p{
		font-size: 16px;
		letter-spacing: 1px;
	}
	#mv #basic-plan .cevNotes .total{
		top: 37px;
		left: 17px;
	}
	#mv #basic-plan .cevNotes .total .wrap{
		font-size: 16px;
		letter-spacing: 0;
	}
	#mv #basic-plan .cevNotes .total .ftNum{
		font-size: 21px;
		letter-spacing: 0.5px;
	}
	#mv #basic-plan .cevNotes .subsidy{
		top: 10px;
		right: 9px;
	}
	#mv #basic-plan .cevNotes .subsidy .wrap{
		font-size: 16px;
		letter-spacing: 0;
	}
	#mv #basic-plan .cevNotes .subsidy .wrap .ftNum{
		font-size: 21px;
	}
	#mv #basic-plan .cevNotes .cevTotal{
		bottom: 11px;
		right: 6px;
		font-size: 18px;
		letter-spacing: 0.5px;
	}
	#mv #basic-plan .cevNotes .cevTotal .wrap{
		display: block;
		font-size: 16px;
		letter-spacing: 0;
	}
	#mv #basic-plan .cevNotes .cevTotal .wrap .ftNum{
		font-size: 24px;
	}
}


.carSpBnr{
	display: block;
	height: 100%;
}
.carSpBnr:hover{
	opacity: 0.5;
}

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

	secSupport
	
-------------------------------*/
.secSupport{
	margin-top: 50px;
}
@media print, screen and (min-width: 960px){
	.secSupport{
		margin-top: 100px;
	}
}
