@charset "utf-8";
body.sitemap #conts .section .points .box {
  margin-bottom: 10px;
}
body.sitemap #conts .section .points li h4 a {
  color: #2e2c2a;
}
body.sitemap #conts .section .points li li {
  width: 100%;
}
body.sitemap #conts .section .points li li a {
  color: #2e2c2a;
  display: block;
  background-image: url(../../img/common/icon-arrow-b.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  padding: 5px 0 4px 17px;
}
body.sitemap #conts .section .points li li a:hover {
  background-color: #fff;
  background-position: 8px 50%;
}
body.sitemap #conts .section .points li li li a {
  background-image: url(../../img/common/icon-arrow-b.png);
}
body.note #conts .section p,
body.note #conts .section .list {
  font-size: 93%;
}
body.note #conts .section .note-area {
  font-size: 77%;
}
@media screen and (max-width: 769px) {
  body.sitemap #conts .section ul > li {
    width: 43%;
  }
}
@media screen and (max-width: 480px) {
  body.sitemap #conts .section ul > li {
    width: 100%;
  }
}
