@charset "UTF-8";
/* ===================================================================
CSS information

file name  : contact.css
author     : Abilive
style info : お問い合わせ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.wrp_contact {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .wrp_contact {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .wrp_contact {
    max-width: calc(900px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_contact {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_contact {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .wrp_contact .con_contact_intro .txt {
    font-size: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_contact .con_contact_intro .txt {
    font-size: calc(calc(15 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .wrp_contact .con_contact_intro .txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_contact .con_contact_intro .txt {
    text-align: left;
  }
}
.wrp_contact .con_contact_intro .c-circle-btn {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .wrp_contact .con_contact_intro .c-circle-btn {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_contact .con_contact_intro .c-circle-btn {
    margin-top: 0.7em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_contact .con_form {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_contact .con_form {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_contact .con_form {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_contact .con_form .att_txt {
    font-size: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_contact .con_form .att_txt {
    font-size: calc(calc(15 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .wrp_contact .con_form .att_txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_contact .con_form .att_txt {
    text-align: left;
  }
}
.wrp_contact .con_form .att_txt .required {
  padding: 1px 4px;
  color: #fff;
  border-radius: 3px;
  background-color: #FF0000;
}
@media only screen and (min-width: 768px) {
  .wrp_contact .con_form .att_txt .required {
    font-size: calc(11 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_contact .con_form .att_txt .required {
    font-size: calc(calc(11 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.wrp_contact #formArea, .wrp_contact #formArea_ol {
  overflow: hidden;
  border: none;
}
.wrp_contact #formArea.is-scrollable, .wrp_contact #formArea_ol.is-scrollable {
  overflow: auto;
}

.con_thanks .c-title {
  text-align: center;
}
.con_thanks .txt {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_thanks .txt {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thanks .txt {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .txt {
    margin-top: 2em;
  }
}
.con_thanks .telphone {
  text-align: center;
  font-family: var(--font-en);
  font-optical-sizing: auto;
}
@media only screen and (min-width: 768px) {
  .con_thanks .telphone {
    margin-top: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .telphone {
    margin-top: 1em;
  }
}
.con_thanks .telphone > a, .con_thanks .telphone .tel {
  font-family: var(--font-num);
}
@media only screen and (min-width: 768px) {
  .con_thanks .telphone > a, .con_thanks .telphone .tel {
    font-size: calc(22 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .telphone > a, .con_thanks .telphone .tel {
    font-size: calc(calc(20 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.con_thanks .c-circle-btn {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .con_thanks .c-circle-btn {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks .c-circle-btn {
    margin-top: 1.5em;
  }
}
