@charset "utf-8";

/* pagetitle：ページタイトル */
/* -------------------------------------------------- */
#pagetitle {
	width: 100%;
	height: 35vh;
	background-image: url(../../img/service/ph1_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 60px;
}

#pagetitleInner {
	width: 250px;
	padding: 25px 22px;
	background-color: #0185bc;
	position: absolute;
	bottom: -45px;
	left: 0;
}

#pagetitleHead {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
	margin-bottom: 15px;
}

#pagetitleEn {
	font-family: 'Abel', sans-serif;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #fff;
}

/* blockhead：各コーナーの導入部分 */
/* -------------------------------------------------- */
.blockhead {
	background-image: url(../../img/service/bg.png);
	background-size: 4px auto;
}

.blockheadNumWrap {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 22px;
}

.blockheadNum {
	font-family: 'Abel', sans-serif;
	font-size: 6.5rem;
	font-weight: 100;
	line-height: 0.5;
	letter-spacing: -0.025em;
	color: #0185bc;
}

.blockheadNum span {
	font-size: 2.8rem;
	letter-spacing: 0;
	vertical-align: baseline;
	margin-left: 10px;
}

.blockheadBodyWrap {
	width: 100%;
}

.blockheadBody:before {
	display: block;
	content: "";
	width: 100%;
	height: 265px;
	margin-bottom: -15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
	#s01 .blockheadBody:before {
		background-image: url(../../img/service/ph2_sp.jpg);
	}
	#s02 .blockheadBody:before {
		background-image: url(../../img/service/ph13_sp.jpg);
	}
	#s03 .blockheadBody:before {
		background-image: url(../../img/service/ph14_sp.jpg);
	}

.blockheadBody {
	width: 100%;
	background-image: url(../../img/service/bg.png);
	background-size: 4px auto;
	padding-bottom: 25px;
}

.blockheadBodyInner {
	width: calc(100% - 15px*2);
	max-width: 600px;
	background-color: #fff;
	padding: 25px;
	margin: 0 auto;
}

.blockheadBodyTit {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.19;
	letter-spacing: 0.130em;
	text-align: center;
	margin-bottom: 10px;
}
	#s02 .blockheadBodyTit {
		font-size: 2.0rem;
	}
	#s03 .blockheadBodyTit {
		font-size: 2.0rem;
		letter-spacing: 0;
	}

.blockheadBodyTit span {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.100em;
}

.blockheadBodyTxt {
	font-size: 1.3rem;
	line-height: 1.346;
	letter-spacing: 0.018em;
	text-align: justify;
}

/* 下マージン */
#s02 {
	margin-bottom: 60px;
}
#s03 {
	margin-bottom: 25px;
}

/* s01Body：選ばれる理由 */
/* -------------------------------------------------- */
#s01Body {
	background-color: #f8f8f8;
	padding-top: 50px;
}

#s01BodyTit {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.100em;
	text-align: center;
	margin-bottom: 75px;
	position: relative;
}

#s01BodyTit span {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1;
	color: #0185bc;
}

#s01BodyTit:after {
	display: block;
	content: "";
	width: 40px;
	height: 50px;
	background-image: url(../../img/service/ic1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	bottom: -50px;
	margin-left: calc(-40px/2);
}

.s01BodyTitSub {
	font-family: 'Abel', sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 50px;
	letter-spacing: 0.100em;
	text-align: center;
	vertical-align: middle;
	width: calc(100% - 15px*2);
	height: 50px;
	margin: 0 auto 30px;
	background-image: url(../../img/service/bg2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.s01BodyTitSub span {
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.100em;
	border-left: solid 1px;
	padding-left:  17px;
	margin-left: 17px;
}

/* リスト */
.reason {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px 25px;
}

.reason ul li {
	display: block;
	width: 100%;
}

.reasonBody {
	border-left: solid 1px #0185bc;
	border-bottom: solid 1px #0185bc;
	padding: 15px;
	margin-bottom: 25px;
}

.reasonBodyTit {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	margin-bottom: 10px;
}

.reasonBodyTxt {
	font-size: 1.2rem;
	line-height: 1.458;
	letter-spacing: 0.050em;
	text-align: justify;
}

.reasonImg img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* 車両紹介 */
/* -------------------------------------------------- */
#carlist {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
}

.articleTit {
	padding-top: 50px;
}

#carlist ul li {
	display: block;
	margin: 0 0 50px 0;
	width: 100%;
	border-bottom: solid 1px #262626;
}

#carlist ul li:last-child {
	margin-bottom: 0;
}

.carlistImg {
	text-align: center;
	padding: 0 15px 22px;
}

.carlistImg img {
	width: 100%;
	height: auto;
}

.carlistImg.mini img {
	width: 90%;
	height: auto;
}

.carlistImg.mini2 img {
	width: 80%;
	height: auto;
}

.carlistBodyTit {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	margin-bottom: 15px;
}

.carlistBodyNum {
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.230em;
	background-color: #f1f1f1;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.carlistBodyTxt {
	font-size: 1.2rem;
	line-height: 1.458;
	letter-spacing: 0.100em;
	margin-bottom: 20px;
}

/* 対応エリア */
/* -------------------------------------------------- */
#area {
	width: 100%;
	background-color: #e2f0f5;
	padding: 25px 0;
	margin-bottom: 50px;
}

#areaInner {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	height: calc(67.782vh - 25px*2);
	max-height: 400px;
	padding: 0 15px;
	background-image: url(../../img/service/fig1_sp.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

#areaHead {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #015dbc;
	margin-bottom: 10px;
}

#areaTxt1 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.100em;
	color: #0185bc;
	margin-bottom: 10px;
}

#areaTxt2 {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0em;
}

