@charset "utf-8";
/* ==================================================== */
/*  contact
/* ==================================================== */
/*デフォルト調整*/
.contact .wpcf7-spinner{
  display: none!important;
}
.wpcf7-response-output{
  margin-bottom: 80px!important;
}

/* .contents-head */
.contact .contents-head .contents-tlt {
  background: url("../img/contact/contents_full.webp?ver=1.0.1") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .contact .contents-head .contents-tlt {
    background: url("../img/contact/contents_full_sp.webp?ver=1.0.1") no-repeat center/cover;
  }
  .contact .contents-head .contents-tlt {
    height: 230px;
  }
  .contact .contents-head .contents-tlt h1 {
    font-size: var(--fs22);
  }
}

/* .contents-area */
.contact .contents-area .contact-box {
  margin-bottom: 163px;
  padding-top: 86px;
}
.contact .contents-area .contact-box .contact-txt {
  margin-bottom: 110px;
}
.contact .contents-area .contact-box .contact-txt p {
  font-size: var(--fs18);
}
.contact .contents-area .contact-box .contact-form .form-content:not(:last-child) {
  margin-bottom: 50px;
}
.contact .contents-area .contact-box .contact-form .form-content .form-question {
  margin-bottom: 15px;
}
.contact .contents-area .contact-box .contact-form .form-content .form-question p {
  font-size: var(--fs18);
}
.contact .contents-area .contact-box .contact-form .form-content.flex {
  align-items: center;
}
.contact .contents-area .contact-box .contact-form .form-content.flex .form-question {
  width: 250px;
  margin-bottom: 0;
}
.contact .contents-area .contact-box .contact-form .form-content.flex .form-answer {
  width: 66.12%;
}
.contact .contents-area .contact-box .contact-form .form-content.form-privacy {
  margin: 70px 0 80px;
}
.contact .contents-area .contact-box .contact-form .form-content.form-privacy .form-answer {
  font-size: var(--fs16);
  text-align: center;
}
.contact .contents-area .contact-box .contact-form .form-content.form-submit {
  margin-bottom: 35px;
}
.contact .contents-area .contact-box .contact-form .form-content.form-submit .form-answer {
  width: 213px;
  margin: 0 auto;
}
.contact .contents-area .contact-box .contact-form .form-content .form-note {
  font-size: var(--fs16);
  text-align: center;
}
.contact a {
  text-decoration: underline;
}
.contact a[target="_blank"]:after {
  content: none;
}
.contact span.required {
  display: inline-block;
  margin-left: 8px;
  font-size: var(--fs14);
  color: #ff7600;
}
input,
textarea,
select {
  width: 100%;
  padding: 12px 35px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  background: #f7f7f7;
}
textarea {
  height: 215px;
}
input:placeholder,
textarea:placeholder {
  font-size: var(--fs18);
  color: #bfbfbf;
  opacity: 0.2;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  margin: 0 10px 0 0;
}
input[type="submit"] {
  border-radius: 5px;
  background: #ff7600;
  font-size: var(--fs22);
  font-weight: bold;
  color: #fff;
}
label {
  display: flex;
  margin: 0;
  padding: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .contact .contents-area .contact-box {
    margin-bottom: 113px;
    padding-top: 50px;
  }
  .contact .contents-area .contact-box .contact-txt {
    margin-bottom: 55px;
  }
  .contact .contents-area .contact-box .contact-txt p {
    font-size: var(--fs14);
  }
  .contact .contents-area .contact-box .contact-form .form-content:not(:last-child) {
    margin-bottom: 30px;
  }
  .contact .contents-area .contact-box .contact-form .form-content.flex {
    display: block;
  }
  .contact .contents-area .contact-box .contact-form .form-content.flex .form-question {
    width: 100%;
  }
  .contact .contents-area .contact-box .contact-form .form-content.flex .form-answer {
    width: 100%;
  }
  .contact .contents-area .contact-box .contact-form .form-content .form-question p {
    font-size: var(--fs14);
  }
  .contact .contents-area .contact-box .contact-form .form-content .form-question {
    margin-bottom: 3px !important;
  }
  .contact .contents-area .contact-box .contact-form .form-content.form-privacy {
    margin: 60px 0;
  }
  .contact .contents-area .contact-box .contact-form .form-content.form-privacy .form-answer {
    font-size: var(--fs14);
  }
  .contact .contents-area .contact-box .contact-form .form-content.form-submit {
    margin: 60px 0;
  }
  .contact .contents-area .contact-box .contact-form .form-content .form-note {
    font-size: var(--fs14);
    text-align: left;
  }
  .contact span.required {
    font-size: var(--fs12);
  }
  input,
  textarea,
  select {
    padding: 14px 17px;
  }
}

/* .contact-thanks　完了画面 */
.contact-thanks .contents-area{
  padding: 100px 0;
}
.contact-thanks h4{
  margin-bottom: 35px;
  font-size: 2.5rem;
  text-align: center;
  color: #ff7600;
  font-weight: bold;
}
.contact-thanks p {
  margin-bottom: 1vw;
  text-align: center;
}
.contact-thanks .c-btn {
  margin-top: 5vw;
}
.contact-thanks .c-btn a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contact-thanks .contents-area{
    padding: 30px 0 80px;
  }
  .contact-thanks h4{
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .contact-thanks .c-btn {
    margin-top: 10vw;
  }
}