.content {
  padding: 102px 0 143px;
}
@media only screen and (max-width: 768px) {
  .content {
    padding: 56px 0 116px;
  }
}
.content .contact > p {
  line-height: 1.8;
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .content .contact > p {
    margin: 0 0 40px 0;
  }
}
.content .contact__form + .contact__form {
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .content .contact__form + .contact__form {
    margin: 40px 0 0 0;
  }
}
.content .contact__form h2 {
  border-left: 6px #e03100 solid;
  font-size: 20px;
  font-weight: 600;
  padding: 7px 0 7px 14px;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .content .contact__form h2 {
    font-size: 18px;
    padding: 6px 0 6px 14px;
    margin: 0 0 20px 0;
  }
}
.content .contact__form-set {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px #d6d6d6 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.content .contact__form-set:first-child {
  border-top: 1px #d6d6d6 solid;
}
@media only screen and (max-width: 768px) {
  .content .contact__form-set {
    display: block;
    padding: 20px 0 15px;
  }
}
.content .contact__form-set dt {
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 282px;
}
.content .contact__form-set dt p {
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .content .contact__form-set dt {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .content .contact__form-set dt {
    width: 100%;
    margin: 0 0 1em;
  }
}
.content .contact__form-set dt .required {
  background-color: #e03100;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 16px;
  margin: 0 0 0 8px;
}
.content .contact__form-set dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.content .contact__form-set dd input[type=text],
.content .contact__form-set dd input[type=tel],
.content .contact__form-set dd input[type=email],
.content .contact__form-set dd input[type=number],
.content .contact__form-set dd textarea {
  background-color: #f0f0f0;
  border: 1px #949494 solid;
  display: block;
  width: 100%;
  padding: 20px 12px;
}
@media only screen and (max-width: 768px) {
  .content .contact__form-set dd input[type=text],
  .content .contact__form-set dd input[type=tel],
  .content .contact__form-set dd input[type=email],
  .content .contact__form-set dd input[type=number],
  .content .contact__form-set dd textarea {
    padding: 18px 12px;
  }
}
.content .contact__form-set dd input[type=text]:focus,
.content .contact__form-set dd input[type=tel]:focus,
.content .contact__form-set dd input[type=email]:focus,
.content .contact__form-set dd input[type=number]:focus,
.content .contact__form-set dd textarea:focus {
  background: #fff;
}
.content .contact__form-set dd input[type=text]::-webkit-input-placeholder, .content .contact__form-set dd input[type=tel]::-webkit-input-placeholder, .content .contact__form-set dd input[type=email]::-webkit-input-placeholder, .content .contact__form-set dd input[type=number]::-webkit-input-placeholder, .content .contact__form-set dd textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}
.content .contact__form-set dd input[type=text]::-moz-placeholder, .content .contact__form-set dd input[type=tel]::-moz-placeholder, .content .contact__form-set dd input[type=email]::-moz-placeholder, .content .contact__form-set dd input[type=number]::-moz-placeholder, .content .contact__form-set dd textarea::-moz-placeholder {
  color: #3d3d3d;
}
.content .contact__form-set dd input[type=text]:-ms-input-placeholder, .content .contact__form-set dd input[type=tel]:-ms-input-placeholder, .content .contact__form-set dd input[type=email]:-ms-input-placeholder, .content .contact__form-set dd input[type=number]:-ms-input-placeholder, .content .contact__form-set dd textarea:-ms-input-placeholder {
  color: #3d3d3d;
}
.content .contact__form-set dd input[type=text]::-ms-input-placeholder, .content .contact__form-set dd input[type=tel]::-ms-input-placeholder, .content .contact__form-set dd input[type=email]::-ms-input-placeholder, .content .contact__form-set dd input[type=number]::-ms-input-placeholder, .content .contact__form-set dd textarea::-ms-input-placeholder {
  color: #3d3d3d;
}
.content .contact__form-set dd input[type=text]::placeholder,
.content .contact__form-set dd input[type=tel]::placeholder,
.content .contact__form-set dd input[type=email]::placeholder,
.content .contact__form-set dd input[type=number]::placeholder,
.content .contact__form-set dd textarea::placeholder {
  color: #3d3d3d;
}
.content .contact__form-set dd input[type=text] + p,
.content .contact__form-set dd input[type=tel] + p,
.content .contact__form-set dd input[type=email] + p,
.content .contact__form-set dd input[type=number] + p,
.content .contact__form-set dd textarea + p {
  color: #3d3d3d;
  font-size: 14px;
  margin: 0.8em 0 0;
}
.content .contact__form-set dd input[type=text] + p.error_text,
.content .contact__form-set dd input[type=tel] + p.error_text,
.content .contact__form-set dd input[type=email] + p.error_text,
.content .contact__form-set dd input[type=number] + p.error_text,
.content .contact__form-set dd textarea + p.error_text {
  color: rgb(224, 49, 0);
  font-size: 14px;
  margin: 0.8em 0 0;
}
.content .contact__form-set dd input[type=text] + .wpcf7-not-valid-tip,
.content .contact__form-set dd input[type=tel] + .wpcf7-not-valid-tip,
.content .contact__form-set dd input[type=email] + .wpcf7-not-valid-tip,
.content .contact__form-set dd input[type=number] + .wpcf7-not-valid-tip,
.content .contact__form-set dd textarea + .wpcf7-not-valid-tip {
  display: none !important;
}
.content .contact__form-set dd input[type=text].error,
.content .contact__form-set dd input[type=tel].error,
.content .contact__form-set dd input[type=email].error,
.content .contact__form-set dd input[type=number].error,
.content .contact__form-set dd textarea.error {
  background-color: rgb(255, 241, 232);
  border-color: rgb(224, 49, 0);
}
.content .contact__form-set dd .wpcf7-form-control-wrap + p,
.content .contact__form-set dd > p + p {
  color: #3d3d3d;
  font-size: 14px;
  margin: 0.8em 0 0;
}
.content .contact__form-set dd .wpcf7-form-control-wrap + p.error_text,
.content .contact__form-set dd > p + p.error_text {
  color: rgb(224, 49, 0);
  font-size: 14px;
  margin: 0.8em 0 0;
}
.content .contact__form-set dd .wpcf7-form-control-wrap + p + p.error_text,
.content .contact__form-set dd > p + p + p.error_text {
  margin: 4px 0 0;
}
.content .contact__form-set dd textarea {
  field-sizing: content;
  line-height: 1.5;
  min-height: 200px;
}
.content .contact__form-set dd span.select__wrap,
.content .contact__form-set dd label.select__wrap {
  display: table;
}
.content .contact__form-set dd span.select__wrap select.error,
.content .contact__form-set dd label.select__wrap select.error {
  background-color: rgb(255, 241, 232);
  border-color: rgb(224, 49, 0);
}
.content .contact__form-set dd span.select__wrap + p,
.content .contact__form-set dd label.select__wrap + p {
  color: #3d3d3d;
  font-size: 14px;
  margin: 0.8em 0 0;
}
.content .contact__form-set dd span.select__wrap + p.error_text,
.content .contact__form-set dd label.select__wrap + p.error_text {
  color: rgb(224, 49, 0);
  font-size: 14px;
  margin: 4px 0 0;
}
.content .contact__form-set dd p.error_text {
  color: rgb(224, 49, 0);
  font-size: 14px;
  margin: 4px 0 0;
}
.content .contact__form-agree {
  border: 1px #d6d6d6 solid;
  width: 524px;
  text-align: center;
  position: relative;
  padding: 48px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content .contact__form-agree {
    width: 100%;
  }
}
.content .contact__form-agree input {
  position: absolute;
  opacity: 0;
}
.content .contact__form-agree input + label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .contact__form-agree input + label:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px #949494 solid;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  margin: 0 8px 0 0;
}
@media only screen and (max-width: 350px) {
  .content .contact__form-agree input + label:before {
    font-size: 10px;
  }
}
.content .contact__form-agree input:checked + label:before {
  background-color: #e03100;
}
@media only screen and (max-width: 350px) {
  .content .contact__form-agree p {
    font-size: 14px;
  }
}
.content .contact__form-agree p a {
  color: #e03100;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 1025px) {
  .content .contact__form-agree p a:hover {
    text-decoration: none;
  }
}
.content .contact__btn {
  margin: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  .content .contact__btn {
    margin: 40px 0 0;
  }
}
.content .contact__btn-button {
  background-color: #000;
  border: 1px #000 solid;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  max-width: 335px;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 17.6px 1em 17.52px;
  margin: 0 auto;
}
.content .contact__btn-button span.slide_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
}
.content .contact__btn-button span.slide_icon span:before, .content .contact__btn-button span.slide_icon span:after {
  color: #fff;
}
.content .contact__btn-button.orange {
  background-color: #e03100;
  border-color: #e03100;
}
.content .contact__btn-button.orange span.slide_icon {
  right: 22px;
}
@media only screen and (min-width: 1025px) {
  .content .contact__btn-button.orange:hover {
    background-color: #000;
    border-color: #000;
  }
}
.content .contact__btn-button.return_btn {
  background-color: #fff;
  border-color: rgb(148, 148, 148);
  color: #000;
  margin: 16px auto 0;
}
.content .contact__btn-button.return_btn span.slide_icon {
  left: 22px;
}
.content .contact__btn-button.return_btn span.slide_icon span:before, .content .contact__btn-button.return_btn span.slide_icon span:after {
  content: "\e901";
  color: #e03100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content .contact__btn-button.return_btn span.slide_icon span:before {
  -webkit-transform: translate(200%, -50%);
          transform: translate(200%, -50%);
}
@media only screen and (min-width: 1025px) {
  .content .contact__btn-button.return_btn {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .content .contact__btn-button.return_btn:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .content .contact__btn-button.return_btn:hover {
    background-color: #e03100;
    border-color: #e03100;
    color: #fff;
  }
  .content .contact__btn-button.return_btn:hover .slide_icon span:before {
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .content .contact__btn-button.return_btn:hover .slide_icon span:after {
    color: #fff;
    -webkit-transform: translate(-200%, -50%);
            transform: translate(-200%, -50%);
  }
}
.content .contact__btn-button.return_top {
  background-color: #fff;
  border-color: rgb(148, 148, 148);
  color: #000;
}
.content .contact__btn-button.return_top span.slide_icon span:before, .content .contact__btn-button.return_top span.slide_icon span:after {
  color: #e03100;
}
@media only screen and (min-width: 1025px) {
  .content .contact__btn-button.return_top {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .content .contact__btn-button.return_top:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .content .contact__btn-button.return_top:hover {
    background-color: #e03100;
    border-color: #e03100;
    color: #fff;
  }
  .content .contact__btn-button.return_top:hover .slide_icon span:before {
    color: #fff;
  }
  .content .contact__btn-button.return_top:hover .slide_icon span:after {
    color: #fff;
  }
}
.content .contact__btn-button:disabled {
  background-color: rgb(240, 240, 240);
  border-color: rgb(148, 148, 148);
  border-color: rgb(148, 148, 148);
  color: rgb(51, 51, 51);
  pointer-events: none;
}
.content .contact__btn-button:disabled span.slide_icon span:before, .content .contact__btn-button:disabled span.slide_icon span:after {
  color: rgb(148, 148, 148);
}
.content .contact__completion {
  text-align: center;
  padding: 60px 0 0;
}
@media only screen and (max-width: 768px) {
  .content .contact__completion {
    padding: 40px 0 0;
  }
}
.content .contact__completion h1 {
  color: #e03100;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .content .contact__completion h1 {
    font-size: 20px;
  }
}
.content .contact__completion p {
  line-height: 2;
  margin: 40px 0 0;
}
@media only screen and (min-width: 769px) {
  .content .contact__completion p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .content .contact__completion p {
    font-size: 14px;
    margin: 20px 0 0;
  }
}
.content .contact .error__box {
  background-color: rgb(255, 241, 232);
  border: 1px rgb(224, 49, 0) solid;
  padding: 16px;
  margin: 0 0 48px;
}
@media only screen and (max-width: 768px) {
  .content .contact .error__box.top {
    display: none !important;
  }
}
.content .contact .error__box.btm {
  margin: 48px 0 48px;
}
@media only screen and (min-width: 769px) {
  .content .contact .error__box.btm {
    display: none !important;
  }
}
.content .contact .error__box ul li {
  color: rgb(224, 49, 0);
  font-size: 14px;
  list-style: disc;
  margin: 0 0 0 1.5em;
}
.content .contact .error__box ul li + li {
  margin-top: 0.2em;
}
.content .contact .error__box ul li::marker {
  font-size: 70%;
}
.content #conform {
  display: none;
}
.content .wpcf7-form.invalid .wpcf7-response-output,
.content .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
.content .wpcf7-spinner {
  margin: 0 auto;
}

.footer .footer__top {
  margin: 0 0 53px;
}