@charset "UTF-8";
.noticePage .noticeWrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5em 1.5em 1.5em 2em;
}
.noticePage .noticeWrap h3 {
  color: #f4654a;
  text-align: left;
  font-family: "Zen Maru Gothic", serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.noticePage .noticeWrap h4 {
  text-align: left;
  margin-bottom: 0.5em;
}
.noticePage .noticeWrap p {
  margin-bottom: 2em;
}