@charset "UTF-8";
/* ニュースリリース
----------------------------------------------- */
/* line 9, news.scss */
article.news h1.sub_cover {
  background: url("../images/news/cover.jpg") no-repeat center;
  background-size: cover;
  /* PC */
  /* mobile */
}
@media print, screen and (min-width: 768px) {
  /* line 9, news.scss */
  article.news h1.sub_cover {
    background-attachment: fixed;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 9, news.scss */
  article.news h1.sub_cover {
    background: url("../images/news/cover_sp.jpg") no-repeat center;
    background-size: cover;
  }
}

/*# sourceMappingURL=news.css.map */
