@charset "shift-jis";

@media (max-width: 767px) {
  #sitemap {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

#sitemap ul {
  margin-left: 5%;
}

#sitemap li {
  margin-top: 10px;
  margin-bottom: 10px;
}
#sitemap li.years {
  margin-left: -24px;
}

#sitemap a {
  position: relative;
  text-decoration: none;
  font-size: 1.0em;
}

#sitemap a::before {
  position: absolute;
  top: calc(1.0em * 0.1);
  left: calc(-1.5 * 1.0em);
  content: '';
  
  width: 1.0em;
  height: 1.0em;
  
  background-image: url('../../img/common/pa.png');
  background-repeat: no-repeat;
  background-size: contain;
}