#top{margin-top:10px;}

.list_box li {float:left;}

.newcar_inner{
	width:1000px;
	margin: 65px auto 0;
}

h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0 10px;
	background: #FFE6DD;
	padding: 15px 20px 15px 44px;
	border-radius: 6px;
	position: relative;
}

h4::before {
	content: "";
	width: 12px;
	height: 12px;
	background-image: url("/common/images/dot.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/**************************************
    スマホレスポンシブ
***************************************/
@media (max-width:768px) {
	.newcar_inner { width: 100%;margin: 20px auto 0;}
}