.page_ttl {
  background-image: url(../img/page_ttl_bg_sitemap.jpg);
}

.siteContents_wrapper {
  width: 100%;
}

.siteContents_box {
  background-color: #f2f2f2;
  margin-bottom: 1rem;
  padding: 1rem;
  color: #b3b3b3;
}

.siteContents_box h3 span {
  font-size: 2em;
  display: block;
}

.siteContents_box h3 + p {
  color: #231815;
  font-size: 0.9em;
  padding: 1rem 0;
}

.siteContents_box a {
  display: block;
  position: relative;
}

.siteContents_box a:after {
  content: "";
  display: block;
  background-image: url(../img/news_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}

.siteContents_box a:hover {
  opacity: 0.5;
}

.siteContents_box a:hover:after {
  position: absolute;
  top: 50%;
  right: -0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.siteContents_box .sitecontents_pageList li {
  padding: 0.5rem;
}

.siteContents_box .sitecontents_pageList li a {
  padding-right: 1.5rem;
}

@media screen and (min-width: 960px) {
  .siteContents_wrapper {
    width: 48%;
    margin-bottom: 2rem;
  }
  .siteContents_box h3 span {
    display: inline;
  }
}
/*# sourceMappingURL=sitemap.css.map */