@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");
}
#main #contact {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 40px;
}
#main #contact .contact-privacy {
  padding: 30px;
  margin-top: 40px;
  background-color: #EFF4FF;
  font-size: 16px;
  border-top: none;
}
@media screen and (max-width: 767px) {
  #main #contact .contact-privacy {
    padding: 30px 20px;
    font-size: 14px;
  }
}
#main #contact .contact-privacy-text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main #contact .contact-privacy-text {
    font-size: 14px;
    text-align: left;
  }
}
#main #contact .contact-privacy-button {
  display: inline-block;
  padding: 0;
  color: #1e3779 !important;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #1e3779;
  transition: border-bottom .1s;
}
#main #contact .contact-privacy-button:after {
  background: unset;
}
@media screen and (max-width: 767px) {
  #main #contact .contact-privacy-button {
    font-size: 13px;
  }
}
#main #contact .contact-privacy-button:hover {
  background: unset;
  border-bottom: 1px solid transparent;
}
#main #contact .contact-privacy-button:after {
  padding-left: 8px;
  font-family: FontAwesome;
  content: "\f08e";
  padding-left: 8px;
  padding-right: 0;
}
#main #contact .contact-privacy-form {
  margin-top: 0;
  border-top: none;
  padding-top: 30px;
}
#main #contact .contact-privacy-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main #contact .contact-privacy-label {
    font-size: 14px;
  }
}
#main #contact .contact-privacy-label-required {
  color: #da0000;
}
@media screen and (max-width: 767px) {
  #main #contact .contact-privacy-label-required {
    display: block;
  }
}
#main #contact .contact-privacy-errmsg {
  color: #da0000;
}
#main #contact .contact-text .require-txt {
  color: #da0000;
}
#main #contact #contact-form {
  max-width: 960px;
  margin: 0 auto;
}
#main #contact #contact-form form.table table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
#main #contact #contact-form form.table table tr th {
  width: 30%;
  padding-right: 10px;
  background-color: #f3f3f3;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table table tr th {
    width: 100%;
    padding-left: 50px;
    font-size: 14px;
  }
}
#main #contact #contact-form form.table table tr th span.required {
  background-color: #da0000;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table table tr th span.required {
    width: 40px;
    top: 8px;
  }
}
#main #contact #contact-form form.table table tr td {
  width: 70%;
  padding: 10px 0 10px 10px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table table tr td {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
}
#main #contact #contact-form form.table table tr td label {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table table tr td label {
    font-size: 14px;
  }
}
#main #contact #contact-form form.table table tr td input.sizeM {
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table table tr td input.sizeM {
    max-width: 100%;
  }
}
#main #contact #contact-form form.table table tr td input.hasDatepicker {
  margin-top: -3px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table table tr td input.hasDatepicker {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
#main #contact #contact-form form.table table tr td input, #main #contact #contact-form form.table table tr td textarea {
  background-color: #fbfbfc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table table tr td input, #main #contact #contact-form form.table table tr td textarea {
    font-size: 16px;
  }
}
#main #contact #contact-form form.table table tr td select {
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
#main #contact #contact-form form.table table tr td .errormessage {
  color: #da0000;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table table tr td .errormessage {
    font-size: 13px;
  }
}
#main #contact #contact-form form.table div.submit {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table div.submit {
    margin-top: 30px;
  }
}
#main #contact #contact-form form.table div.submit input[type="submit"] {
  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;
}
@media screen and (max-width: 1199px) {
  #main #contact #contact-form form.table div.submit input[type="submit"] {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.table div.submit input[type="submit"] {
    width: calc(100% - 74px);
    max-width: 320px;
    height: 40px;
    padding: 11px 40px 10px;
    font-size: 14px;
  }
}
#main #contact #contact-form form.table div.submit input[type="submit"]:after {
  content: none;
}
#main #contact #contact-form form.table div.submit input[type="submit"]:hover {
  opacity: 0.7;
  background-color: #f39800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.confirm div.submit {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#main #contact #contact-form form.confirm div.submit input[type="submit"] {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #main #contact #contact-form form.confirm div.submit input[type="submit"] {
    font-size: 14px;
  }
}
#main #contact #contact-form form.confirm div.submit input[type="submit"].modify {
  background-color: #aaa;
}
#main #contact .members_info {
  max-width: 960px;
  margin: 0 auto;
  padding: 0.35em 0.625em 0.75em;
}

.alert-info {
  background-color: #fef4de;
  color: #000;
  font-size: 15px;
  border: none;
}
@media screen and (max-width: 767px) {
  .alert-info {
    font-size: 14px;
  }
}

.help-block {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .help-block {
    font-size: 13px;
  }
}

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