.exercise {
  margin-bottom: 2rem;
}

.exercise__img {
  display: block;
  text-align: center;
}

.exercise__img img {
  width: 50%;
}

.exercise__more_btn {
  margin-top: 1rem;
  padding: 1em;
}

.exercise__more_btn:after {
  width: 1.5em;
  height: 1.5em;
  background-color: transparent;
  background-image: url(../img/pdf_icon_w.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .exercise {
    margin: 4rem 0 8rem;
  }
  .exercise__content {
    display: flex;
    align-items: center;
    margin-top: 4rem;
  }
  .exercise__img {
    flex-shrink: 0;
    max-width: 270px;
  }
  .exercise__img img {
    width: auto;
  }
  .exercise__text {
    max-width: 830px;
    margin-left: 5rem;
  }
  .exercise__more_btn {
    width: min(80%,35rem);
    margin-top: 2rem;
    padding: 1.5em 4em;
  }
  .exercise__more_btn:after {
    width: 2em;
    height: 2em;
  }
}

.program__about {
  margin-bottom: 2rem;
}

.program__about__index__table {
  margin-top: 1rem;
}

.program__about__index__table th,
.program__about__index__table td {
  border: 1px solid #E3E3E3;
  font-weight: 500;
}

.program__about__index__table th {
  background-color: #F8F8F8;
}

.program__category + .program__category {
  margin-top: 2rem;
}

.program__img {
  display: block;
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .program__about {
    display: flex;
    margin-top: 4rem;
  }
  .program__about__text {
    width: 50%;
    margin-right: 2rem;
  }
  .program__about__index {
    flex-shrink: 0;
    width: min(40%, 570px);
  }
  .program__category .p-box_ttl {
    margin-bottom: 2rem;
  }
  .program__category .p-program_table .p-program_table__course {
    width: 17em;
  }
  .program__category .p-program_table .p-program_table__time {
    width: 15em;
  }
}
/*# sourceMappingURL=fitness-pool.css.map */