@charset "utf-8";

/* index
-------------------------------------- */
.mv {
	width: 100%;
	height: 770px;
	background: url(../../parts/img/bg_img_010.jpg) no-repeat;
	background-position: center;
	text-align: center;
}
.mv h2 img{
	margin-top: 310px;
}
.mv p {
	margin-top: 50px;
}

h2.equipment {
	margin: 40px auto;
	text-align: center;
}
.block_1 {
	height: 740px;
	background: url(../../parts/img/bg_img_020.jpg) no-repeat;
	background-position: center;
	overflow: hidden;
	color: #131313;
}
.block_1 .arrow {
	top: 0;
	text-align: center;
}
.block_1 .feature {
	width: 380px;
	float: right;
	text-align: center;
}
.block_1 h2 {
	margin-top: 130px;
}
.feature p {
	margin-top: 35px;
	font-size: 16px;
	line-height: 28px;
}
.feature ul {
	list-style: disc;
	margin-top: 44px;
	padding-left: 17px;
	width: 100%;
	text-align: left;
	font-size: 13px;
}
.feature ul li {
	margin-top: 10px;
	line-height: 1.4;
}
.feature a {
	display: block;
	margin-top: 50px;
	width: 380px;
	height: 14px;
	padding-top: 33px;
	padding-bottom: 33px;
	background: url(../../parts/img/btn_img_010.png) no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.feature.dsa15a a {
	background: url(../../parts/img/btn_img_020.png) no-repeat;
}
.feature 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;
}
.feature a span {
	background: url(../../parts/img/arrow_010.png) no-repeat;
	background-position: 0 50%;
	padding-left: 21px;
}
.block_2 {
	height: 713px;
	background: url(../../parts/img/bg_img_030.jpg) no-repeat;
	background-position: center;
	overflow: hidden;
	color: #131313;
}
.block_2 .feature {
	width: 380px;
	float: left;
	text-align: center;
}
.block_2 h2 {
	margin-top: 148px;
}
.block_3 .info {
	margin: 52px auto;
	overflow: hidden;
}
.info_left {
	width: 195px;
	float: left;
	text-align: center;
}
.info_left h2 {
	margin-top: 26px;
}
.info_left a {
	display: block;
	width: 106px;
	height: 13px;
	margin: 30px auto 0px;
	padding-top: 7px;
	padding-bottom: 6px;
	color: #FFF;
	background: url(../../parts/img/btn_img_030.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
}
.info_left 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;
}
.info_left a span {
	background: url(../../parts/img/arrow_010.png) no-repeat;
	background-position: 0 50%;
	padding-left: 17px;
}
.info_right {
	width: 735px;
	border-left: 2px solid #eaeaea;
	float: right;
	padding-left: 28px;
}
.info_right dl {
	width: 100%;
	padding-top: 2px;
	overflow: hidden;
}
.info_right dl.top {
	margin-top: 26px;
}
.info_right dt {
	width: 80px;
	margin-bottom: 26px;
	font-size: 12px;
	line-height: 1.5;
	float: left;
}
.info_right dd {
	width: 635px;
	margin-bottom: 26px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 1.5;
	float: right;
}
.info_right dd a {
	text-decoration: underline;
	color: #131313;
}
.info_right dd a:hover {
	color: #909090;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.block_4 {
	height:700px;
	background: url(../../parts/img/bg_img_040.jpg) no-repeat;
	background-position: center;
}
.block_4 .inner {
	position: relative;
}
.message {
	width: 670px;
	height: 700px;
	background: #FFF;
	-ms-filter: "alpha( opacity=90 )";
	filter: alpha( opacity=90 );
	opacity: 0.9;
	margin: 0 auto;
	text-align: center;
}
.message h2 {
	margin-bottom: 46px;
}
.message h2 img {
	margin-top: 76px;
}
.message p {
	margin-top: 30px;
	font-size: 14px;
	line-height: 2;
	color: #131313;
}
.inquiry {
	margin: 58px 135px 50px;
	border-top: 1px solid #aaa;
	padding-top: 28px;
}
.inquiry a {
	display: block;
	width: 372px;
	height: 18px;
	margin: 30px auto;
	padding-top: 31px;
	padding-bottom: 31px;
	background: url(../../parts/img/btn_img_040.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.inquiry 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;
}
.inquiry a span {
	padding-left: 47px;
	background: url(../../parts/img/mail.png) no-repeat;
}
.pagetop {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.pagetop a {
	display: block;
	width: 69px;
	height: 48px;
	background-color: #FFF;
	text-align: center;
}
.pagetop 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;
}
.pagetop a img {
	margin: 10px auto 6px;
}
.block_5 {
	height: 110px;
}
.block_5 .inner {
	overflow: hidden;
}
.img_l {
	float: left;
}
.img_l img {
	margin-top: 46px;
}
.img_r {
	float: right;
}
.img_r img {
	margin-top: 18px;
}
.img_r img: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;
}

a.c-btn {
    display: flex;
    margin-top: 50px;
    width: 100%;
    height: 14px;
    padding: 40px;
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    align-items: center;
}
a.c-btn {
	background: #008481;
}
a.c-btn: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;
}
a.c-btn span {
	background: url(../../parts/img/arrow_010.png) no-repeat;
	background-position: 0 50%;
	padding-left: 21px;
}


@media screen and (min-width: 1600px) {
	.mv {
		background-size: 100% auto;
	}
	.block_4 {
		background-size: 100% auto;
	}
}