main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main [data-header_box] {
  width: 100%;
  height: 220px;
  background-image: url(/images/2025_pc_back_v2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main [data-header_box] div {
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
main [data-header_box] div > a {
  width: 210px;
  height: 68px;
  border-radius: 37px;
  background-color: #ff8f11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
main [data-header_box] div > a:first-of-type {
  margin-right: 20px;
}
main [data-content_wrap] {
  width: 100%;
  max-width: 1280px;
  padding-bottom: 120px;
}
main [data-content_wrap] [data-title_box] {
  width: 100%;
  max-width: 1280px;
  padding-top: 64px;
  padding-bottom: 15px;
  padding-left: 5px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #222;
}
main [data-content_wrap] [data-text_box] {
  padding-top: 42px;
}
main [data-content_wrap] [data-text_box] ul li {
  padding-bottom: 60px;
}
main [data-content_wrap] [data-text_box] ul li span {
  display: inline-block;
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
}
main [data-content_wrap] [data-text_box] ul li p {
  font-size: 16px;
  line-height: 24px;
}
main [data-content_wrap] [data-text_box] ul li [data-main_text] {
  padding-bottom: 9px;
}
main [data-content_wrap] [data-text_box] ul li table {
  margin-top: 10px;
  width: 100%;
  border-top: 1px solid #222;
  border-collapse: collapse;
}
main [data-content_wrap] [data-text_box] ul li table tr {
  text-align: center;
  border-bottom: 1px solid #dedede;
}
main [data-content_wrap] [data-text_box] ul li table tr th {
  width: 25%;
  background-color: #f7f7f7;
  height: 51px;
  vertical-align: middle;
  border-right: 1px solid #dedede;
}
main [data-content_wrap] [data-text_box] ul li table tr th:last-child {
  border-right: none;
}
main [data-content_wrap] [data-text_box] ul li table tr td {
  height: 71px;
  vertical-align: middle;
  border-right: 1px solid #dedede;
}
main [data-content_wrap] [data-text_box] ul li table tr td:last-child {
  border-right: none;
}

@media (max-width: 760px) {
  [data-mobile_header] [data-top_header] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 9px;
    padding-right: 9px;
  }
  [data-mobile_header] [data-top_header] [data-back_btn] {
    width: 30px;
    height: 30px;
    border: none;
    background-image: url(/images/menu-back.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
  }
  [data-mobile_header] [data-top_header] span {
    font-size: 18px;
    font-weight: bold;
  }
  [data-mobile_header] [data-top_header] [data-more_box] {
    width: 30px;
    height: 30px;
    position: relative;
    right: 0;
    border: none;
    background-image: url(/images/mobile-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
  }
  main [data-header_box] {
    width: 100%;
    height: 150px;
    background-image: url(/images/2025-sub-m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  main [data-header_box] div {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main [data-header_box] div > a {
    width: 148px;
    height: 48px;
    border-radius: 37px;
    background-color: #ff8f11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  main [data-header_box] div > a:first-of-type {
    margin-right: 10px;
  }
  main [data-content_wrap] {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
  }
  main [data-content_wrap] [data-title_box] {
    display: none;
  }
  main [data-content_wrap] [data-text_box] {
    padding-top: 40px;
  }
  main [data-content_wrap] [data-text_box] ul li {
    padding-bottom: 44px;
  }
  main [data-content_wrap] [data-text_box] ul li span {
    display: inline-block;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
  }
  main [data-content_wrap] [data-text_box] ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  main [data-content_wrap] [data-text_box] ul li [data-main_text] {
    padding-bottom: 13px;
  }
  main [data-content_wrap] [data-text_box] ul li:last-child p {
    padding-bottom: 16px;
  }
}