@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
@media all and (min-width: 751px) {
  body.news #title {
    background-image: url(../images/news/title-bg.jpg);
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.news #title {
    background-image: url(../images/news/title-bg_sp.jpg);
  }
  /* INDEX */
}

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