/*life*/
.life .img-wrap {
	height: 540px;
	padding: 0 16px;
	background-image: url(../img/garage-img-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.life .img-wrap .txt-wrap {
	padding-top: 160px;
}

.life .img-wrap .ttl {
	text-align: center;
}

@media (max-width: 768px){
.life .img-wrap .ttl img {
	width: 100%;
}}

.life .img-wrap .txt {
	color: #fff;
	text-shadow:0px 0px 3px #000000;
	text-align: center;
	font-size: 18px;
}

/*車検*/
.support-wrap .c-article-wrap-1 .img-wrap {
	background-image: url(../img/support-img-2.jpg);
}

/*maintenance*/
.maintenance-wrap .img-wrap-1 {
	height: 540px;
	background-image: url(../img/maintenance-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.maintenance-wrap .img-wrap-2 {
	height: 270px;
	background-image: url(../img/maintenance-2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.maintenance-wrap .img-wrap-3 {
	height: 270px;
	background-image: url(../img/maintenance-3.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
