@charset "utf-8";
/* CSS Document */
.sub-page{
  margin-top: 60px;
}

@media screen and (max-width: 480px){
  .sub-page{
    margin-top: 60px;
  }
}
