   /* 社名 */
.top_title {
  background: url(../img/header_logo.png) no-repeat center;
  background-size: contain;
  max-width: 400px;
  width: 100%;
  height: 60px;
}

/* トップバナー */
.gran_bana{
  background-image : url(../img/gran_bana.jpg);
}
@media(max-width : 481px){
.gran_bana{
  background-image : url(../img/gran_bana_s.jpg);
  }
  }