@charset "UTF-8";

#site_Ttl_Area h1 a {
  margin-top: 4px;
}

#container {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #f7f5ef;
}

.gnav_list {
  display: none;
}

.page_Ttl {
  display: block;
  width: 100%;
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #fff;
  padding: 30px 0;
  margin: 0 auto;
}
.page_Ttl span {
  display: block;
  padding: 8px 0 0;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.page_Copy {
  text-align: center;
  background: #fff;
  padding: 0 3% 15px;
  line-height: 1.8;
  font-size: 16px;
}
.page_Copy:last-of-type {
  padding: 0 3% 30px;
}
.page_Copy .redTxt {
  font-size: 15px;
  color: #c30d23;
}

.inner {
  max-width: 1000px;
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
}

/* form */
.font11 {
  display: block;
  padding: 5px 0 0;
  font-size: 11px;
  line-height: 1.3;
}
.form_Ttl {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  background-color: #263666;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
}
.form_List {
  padding: 0 0 50px;
}
.form_List dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #707070;
}
.form_List dt,
.form_List dd {
  padding: 15px;
  box-sizing: border-box;
}
.form_List dt {
  position: relative;
  width: 30%;
}
.form_List dt p {
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 30px);
  transform: translateY(-50%);
  line-height: 1.4;
}
.form_List dd {
  width: 70%;
  border-left: 1px dotted #707070;
}
.family_Num p {
  padding: 0 0 8px;
}
.family_Num p:last-child {
  padding: 0;
}

.check_list label {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.check_list label:last-child {
  margin-bottom: 0;
}
.check_list input {
  margin: 0 5px 0 0;
  line-height: 1;
}

.form_block input[type="date"],
.form_block input[type="number"],
.form_block input[type="email"],
.form_block input[type="tel"],
.form_block input[type="text"],
.form_block select {
  height: 34px;
  margin-bottom: 4px;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form_block input[type="date"],
.form_block input[type="number"],
.form_block input[type="email"],
.form_block input[type="tel"] {
  ime-mode: disabled;
}

.form_block textarea {
  margin-bottom: 4px;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: top;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form_block input[type="date"]:focus,
.form_block input[type="number"]:focus,
.form_block input[type="email"]:focus,
.form_block input[type="tel"]:focus,
.form_block input[type="text"]:focus,
.form_block select:focus {
  border-color: #fcb621;
  outline: 0;
}

.form_block input[type="date"].error,
.form_block input[type="number"].error,
.form_block input[type="email"].error,
.form_block input[type="tel"].error,
.form_block input[type="text"].error,
.form_block select.error {
  border-color: #fc4777;
  outline: 0;
}

.form_block input[type="date"].success,
.form_block input[type="number"].success,
.form_block input[type="email"].success,
.form_block input[type="tel"].success,
.form_block input[type="text"].success,
.form_block select.success {
  border-color: #29abe2;
  outline: 0;
}

.form_block input[type="checkbox"],
.form_block input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

.btn_area_search {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 18px;
  margin: 0 0 0 10px;
  font-size: 100%;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}

/* input サイズ */
.text_input_xs {
  width: 98px;
}
.text_input_s {
  width: 150px;
}
.text_input_m {
  width: 300px;
}
.text_input_l {
  width: 100%;
}
.text_area_l {
  width: 100%;
}

.form_block label {
  cursor: pointer;
}
.label_radio {
  margin-right: 30px;
}
.label_num {
  margin-left: 20px;
}

.txt_required {
  vertical-align: middle;
  padding: 4px 7px;
  margin-left: 7px;
  color: #ffffff;
  background: #c30d23;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
}
.form_block dl dt .txt_required {
  float: right;
}

.txt_any {
  color: #ffffff;
  background: #85d077;
  font-weight: 400;
  margin-left: 7px;
  padding: 0 10px;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.icon_success {
  color: #ffffff;
  background: #29abe2;
  font-weight: 400;
  margin-left: 7px;
  padding: 0 10px;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.icon_error {
  color: #ffffff;
  background: #ed1e79;
  font-weight: 400;
  margin-left: 7px;
  padding: 0 10px;
  font-size: 11px;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.txt_error {
  color: #ff2c2c;
  font-weight: 400;
}

div.error {
  background: #fc4777;
  color: #ffffff;
  font-weight: 400;
}

/*　ime-mode 設定　*/
input.ime1 {
  ime-mode: auto;
}
input.ime2 {
  ime-mode: active;
}
input.ime3 {
  ime-mode: disabled;
}
textarea.ime4 {
  ime-mode: inactive;
}

.note_block {
  height: 340px;
  padding: 20px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.8;
  box-sizing: border-box;
  overflow-y: scroll;
}

.ui-datepicker td span,
.ui-datepicker td a {
  font-family: unset;
}

/*---------------------------------
ボタン
---------------------------------*/
.form_btn_block {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.form_btn_block form {
  display: inline;
}

.thanks_Btn {
  padding-top: 20px;
}
.btn_approval {
  display: block;
  max-width: 300px;
  width: 90%;
  padding: 20px;
  /* margin: 0 auto; */
  margin: 0 10px;
  color: #fff;
  background-image: linear-gradient(90deg, #263666 0%, #263666 50%, #263666 100%);
  border: none;
  font-size: 16px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "游明朝体+36ポかな", "YuMincho +36p Kana", "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
}
.btn_approval:hover {
  opacity: 0.7;
}

.btn_denial {
  color: #ffffff;
  background: #999999;
  padding: 15px 5px;
  margin: 0 10px;
  box-sizing: border-box;
  width: 200px;
  border: none;
  font-size: 100%;
  font-weight: bold;
}

.btn_denial:hover {
  background-color: #cccccc;
}

.btn_prev {
  display: block;
  max-width: 300px;
  width: 90%;
  padding: 20px;
  /*margin: 0 auto;*/
  margin: 0 10px;
  color: #fff;
  background: #9c9c9c;
  border: none;
  font-size: 16px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "游明朝体+36ポかな", "YuMincho +36p Kana", "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  transition: 0.3s;
  outline: none;
  cursor: pointer;
}
.btn_prev:hover {
  opacity: 0.7;
}

/* サンクス */
.thanks_Txt {
  padding: 30px 0;
  text-align: center;
}
.thanks_Txt h3 {
  padding: 0 0 15px;
  color: #2c3236;
  font-size: 22px;
  line-height: 1.5;
}
.thanks_Txt p {
  font-size: 16px;
  line-height: 1.8;
}
.contact_Block_Form {
  max-width: 1200px;
  width: 94%;
  padding: 30px 0 10px;
  margin: 0 auto;
  border-top: 1px dotted #2c3236;
  text-align: center;
}
.contact_Block_Form h4 {
  padding: 0 0 15px;
  font-size: 18px;
}
.contact_Block_Form article {
  font-size: 16px;
  line-height: 1.6;
}

/* 20230517追加 */
header {
  background: rgba(255, 255, 255, 1);
  padding: 10px 0;
}

.under_page {
  padding-top: 88px;
  /* padding-top: 131px; */
}

.h_nav {
  display: none;
}

.gnav_list {
  display: none;
}

/* 20230518追加 */
.box {
  display: block;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
}

.form_block input[type="checkbox"],
.form_block input[type="radio"] {
  margin-right: 5px;
  vertical-align: bottom;
}

.txt_required.privacy {
  font-size: 11px;
  padding: 2px 5px;
  margin-right: 10px;
}

.ui-widget-header {
  background: #d9d9d9 !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
}

.ui-widget {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "游明朝体+36ポかな", "YuMincho +36p Kana", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif !important;
}

.form_List dl:last-of-type dt {
  padding: 30px 15px;
}

#contact .company_Area {
  padding: 0 0 40px 0;
}

/* @media only screen and (max-width: 1024px) {
  .under_page {
    padding-top: 158px;
  }
} */

/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {
  .under_page {
    padding-top: 0;
  }

  #head_Wrap {
    padding: 4px 10px;
    text-align: center;
    box-sizing: border-box;
  }
  #site_Ttl_Area h1 a {
    margin-top: 0;
  }
  .page_Ttl {
    padding: 30px 0;
    font-size: 20px;
  }
  .page_Ttl span {
    font-size: 12px;
  }
  .page_Copy {
    text-align: center;
  }
  .page_Copy .redTxt {
    text-align: center;
  }
  .inner {
    padding: 20px 0 0 0;
  }

  .form_List dl {
    flex-direction: column;
  }
  .form_List dt {
    width: 100%;
    padding: 25px 10px;
    border-bottom: 1px dotted #707070;
  }
  .form_List dt p {
    width: calc(100% - 20px);
  }
  .form_List dd {
    width: 100%;
    padding: 15px 10px;
    border-left: none;
    font-size: 16px;
  }

  /* input サイズ */
  .text_input_xs {
    width: 98px;
  }
  .text_input_s {
    width: 60%;
  }
  .text_input_m {
    width: 100%;
  }
  .text_input_l {
    width: 100%;
  }
  .text_area_l {
    width: 100%;
  }

  .form_block input[type="date"],
  .form_block input[type="number"],
  .form_block input[type="email"],
  .form_block input[type="tel"],
  .form_block input[type="text"],
  .form_block select {
    height: 40px;
    padding: 8px 12px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.5;
  }
  .form_block input[type="date"]:last-child,
  .form_block input[type="number"]:last-child,
  .form_block input[type="email"]:last-child,
  .form_block input[type="tel"]:last-child,
  .form_block input[type="text"]:last-child,
  .form_block select:last-child {
    margin-bottom: 0;
  }

  .txt_required {
    display: block;
    width: 50px;
    margin: 0;
    text-align: center;
  }

  .btn_approval,
  .btn_prev {
    width: 100%;
    margin: 0 auto 20px;
  }

  /* サンクス */
  .thanks_Txt h3 {
    font-size: 20px;
  }
  .thanks_Txt p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .contact_Block_Form {
    max-width: 1200px;
    width: 94%;
    padding: 30px 0 10px;
    margin: 0 auto;
    border-top: 1px dotted #00a4c5;
    text-align: center;
  }
  .contact_Block_Form h4 {
    font-size: 16px;
  }
  .contact_Block_Form article {
    font-size: 14px;
  }

  /* 20230518追加 */
  .txt_required.privacy {
    margin: 0 0 5px 0;
  }
  .form_btn_block {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .gnav_list {
    display: flex;
  }
}

footer {
  padding-bottom: 0;
}
