@charset "UTF-8";
/* ::::::::::  お問い合わせ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
index
========================================================= */
.tabList {
  max-width: 1020px;
  margin: 0 auto;
  justify-content: center;
}

.tabList li a {
  padding: 0 14px;
}

@media screen and (max-width: 1024px) {
  .tab_wrap .wrapper {
    max-width: 100%;
  }
}

.tab_contents {
  visibility: hidden;
  height: 0;
  opacity: 0;
  display: none;
  transition: opacity 0.6s;
}
.tab_contents.show {
  display: block;
  visibility: visible;
  height: auto;
  opacity: 1;
}

.contactStep {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  color: #8a8a8a;
  font-size: 1.9rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .contactStep {
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
    max-width: 300px;
    margin: 0 auto 30px;
    justify-content: space-between;
    font-size: 1.5rem;
  }
}
.contactStep li {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .contactStep li {
    padding: 0;
  }
}
.contactStep li:not(:last-child) {
  margin-right: 200px;
}
@media screen and (max-width: 1024px) {
  .contactStep li:not(:last-child) {
    margin-right: 0;
  }
}
.contactStep li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  display: block;
  width: 180px;
  height: 0;
  border-top: 1px solid #e8e8ea;
}
@media screen and (max-width: 1024px) {
  .contactStep li:not(:last-child):after {
    left: calc(100% + 10px);
    width: calc(100% - 20px);
  }
}
@media (max-width: 360px) {
  .contactStep li:not(:last-child):after {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .contactStep li:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .contactStep li:last-child {
    padding-right: 0;
  }
}
.contactStep li.current {
  color: #c8102e;
}
.contactStep li .num {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .contactStep li .num {
    display: block;
    margin: 0 auto 4px;
  }
}

.con_section .wrapper {
  padding-bottom: 50px;
}
.con_section .secTitle02 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.con_section .lead01 {
  max-width: 560px;
  margin: 0 auto;
}
.con_section .lead02 {
  max-width: 560px;
  margin: 10px auto 0;
}
.con_section .lead02 .required_cate {
  display: inline-block;
  min-width: 65px;
  margin-right: 8px;
  padding: 0.325em 0.5em;
  background: none;
  border: 1px solid;
  color: #c8102e;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.sec_contact hr {
  max-width: 1000px;
  margin: 40px auto 0;
  border: none;
  border-top: 1px solid #e8e8ea;
}
.sec_contact .satori__privacy_policy_url a {
  color: #c8102e;
}

/* =========================================================
thanks
========================================================= */
.thanks .wrapper {
  width: 560px;
}
.thanks .btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.thanks .btn a {
  width: 210px;
}

.satori__btn {
  font-weight: 600 !important;
  font-size: 1.2rem !important;
}

@media screen and (max-width: 767px) {
  .satori__btn {
    background-size: 100px !important;
    margin-bottom: -50px !important;
    width: 100% !important;
    height: 60px !important;
    padding-left: 15px !important;
  }
}