#contact .policy-title {
  padding: 2em 0 0.5em 0;
  text-align: center;
  font-size: 1.125rem;
}
#contact .policy-scroll {
  height: 240px;
  overflow-y: scroll;
  padding: 30px;
  border: 1px solid #ccc;
  background: #fff;
}
#contact .submit {
  display: flex;
  justify-content: center;
  padding: 32px;
}
#contact .form .form_table {
  width: 100%;
  border-spacing: 0 41px;
}
#contact .form .form_table tbody {
  width: 100%;
}
#contact .form .form_table .align_top {
  align-items: flex-start;
}
#contact .form .form_table th {
  width: 12em;
  line-height: 1;
  text-align: left;
}
#contact .form .form_table th em {
  padding-top: 10px;
  display: block;
  font-style: normal;
  font-size: 0.875rem;
  color: #ff3d3a;
}
@media (max-width: 767px) {
  #contact .form .form_table th {
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
#contact .form .form_table td {
  width: calc(100% - 9em);
}
#contact .form .form_table td p {
  margin-bottom: 20px;
}
#contact .form .form_table td em {
  color: #3c3c3c;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
#contact .form .form_table td .mr10 {
  margin-right: 10px;
}
#contact .form .form_table td textarea {
  padding: 1em;
  width: 100%;
  height: 15em;
  line-height: 1.5;
}
#contact .form .form_table td textarea + em {
  width: 100%;
}
#contact .form .form_table td .col label {
  width: 10em;
}
#contact .form .form_table td .col > span {
  width: calc(100% - 10em);
}
#contact .form .att {
  margin: 1em 0 2em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}
#contact .form input[type=text],
#contact .form input[type=email],
#contact .form input[type=tel],
#contact .form textarea {
  border: 1px solid #ccc;
  background-color: #FFF;
  margin-bottom: 13px;
}
#contact .form input[type=text],
#contact .form input[type=email],
#contact .form input[type=tel] {
  width: 100%;
  padding: 12px 1em;
}
#contact .form input[type=radio] {
  margin: 0 0.25em 0 1em;
}
#contact .form input[type=radio] + label {
  margin-right: 0.75em;
  font-size: 1.125rem;
}
#contact .form .wpcf7-form-control-wrap + .att {
  margin: 0.5em 0 0;
}
#contact .form .btn_area {
  display: flex;
  justify-content: center;
  padding: 60px 0 0;
}
#contact .form .btn_area input:nth-child(2n) {
  margin-left: 20px;
}
#contact .form input[type=submit],
#contact .form input[type=button] {
  cursor: pointer;
  padding: 18px 90px;
  font-style: normal;
}
@media (max-width: 767px) {
  #contact .form input[type=submit],
  #contact .form input[type=button] {
    padding: 18px 2em;
    width: 100%;
  }
}
#contact .form input[type=button].back_btn {
  color: #333;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 1em;
  padding-right: 1em;
}
#contact .form input[type=button].back_btn:hover {
  background: transparent;
}
#contact .form #zip {
  width: 8em;
  margin-bottom: 20px;
}
#contact .form input::-moz-placeholder, #contact .form textarea::-moz-placeholder {
  color: #cccccc;
}
#contact .form input::placeholder,
#contact .form textarea::placeholder {
  color: #cccccc;
}
@media (max-width: 767px) {
  #contact .form .form_table {
    border-spacing: 0;
  }
  #contact .form .form_table dl,
  #contact .form .form_table dl,
  #contact .form .form_table dd {
    display: block;
  }
  #contact .form .form_table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
  }
  #contact .form .form_table td {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #contact .form .form_table th {
    padding-bottom: 15px;
  }
  #contact .form .form_table th label em {
    display: inline-block;
    padding-left: 1em;
  }
  #contact .form .form_table dd {
    width: 100%;
  }
  #contact .form .form_table .select-wrap {
    margin-bottom: 10px;
  }
  #contact .form .form_table .select-wrap:nth-child(n+2) {
    margin-left: 0;
  }
}
#contact .confirm .main_visual,
#contact .confirm .main_visual::before {
  height: 50vh;
}
#contact .confirm .confirm__txt {
  padding-bottom: 32px;
}
#contact .confirm .confirm__txt h2 {
  margin-bottom: 0.5em;
}
#contact .confirm .form .form_table {
  margin-bottom: 0;
}
#contact .confirm .form .form_table {
  width: 100%;
  border-spacing: 0 41px;
}
#contact .confirm .form .form_table dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 2em;
}
@media all and (max-width: 768px) {
  #contact .confirm .form .form_table dl {
    flex-direction: column;
  }
}
#contact .confirm .form .form_table dt {
  width: 11em;
  line-height: 1;
  text-align: left;
}
@media all and (max-width: 768px) {
  #contact .confirm .form .form_table dt {
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 0.5em;
    font-weight: 600;
  }
}
#contact .confirm .form .form_table dd {
  width: calc(100% - 11em);
  padding-left: 2em;
}
@media all and (max-width: 768px) {
  #contact .confirm .form .form_table dd {
    padding-left: 1em;
  }
}
#contact .thanks .main_visual,
#contact .thanks .main_visual::before {
  height: 50vh;
}
#contact .thanks .thanks__txt {
  max-width: 980px;
  margin: 50px auto 50px auto;
  padding-top: 26px;
  text-align: center;
}
#contact .thanks .thanks__txt h2 {
  margin-bottom: 0.5em;
  text-align: center;
}
#contact .thanks .thanks__txt p {
  line-height: 2;
}
#contact .thanks .btn_area {
  margin-top: 60px;
}/*# sourceMappingURL=contact.css.map */