@charset "UTF-8";

.container.sitemap {
  margin-top: 80px;
  margin-bottom: 200px;
}

.sitemap ul li {
  font-size: 22px;
  font-weight: bold;
}

.sitemap ul.lower {
  margin-left: 50px;
}

.sitemap ul.lower li {
  font-size: 18px;
  font-weight: normal;
}

.sitemap ul.lower li:first-of-type {
  margin-top: 30px;
}

.sitemap li {
  margin-bottom: 50px;
}

.sitemap ul.lower li {
  margin-bottom: 30px;
}

.sitemap li:before {
  content: '';
  display: inline-block;
  background-image: url(/assets/images/common/ica_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: relative;
  top: 6px;
  margin-right: 8px;
}

.sitemap ul.lower li:before {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}



@media screen and (min-width: 451px) {

  .container.sitemap {
    margin-top: 200px;
  }

}

@media screen and (min-width: 1004px) {


  
}