@charset "utf-8";
#sec_01 .inner {
	background-image: url(/service/img/sec_01_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	min-height: 320px;
	padding-bottom: 280px;
}

.list dd a {
	text-decoration: none;
	color: #fff;
}

#sec_01 h4 {
	/*width: 530px;*/
}
#sec_01 p {
	width: 530px;
	padding-bottom: 1em;
}
#sec_02 .inner .txt {
	padding-bottom: 30px;
}

#sec_02 .scheme {
	float: right;
	padding-left: 20px;
}
#sec_02 .inner ul {
	list-style-type: none;
	padding-bottom: 25px;
}
#sec_02 .inner ul li {
	font-size: 120%;
	padding-bottom: 5px;
}
#sec_02 .vehicle {
	clear: both;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#sec_02 .vehicle ul {
	list-style-type: none;
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
}
#sec_02 .vehicle ul li {
	/*float: left;*/
	width: 29%;
	/*padding-right: 20px;*/
	/*padding-left: 20px;*/
}
#sec_02 .vehicle ul li .img {
	padding-bottom: 15px;
}

.scheme_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}

.scheme_right {
  padding-left: 30px;
}

@media screen and (max-width: 799px) {
  .scheme_wrap {
    display: block;
  }
  .scheme_left,
  .scheme_right {
  text-align: center;
  }
  .scheme_left ul {
    display: inline-block;
    text-align: left;
  }
  .scheme_right {
    margin-top: 2em;
    padding-left: 0;
  }
}

/*************************/
@media screen and (max-width: 979px) {
	#sec_01 .inner,
	#sec_02 .inner,
	#sec_02 .vehicle {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	#sec_01 .inner {
		padding-bottom: 28.571vw;
	}
}
/*************************/
@media screen and (max-width: 855px) {
	#sec_01 p {
		width: 61.988vw;
	}
}
/*************************/
@media screen and (max-width: 635px) {
  #sec_02 .vehicle ul {
    display: block;
  }
  #sec_02 .vehicle ul li {
  	width: 100%;
  	position: relative;
  	/* border:1px solid; */
  }
  #sec_02 .vehicle h5 {
	margin-top: -34px;
	}
  #sec_02 .vehicle ul li .img {
	display: none;
  }
	#sec_02 .vehicle ul li {
		padding-top: 30px;
		margin-bottom: 35px;
	}
  #sec_02 .vehicle ul li:first-child {
  	background: url(/service/img/sec_02_img_03.png) 15px 40px no-repeat;
  	background-size: 35% auto;
  }
  #sec_02 .vehicle ul li:nth-child(2) {
  	background: url(/service/img/sec_02_img_04.png) 15px 40px no-repeat;
  	background-size: 35%;
  }
  #sec_02 .vehicle ul li:last-child {
  	background: url(/service/img/sec_02_img_05.png) 15px 40px no-repeat;
  	background-size: 35%;
  }
  #sec_02 .vehicle ul li p {
  	padding: 0 0 0 43%;
  	min-height: 70px;
  }
}
/*************************/
@media screen and (max-width: 519px) {
	#sec_01 .inner {
		padding-bottom: 48.748vw;
	}
	#sec_01 p {
		width: 100%;
	}
}
/*************************/
@media screen and (max-width: 429px) {
	#sec_02 .vehicle ul li p {
		padding-left: 0;
		padding-top: 70px;
		text-align: center;
	}
	#sec_02 .vehicle ul li:first-child,
	#sec_02 .vehicle ul li:nth-child(2),
	#sec_02 .vehicle ul li:last-child {
		background-position: center 40px;
		background-size: 180px;
	}
	#sec_02 .vehicle ul li:nth-child(2) p {
		min-height: 50px;
	}
}