@charset "utf-8";
/* ========================
  request
======================== */

#contentWrap {
  margin: 80px 0 0;
}

/* common
--------------- */
.main {
  padding:0 0 100px;
}
.title_Box {
  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%);
  padding: 70px 0;
  text-align: center;
}
.title_Box h2 {
  color:#FFF;
  font-size: 26px;
  letter-spacing: 0.2em;
}




/* contents
--------------- */
.request_Wrap {
  max-width: 1000px;
  width:94%;
  margin: 0 auto;
}
.request_Wrap h3.sttl {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.13em;
  padding: 0 0 30px;
}



.txt_Area {
  padding: 0 0 0;
  text-align: center;
}

.txt_Area p {
  padding: 0 0 30px;
  font-size: 14px;
  line-height: 1.8;
}

/* step_Block
--------------------------- */
.step_Block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  padding: 0 0 50px;
  margin: 0 auto;
}

.step_Block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  padding: 0 0 50px;
  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 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;
}



.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;
}

/* ご年齢 */
.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;
}
.custom-spinner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #cccccc;
}
.custom-spinner button {
  all: unset;
  font-size: 0.8em;
  text-align: center;
  height: 50%;
  cursor: pointer;
  background: #eee;
}
.custom-spinner button:hover {
  background: #ddd;
}
/* 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;
}



/* エラー
--------------------------- */
.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-color: #45584f; */
  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; */
}

.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;
}



/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

  .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;
  }

}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  #contentWrap {
    margin: 40px 0 0;
  }


  /* common
  --------------- */
  .main {
    padding:0 0 50px;
  }
  .title_Box {
    padding: 30px 0;
    width:100%;
    margin: 0 auto;
  }
  .title_Box h2 {
    font-size: 20px;
  }

  .inner .title_Box {
    width:100%;
  }



  /* contents
  --------------- */
  .txt_Area p {
    text-align: left;
  }

  /* step_Block
  --------------------------- */
  .step_Block {
    flex-direction: column;
  }

  .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;
  }

  .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;
  }

  .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_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;
  }


}
