@charset "utf-8";
#serviceMv {
	background: url(../../img/service/service_bg_pc.jpg) no-repeat center;
	background-size: cover;
}

.serviceArea {
	width: 100%;
	margin: 0 auto 50px;
}
.serviceBox {
	float: left;
	width: 46%;
	margin: 0 2% 30px;
	background: #ffffff;
}

@media screen and (min-width: 1100px) {
	.serviceArea {
		width: 1080px;
		margin: 0 -20px 50px -20px;
	}
	.serviceBox {
		float: left;
		width: 500px;
		margin: 0 20px 40px;
	}
}

.service_img {
	width: 100%;
}
.service_img img {
	width: 100%;
}

.service_col {
	width: 100%;
	padding: 10px 40px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.service_tl {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	background: url(../../img/common/servicebnr_line.png) no-repeat center bottom;
	background-size: 70px auto;
	font-size: 2.6rem;
	font-weight: 900;
	text-align: center;
}
.service_col p {
	margin-bottom: 20px;
}
.service_tab {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.service_tab th,
.service_tab td {
	padding: 10px;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.service_tab th {
	width: 25%;
	background: #004ea0;
	color: #ffffff;
}
.service_tab td {
	background: #eeeeee;
}


.subServiceArea {
	width: 100%;
	margin: 0 auto 25px;
	border: 1px solid #e3dede;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sesrvice_subtl {
	width: 100%;
	padding: 20px;
	background: #e3dede;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sub_sesrvice_col {
	width: 100%;
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.subservice_img {
	float: left;
	width: 35%;
	max-width: 350px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.subservice_img img {
	width: 100%;
}

.subservice_txt {
	float: right;
	width: 62%;
}
.subservice_txt p {
	margin-bottom: 20px;
}



