/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    contact
------------------------------ */
@media screen and (min-width: 768px) {
  #page_contact #sec_intro .inner {
    min-height: 18rem;
  }
}
#page_contact #sec_intro .freedial {
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 500;
}
#page_contact #sec_intro .freedial i.ico {
  width: 1.5em;
  margin: 0;
  vertical-align: -0.1em;
}
#page_contact #sec_intro .small {
  font-size: 1.4rem;
}
#page_contact #sec_intro .tel .ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 1em;
}
#page_contact #sec_intro .tel .txt .big {
  font-size: 2rem;
  margin-right: 1em;
}
#page_contact #sec_intro .attention {
  background: #F2F2F2;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 2rem 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_intro .attention {
    margin-top: 3rem;
  }
}
#page_contact #sec_intro .attention .ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#page_contact #sec_intro .attention .txt {
  font-size: 1.4rem;
}
#page_contact #sec_form {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form {
    margin-top: 10rem;
  }
}
#page_contact #sec_form .attention {
  margin-top: 4rem;
}
#page_contact #sec_form .attention .kome {
  color: #5F5F5F;
  font-size: 1.4rem;
  margin-top: 1em;
}
#page_contact #sec_form .form {
  margin-top: 6rem;
}
#page_contact #sec_form .form .wpcf7-form-control-wrap[data-name="your-email-confirm"] {
  display: block;
  margin-top: 20px;
}
#page_contact #sec_form._confirm, #page_contact #sec_form._thanks {
  margin-top: 0;
}
#page_contact #sec_form._confirm .required, #page_contact #sec_form._thanks .required {
  display: none;
}
#page_contact #sec_form._confirm .grid .txt, #page_contact #sec_form._thanks .grid .txt {
  word-break: break-word;
  white-space: pre-wrap;
}
#page_contact #sec_form._confirm .form .wpcf7-response-output {
  display: none;
}
#page_contact #sec_form._confirm .btns {
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form._confirm .btns {
    flex-direction: column;
    gap: 2rem;
  }
}
#page_contact #sec_form._confirm .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#page_contact #sec_form._confirm .btns .btn input,
#page_contact #sec_form._confirm .btns .btn button {
  width: 100%;
  min-height: 4.6rem;
  box-sizing: border-box;
}
#page_contact #sec_form._confirm .btns .btn._submit {
  position: relative;
}
#page_contact #sec_form._confirm .btns .btn._submit .wpcf7-spinner.is-active {
  position: absolute;
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
  margin: 0;
}
