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

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

#section-sitemap .inner .box {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  background: white;
  text-align: left;

  -webkit-box-sizing: border-box;
}

#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;
}

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

#section-sitemap .inner .box a:hover {
  text-decoration: underline;
}

#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;
}

