@charset "UTF-8";

.head_Block h1 {
  padding-bottom: 12px;
}

#main_Img {
  width: 100%;
  padding: 7% 0 5%;
  background-image: -moz-linear-gradient(0deg, rgb(113, 141, 153) 0%, rgb(85, 102, 109) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(113, 141, 153) 0%, rgb(85, 102, 109) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(113, 141, 153) 0%, rgb(85, 102, 109) 100%);
  text-align: center;
}

#main_Img h2 {
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5em;
}

#main_Img h2 .en {
  font-size: min(4.5vw, 24px);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

#main_Img h2 .ja {
  font-size: 13px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.5em;
}



.request_Wrap {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #55666d;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 70px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

h3::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #55666d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flow {
  max-width: 880px;
  margin: 0 auto;
}

.flow_note {
  margin: 20px auto 0;
}

.flow_note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

/* .flow_note li span {
  display: inline-block;
  color: #fff;
  padding: 2px 2px 2px 2px;
  margin-right: 4px;
  margin-left: 1em;
  position: relative;
  z-index: 2;
}

.flow_note li span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #760505;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
} */

.txt_Area p {
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0px;
  text-align: center;
}

.step_Block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.step_Block li {
  position: relative;
  max-width: 300px;
  width: 26%;
  height: 60px;
  background-color: #fff;
  border: 1px solid #55666d;
  border-left: none;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
}

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

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

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

#request_form {
  margin-top: 50px;
}

.f_box {
  padding: 2em 0;
  border-bottom: 1px dotted #ddd;
}

.f_box dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

.f_box dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  padding: 0 10px;
  font-weight: normal;
  box-sizing: border-box;
}

.f_box dt span {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  background-color: #760505;
  font-size: 10px;
  box-sizing: border-box;
  vertical-align: text-top;
}

.f_box dd {
  width: 65%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
  width: 100%;
  padding: 6px 12px;
  color: #555555;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
}

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

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

.btn_Box {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.form_btn_block {
  width: 80%;
  text-align: center;
  margin: 0 auto 30px;
  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: 60px;
}

.btn_approval {
  display: block;
  max-width: 300px;
  width: 90%;
  padding: 20px;
  color: #fff;
  background-color: #2a3236;
  border: none;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  transition: .3s;
  text-decoration: none;
  outline: none;
}

.btn_approval:hover {
  opacity: .6;
}

.btn_prev {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  /* 初期化設定 */

  display: block;
  max-width: 300px;
  width: 100%;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  padding: 20px 0;
  color: #fff;
  background: #767676;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.btn_prev:hover {
  opacity: 0.7;
}

/* 個別設定 */
.box03 input {
  width: 30%;
}

.box10 dd.flex {
  flex-wrap: wrap;
  gap: 15px 2em;
}

.box10 label span {
  margin-left: 0.2em;
}

.box11 {
  margin-bottom: 50px;
}

.box11 textarea {
  height: 10em;
}

.box12 {
  margin-bottom: 50px;
}

.box12 label span {
  margin-left: 0.2em;
}

/* 個人情報 */
.privacy_Block h4 {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #55666d;
  border-bottom: 2px solid #55666d;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
}

.privacy_Block p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.privacy_Block p span {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  color: #fff;
  background-color: #760505;
  font-size: 10px;
  box-sizing: border-box;
  vertical-align: text-top;
}

.read_Wrap {
  width: 100%;
  height: 15em;
  margin: 10px auto;
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow-y: scroll;
}

.read_Wrap article:not(:last-child) {
  margin-bottom: 40px;
}

.read_Wrap article h5 {
  display: block;
  margin-bottom: 1em;
  padding: 10px;
  color: #fff;
  background-color: #888;
  box-sizing: border-box;
}

.read_Wrap article h5+p {
  margin-bottom: 1em;
}

.read_Wrap article h6 {
  margin-bottom: 0.5em;
}

.read_Wrap article address {
  font-size: 14px;
  font-style: normal;
}

.read_Wrap .privacy_List {
  width: 100%;
  margin: 0 auto;
  padding-left: 1em;
  box-sizing: border-box;
}

.read_Wrap .privacy_List>li:not(:last-child) {
  margin-bottom: 0.5em;
}

.read_Wrap .privacy_List li p {
  text-indent: -1em;
  padding-left: 1em;
}

/* お申込内容 */
.choice_radio {
  justify-content: center;
  align-items: flex-start;
  margin: 50px auto;
  gap: 30px;
  text-align: center;
}

.choice_radio>label {
  justify-content: center;
  max-width: 350px;
  width: calc((100% - 30px) / 2);
  padding: 20px 10px;
  border: 2px solid #55666d;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}

.choice_radio>label span {
  margin-left: 1em;
}

.choice_radio>label.selected {
  color: #fff;
  background-color: #55666d;
}

.choice_radio>label.selected input {
  accent-color: #fff;
}

/* サンクスページ */
/* .thanks_Block {
  height: 50vh;
} */

.thanks_Block h3 {
  margin-bottom: 1em;
  color: #55666d;
  font-size: min(5vw, 24px);
  letter-spacing: 0.1em;
  position: relative;
}

.thanks_Block p {
  margin: 1em auto 3em;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
}

.thanks_Block a {
  margin: 0 auto;
}

ul.att {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 0 0 1em;
  color: #000;
  list-style-type: '※';
  box-sizing: border-box;
}

ul.att li {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
}


.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 article {
  font-size: 16px;
  line-height: 1.6;
}

.contact-Block .tel-icon {
  display: inline-block;
  width: 50px;
  position: relative;
  top: -3px;
}

.contact-Block .tel-num {
  font-size: 40px;
}

.contact_Link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.contact_Link li {
  width: 48%;
  max-width: 280px;
  margin-right: 4%;
}

.contact_Link li:nth-of-type(2) {
  margin-right: 0;
}

.contact_Link li a {
  display: block;
  text-align: center;
  padding: 20px 0;
}

.contact_Link li a.r-link {
  color: #fff;
  background: #7b8c93;
}

.contact_Link li a.r-online {
  color: #7b8c93;
  background: #231815;
}

@media only screen and (max-width: 820px) {
  .nav_Block {
    padding-bottom: 20px;
  }

  #main_Img {
    padding: 13% 0 6%;
  }

  .request_Wrap {
    width: 90%;
    padding: 50px 0;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .txt_Area {
    margin-bottom: 30px;
  }

  .txt_Area p {
    font-size: 14px;
  }

  .step_Block {
    flex-direction: column;
  }

  .step_Block li {
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-left: 1px solid #7aa7d3;
    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 #55666d;
    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 #55666d;
    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;
  }

  #request_form {
    margin-top: 0;
  }

  .f_box {
    padding: 0 0 1em;
    border-bottom: transparent;
  }


  .f_box dl {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .f_box dt {
    width: 100%;
    padding: 10px;
    background-color: #bac8ce;
  }

  .f_box dd {
    width: 100%;
    padding: 10px 0;
  }

  /* 個別設定 */
  .box03 input {
    width: 100%;
  }

  .box10 dd.flex {
    flex-wrap: wrap;
    gap: 2em;
  }

  .box10 label {
    width: calc((100% - 2em) / 2);
  }

  .box11 {
    margin-bottom: 30px;
  }

  .btn_Box {
    gap: 20px;
  }

  .btn_approval {
    display: block;
    max-width: 48%;
    padding: 20px 0 20px 0;
  }

  .btn_prev {
    display: block;
    max-width: 48%;
    padding: 20px 0;
  }

    .btn_approval.back_top {
      max-width: 80%;
    }

  /* お申込内容 */
  .choice_radio {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 20px auto 50px;
    gap: 10px;
  }

  .choice_radio>label {
    max-width: 100%;
    width: 100%;
  }

  /* サンクスページ */
  #request_form.thanks_Block {
    height: auto;
    margin-top: 30px;
  }

  .thanks_Block h3 {
    line-height: 1.6;
  }

  .thanks_Block p {
    margin: 1em auto 3em;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }

  .privacy_btn {
    font-size: 16px;
    justify-content: center;
  }

  .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: 14px;
  }

  .contact_Block_Form article {
    font-size: 14px;
  }

  .contact-Block .tel-num {
    font-size: 32px;
  }

  .thanks_Btn {
    padding-top: 20px;
  }
}

/*---------------------------
print
---------------------------*/
@media print {

  html,
  body {
    height: auto;
  }


  body {
    -webkit-print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .print_pages {
    size: A4 landscape;
    page-break-before: always;
  }

  title,
  header,
  footer,
  .page_Ttl,
  .txt_Area,
  #main_Img,
  .privacy_barrier,
  .privacy_btn_Box,
  .privacy_btn_Box02 {
    display: none !important;
  }


  /* 印刷時1枚で収まるように余白を調整 */
  main {
    margin: -100px 0 0 0 !important;
  }

  .f_box {
    padding: 5px 0 !important;
  }

  .box11 textarea {
    height: 100px !important;
  }

  /* .f_box.box10 .js_error_msg {
  top: -50px; 
} */

}

@media all and (-ms-high-contrast: none) {
  .print_pages.page-break {
    page-break-before: auto;
  }
}