#sitemap {
  font-family :"Noto Sans Japanese", "Noto Sans", sans-serif;
  width :100%;
  margin :0 auto
}
#sitemap dt {
  font-weight :700;
  font-size :17px;
  border-bottom :1px solid #ccc;
  margin-bottom :0.5em
}
#sitemap dd {
  margin :0 0 2em 0;
  padding :0
}
#sitemap ul {
  margin :0;
  padding :0;
  display :-webkit-box;
  display :-ms-flexbox;
  display :flex;
  -ms-flex-wrap :wrap;
  flex-wrap :wrap;
  list-style :none
}
#sitemap ul li {
  width :50%;
  font-size :15px;
  line-height :2
}
#sitemap ul li a {
  border :none;
  padding :0;
  color :#000;
  text-decoration :none
}
#sitemap ul li .fa-angle-right {
  margin-right :3px
}
