.notice {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 60px;
}
.notice .notice--important-text {
  text-align: center;
}
.notice .notice--important-text strong {
  color: #e31b00;
  font-weight: bold;
  padding: 3px 8px;
  border: 2px solid #e31b00;
}
.notice .notice--ttl02 {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #019c7c;
  margin-top: 24px;
}
.notice .notice--ttl02 span {
  position: relative;
  z-index: 0;
}
.notice .notice--text, .notice .notice--text__small-red {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 36px 0 0 0;
}
.notice .notice--text span, .notice .notice--text__small-red span {
  color: #ff5500;
}
.notice .notice--text__small-red {
  color: #ff5500;
  font-size: 12px;
  font-weight: normal;
}
.notice .image-wrapper {
  margin: 36px 0 0 0;
  text-align: center;
}
.notice .notice--image-wrapper {
  text-align: center;
  margin: 36px 0 0 0;
}
.notice .notice-list-wrapper {
  margin: 24px 0 0 0;
}
.notice .notice--list {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1.6;
  margin: 64px auto 0;
  font-weight: bold;
}
.notice .notice--list .m-top {
  margin-top: 24px;
}
.notice .notice--list .notice-top-text {
  text-align: center;
}
.notice .notice--list li {
  font-weight: bold;
}
.notice .notice--list span {
  font-weight: normal;
}
.notice .notice--list span.indent {
  padding: 0 0 0 14px;
  display: block;
}/*# sourceMappingURL=notice.css.map */