/* ------------------------------
 width: all
------------------------------ */
main {
  padding-top: 250px;
}
main section {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  background-image: url(../../images/preregister/s0201.webp);
  background-size: cover;
  background-position: center center;
}
main section + section {
  margin-top: 100px;
}
main section.s01 .wrapper h1 {
  margin: 0 0 28px;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 0 18px rgba(246, 211, 107, 0.35), 0 3px 0 rgba(0, 0, 0, 0.75);
}
main section.s01 .wrapper .contact_lead {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
main section.s01 .wrapper .contact_note {
  margin: 0 0 36px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}
main section.s01 .wrapper form {
  max-width: 860px;
  margin: 0 auto;
  padding: 34px 36px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 12, 12, 0.96)), to(rgba(8, 6, 6, 0.96)));
  background: linear-gradient(180deg, rgba(18, 12, 12, 0.96), rgba(8, 6, 6, 0.96));
  border: 1px solid rgba(225, 176, 75, 0.55);
  border-radius: 16px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 235, 170, 0.08) inset, 0 14px 38px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 0 1px rgba(255, 235, 170, 0.08) inset, 0 14px 38px rgba(0, 0, 0, 0.45);
}
main section.s01 .wrapper form table {
  width: 100%;
  border-collapse: collapse;
}
main section.s01 .wrapper form table tr {
  border-bottom: 1px solid rgba(225, 176, 75, 0.22);
}
main section.s01 .wrapper form table tr:last-child {
  border-bottom: none;
}
main section.s01 .wrapper form table th {
  width: 220px;
  padding: 22px 22px 22px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
  color: #fff;
}
main section.s01 .wrapper form table th span {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 7px 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: #d82222;
}
main section.s01 .wrapper form table td {
  padding: 18px 0;
  vertical-align: top;
  color: #fff;
}
main section.s01 .wrapper form table select,
main section.s01 .wrapper form table input[type=text],
main section.s01 .wrapper form table input[type=email],
main section.s01 .wrapper form table textarea {
  width: 100%;
  padding: 13px 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(225, 176, 75, 0.45);
  border-radius: 8px;
  outline: none;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 235, 170, 0.04) inset;
          box-shadow: 0 0 0 1px rgba(255, 235, 170, 0.04) inset;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
}
main section.s01 .wrapper form table select:focus,
main section.s01 .wrapper form table input[type=text]:focus,
main section.s01 .wrapper form table input[type=email]:focus,
main section.s01 .wrapper form table textarea:focus {
  background: rgba(0, 0, 0, 0.58);
  border-color: rgba(246, 211, 107, 0.95);
  -webkit-box-shadow: 0 0 0 3px rgba(246, 211, 107, 0.16);
          box-shadow: 0 0 0 3px rgba(246, 211, 107, 0.16);
}
main section.s01 .wrapper form table select::-webkit-input-placeholder, main section.s01 .wrapper form table input[type=text]::-webkit-input-placeholder, main section.s01 .wrapper form table input[type=email]::-webkit-input-placeholder, main section.s01 .wrapper form table textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
main section.s01 .wrapper form table select::-moz-placeholder, main section.s01 .wrapper form table input[type=text]::-moz-placeholder, main section.s01 .wrapper form table input[type=email]::-moz-placeholder, main section.s01 .wrapper form table textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
main section.s01 .wrapper form table select:-ms-input-placeholder, main section.s01 .wrapper form table input[type=text]:-ms-input-placeholder, main section.s01 .wrapper form table input[type=email]:-ms-input-placeholder, main section.s01 .wrapper form table textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
main section.s01 .wrapper form table select::-ms-input-placeholder, main section.s01 .wrapper form table input[type=text]::-ms-input-placeholder, main section.s01 .wrapper form table input[type=email]::-ms-input-placeholder, main section.s01 .wrapper form table textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
main section.s01 .wrapper form table select::placeholder,
main section.s01 .wrapper form table input[type=text]::placeholder,
main section.s01 .wrapper form table input[type=email]::placeholder,
main section.s01 .wrapper form table textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
main section.s01 .wrapper form table select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #ffd400 50%), linear-gradient(135deg, #ffd400 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
main section.s01 .wrapper form table textarea {
  min-height: 190px;
  resize: vertical;
}
main section.s01 .wrapper form table .check_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
main section.s01 .wrapper form table .check_list li {
  margin: 0;
}
main section.s01 .wrapper form table .check_list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
}
main section.s01 .wrapper form table .check_list li input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: #d7aa43;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main section.s01 .wrapper form .submitbtn {
  display: block;
  min-width: 260px;
  margin: 36px auto 0;
  padding: 15px 34px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #1b0c04;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff1a8), color-stop(42%, #f2c85b), to(#b97916));
  background: linear-gradient(180deg, #fff1a8 0%, #f2c85b 42%, #b97916 100%);
  cursor: pointer;
  -webkit-box-shadow: 0 4px 0 rgba(89, 42, 3, 0.95), 0 0 24px rgba(246, 211, 107, 0.35);
          box-shadow: 0 4px 0 rgba(89, 42, 3, 0.95), 0 0 24px rgba(246, 211, 107, 0.35);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-filter 0.2s ease;
}
main section.s01 .wrapper form .submitbtn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
  -webkit-box-shadow: 0 6px 0 rgba(89, 42, 3, 0.95), 0 0 32px rgba(246, 211, 107, 0.5);
          box-shadow: 0 6px 0 rgba(89, 42, 3, 0.95), 0 0 32px rgba(246, 211, 107, 0.5);
}
main section.s01 .wrapper form .submitbtn:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 0 rgba(89, 42, 3, 0.95), 0 0 18px rgba(246, 211, 107, 0.3);
          box-shadow: 0 2px 0 rgba(89, 42, 3, 0.95), 0 0 18px rgba(246, 211, 107, 0.3);
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    padding: 100px 20px 0;
  }
  main section {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
  }
  main section + section {
    margin-top: 50px;
  }
  main section.s01 .wrapper h1 {
    margin-bottom: 22px;
    font-size: 30px;
  }
  main section.s01 .wrapper .contact_lead {
    font-size: 14px;
    text-align: left;
  }
  main section.s01 .wrapper .contact_note {
    margin-bottom: 26px;
    font-size: 13px;
    text-align: left;
  }
  main section.s01 .wrapper form {
    padding: 24px 18px 30px;
    border-radius: 12px;
  }
  main section.s01 .wrapper form table {
    display: block;
  }
  main section.s01 .wrapper form table tbody,
  main section.s01 .wrapper form table tr,
  main section.s01 .wrapper form table th,
  main section.s01 .wrapper form table td {
    display: block;
    width: 100%;
  }
  main section.s01 .wrapper form table tr {
    padding: 18px 0;
  }
  main section.s01 .wrapper form table th {
    padding: 0 0 8px;
    font-size: 14px;
  }
  main section.s01 .wrapper form table th span {
    margin-left: 6px;
    padding: 2px 6px;
    font-size: 10px;
  }
  main section.s01 .wrapper form table td {
    padding: 0;
  }
  main section.s01 .wrapper form table select,
  main section.s01 .wrapper form table input[type=text],
  main section.s01 .wrapper form table input[type=email],
  main section.s01 .wrapper form table textarea {
    padding: 12px 12px;
    font-size: 16px;
  }
  main section.s01 .wrapper form table textarea {
    min-height: 170px;
  }
  main section.s01 .wrapper form table .check_list li label {
    font-size: 13px;
  }
  main section.s01 .wrapper form .submitbtn {
    width: 100%;
    min-width: 0;
    margin-top: 28px;
    padding: 14px 20px;
    font-size: 16px;
  }
}