.z-modal {
  z-index: 100;
}

.z-header {
  z-index: 90;
}

.z-tooltip {
  z-index: 80;
}

.z-overlay {
  z-index: 70;
}

.z-imgText {
  z-index: 10;
}

.z-default {
  z-index: 1;
}

.page {
  max-width: 800px;
  margin: auto;
  padding: 100px 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .page {
    padding-top: 70px;
  }
}

.page__item {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .page__item {
    margin-bottom: 5.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page__item {
    margin-bottom: 4.8rem;
  }
}

.p-hero__title {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    font-size: 1.4rem;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero__title {
    font-size: 1.1rem;
    font-weight: bold;
  }
}

.p-hero__body {
  margin-top: 0.8rem;
}
.p-hero__body .caution {
  margin-top: 1.6rem;
}
.p-hero__body .caution li {
  font-size: 0.8rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}

.p-summary__desc .desc__caution li {
  font-size: 0.8rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.p-summary__desc .desc__details th {
  padding-right: 0.4rem;
  padding-bottom: 0.6rem;
  white-space: nowrap;
  min-width: 44px;
}
.p-summary__desc .desc__details th span {
  display: inline-block;
  border-left: 2px solid #484848;
  padding-left: 0.4rem;
  font-weight: bold;
}
.p-summary__desc .desc__details td {
  padding-left: 0.2rem;
  vertical-align: top;
}

.p-Notes {
  margin-bottom: 2.4rem;
}

.p-Notes__desc {
  margin-bottom: 1.6rem;
}

.p-Notes__item {
  margin-bottom: 0.8rem;
}
.p-Notes__item h2 {
  font-weight: bold;
}/*# sourceMappingURL=style-event.css.map */