@charset "utf-8";
/* ===================================================================
 File Name  : contact.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
.contact_wrap {
  max-width: 1014px;
  margin: 0 auto;
  padding: 80px 0;
}
.contact_lead {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 40px;
}
.contact_lead h3 {
  font-size: 2rem;
  color: #1a283f;
  margin-bottom: 35px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #contact .en_ttl {
    margin: 10vw 0 6vw;
  }
  .contact_wrap {
    max-width: 100%;
    padding: 2vw 0;
  }
  .contact_lead {
    max-width: 100%;
    font-size: 3.2vw;
    margin-bottom: 8vw;
  }
  .contact_lead h3 {
    font-size: 5vw;
    margin-bottom: 5.33vw;
  }
}

.form_area {
  font-size: 1.4rem;
  background: #efeee5;
  border-radius: 20px;
  padding: 50px 20px;
}
.form_area table {
  max-width: 800px;
  margin: 0 auto 30px;
}
.form_area th {
  width: 280px;
  padding: 10px 0;
  text-align: left;
  font-weight: 6400;
  vertical-align: top;
  color: #111111;
  line-height:24px;
  font-size: 16px;
}
@media (max-width: 767px) {
.form_area th {
  padding: 0;
    line-height:24px;
  font-size: 18px;
}
}
.form_area th span {
  display: block;
  position: relative;
  padding-left: 56px;
  margin-top: 18px;

}
.form_area th em {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-style: normal;
  display: inline-block;
  width: 34px;
  line-height: 24px;
  text-align: center;
}

.form_area th .require {
  background: #db0112;
 line-height:24px;
  font-size: 18px;
  width: 48px;
}
@media (max-width: 767px) {
  .form_area th .require {
    font-size: 18px;
 line-height:24px;
  }
}
.form_area th .nini {
  background: #999;
}
.form_area td {
  padding: 10px 0;
}
.form_area td .wpcf7-text,
.form_area td textarea {
  font-size: 1.6rem;
  padding: 15px 20px;
  background: #fff;
  border: solid 1px #c1c1c1;
  border-radius: 3px;
  width: 100%;
  margin: 0;
  outline: none;
}
.form_area td textarea {
  height: 240px;
}
@media screen and (max-width: 767px) {
  .form_area table,
  .form_area tbody,
  .form_area tr,
  .form_area th,
  .form_area td {
    display: block;
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .form_area td .wpcf7-text,
  .form_area td textarea {
    font-size: 1.6rem;
  }
}

.doui_box {
  max-width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .doui_box {
    font-size: 3.46vw;
    margin-bottom: 8vw;
  }
}

/*プレースホルダー*/
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}

/*ボタン*/
.row-submit {
  text-align: center;
}
.submit-btn {
  position: relative;
  display: inline-block;
  padding-top: 2vw;
}
.submit-btn input {
  border: none;
  outline: none;
  position: relative;
  display: inline-block;
  width: 500px;
  padding: 24px 60px;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: url("../img/common/ico/ico_arrow03.svg") right 30px center no-repeat;
  background-size: 24px auto;
  background-color: #1a283f;
  transition: all 0.2s ease-in-out 0s;
  letter-spacing: 0.2em;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
.submit-btn input:hover {
  filter: brightness(1.3);
}
.submit-btn [disabled] {
  background: #ccc !important;
  color: #999 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .submit-btn {
    display: block;
  }
  .submit-btn input {
    display: block;
    width: 100%;
    padding: 6.66vw;
    font-size: 4.26vw;

    background: url("../img/common/ico/ico_arrow03.svg") right 5.33vw center no-repeat;
    background-size: 5.33vw auto;
    background-color: #1a283f;
    letter-spacing: 0.15em;
  }
}

.wpcf7 .ajax-loader {
  position: absolute;
  right: calc(50% - 35px) !important;
  bottom: -35px !important;
}


/*Thanksページ(送信後)*/
.thanks{
  padding-top: 128px;
}
.thanks_message{
  font-size: 18px;
  text-align: center;
  line-height: 160%;
  color:#324065;
}
a.thanks_backbutton{
  display: block;
  width: fit-content;
  padding: 12px 36px;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
margin: 64px auto;
  background-color: #1a283f;
  transition: all 0.2s ease-in-out 0s;
  letter-spacing: 0.2em;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
