/*SP用*/

.DealersTitleBack{
	height: 300px;
	background:url(../commonImages/h1_img_dealers.png) center/cover no-repeat;
	margin:0 auto;
	width:100%;
	padding: 200px 0 0;
	box-sizing: border-box;
}

.DealersDetailArea{
	width:90%;
	margin: 200px auto 10%;
	
}

.DealersDetail{
	width:100%;
	text-align:center;
	display:table;
	margin:0 auto 5%;
	float:none;
	box-sizing:border-box;
	background:rgba(255,255,255,0.9);
	
}

.DealersDetail_row{
	display:table-row;
	
}

.DealersDetail_Cell1{
	width:35%;
	margin:auto;
	text-align:left;
	display:table-cell;
	font-size:13px;
	padding:5% 3%;
	border-bottom:1px dotted #dddee0;
	line-height: 2;
	background:#f1f8fb;
	color: #2F4565;

}

.DealersDetail_Cell2{
	width:65%;
	margin:auto;
	text-align:left;
	display:table-cell;
	font-size:13px;
	padding:5% 3%;
	border-bottom:1px dotted #dddee0;
	line-height: 2;
	
}

.DealersDetail_Cell2 a{
	font-size:13px;

}

h2 {
	font-size: 25px;
	font-weight: bold;
	margin: 8% auto 6% auto;
	text-align: center;
}

.h2jp {
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
}

.AreaTitle{
	width:100%;
	margin:0 auto 5%;
	text-align:left;
}

h3{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 2%;
	position: relative;
	border-bottom: solid 2px #dddee0;
	color: #2F4565;
}

h3::after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 14%;
	border-bottom: 2px solid #2F4565;
}