.block-notice {
  max-width: 100rem;
  width: 90%;
  margin: 4rem auto;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #c9bc9c;
}
.block-notice > .header {
  padding: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 0.1rem;
  border-bottom-color: #c9bc9c;
}
.block-notice > .header .title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  color: #c9bc9c;
}
.block-notice > .contents {
  padding: 3rem;
  text-align: justify;
  font-size: 1.8rem;
  line-height: 2em;
  font-feature-settings: "palt";
}
/*# sourceMappingURL=./style.css.map */