/*---------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px), print {
  .underlayer_sec:not(:first-child) {
    margin-top: 64px;
  }
}

input, textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  font-size: 1.6rem;
  color: #000;
  word-break: keep-all;
  -moz-box-shadow: none;
       box-shadow: none;
  -moz-border-radius: 0;
       border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: auto;
  border-radius: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #262626;
  opacity: 0.5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #262626;
  opacity: 0.5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #262626;
  opacity: 0.5;
}

input::placeholder, textarea::placeholder {
  color: #262626;
  opacity: 0.5;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #262626;
  opacity: 0.5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #262626;
  opacity: 0.5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #262626;
  opacity: 0.5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #262626;
  opacity: 0.5;
}

@media print, screen and (min-width: 768px), print {
  input, textarea {
    font-size: 1.5rem;
  }
}

input.form-error, textarea.form-error {
  border: 1px solid #CD2929;
}

.button {
  word-break: keep-all;
  -moz-box-shadow: none;
       box-shadow: none;
  -moz-border-radius: 0;
       border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: auto;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .underlayer_sec:not(:first-child) {
    margin-top: 40px;
  }
}

.form-area .form-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px), print {
  .form-area .form-label {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 10px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-area .form-label .required {
  color: #00629D;
  font-weight: 700;
  line-height: 160%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #00629D;
  -moz-border-radius: 1000px;
       border-radius: 1000px;
  font-size: 1rem;
  padding: 1px 8px;
}

@media print, screen and (min-width: 768px), print {
  .form-area .form-label .required {
    margin-top: 2px;
    font-size: 1.1rem;
    padding: 2px 10px;
  }
}

.form-area .form-control {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form-area .form-control {
    margin-top: 16px;
  }
}

.form-area .form-group {
  display: block;
  border-top: 1px solid #B2C9ED;
  padding: 24px 0;
}

@media print, screen and (min-width: 768px), print {
  .form-area .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
    padding: 40px 0;
  }
}

@media print, screen and (min-width: 768px), print {
  .form-area .form-group input.wd-min {
    width: 405px;
  }
}

.form-area .privacy-policy {
  display: block;
}

@media print, screen and (min-width: 768px), print {
  .form-area .privacy-policy {
    padding-top: 72px;
  }
}

.form-area .privacy-policy .form-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-area .privacy-policy .form-label {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px), print {
  .form-area .privacy-policy .form-label {
    font-size: 1.6rem;
  }
}

.form-area .privacy-policy a {
  color: #00629D;
  text-decoration: underline;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-right: 7px;
  font-size: 1.4rem;
}

.form-area .privacy-policy a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/contact/icon_external.svg") no-repeat center/contain;
  margin-top: 3px;
}

@media print, screen and (min-width: 768px), print {
  .form-area .privacy-policy a {
    font-size: 1.6rem;
  }
  .form-area .privacy-policy a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.form-area .privacy-policy input[type='checkbox']:not(:checked), .form-area .privacy-policy input[type='checkbox']:checked {
  position: absolute;
  display: none;
}

.form-area .privacy-policy input[type='checkbox']:not(:checked) + label,
.form-area .privacy-policy input[type='checkbox']:checked + label {
  position: relative;
  padding-left: 38px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  cursor: pointer;
}

.form-area .privacy-policy input[type='checkbox']:not(:checked) + label:before,
.form-area .privacy-policy input[type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 1;
}

.form-area .privacy-policy input[type='checkbox']:checked + label:before {
  background-color: #00629D;
}

.form-area .privacy-policy input[type='checkbox']:not(:checked) + label:after,
.form-area .privacy-policy input[type='checkbox']:checked + label:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 5px;
  width: 16px;
  height: 8px;
  line-height: 0.8;
  z-index: 2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form-area .privacy-policy input[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.form-area .privacy-policy input[type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
     -moz-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}

.form-area .privacy-policy input[type='checkbox']:disabled:not(:checked) + label:before,
.form-area .privacy-policy input[type='checkbox']:disabled:checked + label:before {
  background-color: #ddd;
  border-color: #bbb;
  -moz-box-shadow: none;
       box-shadow: none;
}

.form-area .privacy-policy input[type='checkbox']:disabled:checked + label:after {
  color: #999;
}

.form-area .privacy-policy input[type='checkbox']:disabled + label {
  color: #aaa;
}

.form-area .privacy-policy input[type='checkbox'].form-error:not(:checked) + label:before,
.form-area .privacy-policy input[type='checkbox'].form-error:checked + label:before {
  border: 1px solid #CD2929;
}

.form-area .privacy-policy .txtError {
  text-align: center;
}

.form-area .btn-group {
  border-top: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 0 0;
  gap: 32px;
}

@media print, screen and (min-width: 768px), print {
  .form-area .btn-group {
    gap: 48px;
  }
}

.form-area .btn-group .c-btn {
  background: -webkit-gradient(linear, left top, right top, from(#0070B4), to(#004A76));
  background: -webkit-linear-gradient(left, #0070B4 0%, #004A76 100%);
  background: -moz- oldlinear-gradient(left, #0070B4 0%, #004A76 100%);
  background: linear-gradient(90deg, #0070B4 0%, #004A76 100%);
  padding: 12px 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 1.12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 270px;
  height: 52px;
}

.form-area .btn-group .c-btn:after {
  content: "";
  display: block;
  width: 38px;
  height: 30px;
  background: url(../img/contact/icon_arrow.svg) no-repeat center/contain;
  -webkit-transition: margin-right 0.3s;
  -moz-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
}

@media print, screen and (min-width: 768px), print {
  .form-area .btn-group .c-btn {
    padding: 20px 30px;
    font-size: 1.6rem;
    width: 313px;
    height: 71px;
  }
  .form-area .btn-group .c-btn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .form-area .btn-group .c-btn:hover:after {
    margin-right: -5px;
  }
}

.form-area .btn-group .c-btn--return {
  background: none;
  color: #262626;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 168px;
  height: 42px;
  padding: 0;
  border-bottom: 1px solid #00629D;
}

.form-area .btn-group .c-btn--return:after {
  background: url(../img/contact/icon_arrow_return.svg) no-repeat center/contain;
  -webkit-transition: margin-left 0.3s;
  -moz-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}

@media print, screen and (min-width: 768px), print {
  .form-area .btn-group .c-btn--return {
    width: 174px;
  }
  .form-area .btn-group .c-btn--return:hover:after {
    margin-left: -5px;
  }
}

.form-area .txtError {
  color: #CD2929;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px), print {
  .form-area .txtError {
    margin-top: 8px;
  }
}

.form-area.form-confirm .form-group .form-label {
  margin-top: 0;
}

.form-area.form-confirm .btn-group {
  border-top: 1px solid #B2C9ED;
  padding-top: 48px;
}

@media print, screen and (min-width: 768px), print {
  .form-area.form-confirm .btn-group {
    padding-top: 72px;
  }
}

.form-area.form-complete {
  padding-bottom: 40px;
}

@media print, screen and (min-width: 768px), print {
  .form-area.form-complete {
    padding-bottom: 130px;
  }
}

.form-area.form-complete .complete-ttl {
  color: #00629D;
  -moz-font-feature-settings: 'palt' on;
       font-feature-settings: 'palt' on;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 180%;
  /* 54px */
  letter-spacing: 1.68px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px), print {
  .form-area.form-complete .complete-ttl {
    font-size: 3rem;
    letter-spacing: 2.1px;
    margin-bottom: 38px;
  }
}

.form-area.form-complete .btn-group {
  padding-top: 40px;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media print, screen and (min-width: 768px), print {
  .form-area.form-complete .btn-group {
    padding-top: 80px;
  }
}
