@charset "utf-8";

/*=====================
  ENTRY
=====================*/

/*  contentWrap
=====================*/

.page_ttl {
  font-size: 34px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top:8px solid #3B564C;
  background: #3B564C;
  /* padding: 3.0em 0 6.0em; */
  padding: 2.6em 0 3.0em;
  text-align: center;
}
.page_ttl .p1 {
  width:30%;
  /* font-family: 'Arial', 'メイリオ', serif;
  font-size: 0.53em; */
  font-family: 'Cinzel', serif !important;
  font-size: 1.5em;
  letter-spacing: 2px;
  line-height: 0.6;
  transform: rotate(0.28deg);
  color: #fff;
  border-bottom:1px solid #fff;
  margin: 0 auto;
}


/* common */
.f-70{font-size: 70%;}
.f-120{font-size: 120%;}
.f-130{font-size: 130%;}
.f-150{font-size: 150%;}
.f-200{font-size: 200%;}
.f-220{font-size: 220%;}
.f-250{font-size: 250%;}
.f-280{font-size: 280%;}


/* .ttl {
  width:600px;
  border-bottom:1px solid #3B564C;
  padding: 50px 0 15px;
  margin: 0 auto 30px;
  text-align: center;
}
.ttl img {
  max-height:25px;
} */


/* title & lead */
.entry_Wrap {
  margin-bottom: 40px;
}

.lead_Area {
  padding: 3em 0 0;
}
.lead_Area p {
  font-size: clamp( 13px, calc( 7.666666666666667px + 0.6944444444444444vw ), 16px );
  text-align: left;
}
.lead_Area p.lead_ttl {
  font-size: 200%;
  letter-spacing: 0.4em;
  text-align:center;
  margin-bottom: 30px;
}
.lead_Area p a {
  color:#3B554B;
  text-decoration: underline;
  transition: .3s;
}
.lead_Area p a:hover {
  transition: .3s;
  opacity: .5;
  text-decoration: none;
}

.bg_green {
  background: #3B554B;
  padding: 50px 0;
}


/* step_Block
--------------------------- */
.step_Block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
}

.step_Block li {
  position: relative;
  max-width: 300px;
  width: 26%;
  height: 60px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-left: none;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
}

.step_Block li:first-child {
  border-left: 1px solid #dedede;
}

.step_Block li:nth-child(2) {
  max-width: 400px;
  width: 48%;
}

.step_Block li span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

.step_Block li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 58px;
  border-top: 29px solid rgba(0, 0, 0, 0);
  border-bottom: 29px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #fff;
  box-sizing: border-box;
  z-index: 2;
}

.step_Block li::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -21px;
  width: 20px;
  height: 58px;
  border-top: 29px solid rgba(0, 0, 0, 0);
  border-bottom: 29px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #dedede;
  box-sizing: border-box;
  z-index: 1;
}

.step_Block .step_03::before,
.step_Block .step_03::after,
.step_Block .step_03.step_here::before,
.step_Block .step_03.step_here::after {
  content: none;
}

.step_Block .step_here {
  /* color: #fff; */
  background-color: #dedede;
}

.step_Block .step_here::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 58px;
  border-top: 29px solid rgba(0, 0, 0, 0);
  border-bottom: 29px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #dedede;
  box-sizing: border-box;
  z-index: 2;
}


/* form */
.font11 {
  display: block;
  padding: 5px 0 0;
  font-size: 11px;
  line-height: 1.3;
}

.form_Ttl {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #FFF;
  background-color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  box-sizing: border-box;
}

.form_Ttl .txt_required {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 15px;
}

.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;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
}
.form_List dl.policy {
  border-top: 1px solid #ddd;
  padding: 5px 0;
}

.form_List dt,
.form_List dd {
  padding: 15px;
  box-sizing: border-box;
}

.form_List dt {
  position: relative;
  width: 30%;
  /* color: #FFF; */
}

.form_List dt p {
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 30px);
  transform: translateY(-50%);
}

.form_List dd {
  width: 70%;
  min-height: 50px;
  border-left: 1px dotted #ddd;
  /* color: #FFF; */
}

.family_Num p {
  padding: 0 0 8px;
}

.family_Num p:last-child {
  padding: 0;
}

.check_list label {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;

  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  margin-right: 12px;
}

.check_list label:last-child {
  margin-bottom: 0;
}

.check_list input {
  margin: 0 5px 0 0;
  line-height: 1;
}


ul.other_list {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
ul.other_list li {
  margin-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}


.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;
  /* color: #FFF; */
}

.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 {
  clear: both;
  padding: 15px;
  /*border: solid 1px #CCCCCC;*/
  /*height: 250px;*/
  /*overflow: scroll;*/
  /* color: #FFF; */
}

.note_block>h3,
.note_block>p,
.note_block>ul,
.note_block li {
  font-size: 14px;
  /* font-family: 'Yu Gothic UI',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; */
  line-height: 1.8;
}

.note_block a {
  text-decoration: underline;
}

.note_block a:hover {
  text-decoration: none;
}


.box_Wrap {
  text-align: center;
  width: 100%;
  padding: 30px 0;
}

.box {
  display: inline-block;
  font-size: 13px;
}


.form_List input[type="date"].error,
.form_List input[type="number"].error,
.form_List input[type="email"].error,
.form_List input[type="tel"].error,
.form_List input[type="text"].error,
.form_List select.error {
  border-color: #fc4777;
  outline: 0;
}

.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;
}




/* 性別 */
.gender-group {
    display: flex;
    gap: 5px; /* ラジオボタン間の間隔 */
}

/* 生年月日 */
.number-input-wrap {
  position: relative;
  display: inline-block;
  /* width: 100%; */
  /* max-width: 200px; */
  height: 34px;
}
.number-input-wrap input[type=number] {
  width: 100%;
  height: 34px; /* 高さ自由に調整 */
  padding-right: 2.5em;
  font-size: 1em;
  box-sizing: border-box;
}
.number-input-wrap select {
  margin: 0 5px;
}

/* Chrome, Safari, Edge（Webkit系） */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.policy_txt {
  padding: 0 0 30px;
}
.policy_txt h3 {
  font-size: clamp(15px, calc(7.666666666666667px + 0.6944444444444444vw), 18px);
  font-weight: 600;
}
.policy_txt p {
  font-size: 14px;
}
.policy_txt p a {
  color:#3B564C;
}



/* エラー
--------------------------- */
.formErrorMsg {
  padding: 6px 15px;
  color: #fff;
  background-color: #C30D23;
  font-size: 12px;
  box-sizing: border-box;
}

.formErrorClose {
  display: none;
}

.errMsg {
  font-size: 12px;
  letter-spacing: 0.02em;
}

/* ボタン
--------------------------- */
.form_btn_block {
  width: 80%;
  text-align: center;
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
}

.form_btn_block button {
  cursor: pointer;
}

.form_btn_block input {
  cursor: pointer;
}

.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;
  color: #fff;
  background: #3B564C;
  /* background: rgb(55, 167, 202);
  background: linear-gradient(90deg, rgba(55, 167, 202, 1) 0%, rgba(52, 165, 201, 1) 8%, rgba(0, 92, 162, 1) 100%); */
  border: none;
  font-size: 16px;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  transition: .3s;
  text-decoration: none;
  outline: none;
}

.btn_approval:hover {
  opacity: .6;
}

.btn_prev {
  display: block;
  max-width: 300px;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  color: #333;
  background-color: #CCC;
  border: none;
  font-size: 16px;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  transition: .3s;
  text-decoration: none;
  outline: none;
}

.btn_prev:hover {
  opacity: .6;
}

.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;
}


/* サンクス
--------------------------- */
.thanks_Txt {
  padding: 30px 0;
  text-align: center;
}

.thanks_Txt h3 {
  padding: 0 0 15px;
  /* color: #FFF; */
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.thanks_Txt p {
  font-size: 16px;
  line-height: 1.8;
  /* color: #FFF; */
}
.thanks_Txt p span{
padding-top: 1.5em;
display: inline-block;
font-size: 75%;
}

.contact_Block_Form {
  max-width: 1200px;
  width: 94%;
  padding: 30px 0 10px;
  margin: 0 auto;
  border-top: 1px dotted #333;
  text-align: center;
}

.contact_Block_Form h4 {
  padding: 0 0 15px;
  font-size: 18px;
  /* color: #FFF; */
}

.contact_Block_Form article {
  font-size: 16px;
  line-height: 1.6;
  /* color: #FFF; */
}


.notes.no_att {
  margin: 60px auto 60px;
}

.footerCntact{
display: none!important;
}
.form_List.bttm_unpaddhing{
padding: 0;
}


/*-----------------------------
調整
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1400px) {



}

/*-----------------------------
tab横のみ
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {


}


/*-----------------------------
tab
-----------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px)  {

  .form_btn_block {
    flex-direction: column;
    width: 60%;
    margin: 0 auto 50px;
  }

  .form_btn_block button {
    order: 2;
  }

  .form_btn_block input {
    order: 1;
    margin-bottom: 10px;
  }



}

@media only screen and (min-width: 768px) and (max-width: 900px)  {


}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {


  /* title & lead */
  .page_ttl {
    font-size: 25px;
    padding: 2.6em 0 3.0em;
  }
  .page_ttl .p1 {
    width:30%;
    font-size: 1.2em;
    letter-spacing: 2px;
  }


  /* common */
  /* .ttl {
    width:94%;
    padding: 30px 0 15px;
    margin: 0 auto 20px;
  }
  .ttl img {
    max-height:20px;
  } */

  .lead_Area {
    padding: 1em 0 0;
    text-align:center;
  }
  .lead_Area p {
    font-size: 13px;
  }
  .lead_Area p.lead_ttl {
    font-size: 120%;
    letter-spacing: 0.4em;
  }


  .bg_green {
    padding: 30px 0;
  }



  /* step_Block
  --------------------------- */
  .step_Block {
    flex-direction: column;
    padding: 30px 0;
  }

  .step_Block li {
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    font-size: 13px;
    box-sizing: border-box;
  }

  .step_Block li:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }

  .step_Block li span {
    font-size: 13px;
  }

  .step_Block li::after {
    top: unset;
    bottom: -10px;
    right: unset;
    left: 50%;
    width: 16px;
    height: 10px;
    border-top: 10px solid #fff;
    border-bottom: unset;
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    transform: translateX(-50%);
    z-index: 2;
  }

  .step_Block li::before {
    top: unset;
    bottom: -12px;
    right: unset;
    left: 50%;
    width: 18px;
    height: 12px;
    border-top: 12px solid #dedede;
    border-bottom: unset;
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-left: 9px solid rgba(0, 0, 0, 0);
    transform: translateX(-50%);
    z-index: 1;
  }

  .step_Block .step_here {
    /* color: #fff; */
    background-color: #dedede;
  }

  .step_Block .step_here::after {
    content: none;
    /* top: unset;
    bottom: -10px;
    right: unset;
    left: 50%;
    width: 16px;
    height: 15px;
    border-top: 15px solid #c7d4db;
    border-bottom: unset;
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    transform: translateX(-50%);
    z-index: 2; */
  }


  .check_list label {
    margin-bottom: 22px;
    margin-right: 20px;
  }

  .form_Ttl {
    margin-bottom: 10px;
  }

  .form_Ttl .txt_required {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
    width: 50px;
    padding: 5.5px 7px;
    text-align: center;
  }

  .form_List dl {
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 15px;
  }

  .form_List dt {
    width: 100%;
    min-height: 50px;
    padding: 20px 10px 20px;
    background-color: #ddd;
  }

  .form_List dt.line2 {
    padding: 30px 10px;
  }

  .form_List dt p {
    width: calc(100% - 20px);
  }

  .form_List dd {
    width: 100%;
    min-height: initial;
    padding: 8px 0;
    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;
  }

  .form_List .txt_required {
    display: block;
    width: 50px;
    /*margin: 5px 0 0 0;*/
    padding: 5.5px 7px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .form_Ttl.pos .txt_required {
    display: block;
    width: 50px;
    padding: 5.5px 7px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .form_btn_block {
    flex-direction: column;
    width: 90%;
  }

  .form_btn_block button {
    order: 2;
  }

  .form_btn_block input {
    order: 1;
    margin-bottom: 10px;
  }


  /* ご年齢 */
  .number-input-wrap {
    height: 40px;
  }
  .number-input-wrap input[type=number] {
    height: 40px;
    padding-right: 2.5em;
  }
  .custom-spinner {
    width: 2em;
  }

  /* サンクス */
  .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 #FFF;
    text-align: center;
  }

  .contact_Block_Form h4 {
    font-size: 16px;
  }

  .contact_Block_Form article {
    font-size: 14px;
  }



  .notes.no_att {
    margin: 30px auto 30px;
  }










}
