/*========================================================================
   sitemap layout
========================================================================*/
#sitemap {
  color: #666464;
}
#sitemap .anchor_nav a .img {
  display: none;
}
#sitemap .anchor_nav a .anchor_txt {
  right: 0;
}
#sitemap .footer_logo {
  fill: #666464;
}

#cont {
  padding-top: 2em;
}
#cont ul {
  padding: 0.5em 0 1em;
}
#cont ul li {
  margin-bottom: 0.4em;
}
#cont ul li a {
  color: inherit;
}
#cont ul li ul {
  border-top: dotted 1px;
  padding-left: 0.4em;
}
#cont ul li ul li {
  line-height: 1.4;
  margin-left: 1em;
  list-style: disc;
}
#cont #sitelist > li:nth-child(2) {
  color: #2C9FC8;
}
#cont #sitelist > li:nth-child(3) {
  color: #665A8F;
}
#cont #sitelist > li:nth-child(4) {
  color: #D8761A;
}

@media screen and (min-width: 768px) {
  #sitelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sitelist > * {
    min-width: 275px;
    margin-right: 1.5em;
  }
}