@charset "UTF-8";
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
#registration div.form-row {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #registration div.form-row {
    margin: 0 auto 10px;
  }
}
#registration div.form-row > div.form span.help-block.errormessage {
  margin-bottom: 5px;
}
#registration div.form-row label.control-label {
  background-color: #4176e5;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #registration div.form-row label.control-label {
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #registration div.form-row label.control-label span.required {
    margin-left: 5px;
  }
}
#registration div.form-row label.control-label span.required span.label.label-danger {
  background-color: #fff;
  color: #d9534f;
  border: 1px solid #d9534f;
}
#registration div.form-row div.form {
  text-align: left;
}

#registration {
  margin: 50px auto 0;
  max-width: unset;
  width: unset;
}
@media screen and (max-width: 767px) {
  #registration {
    margin: 25px auto 0;
  }
}
#registration fieldset {
  text-align: left;
}
#registration div.form-row.void h6 {
  color: #4176e5;
  font-size: 17px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #registration div.form-row.void h6 {
    font-size: 16px;
  }
}
#registration div.form-row.void p {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #registration div.form-row.void p {
    font-size: 14px;
  }
}
#registration div.form-row input[type="button"] {
  background-color: #4176e5;
  font-size: 15px;
  border: none;
  height: 34px;
  transition: opacity .2s;
}
@media screen and (max-width: 767px) {
  #registration div.form-row input[type="button"] {
    font-size: 14px;
  }
}
#registration div.form-row input[type="button"]:hover {
  background-color: #4176e5;
  color: #fff;
  opacity: 0.7;
}
#registration div.form-row input#member-cellular,
#registration div.form-row input#member-phone,
#registration div.form-row input#member-emergency_phone {
  width: 200px;
}
#registration div.form-row .help-block {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #registration div.form-row .help-block {
    font-size: 13px;
  }
}
#registration div.submit {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #registration div.submit {
    margin: 25px auto 0;
  }
}
#registration div.submit button {
  cursor: pointer;
  margin: 0 auto;
  padding: 9px 40px 12px;
  background-color: #f39800;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  max-width: unset;
  height: 60px;
  white-space: nowrap;
  border-radius: 30px;
  transition: opacity .2s;
  position: relative;
  font-size: inherit;
}
@media screen and (max-width: 1199px) {
  #registration div.submit button {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #registration div.submit button {
    width: calc(100% - 74px);
    max-width: 320px;
    height: 40px;
    padding: 11px 40px 10px;
    font-size: 14px;
  }
}
#registration div.submit button:after {
  content: none;
}
#registration div.submit button:hover {
  opacity: 0.7;
  background-color: #f39800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #registration div.submit button {
    font-size: inherit;
  }
}
#registration form.confirm div.submit button[value=modify],
#registration form.confirm div.submit input[name=return_to_form] {
  margin-bottom: 25px;
  background-color: #aaa;
  border: none;
  position: relative;
}
#registration form.confirm div.submit button[value=modify]:hover,
#registration form.confirm div.submit input[name=return_to_form]:hover {
  background-color: #aaa;
  color: #fff;
}
#registration form.confirm div.submit button[value=modify]:after,
#registration form.confirm div.submit input[name=return_to_form]:after {
  display: none;
}
#registration form.confirm div.submit button[value=modify]:before,
#registration form.confirm div.submit input[name=return_to_form]:before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
  display: block;
  content: "";
  width: 10px;
  height: 20px;
  padding: 0;
  background-image: url("../media/images/2022/common/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  #registration form.confirm div.submit button[value=modify]:before,
  #registration form.confirm div.submit input[name=return_to_form]:before {
    left: 12px;
    width: 5px;
    height: 10px;
    background-size: 5px;
  }
}

body.loggedin #registration div.to_cart a {
  font-size: 14px;
  min-width: auto;
}
body.loggedin #registration div.to_cart a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
}

#registration.identify {
  margin: 26px 50px 0;
}
@media screen and (max-width: 1199px) {
  #registration.identify {
    margin: 26px 10px 0;
  }
}
#registration.identify .help {
  font-size: 15px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  #registration.identify .help {
    font-size: 14px;
  }
}
#registration.identify .help .document_detail {
  background-color: #eff4ff;
}
#registration.identify .help .file_format {
  background-color: #eff4ff;
}
#registration.identify .help .file_format ul.file_format {
  margin: 0 0 0 35px;
}
#registration.identify .field {
  margin: 10px 20px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #registration.identify .field {
    margin: 15px 0;
    font-size: 14px;
  }
}
#registration.identify .field p {
  background: white;
  border: 2px solid #4176e5;
  color: #4176e5;
}
#registration.identify .alert {
  margin: 0 20px 20px;
  color: #DA0000;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #registration.identify .alert {
    margin: 0 0 20px;
    font-size: 14px;
  }
}
#registration.identify + h2 {
  margin-top: 40px;
}

#main .inner > section.sec {
  padding: 40px 0 60px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .inner > section.sec {
    padding-top: 0;
    font-size: 14px;
    text-align: left;
  }
}
#main .inner > section.sec1 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main .inner > section.sec h2:first-child {
    width: calc(100% + 20px);
    margin-left: -10px !important;
  }
}
#main .inner > section.sec p {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main .inner > section.sec p {
    font-size: 14px;
  }
}
#main .inner > section.sec .to_apply_form {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 15px;
}
#main .inner > section.sec .to_apply_form a {
  display: inline-block;
  background: #f39800;
  color: white;
  border-radius: 50px;
  padding: 2px 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 2px 2px 0 #eee;
}
#main .inner > section.sec .to_apply_form a:hover {
  opacity: 0.9;
  box-shadow: none;
}
#main .inner > section.sec div.form-row input[type="text"],
#main .inner > section.sec div.form-row input[type="password"],
#main .inner > section.sec div.form-row input[type="email"],
#main .inner > section.sec div.form-row select,
#main .inner > section.sec div.form-row textarea {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main .inner > section.sec div.form-row input[type="text"],
  #main .inner > section.sec div.form-row input[type="password"],
  #main .inner > section.sec div.form-row input[type="email"],
  #main .inner > section.sec div.form-row select,
  #main .inner > section.sec div.form-row textarea {
    font-size: 16px;
  }
}
#main .inner > section.sec div.form-row input[type="email"] {
  width: calc(60% - 14px);
}
@media screen and (max-width: 767px) {
  #main .inner > section.sec div.form-row input[type="email"] {
    width: calc(100% - 14px);
  }
}

#main section#introduction {
  display: none;
}

/*# sourceMappingURL=2022-registration.css.map */
