@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* ----------- 本体 -----------------------------*/
/* -----共通----------- */
.section {
  padding: 80px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}

.inner {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 16px;
  }
}
.section-title {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title__underline {
  font-size: 40px;
  padding-bottom: 16px;
  display: inline-block;
  border-bottom: 3px solid #E90000;
}
@media screen and (max-width: 768px) {
  .section-title__underline {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.section-title__lead {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-title__lead {
    font-size: 16px;
  }
}

.cta-btn {
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #ffffff;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cta-btn {
    font-size: 15px;
  }
}

/* -----パンくずリスト----------- */
.breadcrumb {
  padding: 8px 0 17px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 6px 0 24px 16px;
  }
}
.breadcrumb__list {
  margin-right: 16px;
  display: inline-block;
  position: relative;
}
.breadcrumb__list::after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -16px;
  color: #ffffff;
}
.breadcrumb__page {
  display: inline-block;
}

/* -----ファーストビュー----------- */
.fv {
  height: 550px;
  width: 100vw;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 10px solid #E90000;
  background-image: url(../img/F1MVPC.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .fv {
    width: 100%;
  }
}
.fv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 0 16px;
  }
}
.fv__title {
  font-style: italic;
  text-align: center;
  padding-top: 44px;
}
.fv__title-big {
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .fv__title-big {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 1017px) {
  .fv__title-big {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 895px) {
  .fv__title-big {
    font-size: 4rem;
  }
}
@media screen and (max-width: 773px) {
  .fv__title-big {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .fv__title-big {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 595px) {
  .fv__title-big {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 522px) {
  .fv__title-big {
    font-size: 3.5rem;
  }
}
.fv__title-small {
  font-size: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .fv__title-small {
    font-size: 10px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .fv__pc {
    display: none;
  }
}
.fv__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv__sp {
    display: block;
  }
}

/* -----開催日程----------- */
.data {
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  .data {
    padding: 40px 0;
  }
}
.data__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .data__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
  }
}
.data__img {
  aspect-ratio: 640/360;
  max-width: 640px;
  max-height: 360px;
}
.data__img img {
  width: 100%;
  height: 100%;
}

/* -----販売期間----------- */
.sales-period {
  background-color: #E90000;
}
.sales-period .inner {
  text-align: center;
}
.sales-period__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sales-period__wrapper {
    gap: 20px;
  }
}
.sales-period__report {
  font-size: 40px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sales-period__report {
    font-size: 18px;
  }
}
.sales-period__lead {
  background-color: #ffffff;
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  padding: 10px;
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sales-period__lead {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.sales-period__text {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sales-period__text {
    font-size: 14px;
  }
}
.sales-period__text a {
  text-decoration: underline;
}
.sales-period .cta-btn {
  border: none;
  padding: 16px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.sales-period .cta-btn__icon {
  width: 24px;
  height: 24px;
  background-image: url(../img/external-link.png);
  background-size: cover;
}
.sales-period .cta-btn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sales-period .cta-btn :hover__icon {
  background-image: url(../img/external-link-red.png);
}
.sales-period .cta-btn:hover {
  background-color: #ffffff;
  color: #E90000;
}
.sales-period .cta-btn:hover .cta-btn__icon {
  background-image: url(../img/external-link-red.png);
}

/* -----ツアーポイント----------- */
.point {
  /* ---ポイントリスト------ */
}
.point .section-title {
  margin-bottom: 40px;
}
.point__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  max-width: 1080px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .point__lists {
    gap: 17px;
    margin-top: 40px;
  }
}
.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .point__list {
    margin-top: 30px;
  }
}
.point__number {
  font-size: 92px;
  font-weight: 900;
  margin-right: 35px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .point__number {
    font-size: 56px;
    margin-right: 25px;
  }
}
.point__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .point__title {
    font-size: 18px;
    font-weight: 700;
  }
}
.point__copy {
  line-height: 2;
}

/* ---新設コース------ */
.new-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-course__ttl {
  font-size: 40px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-course__ttl {
    font-size: 24px;
  }
}
.new-course__lists {
  margin-top: 16px;
  background: #E90000;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .new-course__lists {
    margin-top: 8px;
  }
}
.new-course__list {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .new-course__list {
    font-size: 16px;
  }
}

/* -----特典----------- */
.benefit {
  background-color: #333333;
}
.benefit__wrapper {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.benefit__items:first-child {
  padding-bottom: 16px;
  border-bottom: 1px solid #585858;
}
.benefit__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .benefit__title {
    font-size: 18px;
  }
}
.benefit__text {
  font-size: 14px;
}

/* -----各コース詳細・お申込み----------- */
@media screen and (max-width: 768px) {
  .course {
    padding: 40px 0;
  }
}
.course .section-title {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .course .section-title {
    margin-bottom: 30px;
  }
}
.course__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1080px;
  width: 100%;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .course__wrapper {
    gap: 40px;
  }
}
.course__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .course__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
}
.course__content {
  padding: 10px 10px 10px 40px;
  border-left: 8px solid #585858;
}
.course__title {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .course__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.course__lead {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .course__lead {
    font-size: 16px;
  }
}
.course__btn {
  font-size: 24px;
  font-weight: 700;
  padding: 20px 24px;
  background-color: #E90000;
  border-radius: 40px;
  width: 50%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .course__btn {
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
  }
}
.course__btn:hover {
  opacity: 0.6;
}

/* -----お申し込みの流れ----------- */
.flow {
  background-color: #333333;
}
.flow .section-title__lead {
  color: #E90000;
}
.flow__wrapper {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1080px;
  width: 100%;
  gap: 16px;
}
.flow__list {
  padding: 16px 0;
  border-bottom: 1px solid #585858;
}
.flow__title {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 18px;
    padding-left: 0;
  }
}
.flow__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 8px;
}

/* -----お申込みについてのご注意----------- */
@media screen and (max-width: 768px) {
  .attention {
    padding: 40px 0;
  }
}
.attention .section-title__lead {
  font-size: 14px;
}
.attention__wrapper {
  margin-bottom: 80px;
}
.attention .cta-btn {
  background-color: #E90000;
  border: none;
  padding: 16px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.attention .cta-btn__icon {
  width: 24px;
  height: 24px;
  background-image: url(../img/external-link.png);
  background-size: cover;
}
.attention .cta-btn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.attention .cta-btn:hover {
  opacity: 0.6;
}

.accordion__content {
  display: none;
}
.accordion__item {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #585858;
}
.accordion__title {
  width: 100%;
  padding-left: 24px;
  border-left: 8px solid #585858;
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .accordion__title {
    font-size: 18px;      
  }
}
.accordion__title::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  background: url(../img/arrow.svg) no-repeat center center/cover;
  width: 12px;
  height: 6px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.accordion__title.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion ul {
  padding-top: 8px;
  list-style: disc;
  padding-left: 24px;
}
.accordion ol {
  list-style: decimal;
  padding-left: 24px;
}
.accordion__list {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .accordion__list {
    font-size: 14px;      
  }
}
.accordion__list a {
  text-decoration: underline;
  cursor: pointer;
}
.accordion__text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .accordion__text {
    margin-top: 10px;
    font-size: 14px;      
  }
}
@media screen and (max-width: 768px) {
  .accordion__number {
    font-size: 14px;      
  }
}
.accordion__item + .accordion__item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .accordion__item + .accordion__item {
    margin-top: 16px;
  }
}

.attention table {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .attention table {
    font-size: 14px;      
  }
}
.attention table thead {
  background-color: #585858;
}
.attention table thead th {
  padding: 10px;
  font-weight: 700;
}
.attention table thead .center {
  text-align: center;
}
.attention table tbody {
  padding: 10px;
  line-height: 1.3;
  font-weight: 400;
}
.attention table tbody .first-row {
  width: 11.2962962963%;
  vertical-align: middle;
}
.attention table tbody .second-row {
  width: 57.2222222222%;
}
@media screen and (max-width: 768px) {
  .attention table tbody .second-row {
    width: 30%;
  }
}
.attention table tbody .third-row {
  width: 29.7222222222%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .attention table tbody .third-row {
    width: 10%;
  }
}
.attention table tbody td {
  padding: 10px;
  border-right: 1px solid #585858;
  border-bottom: 1px solid #585858;
}
.attention table tbody td:first-child {
  border-left: 1px solid #585858;
}

/* -----JTBダイナミックパッケージ----------- */
.package-title {
  padding: 27px 0;
  background-color: #E90000;
  text-align: center;
}
.package-title__lead {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .package-title__lead {
    font-size: 16px;
  }
}
.package-title__title {
  font-size: 48px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .package-title__title {
    font-size: 20px;
  }
}

.package-head__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .package-head__title {
    font-size: 24px;
  }
}

.package-body {
  background-color: #ffffff;
  padding: 30px 0 80px;
}
@media screen and (max-width: 768px) {
  .package-body {
    padding: 20px 0 40px;
  }
}
.package-body__wrapper {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.package-body__text {
  color: #000000;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .package-body__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.package-body__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .package-body__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.package-body__content {
  background-color: #EAEAEA;
  padding: 40px 20px;
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(48.1481481481% - 12px);
}
@media screen and (max-width: 768px) {
  .package-body__content {
    width: 100%;
  }
}
.package-body__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.package-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.package-body__icon {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .package-body__icon {
    width: 50px;
    height: 50px;
  }
}
.package-body__icon img {
  width: 100%;
  height: 100%;
}
.package-body__traffic {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .package-body__traffic {
    font-size: 1.5rem;
  }
}
.package-body__plus {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 12px;
  text-align: center;
  width: 120px;
}
.package-body .cta-btn {
  background-color: #E90000;
  border: none;
  padding: 16px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .package-body .cta-btn {
    width: 100%;
    font-size: 16px;
    padding: 10px 12px;
  }
}
.package-body .cta-btn__icon {
  width: 24px;
  height: 24px;
  background-image: url(../img/external-link.png);
  background-size: cover;
}
.package-body .cta-btn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.package-body .cta-btn:hover {
  opacity: 0.6;
}

.policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.policy .course__btn {
  width: 100%;
  background: #E90000;
}

/* -----フッター----------- */
.footer {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
  gap: 10.15625%;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.footer__items {
  border-left: 1px solid #585858;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
}
.footer__list {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .footer__list {
      font-size: 14px;
    }
}
.footer__list-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__list-title {
      font-size: 18px;
    }
}
.footer__list span {
  font-size: 14px;
  line-height: 2;
}
.footer__list:not(:last-child) {
  margin-bottom: 8px;
}
.footer__attention {
  text-align: center;
}
.footer__text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .footer__text {
      font-size: 14px;
    }
}
.footer__text-small {
  margin-bottom: 8px;
  font-size: 14px;
}

/*20241010 追記*/
.data__text a > span, .sales-period__wrapper a > span, .sales-period__text a > span, .course__items a > span, .accordion__list a > span, .course__btn a > span, .package-body__content a > span {
    color: #fff;
}

.sales-period__wrapper a > span, .accordion__list a > span {
    text-decoration: underline;
}