@charset "UTF-8";
.fs-l-main:has(.guide__page__list__wrap) + section .guide__wrap {
  display: none;
}
.content__wrap {
  color: #282828;
}
.con__head {
  font-weight: bold;
  position: relative;
}
.con__head::before {
  content: '';
  height: 100%;
  background-color: #282828;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  translate: 0 -50%;
}
.content__wrap dt {
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}
.content__wrap .content > ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.content__wrap .content > ul li + li {
  margin-top: 1.75em;
}

@media (max-width: 767px) {
  .guide__page__list__wrap {
    margin-bottom: 100px;
  }
  .content {
    padding-top: 70px;
    margin-top: -70px;
  }
  .content:not(:last-child) {
    margin-bottom: 70px;
  }
  .con__head {
    font-size: 24px;
    padding-left: 0.7em;
    margin-bottom: 34px;
  }
  .con__head::before {
    width: 4px;
  }
  .content__wrap dt {
    font-size: 16px;
    padding-bottom: 4px;
    margin-bottom: 13px;
  }
  .content__wrap dd {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
  .content__wrap .content > ul {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .guide__page__list__wrap {
    margin-bottom: 118px;
  }
  .content {
    padding-top: 120px;
    margin-top: -120px;
  }
  .content:not(:last-child) {
    margin-bottom: 122px;
  }
  .con__head {
    font-size: 32px;
    padding-left: 0.875em;
    margin-bottom: 34px;
  }
  .con__head::before {
    width: 6px;
  }
  .content__wrap dt {
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 13px;
  }
  .content__wrap dd {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 44px;
  }
  .content__wrap .content > ul {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 44px;
  }
}