@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
main {
  padding-top: 250px;
}
main section {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  background-image: url(../../images/preregister/s0201.webp);
  background-size: cover;
  background-position: center center;
  position: relative;
}
main section .idpoint {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
}
main section + section {
  margin-top: 50px;
}
main section.s01 .wrapper {
  padding: 0 60px;
}
main section.s01 .wrapper * {
  color: #fff;
}
main section.s01 .wrapper h2 {
  font-size: 24px;
  border-left: 10px solid #fff;
  font-weight: bold;
  padding-left: 20px;
}
main section.s01 .wrapper .t01 {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
main section.s01 .wrapper .um_rank_table {
  width: 600px;
  display: block;
  margin: 50px auto 0;
}
main section.s01 .wrapper .glory_images {
  width: 100%;
  display: block;
  margin: 30px auto;
}
main section.s01 .wrapper .bet_rally_screen {
  margin-top: 20px;
  width: 100%;
  display: block;
}
main section.s01 .wrapper .bet_rally_reward_table table {
  width: 100%;
}
main section.s01 .wrapper .bet_rally_reward_table table tr th,
main section.s01 .wrapper .bet_rally_reward_table table tr td {
  border: 1px solid #fff;
  padding: 8px 10px;
}
main section.s01 .wrapper .bet_rally_reward_table table tr th {
  text-align: center;
}
main section.s01 .wrapper .bet_rally_reward_table table tr td {
  text-align: right;
}
main section.s01 .wrapper .bet_rally_skin_images {
  margin: 20px auto 30px;
}
main section.s01 .wrapper .bet_rally_skin_images.frame_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  padding: 30px 40px 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main section.s01 .wrapper .bet_rally_skin_images.frame_box .img01 {
  width: 70%;
  display: block;
}
main section.s01 .wrapper .bet_rally_skin_images.frame_box .img02 {
  width: 25%;
  height: auto;
  display: block;
  border-radius: 1000px;
}
main section.s01 .wrapper .bet_rally_skin_images.stable_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  padding: 30px 40px 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main section.s01 .wrapper .bet_rally_skin_images.stable_box .img01 {
  width: 70%;
  display: block;
}
main section.s01 .wrapper .bet_rally_skin_images.stable_box .img02 {
  width: 25%;
  height: auto;
  display: block;
  border-radius: 1000px;
}
main section.s01 .wrapper .bet_rally_skin_images.horse_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  padding: 30px 40px 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main section.s01 .wrapper .bet_rally_skin_images.horse_box .img01 {
  width: 70%;
  display: block;
}
main section.s01 .wrapper .bet_rally_skin_images.horse_box .img02 {
  width: 25%;
  height: auto;
  display: block;
  border-radius: 1000px;
}
main section.s01 .wrapper .account_level_reward_table table {
  width: 500px;
  text-align: center;
}
main section.s01 .wrapper .account_level_reward_table table tr th,
main section.s01 .wrapper .account_level_reward_table table tr td {
  border: 1px solid #fff;
  text-align: center;
  padding: 6px 0;
}
main section.s01 .wrapper dl {
  margin-top: 50px;
}
main section.s01 .wrapper dl dt {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
main section.s01 .wrapper dl dd {
  margin-top: 10px;
}
main section.s01 .wrapper dl dd ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 5px;
  padding-left: 18px;
}
main section.s01 .wrapper dl dd ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper dl dd p {
  margin: 20px 0;
  line-height: 1.7;
}
main section.s01 .wrapper .btn_race {
  width: 300px;
  display: block;
  margin: 50px auto 0;
}
main section.s01 .wrapper .btn_race img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    padding: 100px 10px 0;
  }
  main section {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
  }
  main section .idpoint {
    top: -70px;
  }
  main section + section {
    margin-top: 50px;
  }
  main section.s01 .wrapper {
    padding: 0 0px;
  }
  main section.s01 .wrapper * {
    color: #fff;
  }
  main section.s01 .wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    border-left: 8px solid #fff;
    padding-left: 15px;
  }
  main section.s01 .wrapper .t01 {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
  }
  main section.s01 .wrapper .um_rank_table {
    width: 100%;
    display: block;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper .bet_rally_screen {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .bet_rally_reward_table table {
    width: 100%;
  }
  main section.s01 .wrapper .bet_rally_reward_table table tr th,
  main section.s01 .wrapper .bet_rally_reward_table table tr td {
    border: 1px solid #fff;
    padding: 4px 5px 4px 0;
    font-size: 10px;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .bet_rally_reward_table table tr th {
    text-align: center;
  }
  main section.s01 .wrapper .bet_rally_reward_table table tr th:nth-child(1) {
    width: 23px !important;
    padding-right: 2px;
    padding-left: 2px;
  }
  main section.s01 .wrapper .bet_rally_reward_table table tr td {
    text-align: right;
  }
  main section.s01 .wrapper .bet_rally_skin_images {
    margin: 13px auto 20px;
  }
  main section.s01 .wrapper .bet_rally_skin_images.frame_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #000;
    padding: 15px 20px 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main section.s01 .wrapper .bet_rally_skin_images.frame_box .img01 {
    width: 70%;
    display: block;
  }
  main section.s01 .wrapper .bet_rally_skin_images.frame_box .img02 {
    width: 25%;
    height: auto;
    display: block;
    border-radius: 1000px;
  }
  main section.s01 .wrapper .bet_rally_skin_images.stable_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #000;
    padding: 15px 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main section.s01 .wrapper .bet_rally_skin_images.stable_box .img01 {
    width: 70%;
    display: block;
  }
  main section.s01 .wrapper .bet_rally_skin_images.stable_box .img02 {
    width: 25%;
    height: auto;
    display: block;
    border-radius: 1000px;
  }
  main section.s01 .wrapper .bet_rally_skin_images.horse_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #000;
    padding: 15px 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main section.s01 .wrapper .bet_rally_skin_images.horse_box .img01 {
    width: 70%;
    display: block;
  }
  main section.s01 .wrapper .bet_rally_skin_images.horse_box .img02 {
    width: 25%;
    height: auto;
    display: block;
    border-radius: 1000px;
  }
  main section.s01 .wrapper .account_level_reward_table table {
    width: 100%;
    text-align: center;
  }
  main section.s01 .wrapper .account_level_reward_table table tr th,
  main section.s01 .wrapper .account_level_reward_table table tr td {
    border: 1px solid #fff;
    text-align: center;
    padding: 3px 0;
    font-size: 13px;
  }
  main section.s01 .wrapper dl {
    margin-top: 30px;
  }
  main section.s01 .wrapper dl dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
  }
  main section.s01 .wrapper dl dd {
    margin-top: 7px;
  }
  main section.s01 .wrapper dl dd ul li {
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 5px;
    padding-left: 16px;
  }
  main section.s01 .wrapper dl dd ul li::before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s01 .wrapper dl dd p {
    font-size: 14px;
    margin: 14px 0;
    line-height: 1.7;
  }
  main section.s01 .wrapper .btn_race {
    width: 200px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper .btn_race img {
    width: 100%;
    display: block;
  }
}