@charset "utf-8";
/* 文字化け防止 */
/* CSS Document */

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

.DealersPageTitle{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.DealersPageTitle_be {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: auto;
	color: #fff;
	padding: 2% 0 0;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
}

.DealersPageTitle_mj {
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 1% auto;
	font-weight: bold;
}

.DealersDetailArea{
	width:1000px;
	margin: 250px auto;
	text-align:center;
	
}

.DealersDetail{
	width:100%;
	text-align:center;
	display:table;
	margin:0 auto 5%;
	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:14px;
	padding:2% 0;
	padding-left:7%;
	border-bottom:1px dotted #dddee0;
	background:#f1f8fb;
	vertical-align: middle;
	color: #2F4565;

}

.DealersDetail_Cell2{
	width:65%;
	margin:auto;
	text-align:left;
	display:table-cell;
	font-size:14px;
	padding:2% 0;
	padding-left:7%;
	border-bottom:1px dotted #dddee0;
	
}
.DealersDetail_Cell2 a{
	font-size:14px;

}

.DealersDetail_Cell2 a:hover{
	color:#7fcbea;;

}

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

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

.AreaTitle{
	width:100%;
	margin:0 auto 50px;
	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;
}

.ExplanationArea{
	width: 100%;
	text-align: center;
}

.ExplanationArea p{
	font-size: 14px;
}
