@charset "UTF-8";
.news__title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 26px;
  font-size: 1.875rem;
}
.news__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 12px;
  background-color: #E31F26;
  border-radius: 12px;
}

/* お知らせ詳細ページ */
.news__content-ttl {
  font-size: 1.875rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 1.8rem;
  line-height: 1.5;
}

/*# sourceMappingURL=style-news.css.map */
