@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
#bg_page {
  background-image: url(../news/images/bg_title-pc.jpg);
}
@media only screen and (max-width: 767px) {
  #bg_page {
    background-image: url(../news/images/bg_title-sp.jpg);
  }
}
