@charset "UTF-8";

#request header {
  background: rgba(0, 0, 0, 1);
}

#request .container {
  padding-top: 230px;
}

/* common */

#head_Area {
  width: 100%;
  padding: 50px 0;
  background-color: #fefefe;
  border-bottom: 1px solid #eee;
}

#head_Area>h1 {
  max-width: 225px;
  margin: 0 auto;
}

#entry {
  max-width: 1000px;
  width: 94%;
  padding: 50px 0;
  margin: 0 auto;
}

.page_Ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

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

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

.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 #162850;
  border-left: none;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
}

.step_Block li:first-child {
  border-left: 1px solid #162850;
}

.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 #162850;
  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: #162850;
}

.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 #162850;
  box-sizing: border-box;
  z-index: 2;
}


/* 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: #162850;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  box-sizing: border-box;
}

.form_List {
  padding: 0 0 50px;
}

.form_List.text_Area {
  padding-top: 10px;
  font-size: 14px;
  text-align: justify;
}

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

.form_List dt p {
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 30px);
  transform: translateY(-50%);
}

.form_List dd {
  width: 70%;
  border-left: 1px dotted #ddd;
}

.form_List dd .sel {
  margin-bottom: 10px;
}

.form_List dd .sel strong {
  font-weight: bold;
  margin-bottom: 10px;
}

.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: #fff;
  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 {
  width: 100%;
  margin: 10px auto 0;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: top;
  background-color: #fff;
  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 {
  max-width: 300px;
  cursor: pointer;
}

.label_radio {
  margin-right: 30px;
}

.label_num {
  margin-left: 20px;
}

.txt_required {
  vertical-align: middle;
  padding: 4px 7px;
  margin-left: 7px;
  color: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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;
}

.privacy_block {
  clear: both;
  /* height: 200px; */
  height: auto;
  line-height: 1.6;
  border: solid 1px #162850;
  padding: 15px;
  overflow: scroll;
}

.privacy_block>p.privacy_ttl {
  font-size: 14px;
  margin-bottom: 10px;
}

.privacy_block>p.privacy_txt {
  font-size: 12px;
  /* text-indent: -1.5em;
  padding-left: 1.5em; */
}

.privacy_block>p.privacy_txt a {
  text-decoration: underline;
}

.privacy_block>ul {
  padding: 0 0 0 1em;
}

.privacy_block>ul li {
  font-size: 12px;
}

.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: #fff;
  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;
}

/* 選択していないエラー*/
.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_List .js_error_msg {
  display: none;
  width: 180px;
  font-size: 11px;
  color: #fff;
  background: #252525;
  box-shadow: 1px 1px 4px #ccc;
  padding: 4px 10px;
  border-radius: 2px;
  position: relative;
  top: -10px;
}

.form_List .js_error_msg::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 5px;
  border: 6px solid transparent;
  border-top: 7px solid #252525;
}

.box_Wrap .js_error_msg {
  display: none;
  width: 180px;
  font-size: 11px;
  color: #fff;
  background: #252525;
  box-shadow: 1px 1px 4px #ccc;
  padding: 4px 10px;
  border-radius: 2px;
  position: relative;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.box_Wrap .js_error_msg::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 5px;
  border: 6px solid transparent;
  border-top: 7px solid #252525;
}


/*---------------------------------
ボタン
---------------------------------*/
.form_btn_block {
  width: 80%;
  text-align: center;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}

.form_btn_block button {
  /* font-family: a-otf-ryumin-pr6n, 'YuMincho', 'Yu Mincho', '游明朝体', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  cursor: pointer;
}

.form_btn_block input {
  /* font-family: a-otf-ryumin-pr6n, 'YuMincho', 'Yu Mincho', '游明朝体', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
  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: #162850;
  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: #fff;
  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 */
.thanks_Txt {
  padding: 30px 0;
  text-align: center;
}

.thanks_Txt h3 {
  padding: 0 0 15px;
  font-size: 22px;
  font-weight: 400;
  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 #333;
  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;
}

.form_Ttl.chance {
  margin-top: 20px;
}

/*=============================
tab
=============================*/

@media screen and (max-width: 960px) {

  .form_btn_block {
    flex-direction: column;
    width: 60%;
  }

  .form_btn_block button {
    order: 2;
  }

  .form_btn_block input {
    order: 1;
    margin-bottom: 10px;
  }

}

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

  /* common */

  #request header {
    height: 95px;
  }

  #request header.scroll {
    height: 60px;
  }

  #request .container {
    padding-top: 100px;
  }

  .step_Block {
    flex-direction: column;
  }

  .step_Block li {
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-left: 1px solid #162850;
    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 #162850;
    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::after {
    top: unset;
    bottom: -10px;
    right: unset;
    left: 50%;
    width: 16px;
    height: 15px;
    border-top: 15px solid #162850;
    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;
  }

  .form_Ttl {
    margin-bottom: 10px;
  }

  .form_List dl {
    flex-direction: column;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
  }

  .form_List dt {
    width: 100%;
    padding: 20px 10px 20px;
    border-bottom: 1px dotted #ddd;
  }

  .form_List dt p {
    width: calc(100% - 20px);
  }

  .form_List dd {
    width: 100%;
    padding: 8px 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: 5px 0 0 0;
    text-align: center;
  }

  .form_btn_block {
    flex-direction: column;
    width: 90%;
  }

  .form_btn_block button {
    order: 2;
  }

  .form_btn_block input {
    order: 1;
    margin-bottom: 10px;
  }

  /* thanks_Txt */
  .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;
  }
}

/* 2023-07-14追記 */
.q_sumai {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.q_sumai label:not(:last-child) {
  margin-bottom: 5px;
}

.q_work {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.q_work label:not(:last-child) {
  margin-bottom: 5px;
}

.other_notes span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

#customerno02 {
  width: 100%;
  padding: 0 15px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-sizing: border-box;
}

#customerno03 {
  width: 100%;
  padding: 0 15px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  box-sizing: border-box;
}