/* 作成者名  中尾　暁*/
/* 使用カラー */
:root {
  --black: #000;
  --navy: #1d4763;
  --red: #b40019;
  --skyblue: #7ac8d0;
  --pink: #f9cebf;
}

/* 使用フォント */
:root {
  --NotoSans: "Noto Sans JP", sans-serif;
  /* Regular 400 Medium 500 SemiBold 600 Bold 700 Black 900 */
  --NotoSerif: "Noto Serif JP", serif;
  /* Regular 400 Medium 500 Bold 700 */
}

.pc_only{
  display: block;
}

/* フッター部、お問い合わせセクションを非表示 */
.contact_container{
  display: none;
}

.contact_wrapper {
  padding: 8.25rem 0 0;
  font-family: var(--NotoSans);
  color: var(--navy);
}
.co_wid {
  width: 107.6rem;
  margin: 0 auto 4.7rem;
}
.con_call_flex {
  align-items: center;
  display: flex;
  gap: 1.46rem;
  margin-bottom: 0.64rem;
}
.co_call_img {
  width: 4.38rem;
}
.co_call_link{
  color: var(--navy);
}
.co_call_number {
  font-size: 2.5rem;
  font-weight: 900;
}
.reception_time {
  font-weight: 700;
  font-size: 1.7rem;
}

/* form↓ */
.c_form_sec {
  background-color: #fdf7f3;
}
.con_form {
  width: 95rem;
  margin: 0 auto;
  padding-top: 19.9rem;
  padding-bottom: 8.1rem;
}
.con_form_paragraph {
  /* 共通５個 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
.form_label {
  /* 共通５個 */
  font-size: 1.6rem;
  font-weight: 900;
  display: flex;
  align-items: center;
}
.c_required {
  /* 共通５個 */
  width: 3.6rem;
  height: 1.6rem;
  display: inline-flex;
  background-color: #1d4763;
  color: var(--pink);
  font-weight: 900;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
  font-size: 1.2rem;
}
.form_control {
  /* 共通５個 */
  outline: none;
  margin-right: 2.4rem;
  width: 70.8rem;
  height: 5.5rem;
  padding: 1rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
}
.area_checkbox {
  display: flex;
  gap: 1.1rem;
  margin-top: 1.1rem;
  align-items: center;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  /* border: 0.1rem solid #ccc; */
  background-color: white;
  outline: none;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: white;
  position: relative;
}
input[type="checkbox"]:checked::after {
  font-size: 1.6rem;
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "✔";
}

.fo_area_bottom {
  margin-bottom: 3.6rem;
}
.f_check_font {
  font-weight: 700;
  font-size: 1.3rem;
}
.form_area_top {
  align-items: start;
}
.form_label_top {
  margin-top: 1.5rem;
}
.hei_textarea {
  resize: none;
  height: 19.1rem;
}
.con_btn {
  width: 31.2rem;
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  background-color: #b40019;
  border-radius: 0.5rem;
  cursor: pointer;
}
.btn_area_position {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
/* form↑ */

/* cf7 */
.wpcf7-list-item{
  margin: 0;
}

.wpcf7-list-item-label{
  font-size: 1.3rem;
  font-weight: bold;
  color: #1D4763;
  margin-left: 1rem;
  font-family: var(--NotoSans);
}

.wpcf7-list-item-label::before{
  content: "";
}

.wpcf7-spinner{
  display: none;
}

.wpcf7-not-valid-tip,.wpcf7-response-output{
  font-size: 1.3rem;
}

/* 確認画面 */
.confirm_detail_box,.confirm_content_box{
  max-width: 55rem;
  width: 100%;
  margin: 0 auto 8rem;
}

.confirm_content_box{
  margin-bottom: 0;
  margin-top: 8rem;
}

.confirm_detail_txt,.confirm_content_txt{
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--NotoSans);
  line-height: calc(38 / 20);
  text-align: center;
  
}

.conf_content{
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  word-break: break-all;
  white-space: pre-wrap;

}

.content_bold{
  font-weight: 600;
}

.conf_paragraph{
  justify-content: flex-start;
  align-items: flex-start;
}

.conf_form_label{
  max-width: 20rem;
  width: 100%;
  margin-right: 1rem;
}

.conf_form_label_top{
  margin-top: 0;
}

.conf_btn{
  column-gap: 5rem;
}

.wpcf7-previous{
  border: none;
}

/* thanks */
.thanks_sec{
  padding-bottom: 8.1rem;
}

.thanks_content_box{
  max-width: 80rem;
  margin: 0 auto 8.1rem;
  padding-top: 10rem;
}

.thanks_head_txt{
  font-size: 2rem;
  font-family: var(--NotoSans);
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}

.thanks_txt{
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  text-align: center;
  line-height: calc(30 / 16);
  margin-bottom: 3rem;
}

/* トップに戻るボタン */
.to_top{
  display: block;
  min-width: 20rem;
  width: fit-content;
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  font-weight: 700;
  background-color: #B40019;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 3.1rem;
  margin: 0 auto;
}

.sp_only{
  display: none;
}

@media screen and (max-width: 699.98px) {
  .sp_only{
    display: block;
  }
  
  .contact_wrapper {
    padding: 6.6rem 0 0;
  }
  .co_wid {
    width: 100%;
    margin: 0rem 0rem 3.2rem 0;
    padding-left: 1.5rem;
  }
  .con_call_flex {
    gap: 1.32rem;
  }

  /* form↓ */
  .c_form_sec {
  }
  .con_form {
    width: 34.5rem;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 14rem;
  }
  .con_form_paragraph {
    /* 共通５個 */
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .form_label {
    /* 共通５個 */
  }
  .c_required {
    /* 共通５個 */
  }
  .form_control {
    /* 共通５個 */
    margin-right: 0rem;
    width: 34.5rem;
    height: 4rem;
    padding: 1rem;
    font-size: 1.5rem;
  }
  .f_checkbox {
  }
  .fo_area_bottom {
    margin-bottom: 1.56rem;
  }
  .form_label_top {
    margin-top: 0rem;
  }
  .hei_textarea {
    height: 19rem;
  }
  .con_btn {
  }
  /* form↑ */

  /* CF7 */
  .conf_btn_setting {
    width: 10rem;
  }

  /* 確認画面 */
  .confirm_form{
    width: 32.5rem;
    padding-bottom: 14rem;
  }

  .confirm_detail_txt,.confirm_content_txt{
    font-size: 1.4rem;
  }

  .conf_content{
    font-size: 1.5rem;
  }

  .pc_only{
    display: none;
  }

  /* thanks */
  .thanks_sec{
    padding-bottom: 14rem;
  }

  .thanks_txt{
    margin-bottom: 2rem;
  }

  .thanks_txt_sp{
    font-size: 1.4rem;
  }
}
