@charset "UTF-8";
html body main .contents {
  padding-bottom: 0;
}
html body main .contents.contents-form .contact-text {
  margin-bottom: 2.5rem;
  text-align: center;
}
html body main .contents.contents-form .contact-text p {
  margin-bottom: 1rem;
}
html body main .contents.contents-form .contact-text p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents-form .contact-text p br {
  display: none;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-form .contact-text p br {
    display: block;
  }
}
html body main .contents.contents-form .contact-text a {
  color: #e7e7e7;
  display: inline;
  border-bottom: 1px solid #e7e7e7;
}
html body main .contents.contents-form .form-button-back {
  position: relative;
  text-align: center;
}
html body main .contents.contents-form .form-button-back a {
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 40px;
  transition: ease 0.4s;
  color: #fff;
  background-color: #e7e7e7;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-form .form-button-back a {
    padding: 12px 40px;
  }
}
html body main .contents.contents-form .form-button-back a:hover {
  color: #e7e7e7;
  background-color: #fff;
}
html body main .contents.contents-form .form-wrapper-table {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents-form .form-wrapper-table {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents-form .form-wrapper-table tbody,
  html body main .contents.contents-form .form-wrapper-table tr,
  html body main .contents.contents-form .form-wrapper-table th,
  html body main .contents.contents-form .form-wrapper-table td {
    display: block;
    width: 100%;
  }
}
html body main .contents.contents-form .form-wrapper-table tr.form-address td .form-address-child {
  margin-bottom: 5px;
}
html body main .contents.contents-form .form-wrapper-table tr.form-address td .form-address-child:last-child {
  margin-bottom: 0;
}
html body main .contents.contents-form .form-wrapper-table tr.form-address select {
  appearance: auto;
  width: 130px;
}
html body main .contents.contents-form .form-wrapper-table th,
html body main .contents.contents-form .form-wrapper-table td {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}
html body main .contents.contents-form .form-wrapper-table th {
  color: #5e5c4f;
  width: 300px;
  border-bottom: 1px solid #e7e7e7;
  padding: 1.5rem 0;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents-form .form-wrapper-table th {
    border-bottom: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-form .form-wrapper-table th {
    padding: 1rem 0 1rem;
  }
}
html body main .contents.contents-form .form-wrapper-table th .form-required {
  position: relative;
}
html body main .contents.contents-form .form-wrapper-table th .form-required::before {
  position: absolute;
  content: "必須";
  font-size: 0.75rem;
  line-height: 1;
  display: inline-block;
  padding: 5px;
  color: #fff;
  background-color: #f29437;
  border-radius: 5px;
  right: 0;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents-form .form-wrapper-table th .form-required::before {
    right: 0;
  }
}
html body main .contents.contents-form .form-wrapper-table th span.remarks {
  font-size: 0.75rem;
  font-weight: normal;
}
html body main .contents.contents-form .form-wrapper-table td {
  border-bottom: 1px solid #e7e7e7;
  padding: 1.5rem 0 1.5rem 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents-form .form-wrapper-table td {
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-form .form-wrapper-table td {
    padding: 0 0 1rem;
  }
}
html body main .contents.contents-form .form-wrapper-table input,
html body main .contents.contents-form .form-wrapper-table textarea,
html body main .contents.contents-form .form-wrapper-table select {
  max-width: 100%;
  padding: 5px;
  transition: outline-color 100ms;
  border: none;
  border-radius: 0;
  outline: 2px solid transparent;
  background-color: #e7e7e7;
  appearance: none;
}
html body main .contents.contents-form .form-wrapper-table input:active,
html body main .contents.contents-form .form-wrapper-table textarea:active,
html body main .contents.contents-form .form-wrapper-table select:active {
  outline-color: #333;
}
html body main .contents.contents-form .form-wrapper-table input:focus,
html body main .contents.contents-form .form-wrapper-table textarea:focus,
html body main .contents.contents-form .form-wrapper-table select:focus {
  outline-color: #333;
}
html body main .contents.contents-form .form-wrapper-table input {
  width: 100%;
}
html body main .contents.contents-form .form-wrapper-table input.zip {
  width: 200px;
}
html body main .contents.contents-form .form-wrapper-table input[type=checkbox] {
  appearance: checkbox;
  width: auto;
}
html body main .contents.contents-form .form-wrapper-table input[type=checkbox] + span {
  font-size: 1rem;
}
html body main .contents.contents-form .form-wrapper-table label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
html body main .contents.contents-form .form-wrapper-table textarea {
  width: 100%;
}
html body main .contents.contents-form .form-wrapper-table .error {
  font-weight: bold;
  margin-top: 5px;
  color: red !important;
}
html body main .contents.contents-form .form-wrapper-table .wpcf7-checkbox {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents-form .form-wrapper-table .wpcf7-checkbox {
    flex-direction: column;
  }
}
html body main .contents.contents-form .privacy-wrapper {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-form .privacy-wrapper {
    margin-top: 1.5rem;
    text-align: left;
  }
}
html body main .contents.contents-form .privacy-wrapper span {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
html body main .contents.contents-form .privacy-wrapper span.wpcf7-list-item {
  margin: 0;
}
html body main .contents.contents-form .privacy-wrapper span.wpcf7-not-valid-tip {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-form .privacy-wrapper span {
    font-size: 0.875rem;
  }
}
html body main .contents.contents-form .privacy-wrapper span a {
  text-decoration: underline;
}
html body main .contents.contents-form .privacy-wrapper .privacy {
  margin-top: 0.75rem;
}
html body main .contents.contents-form .form-button-wrapper {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-form .form-button-wrapper {
    margin-top: 2rem;
  }
}
html body main .contents.contents-form .form-button-wrapper .wpcf7-spinner {
  display: block;
}
html body main .contents.contents-form .form-button-wrapper .form-button {
  display: inline-block;
  position: relative;
}
html body main .contents.contents-form .form-button-wrapper .form-button input {
  color: #fff;
  background-color: #f29437;
  border-radius: 25px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  border: none;
  padding: 1rem 4rem;
  transition: ease 0.4s;
}
html body main .contents.contents-form .form-button-wrapper .form-button input:hover {
  background-color: #f5c539;
}
html body main .contents.contents-thanks .contact-text p {
  text-align: left;
}

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