@charset "UTF-8";

#top{
	position:relative;
	margin-top: 20px;
}

#top .top-bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 230px;
	overflow:hidden;
	z-index:0;
}

#top .top-bg img{
	width: 100%;
	object-fit:contain;
	object-position: 50% 100%;
	display:block;
}

.top-inner h1{
	color:#fff;
	font-weight:bold;
	font-size:30px;
	position: absolute;
	top: 35px;
}

.top{
	background:#f2f2f2;
	padding:80px 0;
}

.top-inner{
	width: min(1240px,90%);
	margin:0 auto;
}

.top-box{
	background:#fff;
	border-radius:18px;
	padding: 71px 38px 90px;
	position:relative;
	overflow:hidden;
	margin: 30px 0 0;
}
#txt{
	list-style:none;
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns:1fr 520px;
	gap:40px;
	align-items:start;
}

#txt li{
	margin:0;
	padding:0;
}

#txt li:first-child > div{
	font-size: 20px;
	font-weight:800;
	margin:0 0 14px;
	line-height:1.6;
}

#txt li:first-child p{
	margin:0;
	line-height:1.9;
	color:#222;
	font-size: 16px;
}

#txt li img{
	width:100%;
	height:auto;
	display:block;
	border-radius:14px;
}


.list_box li {float:left;}
.newcar_top_title{ 
	padding:0 0 50px;
}
#newcar_main h3 {
	height:30px;
	margin:20px auto 0;
	line-height:30px;
	font-size:17px;
	text-align:center;
}
#price_list {margin: 0px auto 160px;width: 1000px;}
#price_list li {
	margin: 40px 35px 0px 0;
	cursor: pointer;
}
#price_list li:nth-child(4n) {margin:40px 0 0px 0 !important;}
#price_list li span{font-size:18px;}

#price_list li a {
	border: 1px solid #000;
	width: 223px;
	text-align:center;
	padding:16px 0;
	border-radius:5px;
	display:inline-block;
	color: #000;
	text-decoration: none;
}
#price_list li a:hover{
	color:#fff!important;
	background-color:#000;
}



/**************************************
    スマホレスポンシブ
***************************************/
@media (max-width:768px) {

	#price_list {margin: 0px auto 100px;width: 100%;}
	#newcar_main { padding: 0 5%;}
	#price_list li {margin: 20px 0px 0px 0;width: 48%;}
	#price_list li:nth-child(4n) {margin: 20px 0 0px 0 !important;}
	#price_list li a {width:100%;}
	#price_list li:nth-child(odd){margin-right: 4%!important;}

	.newcar_inner { width: 100%;}
}