/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .bold {
    font-weight: bold;
  }
  .big {
    font-size: 2rem;
  }
  .col_red {
    color: red;
  }
  .section_block {
    margin-bottom: 45px;
  }
  .section_block__title {
    margin-bottom: 30px;
  }
  .section_block p {
    line-height: 2em;
  }
  .section_block li {
    line-height: 2em;
  }
  .section_block em {
    color: #000a6e;
    font-style: normal;
  }
  .section_block em.color-attention {
    color: #ff0000;
  }
  .text-inside {
    margin-top: 30px;
  }
  .section_box__content {
    margin: 30px 0 80px;
  }
  .section_box__content--inner {
    margin: 30px 0;
  }
  .btn_area {
    margin-top: 60px;
    text-align: center;
  }
  .btn_area .btn {
    margin: auto;
  }
  .btn_area p:not(.btn) {
    color: #000;
    margin-top: 20px;
  }
  .btn_area p:not(.btn) a {
    color: inherit;
  }
  .about h5 {
    font-size: 1.8rem;
  }
  .inquiry .btn {
    height: 45px;
    line-height: 45px;
    margin: 20px 0 25px;
    text-align: center;
  }
  .others dt {
    display: inline-block;
  }
  .others dd {
    display: inline-block;
  }
  .others a {
    color: #000;
    text-decoration: none;
  }
  .target_game {
    margin-bottom: 20px;
  }
  .sold_out {
    font-size: 20px;
    font-weight: bold;
    color: red;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contents__inner {
    padding-bottom: 1.30208vw;
  }
  .bold {
    font-weight: bold;
  }
  .big {
    font-size: 3.64583vw;
  }
  .section_block {
    margin-bottom: 20px;
  }
  .section_block__title {
    margin-bottom: 20px;
  }
  .section_block p {
    line-height: 2em;
  }
  .section_block li {
    line-height: 2em;
  }
  .section_block em {
    color: #000a6e;
    font-style: normal;
  }
  .section_block em.color-attention {
    color: #ff0000;
  }
  .text-inside {
    margin-top: 5.85938vw;
  }
  .section_box__content {
    margin: 3.25521vw 0 6.51042vw;
  }
  .section_box__content--inner {
    margin: 30px 0;
  }
  .btn_area {
    margin: 40px 0;
    text-align: center;
  }
  .btn_area .btn {
    margin: auto;
  }
  .btn_area p:not(.btn) {
    color: #000;
    margin-top: 20px;
  }
  .btn_area p:not(.btn) a {
    color: inherit;
  }
  .about h5 {
    font-size: 1.6rem;
  }
  .others dt {
    display: inline-block;
  }
  .others dd {
    display: inline-block;
  }
  .others a {
    color: #000;
    text-decoration: none;
  }
  .inquiry .btn {
    width: 100%;
    margin: 5.20833vw 0;
  }
  .btn_area {
    margin-top: 7.8125vw;
  }
  .btn_area .btn {
    width: 100%;
  }
  .target_game {
    margin-bottom: 5vw;
  }
  .sold_out {
    font-size: 4.8vw;
    font-weight: bold;
    color: red;
    margin-bottom: 3vw;
  }
}
