.area_title {
  margin: 20px auto;
  padding: 1em 1.5em;
  width: 100%;
  font-size: 1rem;
  color: #000;
  text-align: left;
  background: #dfeaf4;
  border-bottom: 3px solid #accaef;
}
@media screen and (max-width: 480px) {
  .area_title {
    padding: 0.6em 1.5em;
  }
}

.sitemap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 26px auto;
  padding: 0;
  width: 90%;
}
.sitemap_list > li {
  margin: 0 0 10px 0 !important;
  padding: 0;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .sitemap_list > li {
    width: 100%;
  }
}
.sitemap_list > li > a {
  font-size: 1rem;
  color: #173979;
  text-decoration: none;
}
.sitemap_list > li > a:hover {
  color: #b4143f;
  transition: all 0.3s ease;
}
.sitemap_list > li > a::before {
  content: "\f054";
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 0.8rem;
  font-weight: 600;
}/*# sourceMappingURL=sitemap.css.map */