.page_title_box h1 {
  width: 580px;
}
@media screen and (min-width: 1400px) {
  .page_title_box h1 {
    width: 41.4vw;
  }
}
@media screen and (max-width: 1080px) {
  .page_title_box h1 {
    width: 53.7vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box h1 {
    width: 61.2vw;
  }
}

.base_content {
  background-image: url(../images/motor/page_bg01_pc.svg);
  background-size: auto 1614px;
}
@media screen and (max-width: 1080px) {
  .base_content {
    background-size: auto 149.4vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content {
    background-image: url(../images/motor/page_bg01_sp.svg);
    background-size: 100% auto;
  }
}
.base_content .bg01 {
  background-image: url(../images/motor/page_bg02_pc.png);
  background-repeat: no-repeat;
  background-size: 1810px auto;
  background-position: center top;
}
@media screen and (max-width: 1080px) {
  .base_content .bg01 {
    background-size: 167.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  .base_content .bg01 {
    background: none;
  }
}
.base_content .wrap01 {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .base_content .wrap01 {
    padding-top: 9.3vw;
    padding-bottom: 11.1vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .wrap01 {
    padding-top: 8.4vw;
    padding-bottom: 16vw;
  }
}
.base_content .boat {
  width: 821px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .base_content .boat {
    width: 76vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .boat {
    width: 83.7vw;
  }
}
.base_content .txt01 {
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  .base_content .txt01 {
    font-size: 4.1vw;
    margin-top: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .txt01 {
    font-size: 6.7vw;
    line-height: 1.4em;
    margin-top: 7.3vw;
  }
}
.base_content .ranking {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .base_content .ranking {
    margin-top: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .ranking {
    margin-top: 6.7vw;
  }
}
.base_content .ranking h3 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .base_content .ranking h3 {
    font-size: 2.4vw;
    margin-bottom: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .ranking h3 {
    font-size: 5.3vw;
    margin-bottom: 3.3vw;
    text-align: center;
  }
}
.base_content .ranking h3 .sub_txt {
  font-size: 12px;
  margin-left: -0.2em;
  margin-right: -0.2em;
}
@media screen and (max-width: 1080px) {
  .base_content .ranking h3 .sub_txt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .ranking h3 .sub_txt {
    display: block;
    font-size: 2.9vw;
    text-align: center;
    margin-top: 2vw;
    letter-spacing: 0.1em;
  }
}
.base_content .ranking .table_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .base_content .ranking .table_box {
    overflow-x: scroll;
  }
}
.base_content .ranking .table_box table {
  width: 100%;
  border: 1px solid #999;
  box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .base_content .ranking .table_box table {
    width: 190vw;
  }
}
.base_content .ranking .table_box table thead tr th {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 0.8em;
  padding-bottom: 0.9em;
  background-color: #b49600;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .base_content .ranking .table_box table thead tr th {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .ranking .table_box table thead tr th {
    font-size: 3.5vw;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}
.base_content .ranking .table_box table thead tr th:nth-child(2) {
  width: 59.44%;
}
.base_content .ranking .table_box table thead tr th:nth-child(3) {
  width: 24.78%;
}
.base_content .ranking .table_box table thead tr th + th {
  border-left: 1px solid #fff;
}
.base_content .ranking .table_box table tbody tr td {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 0.8em;
  padding-bottom: 0.9em;
  background-color: #fff;
  border-top: 1px solid #999;
}
@media screen and (max-width: 1080px) {
  .base_content .ranking .table_box table tbody tr td {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .ranking .table_box table tbody tr td {
    font-size: 3.5vw;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.base_content .ranking .table_box table tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #f2f2f2;
}
.base_content .ranking .table_box table tbody tr td + td {
  border-left: 1px solid #999;
}
.base_content .ranking .table_box table tbody tr.pickup td:nth-child(1) {
  background-color: #960000;
  color: #fff;
}
.base_content .ranking .sub_txt_box {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .base_content .ranking .sub_txt_box {
    padding-top: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .ranking .sub_txt_box {
    padding-top: 3.5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.base_content .ranking .sub_txt_box .sub_table_txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .base_content .ranking .sub_txt_box .sub_table_txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .ranking .sub_txt_box .sub_table_txt {
    font-size: 2.4vw;
  }
}
.base_content .ranking .sub_txt_box .sub_txt {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) {
  .base_content .ranking .sub_txt_box .sub_txt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .ranking .sub_txt_box .sub_txt {
    font-size: 2.4vw;
  }
}
.base_content .btn_back {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .base_content .btn_back {
    margin-top: 9.3vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content .btn_back {
    margin-top: 12.7vw;
  }
}/*# sourceMappingURL=style_motor.css.map */