@charset "UTF-8";
#pageBase.sitemap .sitemap-box.entries-box.layout-2_n {
  margin-bottom: 0;
}

#pageBase.sitemap .sitemap-box >ul {
  border-color: rgba(0, 0, 0, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
}

#pageBase.sitemap .sitemap-box >ul li {
  list-style-type: none;
}

#pageBase.sitemap .sitemap-box >ul li.entries-box_outer {
  font-size: 0;
}

#pageBase.sitemap .sitemap-box >ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: color 0.15s linear;
}

#pageBase.sitemap .sitemap-box >ul li a:hover {
  color: #009D5B;
}

#pageBase.sitemap .sitemap-box >ul li span {
  display: block; 
  padding: 30px 0;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
}

#pageBase.sitemap .sitemap-box >ul li >span {
  padding: 30px 0 20px;
}

#pageBase.sitemap .sitemap-box >ul >li {
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#pageBase.sitemap .sitemap-box >ul >li ul >li span {
  padding: 8px 0;
}

#pageBase.sitemap .sitemap-box >ul li .entries-box_outer {
  margin-bottom: 30px;
  margin-left: 40px;
}

#pageBase.sitemap .sitemap-box >ul li .entries-box.layout-2_n {
  margin-bottom: 0;
}

@media only screen and (min-width: 48.0625em) {
  .entries-box.layout-2_n {
    width: 46%;
  }
  .entries-box.layout-2_n:nth-child(n) {
    width: 48%;
  }
  .entries-box.layout-2_n:nth-child(2n+1) {
    margin-left: 0;
  }
  .entries-box.layout-2_n:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 48em) {
  #pageBase.sitemap .main-area {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #pageBase.sitemap .sitemap-box >ul {
    border: none;
  }
  #pageBase.sitemap .sitemap-box:first-child >ul {
    border-color: rgba(0, 0, 0, 0.1);
    border-top-width: 1px;
    border-top-style: solid;
  }
  #pageBase.sitemap .sitemap-box >ul li span {
    padding: 18px 0;
  }
  #pageBase.sitemap .sitemap-box >ul li >span {
    padding: 18px 0 10px;
  }
  #pageBase.sitemap .sitemap-box >ul li .entries-box_outer {
    margin-bottom: 30px;
    margin-left: 0;
  }
  #pageBase.sitemap .sitemap-box.entries-box.layout-2_n {
    margin: 0 4%;
    padding: 0;
    width: 92%;
    border: none;
  }
  #pageBase.sitemap .sitemap-box >ul li .entries-box_outer {
    margin-bottom: 18px;
  }
  #pageBase.sitemap .sitemap-box >ul li .entries-box.layout-2_n {
    margin: 0 2%;
    padding: 0;
    width: 46%;
    border: none;
  }
  #pageBase.sitemap .sitemap-box >ul li .entries-box.layout-2_n:nth-child(2n+1) {
    margin-left: 0;
  }
  #pageBase.sitemap .sitemap-box >ul li .entries-box.layout-2_n:nth-child(2n+2) {
    margin-right: 0;
  }
}