.system {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .system {
    margin-bottom: 6rem;
  }
}

.program {
  margin-bottom: 2rem;
}

.program__item {
  margin-bottom: 2rem;
}

.program__item__img {
  display: block;
  margin-bottom: .5rem;
}

.program__item .p-default_btn {
  margin-top: .5rem;
}

@media screen and (min-width: 768px) {
  .program__list {
    margin-top: 5rem;
  }
  .program__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .program__item__img {
    flex-shrink: 0;
    width: min(40%, 520px);
  }
  .program__item__text {
    margin-left: 2rem;
  }
  .program__item .p-default_btn {
    margin-top: 1rem;
  }
  .program__item .p-default_btn__link {
    width: min(100%, 30em);
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }
}

.sub_info__ttl {
  display: block;
  width: 13em;
  margin: 0 auto 1.5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #3576CA;
  color: #3576CA;
  text-align: center;
}

.sub_info__content {
  padding: 1rem .5rem;
  background-color: #F5F9FE;
  border-radius: 1rem;
}

.sub_info__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sub_info__list li {
  width: 48%;
  position: relative;
  margin-bottom: 1rem;
}

.sub_info__item__ttl {
  padding: .5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #143382;
  font-size: .9em;
  color: #fff;
}

.sub_info__item__ttl:after {
  content: ">";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  line-height: 1;
  text-align: center;
  color: #3576CA;
  font-weight: 700;
  font-size: .8rem;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .sub_info__content {
    padding: 5rem 2rem;
  }
  .sub_info__ttl {
    margin-bottom: 3rem;
    font-size: clamp(1.125rem, 0.062rem + 2.22vw, 32px);
  }
  .sub_info__list {
    display: flex;
    justify-content: center;
  }
  .sub_info__list li {
    width: calc((100% - 3rem) / 4);
    max-width: 330px;
    margin: 0 1em;
  }
  .sub_info__list li a:hover .contents__page_ttl:after {
    right: .5em;
  }
  .sub_info__item__ttl {
    padding: 1em;
    font-size: 1em;
  }
  .sub_info__item__ttl:after {
    right: 1em;
    transition: .2s;
  }
}
/*# sourceMappingURL=fitness.css.map */