@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.category {
  display: none !important;
}
.page_bg_w .inner {
  padding-top: 40px;
  padding-bottom: 208px;
}
@media screen and (max-width: 818px) {
  .page_bg_w .inner {
    padding-top: 20px;
  }
}
#footer {
  margin-top: -88px !important;
}
@media screen and (max-width: 818px) {
  #footer {
    margin-top: -138px !important;
  }
}
.yoyaku_btn {
  display: block;
  max-width: 399px;
  background: #F19A18;
  color: #ffffff !important;
  line-height: 60px;
  width: 100%;
  border-radius: 60px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .yoyaku_btn {
    max-width: 330px;
    margin: auto;
    margin-top: 5px;
    font-size: 14px;
    line-height: 40px;
  }
}
.yoyaku_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.m_txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 818px) {
  .m_txt {
    font-size: 18px;
  }
}
.c_h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #BF0101;
  margin-top: 80px;
  line-height: 1.1;
}
@media screen and (max-width: 818px) {
  .c_h2 {
    margin-top: 40px;
    font-size: 20px;
    padding-bottom: 8px;
  }
}
.c_h2_m600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.m_t_16 {
  margin-top: 16px;
}
.cta {
  background: #2C2F34;
  padding: 40px;
  margin-top: 80px;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  .cta {
    margin-top: 40px;
    padding: 30px 10px;
  }
}
.cta .txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 818px) {
  .cta .txt {
    font-size: 16px;
  }
}
.cta .yoyaku_btn {
  margin: auto;
  margin-top: 23px;
  max-width: 404px;
}
@media screen and (max-width: 818px) {
  .cta .yoyaku_btn {
    max-width: 330px;
    margin-top: 12px;
  }
}
.step {
  max-width: 771px;
  margin: auto;
  margin-top: 32px;
}
@media screen and (max-width: 818px) {
  .step {
    margin-top: 20px;
  }
}
.step dl {
  display: flex;
}
.step dl + dl {
  margin-top: 24px;
}
.step dl dt {
  width: 90px;
}
@media screen and (max-width: 818px) {
  .step dl dt {
    width: 70px;
  }
}
.step dl dd {
  width: calc(100% - 90px);
  padding-left: 24px;
}
@media screen and (max-width: 818px) {
  .step dl dd {
    width: calc(100% - 70px);
    padding-left: 15px;
  }
}
.step dl dd .step_ttl {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .step dl dd .step_ttl {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.step dl dd p {
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .step dl dd p {
    font-size: 17px;
  }
}
.step dl dd span {
  font-size: 15px;
  display: block;
  line-height: 1.6;
  margin-top: 8px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .step dl dd span {
    margin-top: 5px;
    font-size: 13px;
  }
}
.yobo .yobo_list {
  flex-wrap: wrap;
  display: flex;
  gap: 24px;
  column-gap: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 818px) {
  .yobo .yobo_list {
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 12px;
    column-gap: 12px;
  }
}
.yobo .yobo_list li {
  width: calc(25% - 18px);
}
@media screen and (max-width: 818px) {
  .yobo .yobo_list li {
    width: calc(50% - 6px);
  }
}
.yobo .t_list {
  width: fit-content;
  margin: auto;
  margin-top: 32px;
}
@media screen and (max-width: 818px) {
  .yobo .t_list {
    margin-top: 20px;
  }
}
.yobo .t_list li + li {
  margin-top: 32px;
}
@media screen and (max-width: 818px) {
  .yobo .t_list li + li {
    margin-top: 20px;
  }
}
.yobo .t_list li .ttl {
  text-align: left;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .yobo .t_list li .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.yobo .t_list li p {
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 818px) {
  .yobo .t_list li p {
    font-size: 18px;
  }
}
.yobo .t_list li p span {
  display: block;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 818px) {
  .yobo .t_list li p span {
    padding-left: 18px;
  }
}
.yobo .t_list li p span:after {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
