@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	お問い合わせフォーム
 * ************************************************ */
h2.form_ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  h2.form_ttl {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  h2.form_ttl {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

a.contact_tel {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  a.contact_tel {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 960px) {
  a.contact_tel {
    font-size: 45px;
    margin-bottom: 10px;
  }
}
a.contact_tel span {
  display: inline-block;
  background: url(images/icon-tel-black.svg) no-repeat;
  background-position: left calc(100% - 2px);
  background-size: 18px auto;
  padding-left: 25px;
}
@media print, screen and (min-width: 960px) {
  a.contact_tel span {
    background-position: left calc(100% - 3px);
    background-size: 22px auto;
    padding-left: 28px;
  }
}
a.contact_tel + p {
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  a.contact_tel + p {
    font-size: 18px;
  }
}

.form_note_box {
  background-color: #f8f7ef;
  padding: 15px 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .form_note_box {
    padding: 20px 30px;
  }
}

.form_block dl {
  padding: 25px 0;
  border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}
@media print, screen and (min-width: 960px) {
  .form_block dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 15px;
  }
}
.form_block dt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .form_block dt {
    justify-content: space-between;
    width: 260px;
    margin-bottom: 0;
  }
}
.form_block dt .small {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .form_block dt .small {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .form_block dd {
    width: calc(100% - 320px);
  }
}
@media print, screen and (min-width: 768px) {
  .form_block dd.date input[type=date] {
    width: 300px;
    padding: 12px 10px;
  }
}
.form_block dd.date .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.form_block dd .mt {
  margin-top: 8px;
}
.form_block input:not([type=checkbox]), .form_block input:not([type=radio]), .form_block textarea {
  width: 100%;
  color: inherit;
  border: 1px solid rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  padding: 8px 10px;
}
.form_block .wpcf7-list-item.first {
  margin-left: 0;
}
.form_block input[type=checkbox], .form_block input[type=radio] {
  position: relative;
  width: 22px;
  height: 22px;
  vertical-align: -6px;
  border: 1px solid rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  margin-right: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_block input[type=checkbox]:checked::before, .form_block input[type=radio]:checked::before {
  content: "";
  width: 9px;
  height: 3px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  background: #323232;
  transform: rotate(45deg);
  transform-origin: right center;
}
.form_block input[type=checkbox]:checked::after, .form_block input[type=radio]:checked::after {
  content: "";
  width: 15px;
  height: 3px;
  display: block;
  position: absolute;
  top: 14px;
  left: 8px;
  background: #323232;
  transform: rotate(-53deg);
  transform-origin: left center;
}
.form_block select {
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ccc;
  padding: 5px 8px;
}
.form_block .required {
  display: inline-block;
  color: #d40000;
  font-weight: 400;
}

.submit_block {
  margin-top: 25px;
}
@media print, screen and (min-width: 960px) {
  .submit_block {
    margin-top: 50px;
  }
}
.submit_block .policy_check {
  background: #f8f7ef;
  text-align: center;
  padding: 30px;
  margin-bottom: 50px;
}
.submit_block .policy_check a {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 1em;
}
.submit_block .policy_check p.policy_check_txt {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .submit_block .policy_check p.policy_check_txt {
    text-align: center;
  }
}
.submit_block .policy_check .wpcf7-list-item {
  margin-left: 0;
}
.submit_block .policy_check input[type=checkbox] {
  width: 22px;
  height: 22px;
  position: relative;
  top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid rgba(50, 50, 50, 0.3);
  background: rgba(0, 0, 0, 0);
  background: #fff;
  cursor: pointer;
}
.submit_block .policy_check input[type=checkbox]:checked::before {
  content: "";
  width: 9px;
  height: 3px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  background: #323232;
  transform: rotate(45deg);
  transform-origin: right center;
}
.submit_block .policy_check input[type=checkbox]:checked::after {
  content: "";
  width: 15px;
  height: 3px;
  display: block;
  position: absolute;
  top: 14px;
  left: 8px;
  background: #323232;
  transform: rotate(-53deg);
  transform-origin: left center;
}
.submit_block .reCAPTCHA_txt {
  color: #999;
  font-size: 13px;
  text-align: center;
  margin-bottom: 40px;
}
.submit_block .reCAPTCHA_txt a {
  color: #999;
  text-decoration: underline;
}
.submit_block .entry_note {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .submit_block .entry_note {
    font-size: 18px;
  }
}
.submit_block .entry_note span {
  background: linear-gradient(transparent 60%, #FCFBC5 60%);
}
.submit_block input[type=submit] {
  display: block;
  width: 260px;
  background-color: #bda570;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1em;
  text-indent: 1em;
  text-align: center;
  border: none;
  padding: 20px 0;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.6s;
}
@media print, screen and (min-width: 768px) {
  .submit_block input[type=submit] {
    width: 300px;
    font-size: 22px;
  }
}
.submit_block input[type=submit]:disabled {
  opacity: 0.3;
}/*# sourceMappingURL=form.css.map */