@charset "utf-8";
/* CSS Document */

.mainTitle .titleBk {
	background-image: url(../images/service/title_bk.jpg);
}
.titleWrap {
	background: linear-gradient(90deg, #101246 0%, #101246 30%, rgba(255,255,255,.0) 30%, rgba(255,255,255,.0) 100%);
}
.titleWrap .title {
	background: #101246;
}
.serviceContents .sttl{
	padding: 50px 0;
}
.items .pic{
	margin-bottom: 0.8em;
	text-align: center;
}
.items .name{
	font-size: 1.25em;
	font-weight: 700;
	line-height: 2;
	color: #101246;
	display: inline !important;
	background: url(../images/unline.png) bottom repeat-x;
	background-size: auto 2px;
	padding-bottom: 0.2em;
}
.items .read{
	margin-top: 0.5em;
	color: #5d8aa9;
	font-size: 1.125em;
	font-weight: 700;
}
.items .txt{
	padding: 0.5em 0;
}
@media (max-width: 767px) {
.serviceContents .sttl{
	padding: 35px 0;
}

}
/*-----------------------------------------------------------
					serviceHed
-------------------------------------------------------------*/
.serviceHed{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.serviceHed .article{
	width: 54.5%;
}
.serviceHed .pic{
	width: 41.8%;
	text-align: center;
}
.serviceHed .copy{
	display: inline !important;
	font-size: 1.625em;
	font-weight: 700;
	background: linear-gradient(transparent 60%, #fff43f 0%);
}
.serviceHed .txt {
	padding-top: 1.5em;
	line-height: 1.7;
}
@media (max-width: 767px) {
.serviceHed .article{
	width: 100%;
	margin-bottom: 1.25em;
	text-align: center;
}
.serviceHed .pic{
	width: 100%;
}
}
/*-----------------------------------------------------------
					service
-------------------------------------------------------------*/
.serviceList{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.serviceList .items{
	width: 47.2%;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
.serviceList .items{
	width: 100%;
	margin-bottom: 20px;
}
}
/*-----------------------------------------------------------
					service
-------------------------------------------------------------*/
.quality{
	background: #edf1f3;
}
.qualityList{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	padding-bottom: 40px;
}
.qualityList .items{
	width: 29%;
}
@media (max-width: 767px) {
.qualityList{
	padding-bottom: 20px;
}
.qualityList .items{
	width: 100%;
	margin-bottom: 20px;
}
}
/*-----------------------------------------------------------
					vehicle
-------------------------------------------------------------*/
.vehicle .read{
	text-align: center;
	line-height: 1.625;
	margin-bottom: 1.875em;
}
.vehicleList{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.vehicleList li{
	width: 13.6%;
	text-align: center;
}
.vehicleList .info{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content:center;
	justify-content: center;
	-ms-flex-pack: center;
	margin-top: 0.8em;
	border: #101246 1px solid;
	padding: 0.3em 0;
}
.vehicleList .info span{
	padding: 0 0.3em;
}
@media (max-width: 767px) {

.vehicleList li{
	width: 48%;
	margin-bottom: 30px;
}

}


