@charset "utf-8";

.newspage h1 {
    margin-top: 110px;
    height: 160px;
    text-indent: -9999px;
    background: url(../img/special_title.png) no-repeat center center;
    background-size: 365.5px;
}

@media (max-width: 768px){
  .newspage h1 {
    margin-top: 60px;
  }
}

@media (max-width: 480px){
  .newspage h1 {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
  }
}