@charset "utf-8";
/* index */

body#dsa {
	background-color: #f2f7fb;
	color: #1A1A1A;
}
h2 {
	margin: 0px auto 50px;
	padding-top: 125px;
	text-align: center;
}
.goods {
	height: 445px;
	background: url(../img/bg_img_010.jpg) no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.goods h3 {
	text-indent: 9999px;
	white-space: nowrap;
	overflow: hidden;
}
.feature {
	margin-top: 40px;
	margin-bottom: 57px;
}
.feature p {
	line-height: 1.7;
	margin-bottom: 28px;
	font-size: 16px;
}
.feature ul {
	list-style: decimal;
	font-size: 14px;
}
.feature li {
	margin-left: 24px;
	margin-bottom: 20px;
}
.about h3 {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 16px;
	text-align: center;
	border-bottom: 1px solid #b7c5ce;
}
ul.process {
	width: 958px;
	margin-bottom: 68px;
	border: 1px solid #d4e2eb;
	padding: 30px 0px;
	background-color: #FFF;
	overflow: hidden;
}
ul.process li {
	width: 318px;
	border-right: 2px solid #d4e2eb;
	float: left;
}
ul.process li.third {
	border: none;
}
ul.process .illust {
	width: 100%;
	margin-top: 20px;
	height: 224px;
	text-align: center;
}
ul.process .first .illust {
	margin-top: 40px;
	height: 204px;
}
ul.process .third .illust {
	margin-top: 25px;
	height: 219px;
}
.how {
	width: 248px;
	margin: 0 auto;
	overflow: hidden;
}
.how span {
	margin-top: 8px;
	margin-right: 10px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #008380;
	float: left;
}
.how p {
	width: 226px;
	float: right;
	font-size: 14px;
	line-height: 1.4;
}
li.first .how p {
	margin-top: 10px;
}
.data table {
	width: 100%;
	margin-bottom: 62px;
	border: 1px solid #BABABA;
	background-color: #FFF;
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
}
.data th,
.data td {
	border: 1px solid #BABABA;
	padding-top: 9px;
	padding-bottom: 9px;
	vertical-align: middle;
	line-height: 1.5;
}
.data td.narrow {
	height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.data th {
	width: 168px;
	background-color: #F2F2F2;
	text-align: center;
}
.data td {
	padding-left: 40px;
}
.pamphlet {
	text-align: center;
	margin-bottom: 82px;
}
.pamphlet a {
	display: inline-block;
	width: 380px;
	height: 80px;
	background: url(../img/btn_img_010.png) no-repeat;
	line-height: 80px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.pamphlet a span {
	padding-left: 36px;
}
.pamphlet a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.consultation {
	border-top: 1px solid #b7c5ce;
	margin-bottom: 115px;
	padding-top: 36px;
	overflow: hidden;
}
.consultation p {
	margin-top: 33px;
	font-size: 16px;
	float: left;
}
.consultation a {
	display: block;
	width: 372px;
	height: 80px;
	background: url(../img/btn_img_020.png) no-repeat;
	line-height: 80px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	float: right;
}
.consultation a span {
	background: url(../img/mail.png) no-repeat;
	padding-left: 47px;
}
.consultation a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}