@charset "utf-8";


/*　　ページタイトル
-------------------------------------------------------*/
.pagetitle {
	height: 420px;
	background-image: url(../images/service-maintenance/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle .inner-pagetitle {
	max-width: 880px;
	padding-top: 210px;
	margin-left: auto;
	margin-right: auto;
}
.pagetitle .inner-pagetitle .tit {
	color: #fff;
	font-size: 36px; font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 5px;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 220px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	line-height: 220px;
	margin-left: 40px;
	margin-right: 40px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 30px; font-size: 3.0rem;
}
}

@media screen and (max-width: 767px){
.pagetitle {
	height: 120px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	line-height: 120px;
	margin-left: 30px;
	margin-right: 30px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 22px; font-size: 2.2rem;
	letter-spacing: 3px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}




/*　　コンテンツ
-------------------------------------------------------*/

.cnt-maintenance {
	background-image: url(../images/service-maintenance/maintenance_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cnt-maintenance .inner-maintenance {
	width: 39%;
	min-height: 750px;
	color: #fff;
}
.cnt-maintenance .inner-maintenance .icon-maintenance {
	padding-top: 70px;
	text-align: center;
}
.cnt-maintenance .inner-maintenance .tit-maintenance {
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 30px; font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.cnt-photo {
	padding-top: 20px;
	padding-bottom: 100px;
	background-color: #f7f7f7;
}
.cnt-photo .cnt-col2 {
	margin-top: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){

.cnt-maintenance .inner-maintenance .tit-maintenance {
	font-size: 2.4px; font-size: 2.4rem;
}
.cnt-photo {
	padding-top: 0;
	padding-bottom: 80px;
	background-color: #f7f7f7;
}
.cnt-photo .cnt-col2 {
	margin-top: 40px;
}
}

@media screen and (max-width: 767px){
.cnt-maintenance {
	padding-top: 150px;
	background-image: url(../images/service-maintenance/maintenance_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 140% auto;
	background-color: #233b5f;
}
.cnt-maintenance .inner-parts {
	float: none;
	width: auto;
	padding: 0 0 30px;
	min-height: auto;
	background-color: transparent;
}
.cnt-maintenance .inner-maintenance {
	width: auto;
	min-height: auto;
	padding-bottom: 30px;
}
.cnt-maintenance .inner-maintenance .tit-maintenance {
	font-size: 2.0px; font-size: 2.0rem;
}
.cnt-photo {
	padding-top: 0;
	padding-bottom: 60px;
}
.cnt-photo .cnt-col2 {
	margin-top: 30px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}