@charset "utf-8";

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

.serviceArea {
	width: 100%;
	margin: 0 auto 40px;
}
.serviceBox {
	float: left;
	width: 48%;
	margin: 0 1% 20px;
	background: #ffffff;
}


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

.service_col {
	width: 100%;
	padding: 10px 25px 30px;
	-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.2rem;
	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: 22%;
	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%;
	-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;
}




