/*---------------------------------------------
    common
---------------------------------------------*/
/*---------------------------------------------
    main img
  ---------------------------------------------*/
.mv {
  background: url(../images/mv_vehicle.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 400px;
  margin: 0 auto;
  position: relative;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .mv {
    height: 180px;
  }
}
.mv .page-title {
  color: #fff;
  font-size: 3.6rem;
  left: 40px;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  top: 40px;
}
@media screen and (max-width: 820px) {
  .mv .page-title {
    top: 20px;
  }
}
.mv .page-title .ja {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  .mv .page-title {
    font-size: 2.4rem;
  }
}

.section-ttl {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .section-ttl {
    font-size: 3.2rem;
  }
}
.section-ttl .sub {
  display: block;
  font-size: 1.4rem;
}

/*---------------------------------------------
    main
---------------------------------------------*/
/*---------------------------------------------
    vehicle
---------------------------------------------*/
.vehicle {
  background: #0073bd;
  padding: 24px 10% 16px;
}
@media screen and (min-width: 821px) {
  .vehicle {
    padding: 80px 10%;
  }
}
.vehicle dl {
  color: #fff;
  margin-bottom: 40px;
}
.vehicle dl dt {
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  margin-bottom: 8px;
}
.vehicle dl dd ul {
  margin-bottom: 16px;
}
.vehicle dl dd ul li {
  display: flex;
  justify-content: space-between;
}