@charset "utf-8";

h1.tit{
	background:url(../images/sales_partner/h1_bg.png)no-repeat center center;
	background-size:cover;
}


h1 + div{
	width:810px;
	margin:auto;
	padding-bottom:60px;
}
h1 + div figure{
	padding:50px;
	background-color:#eaeef5;
	position:relative;
}
h1 + div figure:after{
	content:'';
	display:block;
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	border:solid 10px #fff;
	position:absolute;
	top:1px;
	left:1px;
}
h1 + div figure figcaption{
	margin-top:20px;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing:-0.05em;
}
h1 + div dl{
	margin-top:40px;
	line-height:60px;
	text-align:left;
}
h1 + div dl dt{
	width:250px;
	padding:0 20px;
	background-color:#c4934c;
	color:#fff;
	font-weight:bold;
	float:left;
}
h1 + div dl dd{
	padding:0 20px 0 270px;
	background-color:#f3e9db;
}

