@charset "UTF-8";
@media screen and (min-width: 769px) {
  .top-shop__list {
    padding: 0 8rem;
  }
}

.reason__method {
  border: 2px solid #009FA8;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 769px) {
  .reason__method {
    margin-top: 1rem;
    padding: 2rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .reason__method {
    font-size: 1rem;
    margin-top: 3rem;
    padding: 1rem;
  }
}
.reason__method-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .reason__method-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .reason__method-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}
.reason__method-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .reason__method-img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .reason__method-img {
    width: 80%;
    max-width: 16rem;
    margin: 0 auto;
  }
}
.reason__method-text:not(:first-child) {
  margin-top: 1rem;
}
.reason__method-list {
  margin-top: 1rem;
}
.reason__method-list-title {
  font-weight: bold;
}
.reason__method-list ul {
  margin-top: 0.3rem;
}
.reason__method-list ul li {
  color: #009FA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reason__method-list ul li::before {
  content: "・";
  color: #009FA8;
}
@media screen and (min-width: 769px) {
  .reason__method-button {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .reason__method-button {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .reason__method-button a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .reason__method-button a {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}

.course-recommended__button {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .course-recommended__button a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .course-recommended__button a {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
.course-recommended__method {
  border: 2px solid #009FA8;
}
@media screen and (min-width: 769px) {
  .course-recommended__method {
    padding: 2rem;
    font-size: 1.3rem;
    max-width: 64.3125rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .course-recommended__method {
    font-size: 1rem;
    margin-top: 1rem;
    padding: 1rem;
  }
}
.course-recommended__method-title {
  font-weight: bold;
}
.course-recommended__method-title strong {
  font-weight: bold;
  font-size: 1.6rem;
}
.course-recommended__method-text {
  margin-top: 1rem;
}
.course-recommended__method-list {
  margin-top: 1rem;
}
.course-recommended__method-list-title {
  font-weight: bold;
}
.course-recommended__method-list ul {
  margin-top: 0.3rem;
}
.course-recommended__method-list ul li {
  color: #009FA8;
}
.course-recommended__method-list ul li::before {
  content: "・";
  color: #009FA8;
}
@media screen and (min-width: 769px) {
  .course-trial__price {
    max-width: 62.5rem;
    margin: 4.375rem auto 0;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .course-trial__price {
    margin: 2rem auto 0;
    font-size: 1rem;
  }
}
.course-trial__price-title {
  color: #ee87b4;
  font-weight: bold;
}
.course-trial__price-text {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .course-trial__price-table {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .course-trial__price-table {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .course-trial__price-table.top-price__table {
    min-width: 100% !important;
  }
}
.course-trial__price .-pink {
  color: #ee87b4;
}
@media screen and (min-width: 769px) {
  .course-trial__price .top-price__value {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .course-trial__price .top-price__value {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .course-flow.-test {
    padding-top: 0;
  }
}