.hero-page {
  background: url('../img/hero_01.jpg') center center / cover no-repeat;
}

.list-sitemap-01 {
  margin: 0;
  padding: 0;
  list-style: none;
}
  .list-sitemap-01 > dt {
    margin: 0;
    padding: 0;
  }
  .list-sitemap-01 > dt:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-sitemap-01 > dd {
    margin: 0;
    padding: 0 20px 0 20px;
  }
  .list-sitemap-01 a {
    width: 100%;
  }

/* =================================
Media Queries
================================= */
@media screen and ( min-width: 768px ) {
  .hero-page {
    background: url('../img/hero_01@2x.jpg') center center / cover no-repeat;
  }

}
