.p-regula__img {
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .p-regula__img {
    margin-bottom: 8rem;
  }
}
.p-regula__img:last-child {
  margin-bottom: 0;
}
.p-regula__img img {
  width: 100%;
}
.p-regula__accordion {
  border: 1px solid var(--color-primary);
  margin-block: 3.2rem 2.4rem;
}
.p-regula__accordion-body {
  padding: 0 2rem 2rem;
}
.p-regula__accordion-img {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-regula__accordion-img {
    margin-bottom: 1.6rem;
  }
}
.p-regula__accordion-img:last-child {
  margin-bottom: 0;
}
.p-regula__accordion-img img {
  width: 100%;
}
.p-regula__ttl {
  display: flex;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding: 2rem;
}
@media (min-width: 768px) {
  .p-regula__ttl {
    flex-flow: wrap;
    align-items: center;
    gap: 2rem;
    padding: 1.6rem 2rem;
  }
}
@media (max-width: 767px) {
  .p-regula__ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-regula__ttl::after {
  font-family: "nexco" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-primary);
  content: "\e908";
  position: absolute;
  transition: var(--transition);
  right: 1.5rem;
  top: calc(50% - 2rem);
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .p-regula__ttl::after {
    right: 3.2rem;
    top: calc(50% - 2rem);
    font-size: 4rem;
  }
}
.p-regula__ttl.is-active::after {
  transform: rotate(-180deg);
}
.p-regula__ttl.--year .ttl-period {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .p-regula__ttl.--year .ttl-period {
    padding-block: 2.5rem 1rem;
  }
}
.p-regula__ttl.--year .ttl-step {
  margin-bottom: 1.5rem;
}
.p-regula__ttl .ttl-step {
  background: var(--color-primary-sub);
  border-radius: 0.2rem;
  padding: 0.5rem 0.9rem;
  font-family: var(--font-en);
}
@media (min-width: 768px) {
  .p-regula__ttl .ttl-step {
    flex-shrink: 0;
    padding: 1.2rem 0.9rem;
  }
}
@media (max-width: 767px) {
  .p-regula__ttl .ttl-step {
    margin-bottom: 1rem;
  }
}
.p-regula__ttl .ttl-period {
  display: flex;
  gap: 0.2rem;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .p-regula__ttl .ttl-period {
    gap: 0.8rem;
    font-size: 4.6rem;
  }
}
@media (max-width: 767px) {
  .p-regula__ttl .ttl-period.--small {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .p-regula__ttl .ttl-period.--smaller {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .p-regula__ttl .ttl-period.--tiny {
    font-size: 2.4rem;
  }
}
.p-regula__ttl .ttl-date {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.p-regula__ttl .ttl-year {
  position: absolute;
  left: 0;
  font-family: var(--font-en);
  font-size: 0.347826087em;
  bottom: calc(100% + 3px);
}
.p-regula__ttl .ttl-numb {
  font-family: var(--font-en);
}
.p-regula__ttl .ttl-slash {
  line-height: 1;
  font-weight: 100;
  font-size: 0.75em;
  margin: 0 0.2rem 0.6rem;
}
@media (min-width: 768px) {
  .p-regula__ttl .ttl-slash {
    font-size: 0.6956521739em;
    margin-bottom: 1rem;
  }
}
.p-regula__ttl .ttl-week {
  background-color: var(--color-base-black);
  color: #fff;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
  font-size: 0.40625em;
  padding: 0.2rem 0.3rem 0.2rem;
  margin: 0 0.4rem 0.4rem 0.2rem;
}
@media (min-width: 768px) {
  .p-regula__ttl .ttl-week {
    font-size: 0.347826087em;
    padding: 0.2rem 0.3rem 0.4rem;
    margin: 0 0.8rem 0.2rem 0.4rem;
  }
}
.p-regula__ttl .ttl-time {
  font-size: 0.5em;
  margin-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .p-regula__ttl .ttl-time {
    font-size: 0.5217391304em;
    margin-bottom: 0.4rem;
  }
}
.p-regula__ttl .ttl-arrow {
  color: var(--color-gray);
  align-self: flex-end;
  margin-bottom: 0.5rem;
  font-size: 0.46875em;
}
@media (min-width: 768px) {
  .p-regula__ttl .ttl-arrow {
    font-size: 0.4782608696em;
    margin-bottom: 0.5rem;
  }
}
.p-regula__place {
  background: var(--color-area);
  padding: 2rem 1.6rem;
  margin-bottom: 2.4rem;
  border-radius: 0.2rem;
}
@media (min-width: 768px) {
  .p-regula__place {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2.4rem;
  }
}
.p-regula__place-ttl {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-regula__place-ttl {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .p-regula__place-ttl {
    margin-bottom: 0.8rem;
  }
}
.p-regula__place-ttl small {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .p-regula__place-ttl small {
    font-size: 1em;
  }
}
.p-regula__place-ttl .place-direc {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 1.2rem;
  background: var(--color-primary);
  color: #fff;
  font-size: 1.4rem;
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 0% 50%);
  margin-inline: 0.8rem;
}
.p-regula__place-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex-shrink: 0;
}
.p-regula__place-status {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.8rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .p-regula__place-status {
    padding: 1rem 1.8rem;
    min-height: 5.6rem;
    min-width: 36.5rem;
  }
}
.p-regula__place-status.--warning {
  background: var(--color-warning);
}
.p-regula__place-status.--purple {
  background: var(--color-purple);
  color: var(--color-base-white);
}
.p-regula__place-status .c-arrow {
  font-size: 1.4rem;
}
.p-regula__place-txt {
  flex: 1 1;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-regula__place-txt {
    font-size: 2.4rem;
  }
}
.p-regula .body-txt {
  margin-bottom: 2.4rem;
}
.p-regula .body-txt:last-child {
  margin-bottom: 0;
}
