/* Scss Document */
.notice-block {
  border: 2px solid #e60023;
  background: #fff6f6;
  padding: 20px;
  border-radius: 0;
}

.notice-block__title {
  font-size: 14px;
  color: #e60023;
  margin: 0;
  margin-bottom: 12px;
}

.notice-block__list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.notice-block__list a {
  color: #000000;
}

.notice-block__item {
  margin-bottom: 8px;
}/*# sourceMappingURL=notice-block.css.map */