@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	お問い合わせ・資料請求
 * ************************************************ */
/* 共通
----------------------------------------------*/
.t2_form {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media print, screen and (min-width: 960px) {
  .t2_form {
    padding: 40px;
  }
}

.contact_box {
  padding: 5px 5%;
}
.contact_box:not(:last-child) {
  margin-bottom: 20px;
}
.contact_box .contact_box_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.contact_box h2.contact_ttl {
  font-size: 20px;
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .contact_box h2.contact_ttl {
    font-size: 26px;
  }
}
.contact_box .contact_tel_block {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .contact_box .contact_tel_block {
    align-items: center;
    text-align: left;
  }
}
.contact_box .contact_tel_block a.contact_tel {
  font-size: 24px;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .contact_box .contact_tel_block a.contact_tel {
    margin-left: 70px;
  }
}
@media print, screen and (min-width: 960px) {
  .contact_box .contact_tel_block a.contact_tel {
    font-size: 35px;
    margin-left: 200px;
  }
}
.contact_box .contact_tel_block a.contact_tel span {
  font-size: 21px;
}
@media print, screen and (min-width: 960px) {
  .contact_box .contact_tel_block a.contact_tel span {
    font-size: 30px;
  }
}

/* 流れ
----------------------------------------------*/
ul.contact_flow {
  position: relative;
  align-items: center;
  max-width: 460px;
  line-height: 1;
  margin: 30px auto 40px;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  ul.contact_flow {
    margin: 30px auto 60px;
  }
}
ul.contact_flow::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A8A8A8;
  z-index: -1;
}
ul.contact_flow li {
  width: 27%;
  max-width: 120px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #A8A8A8;
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  ul.contact_flow li {
    font-size: 15px;
    padding: 24px 0;
  }
}
ul.contact_flow li.current {
  background-color: #E6E6E6;
}

.text_center {
  text-align: center;
}

/* フォーム
----------------------------------------------*/
.form_block {
  border-top: 1px solid #ccc;
}
.form_block dl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .form_block dl {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .form_block dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.form_block dt {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .form_block dt {
    width: 255px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .form_block dt p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.form_block dd {
  font-weight: 400;
}
@media print, screen and (min-width: 960px) {
  .form_block dd {
    width: calc(100% - 255px - 10%);
  }
}
.form_block input:not([type=radio]), .form_block textarea {
  width: 100%;
  border: 1px solid #A8A8A8;
  padding: 10px 10px;
  border-radius: 3px;
}
.form_block .required {
  display: inline-block;
  background-color: #f5b487;
  color: #fff;
  padding: 5px 10px;
  margin-left: 1em;
}
@media print, screen and (min-width: 960px) {
  .form_block .required {
    padding: 9px 14px;
    margin-left: 0;
  }
}
.form_block .wpcf7-not-valid-tip {
  color: #f5b487;
}

.reCAPTCHA_txt {
  color: #919191;
  font-size: 12px;
  text-align: center;
  margin: 30px 0;
}
@media print, screen and (min-width: 960px) {
  .reCAPTCHA_txt {
    font-size: 13px;
  }
}
.reCAPTCHA_txt a {
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .reCAPTCHA_txt a {
    transition: 0.3s;
  }
  .reCAPTCHA_txt a:hover {
    opacity: 0.6;
  }
}

.submit_block {
  margin-top: 25px;
}
@media print, screen and (min-width: 960px) {
  .submit_block {
    margin-top: 50px;
  }
}
.submit_block input {
  display: block;
  width: 260px;
  margin: 0 auto;
  background: url(images/contact/arrow-right.svg) no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: 8px auto;
  background-color: #fff;
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: 2px solid #A8A8A8;
  padding: 20px 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .submit_block input {
    width: 292px;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .submit_block input:hover {
    opacity: 0.6;
  }
}
.submit_block input:disabled {
  opacity: 0.4;
}
.submit_block.confirm input {
  letter-spacing: 1em;
  text-indent: 1em;
}

::placeholder {
  color: rgba(28, 28, 28, 0.5);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #f5b487;
  color: #f5b487;
}

.yubin {
  width: 180px !important;
}
@media print, screen and (min-width: 960px) {
  .yubin {
    width: 200px !important;
  }
}

.sub_area {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 4px;
}

/* チェックボックス */
.wpcf7-list-item {
  text-align: left;
}

.check_wrap .wpcf7-list-item {
  display: block;
}

input[type=radio], input[type=checkbox] {
  width: 26px;
  height: 26px;
  position: relative;
  top: 7px;
  appearance: none;
  margin-right: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #A8A8A8;
  background: transparent;
  background: #fff;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  background: #fff;
}
input[type=radio]:checked::before, input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  position: absolute;
  top: 16px;
  left: 1px;
  background: #666;
  transform: rotate(45deg);
  transform-origin: right center;
}
input[type=radio]:checked::after, input[type=checkbox]:checked::after {
  content: "";
  width: 16px;
  height: 4px;
  display: block;
  position: absolute;
  top: 16px;
  left: 9px;
  background: #666;
  transform: rotate(-53deg);
  transform-origin: left center;
}

select {
  height: 40px;
  background: #fff;
  border: 1px solid #A8A8A8;
  border-radius: 3px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  select {
    height: 45px;
    padding: 8px;
  }
}

@media print, screen and (min-width: 960px) {
  .wpcf7c-elm-step2 {
    text-align: center;
    color: #C40000;
    padding: 0 50px 0;
  }
}

.acceptance {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* プライバシーポリシー--------------------------------------------------*/
.policy_area {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .policy_area {
    padding: 35px 50px;
  }
}
.policy_area .policy_title {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 480px) {
  .policy_area .policy_title {
    text-align: left;
    margin-bottom: 15px;
  }
}
.policy_area p {
  font-size: 12px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 480px) {
  .policy_area p {
    font-size: 15px;
  }
}

/* サンクスページフッター
----------------------------------------------*/
.contact_thanks_footer {
  line-height: 1.8;
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
  padding: 30px 0;
  margin: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .contact_thanks_footer {
    padding: 40px 0;
    margin: 50px 0;
  }
}
.contact_thanks_footer p {
  font-size: 18px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .contact_thanks_footer p {
    font-size: 23px;
  }
}
.contact_thanks_footer a {
  font-size: 27px;
}
@media print, screen and (min-width: 768px) {
  .contact_thanks_footer a {
    font-size: 35px;
  }
}
.contact_thanks_footer a span {
  font-size: 23px;
}
@media print, screen and (min-width: 768px) {
  .contact_thanks_footer a span {
    font-size: 30px;
  }
}

.ten_txt {
  background-color: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .ten_txt {
    padding: 35px 50px;
  }
}

a.link_btn_nobg, button.link_btn_nobg {
  display: inline-block;
  background: transparent;
  line-height: 1;
  text-align: center;
  border: 2px solid #A8A8A8;
  padding: 20px 35px;
}
@media print, screen and (min-width: 960px) {
  a.link_btn_nobg, button.link_btn_nobg {
    padding: 24px 35px;
    transition: 0.3s;
  }
  a.link_btn_nobg:hover, button.link_btn_nobg:hover {
    opacity: 0.6;
  }
}
a.link_btn_nobg span, button.link_btn_nobg span {
  position: relative;
  padding: 0 56px;
}
a.link_btn_nobg span::after, button.link_btn_nobg span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #4e9d68;
  border-top: 2px solid #4e9d68;
  transform: translateY(-50%) rotate(135deg);
}

button.link_btn_nobg {
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", YuGothic, "Helvetica Neue", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Arial, Meiryo, sans-serif;
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
}/*# sourceMappingURL=form.css.map */