@charset "UTF-8";
#section-sitemap {
  position: relative;
}

#section-sitemap .inner {
  margin: 0 auto;
  padding: 80px 20px;
  max-width: 1240px;
  width: 100%;
  text-align: center;
}

#section-sitemap .inner .box {
  margin: 0 auto;
  padding: 40px;
  max-width: 1160px;
  width: 100%;
  background: white;
  text-align: left;
}

#section-sitemap .inner .box h3 {
  margin-bottom: 30px;
  padding: 30px 0 10px 0;
  border-bottom: 1px #b2bac7 solid;
  color: #0f203e;
}

#section-sitemap .inner .box p {
  margin-bottom: 30px;
  color: #0f203e;
  font-size: 1.4rem;
  line-height: 1.5;
}

#section-sitemap .inner .box a {
  color: #0f203e;
  text-decoration: none;
  transition: all 0.3s ease-out;

  -webkit-transition: all 0.3s ease-out;
}

#section-sitemap .inner .box a em.link {
  padding-right: 24px; /*transition: 0.3s;*/
  background: url(../../images/icon_link.png) 100% 50% no-repeat;
  background-size: 14px 14px;
  font-style: normal;
}

#section-sitemap .inner .box a:hover {
  color: #c85819; /*text-decoration: underline;*/ /*em.link{background: url(../../images/icon_link_accent2.png) 100% 50% no-repeat; background-size: 14px 14px;}*/
}

#section-sitemap .inner .box ul li.list {
  margin-bottom: 10px; /*margin-left: 2.5em;text-indent: -2.5em;*/
  color: #0f203e; /*&::before{ content: "（"counter(cnt)"）"; }*/
  list-style-type: none;
  counter-increment: cnt;
  font-size: 1.4rem;
  line-height: 1.5;
}

#section-sitemap .inner .box ul li.list ul {
  margin-left: 0;
  padding: 10px 0 0 1em;
  text-indent: 0;
}

#section-sitemap .inner .box ul li.list ul li {
  list-style-type: disc;
}

#section-sitemap .inner .box ul li.list ul li::before {
  content: "";
  display: none;
}

