@charset "UTF-8";


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

	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;
	padding: 34px 30px 0;
	width: 100%;
	/* position: relative; */
}
.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;
	color: #fff;
	line-height: 1;
	text-align: left;
	/* position: absolute;
	left: 15px;
	bottom: 70px; */
}
.secMv h1 span{
	display: inline-block;
	background-color: #BE1012;
	padding: 5px 10px;
	margin-bottom: 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;
		padding: 59px 2px 0;
	}
	.secMv .inner h1{
		font-size: 46px;
		/* position: absolute;
		left: 50px;
		bottom: 214px;
		transform: scale(2.2); */
	}
	.secMv h1 span{
		display: inline-block;
		background-color: #BE1012;
		padding: 10px 20px;
		margin-bottom: 20px;
	}
}

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

	ページ内リンク

--------------------------------------- */
.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;
}
}

/* メリット・デメリット */
.blcWrap .blc h4{
	width: 240px;
	border-radius: 7px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	position: relative;
	font-size: 18px;
	margin: 0 auto 30px;
}
.blcWrap .blc h4::after{
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 25px 14px;
	bottom: -15px;
	right:0;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}
.blcWrap .blc ul li{
	position: relative;
	padding-left: 10px;
}
.blcWrap .blc ul li p.txt {
	line-height: 1.7;
	margin-bottom: 15px;
}
.blcWrap .blc ul li::before{ /* リストの黒点 */
	background: #000;
	content: "";
	display: inline-block;
	border-radius: 50%;
	line-height: 2;
	height: 4px;
	width: 4px;
	margin-right: 5px;
	position: absolute;
	left: -4px;
	top: 12px;
}
.blcWrap .blc{
	margin-bottom: 30px;
}

/* メリット */
.blcWrap .blc.blcMerit h4{
	background: #DD0716;
}
.blcWrap .blc.blcMerit h4::after{
	border-color: transparent transparent #DD0716 transparent;
}
.blcWrap .blc.blcMerit .innerWrap{
	background: #FDE3E3;
	padding: 20px;
}

/* デメリット */
.blcWrap .blc.blcdeMerit h4{
	background: #568BB8;
}
.blcWrap .blc.blcdeMerit h4::after{
	border-color: transparent transparent #568BB8 transparent;
}
.blcWrap .blc.blcdeMerit .innerWrap{
	background: #E5EEF5;
	padding: 20px;
}

@media print, screen and (min-width: 960px){
	.blcWrap{
		display: flex;
		justify-content: space-between;
		padding-top: 30px;
	}
	.blcWrap .blc{
		width: 410px;
	}
	.blcWrap .blc .innerWrap{
		display: block;
	}
	.blcWrap .blc.blcMerit .innerWrap,
	.blcWrap .blc.blcdeMerit .innerWrap	{
		padding: 30px;
	}
}


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

	カーリースの特徴―メリット・デメリット

--------------------------------------- */
@media print, screen and (min-width: 960px){
	.secCarlease .blcWrap .blc.blcMerit .innerWrap,
	.secCarlease .blcWrap .blc.blcdeMerit .innerWrap	{
		height: 637px;
	}
}

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

	中古車購入の特徴―メリット・デメリット

--------------------------------------- */
.secSecondhand .blcWrap .blc ul li:last-child p{
	margin-bottom: 0;
}
@media print, screen and (min-width: 960px){
	.secSecondhand  .blcWrap .blc.blcMerit .innerWrap,
	.secSecondhand  .blcWrap .blc.blcdeMerit .innerWrap	{
		height: 368px;
	}
}

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

	カーリース、中古車購入が向いている人―メリット・デメリット

--------------------------------------- */
.secMatching .blcWrap .blc p:last-child{
	margin-bottom: 0;
}
@media print, screen and (min-width: 960px){
	.secMatching  .blcWrap .blc.blcMerit .innerWrap,
	.secMatching  .blcWrap .blc.blcdeMerit .innerWrap	{
		height: 445px;
	}
}
