body.motor {
  background-image: url(../images/motor/bg02_pc.png), url(../images/motor/bg01_pc.png);
  background-size: 1400px auto, cover;
  background-position: center top 90px, center center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 768px) {
  body.motor {
    background-size: 100% auto, cover;
    background-position: center bottom 6vw, center center;
    background-image: url(../images/motor/bg02_sp.png), url(../images/motor/bg01_sp.png);
  }
}

.page_content {
  width: 990px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1080px) {
  .page_content {
    width: 91.6666666667vw;
    padding: 9.2592592593vw 0;
  }
}
@media screen and (max-width: 768px) {
  .page_content {
    width: 84.1333333333vw;
    padding: 10vw 0 17.3333333333vw;
  }
}
.page_content h1 {
  width: 631px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .page_content h1 {
    width: 58.4259259259vw;
    margin-bottom: 4.6296296296vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content h1 {
    width: 84.1333333333vw;
    margin-bottom: 8vw;
  }
}
.page_content .ranking {
  position: relative;
  z-index: 2;
}
.page_content .ranking h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1080px) {
  .page_content .ranking h2 {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .ranking h2 {
    font-size: 5.3vw;
  }
}
.page_content .ranking h2 .sub_txt {
  font-size: 18px;
  margin-left: -0.2em;
  margin-right: -0.2em;
}
@media screen and (max-width: 1080px) {
  .page_content .ranking h2 .sub_txt {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .ranking h2 .sub_txt {
    display: block;
    font-size: 2.9vw;
    text-align: center;
    margin-top: 0.5em;
  }
}
.page_content .ranking .table_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page_content .ranking .table_box {
    overflow-x: scroll;
  }
}
.page_content .ranking .table_box table {
  width: 100%;
  border: 1px solid #999;
  box-shadow: 10px 10px 0px 0px #42210b;
}
@media screen and (max-width: 768px) {
  .page_content .ranking .table_box table {
    width: 190vw;
  }
}
.page_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: #00425a;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .page_content .ranking .table_box table thead tr th {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .ranking .table_box table thead tr th {
    font-size: 3.5vw;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}
.page_content .ranking .table_box table thead tr th:nth-child(2) {
  width: 44.44%;
}
.page_content .ranking .table_box table thead tr th:nth-child(3) {
  width: 30.78%;
}
.page_content .ranking .table_box table thead tr th + th {
  border-left: 1px solid #fff;
}
.page_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) {
  .page_content .ranking .table_box table tbody tr td {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .ranking .table_box table tbody tr td {
    font-size: 3.5vw;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.page_content .ranking .table_box table tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #f2f2f2;
}
.page_content .ranking .table_box table tbody tr td + td {
  border-left: 1px solid #999;
}
.page_content .ranking .table_box table tbody tr.pickup td:nth-child(1), .page_content .ranking .table_box table tbody tr.pickup td:nth-child(2), .page_content .ranking .table_box table tbody tr.pickup td:nth-child(3) {
  background-color: #FF0000;
  color: #fff;
}
.page_content .ranking .sub_table_txt {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .page_content .ranking .sub_table_txt {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .ranking .sub_table_txt {
    font-size: 4vw;
  }
}
.page_content .ranking .sub_txt {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0;
  color: #fff;
  margin-top: 2em;
}
@media screen and (max-width: 1080px) {
  .page_content .ranking .sub_txt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .ranking .sub_txt {
    font-size: 2.7vw;
    margin-top: 1em;
  }
}
.page_content .btn_back {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .page_content .btn_back {
    margin-top: 4.6296296296vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .btn_back {
    margin-top: 6.1333333333vw;
  }
}/*# sourceMappingURL=style_motor.css.map */