@charset "UTF-8";
.page-inner {
    margin-top: 40px;
}
/* ------------------------------ */
/* ステップナビゲーション */
/* ------------------------------ */
.step-nav-01 {
  color: #fff;
  z-index: 2;
}
.step-nav-01 .step-nav-no {
  background-color: #e3e3e3;
}
.step-nav-01 .step-nav-statement {
  color: #e3e3e3;
}
.step-nav-02 {
  color: #fff;
}
.step-nav-02 .step-nav-no {
  background-color: #e3e3e3;
}
.step-nav-02 .step-nav-statement {
  color: #e3e3e3;
}
.step-nav-03 {
  color: #fff;
}
.step-nav-03 .step-nav-no {
  background-color: #007e5b;
}
.step-nav-03 .step-nav-statement {
  color: #007e5b;
}
/* ------------------------------ */
/* 完了画面 */
/* ------------------------------ */
.thanks-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .thanks-lead {
    gap: 15px;
    margin: 40px auto 20px;
  }
}
.thanks-lead-head {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .thanks-lead-head {
    font-size: 26px;
  }
}

.thanks-lead-txt {
  font-weight: 500;
  line-height: 1.5;
}
.thanks-lead-txt br {
  display: none;
}
@media screen and (max-width: 768px) {
  .thanks-lead-txt br {
    display: block;
  }
}
.caution {
  border-top: 1px solid #e3e3e3;
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
    .caution {
  padding: 20px 0 0;
}
}
