/* p-schedule
---------------------------------------------------------------------------- */
.p-schedule {
  padding-block: 10rem;
}

.p-schedule-pageLink-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 7rem;
}

.p-schedule-pageLink-content:not(:last-of-type) {
  margin-bottom: 10rem;
}

.p-schedule-pageLink-content-ttl {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
.p-schedule-pageLink-content-ttl span {
  font-size: 3rem;
}

.p-schedule-pageLink-content-txt {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.p-schedule-pageLink-content-txt._cemter {
  text-align: center;
}

.p-schedule-pageLink-content-list {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.p-schedule-pageLink-content-list li._indent {
  padding-left: 1em;
  text-indent: -1em;
}

.p-schedule-pageLink-content-img {
  width: 100%;
  aspect-ratio: 828/722;
  margin-inline: auto;
}
.p-schedule-pageLink-content-img._quiz {
  width: 80%;
  aspect-ratio: 966/1414;
}
.p-schedule-pageLink-content-img._prize {
  width: 30%;
  max-height: 13rem;
  aspect-ratio: 966/1414;
}
.p-schedule-pageLink-content-img._prize2 {
  width: 30%;
}

.p-schedule-pageLink-content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-schedule-pageLink-content-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.p-schedule-pageLink-content-item:not(:last-of-type) {
  margin-bottom: 5rem;
}

.p-schedule-pageLink-content-item-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .p-schedule {
    padding-block: 13.3333333333vw;
  }
  .p-schedule-pageLink-tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .p-schedule-pageLink-content:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
  .p-schedule-pageLink-content-ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-schedule-pageLink-content-ttl span {
    font-size: 5.3333333333vw;
  }
  .p-schedule-pageLink-content-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .p-schedule-pageLink-content-list {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
  .p-schedule-pageLink-content-list small {
    font-size: 3.4666666667vw;
  }
  .p-schedule-pageLink-content-img {
    width: 100%;
  }
  .p-schedule-pageLink-content-img._prize {
    width: 65.3333333333vw;
    max-height: 21.0666666667vw;
    aspect-ratio: 1;
  }
  .p-schedule-pageLink-content-img._prize2 {
    max-height: 40vw;
  }
  .p-schedule-pageLink-content-tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-schedule-pageLink-content-item:not(:last-of-type) {
    margin-bottom: 10.6666666667vw;
  }
  .p-schedule-pageLink-content-item-ttl {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
