@charset "UTF-8";
/* sitemap */
body {
  background: #fff;
}
.hdgH1 {
  background: url("../img/hdgH1_bg.png") repeat;
}
.hdgH1 h1 {
  color: #00a0e9;
}
.contents .inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 80px 20px 140px;
}
/* サイトマップ */
.contents.sitemap .inner .siteNav {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.contents.sitemap .inner .siteNav .site {
  margin-right: 20px;
}
.contents.sitemap .inner .siteNav .site:last-child {
  margin-right: 0;
}
.contents.sitemap .inner .siteNav .site a {
  color: #00a0e9;
  background: url(../img/arrow.png) no-repeat left center;
  background-size: 6px;
  padding-left: 18px;
  text-decoration: underline;
}
.contents.sitemap .inner .siteNav .site a.noLink {
  text-decoration: none;
}
.contents.sitemap .inner .siteNav .site a:hover {
  text-decoration: none;
}
.contents.sitemap .inner .siteNav .site p {
  padding-bottom: 25px;
}
.contents.sitemap .inner .siteNav .site ul {
  padding-left: 15px;
}
.contents.sitemap .inner .siteNav .site li {
  padding-bottom: 15px;
}
.contents.sitemap .inner .siteNav .site li:last-child {
  padding-bottom: 0;
}
.contents.sitemap .inner .siteNav .siteOther p:last-child {
  padding-bottom: 0;
}
.contents.sitemap .inner .siteNav .site li.sub {
  margin-left: 15px;
}
.contents.sitemap .inner .siteNav .site li, p {
  text-indent: -1em;
  padding-left: 1em;
}
.contents.sitemap .inner .siteNav .site .siteCorporation {
  margin-top: 25px;
  padding-bottom: 0;
}
.contents.sitemap .inner .siteNav .site span.outside {
  background: url("../img/icon_blank.png") no-repeat right center;
  background-size: 14px auto;
  padding-right: 20px;
}

@media (max-width: 768px) {
  /* sitemap */
  .hdgH1 {
    background: url("../img/hdgH1_bg_sp.png") repeat;
    background-size: 4px;
  }
  .contents {
    padding: 0 10px;
  }
  .contents .inner {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 75px;
  }
  /* サイトマップ */
  .contents.sitemap .inner .siteNav {
    display: block;
    font-size: 14px;
  }
  .contents.sitemap .inner .siteNav .site {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .contents.sitemap .inner .siteNav .site:last-child {
    margin-bottom: 0;
  }
  .contents.sitemap .inner .siteNav .site a {
    background: url("../img/arrow_sp.png") no-repeat left center;
    background-size: 6px;
    padding-left: 16px;
  }
  .contents.sitemap .inner .siteNav .site p {
    padding-bottom: 15px;
  }
  .contents.sitemap .inner .siteNav .site p.movieSite {
    padding-bottom: 0;
  }
  .contents.sitemap .inner .siteNav .site ul {
    padding-left: 20px;
  }
  .contents.sitemap .inner .siteNav .site li {
    padding-bottom: 10px;
  }
  .contents.sitemap .inner .siteNav .site span.outside {
    background: url("../img/icon_blank_sp.png") no-repeat right center;
    background-size: 10px auto;
    padding-right: 15px;
  }
}