@charset "utf-8";

.headline-frame {
  background-color: #1a5098;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.5em;
  margin: 0;
  padding: 0 1em;
  width: 100%;
}
@media screen and (max-width: 667px) {
.headline-frame { font-size: 18px; }
}

.sitemap-contents {
  font-size: 16px;
  padding: 0 1em 3em 2em;
}
@media screen and (max-width: 667px) {
.sitemap-contents { font-size: 14px; }
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.sitemap-contents { font-size: 15px; }
}

.sitemap-heading {
  color: #1a5098;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
  margin: 3em 0 0;
  padding: 0 0 1em;
}

.sitemap-group {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.sitemap-list {
  display: inline-block;
  font-size: .9em;
  line-height: 3;
  margin: 0 2em 0 0;
  padding: 0;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.sitemap-link {
  color: #000;
  text-decoration: underline;
  transition: .3s;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.sitemap-link:hover { color: #1a5098; }

.target-blank { position: relative; }
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}

.target-blank:after {
  content: '\f35d';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  margin-left: .2em;
  position: static;
}
@media screen and (max-width: 667px) {}
@media only screen and (min-width: 668px) and (max-width: 1024px) {}