@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
  お問い合わせ
----------------------------------------------------*/
#contact_input {
  overflow: hidden;
}
@media all and (min-width: 960px) {
  #contact_input .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 960px) {
  #contact_input .wrap .form {
    width: 53%;
  }
}
#contact_input .wrap .form .intro {
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact_input .wrap .form .intro {
    margin-bottom: 80px;
  }
}
#contact_input .wrap .form .input_area .input_item {
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact_input .wrap .form .input_area .input_item {
    margin-bottom: 40px;
  }
}
#contact_input .wrap .form .input_area .input_item:last-child {
  margin-bottom: 0;
}
#contact_input .wrap .form .input_area .input_item .label {
  margin-bottom: 8px;
}
#contact_input .wrap .form .input_area input[type=text], #contact_input .wrap .form .input_area [type=email], #contact_input .wrap .form .input_area textarea {
  height: 48px;
  border: none;
  border-bottom: 1px solid #DADADA;
  padding: 10px;
  width: 100%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact_input .wrap .form .input_area input[type=text], #contact_input .wrap .form .input_area [type=email], #contact_input .wrap .form .input_area textarea {
    height: 60px;
  }
}
#contact_input .wrap .form .input_area textarea {
  height: 160px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact_input .wrap .form .input_area textarea {
    height: 200px;
  }
}
#contact_input .wrap .form .agree_area {
  margin: 45px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact_input .wrap .form .agree_area {
    margin: 70px 0;
  }
}
#contact_input .wrap .form .agree_area .wpcf7-list-item {
  margin: 0;
}
#contact_input .wrap .form .agree_area input[type=checkbox] {
  /* デフォルトを消して擬似要素で作る。 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact_input .wrap .form .agree_area input[type=checkbox] {
    width: 38px;
    height: 38px;
    margin-right: 22px;
  }
}
#contact_input .wrap .form .agree_area input[type=checkbox]::before {
  /* ベースの四角 */
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #DADADA;
  background-color: #fff;
  top: 0;
  left: 0;
}
#contact_input .wrap .form .agree_area input[type=checkbox]::after {
  /* チェックを入れた時の表示 */
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 7px;
  left: 6px;
  width: 15px;
  height: 8px;
  border-left: 1px solid #3E3E3E;
  border-bottom: 1px solid #3E3E3E;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact_input .wrap .form .agree_area input[type=checkbox]::after {
    width: 18px;
    height: 11px;
    top: 11px;
    left: 10px;
  }
}
#contact_input .wrap .form .agree_area input[type=checkbox]:checked::after {
  opacity: 1;
}
#contact_input .wrap .form .agree_area .label {
  position: relative;
  display: inline-block;
  top: -8px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact_input .wrap .form .agree_area .label {
    top: -12px;
  }
}
#contact_input .wrap .form .agree_area .label a {
  text-decoration: underline;
}
#contact_input .wrap .form .submit_area {
  pointer-events: none;
}
#contact_input .wrap .form .submit_area .arrow_btn::before {
  top: 18px;
  opacity: 0.6;
}
#contact_input .wrap .form .submit_area .arrow_btn.agree {
  pointer-events: auto;
}
#contact_input .wrap .form .submit_area .arrow_btn.agree::before {
  opacity: 1;
}
#contact_input .wrap .form .submit_area input {
  cursor: pointer;
  border: none;
  background: none;
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-size: 13px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #contact_input .wrap .form .submit_area input {
    font-size: 18px;
  }
}
#contact_input .wrap .image {
  margin: 50px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  #contact_input .wrap .image {
    margin-top: 120px;
  }
}
@media all and (min-width: 960px) {
  #contact_input .wrap .image {
    margin: 0 -83px 0;
    width: min(460px, 100%);
  }
}

#contact_thanks {
  text-align: left;
  /* 751- */
}
#contact_thanks h2 {
  font-size: 16px;
  margin-bottom: 40px;
}
#contact_thanks p {
  margin-bottom: 1.6em;
}
@media all and (min-width: 751px) {
  #contact_thanks {
    text-align: center;
  }
  #contact_thanks h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
/*# sourceMappingURL=contact.css.map */