.testdrive {
  padding-top: 0px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .testdrive {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px #ccc solid;
  padding-bottom: 60px;
  padding-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10%;
  }
}

.flex > div {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .flex > div {
    width: 100%;
  }
  .flex > div:nth-child(1) {
    padding-bottom: 3%;
  }
}

.flex > div h3 {
  color: #1b365d;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.flex > div p.price {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex > div p.price span.num {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  font-weight: bold;
}

.flex > div p.price span.tax {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}

.flex > div .option {
  margin-top: 30px;
}

.flex > div .option dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex > div .option dl dt, .flex > div .option dl dd {
  font-size: 12px;
  line-height: 1.8;
}

.flex > div .option dl dt {
  width: 20%;
}

.flex > div .option dl dd {
  width: 80%;
}

.note {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .list_btn01 {
    margin-top: 10%;
  }
}

.testdrive h1,
.reserve h1 {
  color: #1b365d;
  font-size: 2.4rem;
  margin-top: 10%;
}

.testdrive h2,
.reserve h2 {
  color: #1b365d;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
/*# sourceMappingURL=testdrive.css.map */