@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap";

.p-seminar-article__content h2 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 2px solid var(--color_main);
  padding-bottom: 14px;
  margin-bottom: 26px;
  margin-top: 40px;
}
@media screen and (max-width: 1095px) {
  .p-seminar-article__content h2 {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 430px) {
  .p-seminar-article__content h2 {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    margin-top: 40px;
  }
}

.p-seminar-article__content p {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 1.625em;
}
@media screen and (max-width: 1095px) {
  .p-seminar-article__content p {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 430px) {
  .p-seminar-article__content p {
    font-size: 16px;
  }
}

.p-seminar-article__content ul {
  list-style: initial;
  list-style-type: disc;
  padding-left: 1.5em;
  margin-top: 8px;
}

/* 打ち消し用 */

.p-seminar-article .p-feature__item p,
.p-seminar-article .p-merit__title p {
  margin-top: 0;
}

.p-seminar-article .p-article-matome__title {
  border-bottom: initial;
  margin-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 430px) {
  .p-seminar-article .p-article-matome__title {
    padding-bottom: 0;
  }
}

.p-seminar-article .p-article-matome__text p {
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 430px) {
  .p-seminar-article .p-article-matome__text p {
    font-size: 18px;
  }
}

.p-seminar-article .p-feature__items,
.p-seminar-article .p-merits-new__list {
  list-style: none;
  padding-left: 0;
}
