.notice {
  background-color: #a2cecf;
  padding: 30px;
  text-align: center;
}
.notice,
.notice h1,
.notice h2,
.notice h3,
.notice h4 {
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.notice,
.notice a {
  color: #195c5c;
}
.notice.smallText .inner {
  font-size: 16px;
  font-size: 1rem;
}
.priority + .notice {
  margin-top: 0;
}
.notice + .notice {
  margin-top: 0;
}
.notice + .notice .noticeList .item {
  border-top: 1px solid rgba(60, 62, 62, 0.2);
}
.noticeList {
  overflow: hidden;
  margin: 0 auto;
  max-width: 960px;
}
.noticeList_50 {
  width: 470px;
}
.noticeList_33 {
  width: 316px;
}
.noticeList_25 {
  width: 240px;
}
.noticeList_20 {
  width: 192px;
}
.noticeList_16 {
  width: 163px;
}
.headerNotice {
  margin-top: 0;
}
.alert {
  background-color: #d62827;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
}
.alert,
.alert a {
  color: white;
}
div.notice + div.note {
  margin-top: 0;
}
@media screen and (min-width: 60em) {
  .noticeList {
    padding-right: 30px;
    padding-left: 30px;
  }
}
