@charset "UTF-8";
/* body{
	overflow-x: hidden;
} */

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

	pankuzu

--------------------------------------- */
.carleaseContents .pankuzu{
	overflow-x: scroll;
	width: 100%;
}
.carleaseContents .pankuzu ul{
	overflow: auto;
	white-space: nowrap;
	width: 700px;
}
@media print, screen and (min-width: 960px){
	.carleaseContents .pankuzu{
		overflow-x: hidden;
	}
	.carleaseContents .pankuzu ul{
		overflow-x: auto;
		white-space: nowrap;
		width: 980px;
	}
}

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

	MV

--------------------------------------- */
.secMv{
	height: 340px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/bg-sp.png);
	background-size: 600px auto;
}
.secMv .inner{
	display: flex;
	justify-content: center;
	/* align-items: center;
	height: 100%; */
	padding-top: 34px;
	width: 100%;
}
.secMv .img{
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding-left: 10px;
}
.secMv .img img{
	position: relative;
	z-index: 2;
	width: 60px;
	vertical-align: top;
	padding-top: 6px;
}
.secMv .img::after{
	position: absolute;
	content: "";
	display: block;
	background: #fff;
	width: 80px;
	height: 30px;
	top: 3px;
	left: 0px;
	margin: auto;
	transform: skewX(-6deg);
	z-index: 1;
}
.secMv .mvTxt{
	font-size: 32px;
	color: #fff;
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
	line-height: 1;
}
.secMv .mvTxt span{
	font-size: 25px;
}
.secMv h1{
	font-size: 22px;
	display: block;
	color: #fff;
	line-height: 1;
	background-color: #BE1012;
	padding: 5px 10px;
}
@media print, screen and (min-width: 960px){
	.secMv{
		width: 100%;
		max-width: 1108px;
		height: 506px;
		margin: 0 auto;
		background-image: url(../img/bg-pc.png);
		background-size: 1108px auto;
	}
	.secMv .inner{
		display: block;
		width: 960px;
		height: 100%;
		position: relative;
		margin: 0 auto;
	}
	.secMv .inner h1{
		position: absolute;
		right: 508px;
		bottom: 410px;
		transform: scale(2.2);
	}
}

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

	ページ内リンク

--------------------------------------- */
.headNav{
	padding: 0 30px;
	margin: 0 auto 6px;
	margin-top: -40px;
	background-color: #fff;
	border: 2px solid #DD0716;
	width: 290px;

}
.headNav li{
	border-bottom: 1px solid #DD0716;
}
.headNav li:last-child{
	border-bottom: none;
}
.headNav li br.brPc{
	display: none;
}
.headNav li a{
	display: block;
	color: #DD0716;
	background-color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	transition: all .4s;
	line-height: 1.2;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
@media print, screen and (min-width: 960px){
	.headNav{
		display: flex;
		justify-content: space-around;
		align-items: center;
		height: 95px;
		width: 960px;
		margin: -50px auto 0;
		padding: 0;
	}
	.headNav li{
		border-bottom: none;
		border-right: 1px solid #DD0716;
		height: 70%;
	}
	.headNav li:last-child{
		border-right: none;
	}
	.headNav li br.brPc{
		display: inline-block;
	}
	.headNav li a{
		padding: 0 20px 0;
		font-size: 18px;
		height: 56px;
	}
	.headNav li a::after{
		bottom: 12px;
	}
	.headNav li a:hover{
		opacity: 0.5;
	}
	.headNav li a:hover::after{
		bottom: 8px;
	}
}

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

	ページ共通内容

--------------------------------------- */
.w900 {
	padding: 30px 30px 0;
}
.w900 img{
	margin-bottom: 20px;
}
@media print, screen and (min-width: 960px){
	.w900 {
		padding: 30px;
    max-width: 900px;
    margin: 0 auto;
	}
	body:not(#home) .carleaseContents .inSecTtl {
  margin: 20px 0 30px;
}
	body:not(#home) .carleaseContents .inSecTtl {
	padding-bottom: 10px;
}
}


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

	車検とは__車検の流れ

--------------------------------------- */
.secAbout .bloProcedure ol{
	padding: 0;
}
.secAbout .bloProcedure ol li{
	padding: 15px;
	border: 3px solid #EDEDED;
	margin-bottom: 14px;
	position:relative;
}
.secAbout .bloProcedure ol li::after{
	position: absolute;
	content: "";
	display: block;
	background-size: contain;
	transition: all .4s;
	width: 100%;
	height: 1px;
	background-color: #DD0716;
	right: 0;
	top: 47px;
	bottom: 0;
	margin: 0 auto;
}
.secAbout .bloProcedure ol li ul li::after{
	position: absolute;
	content: "";
	height: 0;
}
.secAbout .bloProcedure ol li h4{
	color: #DD0716;
	padding-bottom: 32px;
	font-size: 16px;
}
.secAbout .bloProcedure ol li p{
	line-height: 1.7;
}
.secAbout .bloProcedure ol li ul{
	margin: 9px 0 3px;
}
.secAbout .bloProcedure ol li ul li{
	padding: 0;
	border: none;
	margin-bottom: 7px;
}

@media print, screen and (min-width: 960px){
	.secAbout .bloProcedure ol li{
		padding: 20px;
		margin-bottom: 18px;
	}
	.secAbout .bloProcedure ol li::after{
		right: 0;
		top: 56px;
		bottom: 0;
	}
	.secAbout .bloProcedure ol li h4{
		padding-bottom: 40px;
		font-size: 18px;
	}
	.secAbout .bloProcedure ol li p{
		font-size: 16px;
	}
	.secAbout .bloProcedure ol li ul{
		margin: 15px 0 13px;
	}
	.secAbout .bloProcedure ol li ul li{
		font-size: 16px;
		margin-bottom: 7px;
	}
}

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

	車検費用の目安

--------------------------------------- */
.secEsticost table{
	margin-bottom: 30px;
}
.secEsticost table tbody tr{
	border: 1px solid #DD0716;
}
.secEsticost table tbody tr:nth-child(1),
.secEsticost table tbody tr:nth-child(2){
	border-bottom: none;
}
.secEsticost table tbody tr td{
	display: block;
	padding: 14px;
	line-height: 1.7;
}
.secEsticost ul{
	margin: 9px 0 3px;
}
.secEsticost ul li{
	margin-bottom: 7px;
}

.secEsticost table tbody tr th.cellTitle{
	padding: 15px 0;
	display: block;
	line-height: 1;
	background-color: #FDE3E3;
	font-size: 16px;
	color: #DD0716;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.8px;
}

@media print, screen and (min-width: 960px){
	.secEsticost table tbody tr{
		flex-direction: row;
		align-items: center;
	}
	.secEsticost table tbody tr td{
		display: table-cell;
		padding: 14px;
		line-height: 1.7;
		width: calc(100% - 198px);
	}
	.secEsticost table tbody tr th.cellTitle{
		display: table-cell;
		font-size: 20px;
		width: 198px;
		flex: 2;
		height: 100%;
	}
	.secEsticost ul{
		margin: 15px 0 13px;
	}
	.secEsticost ul li{
		margin-bottom: 7px;
		font-size: 16px;
		margin-bottom: 7px;
	}
}

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

	ジョイカルのカーリースの場合

--------------------------------------- */
.secJoycarle p.txtCatch{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 26px;
	text-align: center;
}
.secJoycarle .txtExplan{
	border: 3px solid #FDE3E3;
	background-color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
}
.secJoycarle .txtExplan::before,
.secJoycarle .txtExplan::after {
content: '';
position: absolute;
border: 13px solid transparent;
bottom: 100%;
left: 45%;
}
.secJoycarle .txtExplan::before {
border-bottom:20px solid #FDE3E3;
}
.secJoycarle .txtExplan::after {
margin-bottom: -5px;
border-bottom: 20px solid #fff;
}

.secJoycarle ul li .innerWrap .bnr a img{ 
	margin-bottom: 0;
}

@media print, screen and (min-width: 960px){
	.secJoycarle p.txtCatch{
		font-size: 18px;
	}
	.secJoycarle .txtExplan::before,
	.secJoycarle .txtExplan::after {
		left: 50%;
	}
	.secJoycarle ul li .innerWrap{
		display: flex;
		justify-content: space-between;
	}
	.secJoycarle ul li .innerWrap .box{
		width: 530px;
	}
	.secJoycarle ul li .innerWrap .bnr{
		width: 270px;
	}
	.secJoycarle ul li .innerWrap .bnr a{
		border: none;
		height: 270px;
	}
}