.notice {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  line-height: 1.8;
  color: #666;
}
.notice__title {
  font-size: 1.7em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 0.4em;
}
@media (max-width: 768.98px) {
  .notice__title {
    font-size: 1.4em;
    line-height: 1.6em;
    etter-spacing: 0.1em;
  }
}
.notice__body {
  font-size: 1rem;
}
.notice__body p {
  margin-bottom: 1em;
}
.notice__body p:last-child {
  margin-bottom: 50px;
}
.notice__body strong {
  font-weight: bold;
}
.notice__schedule {
  font-weight: bold;
  color: #ff6666;
}
.notice__schedule h2 {
  font-size: 1.7em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  background-color: #ff6666;
  color: #ffffff;
  padding: 15px;
  margin: 0;
}
@media (max-width: 768.98px) {
  .notice__schedule h2 {
    font-size: 1.4em;
    line-height: 1.6em;
    etter-spacing: 0.1em;
  }
}
.notice__schedule h3 {
  font-size: 1.7em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 768.98px) {
  .notice__schedule h3 {
    font-size: 1.4em;
    line-height: 1.6em;
    etter-spacing: 0.1em;
  }
}
.notice__schedule p {
  font-size: 14px;
}
.notice__schedule img {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  .notice__body {
    font-size: 0.95rem;
  }
}
