@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

#s_lineup2,
#s_lineup3,
#s_lineup4{
	display: none;
}

/*----------------------------heading-----------------------------------*/

#heading{
	background: url(../images/cmn/mv2bg.jpg) 70% 60% no-repeat fixed;
	background-size: cover;
}

/*----------------------------s_usedcar1-----------------------------------*/

#s_usedcar1 .wrapper{
	max-width: 1300px;
	margin: 0 auto;
}
#s_usedcar1 .iframe{
	margin-bottom: 20px;
}
#s_usedcar1 iframe{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	min-height: 450px;
	height: 80vh;
}

#s_usedcar2{
	border-top: 1px solid #e0e0e0;
	text-align: center;
}
#s_usedcar2 .wrapper{
	margin: 0 auto;
	max-width: 1300px;
}
#s_usedcar2 .wrapper>p{
	margin-bottom: 40px;
}
#s_usedcar2 .wrapper>dl{
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
}
#s_usedcar2 .wrapper>dl:nth-of-type(1){
	border-top: 1px solid #e0e0e0;
}
#s_usedcar2 .wrapper>dl>*{
	display: block;
	box-sizing: border-box;
}
#s_usedcar2 .wrapper>dl>dt{
	width: 100px;
	text-align: center;
}
#s_usedcar2 .wrapper>dl>dt span{
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: 0;
	color: #fff;
	background: #023692;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	line-height: 100px;
}
#s_usedcar2 .wrapper>dl>dd:nth-of-type(1){
	width: 17%;
}
#s_usedcar2 .wrapper>dl>dd:nth-of-type(1) img{
	max-width: 90%;
}
#s_usedcar2 .wrapper>dl>dd:nth-of-type(2){
	border-left: 1px dotted #e0e0e0;
	width: calc(83% - 3% - 100px);
	padding-left: 2%;
}
#s_usedcar2 dd dl{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
#s_usedcar2 dd dl>*{
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
}
#s_usedcar2 dd dt{
	font-weight: 700;
	color: #fff;
	font-size: 1.8rem;
	background: #bdd630;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #fff;
}
#s_usedcar2 dd dd{
	padding: 10px 5px;
	line-height: 1.4;
	font-size: 1.45rem;
	border-bottom: 1px solid #e0e0e0;
}
#s_usedcar2 dd dd img{
	display: block;
	margin: 0 auto 5px;
}
#s_usedcar2 dd p+dl{
	margin-top: 15px;
}
#s_usedcar2 dd p+dl dd{
	border-top: 1px solid #e0e0e0;
}

#s_usedcar3{
	border-top: 1px solid #e0e0e0;
	text-align: center;
}
#s_usedcar3 .wrapper{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#s_usedcar3 .wrapper>div:nth-of-type(1) img{
	display: block;
	max-width: 440px;
	margin: 0 auto 10px;
}
#s_usedcar3 .wrapper>div:nth-of-type(1) div+p{
	color: #009a59;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1.4;
	margin-bottom: 5px;
}
#s_usedcar3 .wrapper>div:nth-of-type(2){
	text-align: left;
	padding-left: 50px;
}
#s_usedcar3 .wrapper>div:nth-of-type(2) ul{
	display: block;
	margin-bottom: 20px;
}
#s_usedcar3 .wrapper>div:nth-of-type(2) li{
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	line-height: 1.6;
	margin-bottom: 5px;
}
#s_usedcar3 .wrapper>div:nth-of-type(2) li:before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #ef0000;
	border-right: 2px solid #ef0000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
}
#s_usedcar3 .wrapper>div:nth-of-type(2) ul+p{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #023692;
}
#s_usedcar3 .wrapper>div:nth-of-type(2) ul+p i{
	display: inline-block;
}

@media screen and (max-width: 1080px){
	.sp_no{
		display: none;
	}
}
@media screen and (max-width: 950px){
	#s_usedcar2 .wrapper>dl>dt span{
		width: 10vw;
		height: 10vw;
		line-height: 10vw;
	}
	#s_usedcar2 .wrapper>dl>dt{
		width: 10vw;
	}
	#s_usedcar2 .wrapper>dl>dd:nth-of-type(1){
		width: 17%;
	}
	#s_usedcar2 .wrapper>dl>dd:nth-of-type(1) img{
		max-width: 90%;
	}
	#s_usedcar2 .wrapper>dl>dd:nth-of-type(2){
		border-left: 1px dotted #e0e0e0;
		width: calc(83% - 3% - 10vw);
		padding-left: 2%;
	}
	
	#s_usedcar3 .wrapper{
		display: block;
	}
	#s_usedcar3 .wrapper>div:nth-of-type(1){
		margin-bottom: 20px;
	}
	#s_usedcar3 .wrapper>div:nth-of-type(1) img{
		max-width: 70%;
	}
	#s_usedcar3 .wrapper>div:nth-of-type(2){
		padding: 0;
		text-align: center;
	}
	#s_usedcar3 .wrapper>div:nth-of-type(2) ul{
		display: inline-block;
		text-align: left;
	}
}
@media screen and (max-width: 750px){
	#s_usedcar2 .wrapper>p{
		margin-bottom: 20px;
		text-align: left;
	}
	#s_usedcar2 .wrapper>dl{
		flex-wrap: wrap;
		padding: 15px 0;
	}
	#s_usedcar2 .wrapper>dl>dt{
		width: 50px;
		text-align: center;
	}
	#s_usedcar2 .wrapper>dl>dt span{
		font-size: 1.8rem;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	#s_usedcar2 .wrapper>dl>dd:nth-of-type(1){
		width: calc(100% - 70px);
	}
	#s_usedcar2 .wrapper>dl>dd:nth-of-type(1) img{
		max-width: 180px;
	}
	#s_usedcar2 .wrapper>dl>dd:nth-of-type(2){
		border-left: none;
		width: 100%;
		padding-top: 15px;
		padding-left: 0;
	}
}
@media screen and (max-width: 650px){
	#s_usedcar2{
		text-align: left;
	}
}
@media screen and (max-width: 500px){
	#s_usedcar2 dd dl{
		flex-wrap: wrap;
	}
	#s_usedcar2 dd dl>*{
		width: 33.3%;
	}
	#s_usedcar2 dd dt{
		width: 100%;
		padding: 5px;
		border-bottom: none;
	}
	#s_usedcar2 dd dd{
		justify-content: flex-start;
		border: none;
	}
	#s_usedcar2 dd p+dl dd{
		border-top: none;
	}
}