@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");
}
#contact {
  display: block;
  width: 960px;
  margin: 42px auto 0;
}
@media screen and (max-width: 767px) {
  #contact {
    width: 100%;
    margin: 0;
  }
}

.contact-flow {
  display: block;
  width: 960px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #909090;
}
@media screen and (max-width: 767px) {
  .contact-flow {
    width: 100%;
    box-sizing: border-box;
  }
}
.contact-flow-item {
  position: relative;
  display: block;
  width: 320px;
  float: left;
  padding: 18px 0;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-flow-item {
    width: 33%;
    padding: 8px;
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
  }
}
.contact-flow-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  display: block;
  width: 0;
  height: 0;
  border: 36px solid #fff;
  border-left: 20px solid #909090;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .contact-flow-item:before {
    top: -1px;
    left: -8px;
    border-top-width: 21px;
    border-bottom-width: 21px;
    border-left-width: 16px;
  }
}
.contact-flow-item:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  display: block;
  width: 0;
  height: 0;
  border: 36px solid transparent;
  border-left: 20px solid #fff;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .contact-flow-item:after {
    top: -1px;
    right: -7px;
    border-top-width: 21px;
    border-bottom-width: 21px;
    border-left-width: 16px;
  }
}
.contact-flow-item.active {
  color: #fff;
  background-color: #909090;
}
.contact-flow-item.active:before {
  border-color: #909090;
  border-left-color: #fff;
}
.contact-flow-item.active:after {
  border-left-color: #909090;
}
@media screen and (max-width: 767px) {
  .contact-flow-item:first-child {
    width: 34%;
  }
}
.contact-flow-item:first-child:before {
  content: none;
}
.contact-title {
  margin-top: 56px;
  color: #000;
  font-size: 43px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 22px;
  }
}
.contact-title:after {
  content: "";
  display: block;
  width: 120px;
  height: 7px;
  margin: auto;
  margin-top: 4px;
  background-color: #fbd955;
}
@media screen and (max-width: 767px) {
  .contact-title:after {
    height: 4px;
  }
}
.contact-text {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact-text {
    display: block;
    width: 96%;
    margin: 2em auto 0;
    font-size: 14px;
  }
}
.contact-text .require-txt {
  color: #ea4e41;
}
.contact-nav {
  display: block;
  margin-top: 16px;
  margin-left: 10px;
  padding-top: 27px;
  border-top: 1px dotted #c6c6c6;
}
@media screen and (max-width: 767px) {
  .contact-nav {
    margin: 2%;
    overflow: hidden;
  }
}
.contact-nav-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-nav-title {
    display: block;
    width: 100%;
    float: left;
  }
}
.contact-nav-item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact-nav-item {
    float: left;
    margin-right: 2em;
  }
}
.contact-nav-item-radio {
  margin: 0 10px;
}
.contact-nav-item-label {
  font-size: 16px;
  line-height: 1.5;
}
.contact-privacy {
  display: none;
  padding-top: 30px;
  border-top: 1px solid #b6b4b9;
  text-align: center;
}
.contact-privacy-title {
  margin: 0;
  color: #1e3779;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contact-privacy-text {
  margin: 1em 0;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
.contact-privacy-button {
  color: #4176e5;
  font-size: 15px;
  line-height: 1.5;
}
.contact-privacy-button::after {
  display: inline-block;
  content: "";
  background: url(../media/images/2022/common/contact-privacy-button-link.svg) no-repeat center/contain;
  width: 15px;
  height: 12px;
  vertical-align: -2px;
}
.contact-privacy-form {
  margin-top: 30px;
  border-top: 1px solid #b6b4b9;
  padding-top: 30px;
}
.contact-privacy-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.contact-privacy-errmsg {
  margin-top: 10px;
  color: #ff2121;
}

#contact-form > *:not(form) {
  display: none;
}
#contact-form form.table {
  border: none;
}
@media screen and (max-width: 767px) {
  #contact-form form.table {
    width: 100%;
  }
}
#contact-form form.table table {
  width: 970px;
  margin: 28px auto 0;
  border: none;
}
@media screen and (max-width: 767px) {
  #contact-form form.table table {
    width: 100%;
  }
}
#contact-form form.table table tr.startdate td input[type="text"] {
  margin-right: 14px;
}
#contact-form form.table table tr.startdate td span.example {
  position: relative;
  margin-left: 0;
  padding-left: 60px;
  background-image: url("/media/images/common/icon_form_calendar.gif");
  background-position: left center;
  background-size: 31px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #contact-form form.table table tr.startdate td span.example {
    padding-left: 0;
    background: none;
  }
}
#contact-form form.table table tr.questionnaire td span.example {
  display: block;
  margin-top: 36px;
}
#contact-form form.table table tr.agree {
  display: none;
}
#contact-form form.table table tr.error th {
  background-color: #ebebeb;
}
#contact-form form.table table tr.error td {
  background-color: #fff;
}
#contact-form form.table table tr.error td input[type="text"],
#contact-form form.table table tr.error td textarea,
#contact-form form.table table tr.error td select {
  background-color: #fffacc;
}
#contact-form form.table table tr th,
#contact-form form.table table tr td {
  border: none;
  padding: 10px 0;
  overflow: hidden;
  vertical-align: top;
  box-sizing: border-box;
}
#contact-form form.table table tr th {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact-form form.table table tr th {
    padding-left: 45px;
    font-size: 14px;
  }
}
#contact-form form.table table tr th span.required {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  background-color: #e50f0f;
  width: 45px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #contact-form form.table table tr th span.required {
    width: 35px;
    font-size: 12px;
  }
}
#contact-form form.table table tr td {
  width: 675px;
}
@media screen and (max-width: 767px) {
  #contact-form form.table table tr td {
    width: 60%;
    font-size: 14px;
  }
}
#contact-form form.table table tr td .sizeSS,
#contact-form form.table table tr td .sizeS,
#contact-form form.table table tr td .sizeM,
#contact-form form.table table tr td .sizeL,
#contact-form form.table table tr td .sizeLL {
  box-sizing: border-box;
  width: 100%;
}
#contact-form form.table table tr td input[type="text"],
#contact-form form.table table tr td input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 8.5px;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}
#contact-form form.table table tr td input.hasDatepicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin-right: 24px;
  padding: 8.5px;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}
#contact-form form.table table tr td label.radio {
  display: inline-block;
  width: auto !important;
  float: none;
  margin-right: 28px;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}
#contact-form form.table table tr td label.radio input[type="radio"] {
  margin-right: 8px;
  vertical-align: middle;
}
#contact-form form.table table tr td label.checkbox {
  display: inline-block;
  width: auto;
  float: none;
  margin-right: 28px;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}
#contact-form form.table table tr td label.checkbox input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #contact-form form.table table tr td label.radio,
  #contact-form form.table table tr td label.checkbox {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
}
#contact-form form.table table tr td select {
  width: auto !important;
  min-width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 8.5px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
@media screen and (max-width: 767px) {
  #contact-form form.table table tr td select {
    padding: 6px 0.75em;
  }
}
#contact-form form.table table tr td textarea {
  width: 100%;
  padding: 8.5px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}
#contact-form form.table table tr td span.description {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
#contact-form form.table table tr td div.errormessage {
  display: block;
  margin-top: 8px;
  color: #ff2121;
}
#contact-form form.table div.submit {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-form form.table div.submit input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  flex-basis: 330px;
  margin: 0 10px;
  border-radius: 30px;
  border: none;
  background-color: #f39800;
  padding: 22px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#contact-form form.confirm div.submit input[type="submit"] {
  width: 240px;
  float: left;
  margin-left: 20px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #contact-form form.confirm div.submit input[type="submit"] {
    width: 48%;
    margin-left: 4%;
  }
}
#contact-form form.confirm div.submit input[type="submit"]:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #contact-form form.confirm div.submit input[type="submit"]:first-child {
    margin-left: 0;
  }
}

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