@charset "UTF-8";

/* diners club campain style.css */

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

MV

----------------------------------------------------------*/
.secMv{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../img/bg-sp.jpg);
	background-size: cover;
	margin-bottom: 30px;
	height: 400px;
}
.secMv .secMvInner{
	padding: 45px 30px 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.secMv .txtBox{
	color: #Fff;
}
.secMv .txtBox h1{
	text-align: left;
	font-size: 32px;
	line-height: 1.5;
}
.secMv .txtBox h1 span{
	color: #183BAE;
	background: #fff;
	display: inline-block;
	border-radius: 8px;
	font-size: 27px;
	padding: 2px 8px;
	letter-spacing: 1px;
	margin-left: 3px;
}
.secMv .txtBox p{
	padding: 0 0px 25px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.8;
}

.secMv .txtBox .notes{
	display: none;
}
.secMv .img{
	text-align: center;
}
.secMv .img .imgPc{
	display: none;
}
@media print, screen and  (min-width : 768px){
	.secMv{
		background-color: #213d9a;
		background-image: url(../img/bg-pc.jpg);
	}
	.secMv .txtBox{
		width: 700px;
		margin: 0 auto;
	}
	.secMv .txtBox p{
		width: 480px;
	}
	.secMv .img{
		width: 480px;
	}
}
@media print, screen and  (min-width : 960px){
	.secMv{
		height: 466px;
		margin-bottom: 60px;
	}
	.secMv .img .imgSp{
		display: none;
	}
	.secMv .img .imgPc{
		display: block;
	}
	.secMv .secMvInner{
		padding: 50px 0 0;
		margin: 0 auto;
		width: 900px;
	}
	.secMv .txtBox{
		width: 465px;
		float: left;
	}
	.secMv .txtBox h1{
		font-size: 49px;
		font-weight: 900;
		letter-spacing: 0;
		line-height: 1.45;
	}
	.secMv .txtBox h1 span{
		font-size: 42px;
		padding:5px 10px 6px;
		margin-left: 9px;
		line-height: 1;
	}
	.secMv .txtBox p{
		font-size: 16px;
		line-height: 1.8;
		padding-bottom: 20px;
	}
	.secMv .txtBox p br{
		display: inline;
	}
	.secMv .txtBox .notes{
		display: block;
		font-size: 12px;
		letter-spacing: 1px;
	}
	.secMv .img{
		width: 396px;
		float: right;
		margin-top: 238px;
	}

}


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

Bnr

----------------------------------------------------------*/
.dcBnr{
	padding: 30px;
}
@media print, screen and  (min-width : 768px){
	.dcBnr{
		padding: 30px 0;
		width: 600px;
		margin: 0 auto;
	}
}
@media print, screen and  (min-width : 960px){
	.dcBnr{
		padding: 60px 0;
		width: 960px;
	}
}

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

Car List

----------------------------------------------------------*/
.secCarList .ttl h2{
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
}
.secCarList .ttl p{
	padding: 10px 30px;
}
.secCarList .toListBtn{
	padding: 20px 0 40px;
}
@media print, screen and  (min-width : 768px){
	.secCarList .ttl p{
		text-align: center;
	}
}
@media print, screen and  (min-width : 960px){
	.secCarList{
		padding-top: 60px;
	}
	.secCarList .ttl h2{
		font-size: 32px;
		letter-spacing: 2px;
	}
	.secCarList .ttl p{
		padding: 20px 0px 0;
	}
	.secCarList .toListBtn{
		padding: 60px 0 80px;
	}
}


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

Step

----------------------------------------------------------*/
.secStep{
	width: calc(100% - 20px);
	margin: 0 auto 40px;
	background: #FFF1EB;
	border-radius: 20px 20px 0 0;
	padding:30px 20px;
}
.secStep h2{
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
	padding-bottom: 10px;
}
.secStep ol{
	padding-top: 20px;
	text-align: center;
}
.secStep ol li{
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 60px;
}
.secStep ol li::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 9px 8px;
	border-color: transparent transparent #F47B45 transparent;
	bottom: -30px;
	right: 0px;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}
.secStep ol li:last-child{
	margin-bottom: 0;
}
.secStep ol li:last-child::after{
	display: none;
}
.secStep ol li .num{
	position: absolute;
	font-weight: 900;
	text-align: center;
	background: #F47B45;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 21px;
}
.secStep ol li img{
	padding-top: 10px;
}
@media print, screen and  (max-width : 320px){
	.secStep h2{
		font-size: 21px;
	}
}
@media print, screen and  (min-width : 768px){
	.secStep{
		width: 600px;
		margin: 0 auto 60px;
		padding:40px 50px;
	}
	.secStep .lead{
		text-align: center;
	}
	.secStep ol{
		padding-top: 40px;
	}
}

@media print, screen and  (min-width : 960px){
	.secStep{
		width: 960px;
		margin: 0 auto 100px;
		padding:60px 70px 35px;
	}
	.secStep h2{
		font-size: 32px;
		padding-bottom: 20px;
		letter-spacing: 2px;
	}
	.secStep h2 br{
		display: none;
	}
	.secStep ol{
		padding-top:45px;
	}
	.secStep ol li{
		display: inline-block;
		vertical-align: top;
		width: calc((100% - 120px) /3);
		margin-bottom: 0;
		margin-right: 60px;
		padding: 20px 20px 0px;
		height: 220px;
	}
	.secStep ol li::after{
		border-width: 0 10px 16px 10px;
		top: 0;
		bottom:0;
		right: -43px;
		left: auto;
		transform:rotate(90deg);
	}
	.secStep ol li:last-child{
		margin-right: 0;
	}
	.secStep ol li .num{
		font-size: 24px;
	}
	.secStep ol li img{
		padding-top: 45px;
	}
	.secStep ol li .txt{
		padding-top: 5px;
	}
	.secStep ol li:last-child .txt{
		padding-top: 15px;
	}
}
