@charset "utf-8";
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/2026_pc_back.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: rgba(255, 255, 255, 0.15);
  border: 2px solid #fff;
  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: 65px;
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #222;
}
main [data-content_wrap] table {
  margin-top: 30px;
}
main [data-content_wrap] table tr {
  height: 92px;
}
main [data-content_wrap] table tr th {
  vertical-align: top;
  width: 180px;
  text-align: left;
  padding-left: 11px;
  padding-top: 25px;
  font-size: 20px;
  font-weight: 500;
}
main [data-content_wrap] table tr th span::before {
  content: "*";
  color: #ff2200;
  font-size: 20px;
  padding-right: 10px;
}
main [data-content_wrap] table tr [data-content_th] {
  padding-left: 11px;
  padding-top: 57px;
}
main [data-content_wrap] table tr td input, main [data-content_wrap] table tr td textarea {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  height: 68px;
  width: 680px;
  border: 1px solid #dedede;
  font-size: 20px;
}
main [data-content_wrap] table tr td input::-webkit-input-placeholder, main [data-content_wrap] table tr td textarea::-webkit-input-placeholder {
  font-size: 20px;
  color: #c2c2c2;
}
main [data-content_wrap] table tr td input::-moz-placeholder, main [data-content_wrap] table tr td textarea::-moz-placeholder {
  font-size: 20px;
  color: #c2c2c2;
}
main [data-content_wrap] table tr td input:-ms-input-placeholder, main [data-content_wrap] table tr td textarea:-ms-input-placeholder {
  font-size: 20px;
  color: #c2c2c2;
}
main [data-content_wrap] table tr td input::-ms-input-placeholder, main [data-content_wrap] table tr td textarea::-ms-input-placeholder {
  font-size: 20px;
  color: #c2c2c2;
}
main [data-content_wrap] table tr td input::placeholder, main [data-content_wrap] table tr td textarea::placeholder {
  font-size: 20px;
  color: #c2c2c2;
}
main [data-content_wrap] table tr td textarea {
  height: 136px;
  margin-bottom: 21px;
  padding: 24px 20px;
}
main [data-content_wrap] [data-btn_box] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main [data-content_wrap] [data-btn_box] button {
  width: 200px;
  height: 54px;
  background-color: #7e499f;
  border-radius: 27px;
  color: #fff;
  font-size: 20px;
  border: none;
  margin-top: 55px;
}

@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: 16px;
    padding-right: 16px;
  }
  [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/2026_mobile-back.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: rgba(255, 255, 255, 0.15);
    border: 2px solid #fff;
    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] {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
  }
  main [data-content_wrap] [data-title_box] {
    display: none;
  }
  main [data-content_wrap] table {
    margin-top: 36px;
  }
  main [data-content_wrap] table tr {
    height: 50px;
  }
  main [data-content_wrap] table tr th {
    font-size: 14px;
    width: 106px;
    padding-left: 1px;
    padding-top: 19px;
  }
  main [data-content_wrap] table tr th span::before {
    content: "*";
    color: #ff2200;
    font-size: 14px;
    padding-right: 10px;
  }
  main [data-content_wrap] table tr [data-content_th] {
    padding-left: 1px;
    padding-top: 43px;
  }
  main [data-content_wrap] table tr td input, main [data-content_wrap] table tr td textarea {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    height: 50px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 20px;
    margin-bottom: 12px;
  }
  main [data-content_wrap] table tr td input::-webkit-input-placeholder, main [data-content_wrap] table tr td textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #c2c2c2;
  }
  main [data-content_wrap] table tr td input::-moz-placeholder, main [data-content_wrap] table tr td textarea::-moz-placeholder {
    font-size: 14px;
    color: #c2c2c2;
  }
  main [data-content_wrap] table tr td input:-ms-input-placeholder, main [data-content_wrap] table tr td textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #c2c2c2;
  }
  main [data-content_wrap] table tr td input::-ms-input-placeholder, main [data-content_wrap] table tr td textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #c2c2c2;
  }
  main [data-content_wrap] table tr td input::placeholder, main [data-content_wrap] table tr td textarea::placeholder {
    font-size: 14px;
    color: #c2c2c2;
  }
  main [data-content_wrap] table tr td textarea {
    height: 100px;
    margin-bottom: 9px;
    padding: 15px 20px;
  }
  main [data-content_wrap] [data-btn_box] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main [data-content_wrap] [data-btn_box] button {
    width: 100%;
    height: 50px;
    background-color: #7e499f;
    border-radius: 27px;
    color: #fff;
    font-size: 20px;
    border: none;
    margin-top: 27px;
  }
}