.sitemap .sm-horse01 {
  position: absolute;
}
.sitemap .sm-horse02 {
  position: absolute;
  z-index: 1;
}
.sitemap .sm-linkBox {
  margin: 0 auto;
  text-align: center;
}
.sitemap .sm-pageList {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.sitemap .sm-pageList:last-of-type {
  margin-right: 0;
}
.sitemap .sm-pageList_El {
  font-weight: bold;
  font-size: 18px;
}
.sitemap .sm-pageList_El> a,
.sitemap .sm-pageList_El> span {
  display: inline-block;
  padding-top: 15px;
}
.sitemap .sm-pageList_El> a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 15px;
}
.sitemap .sm-pageList_El> a:link {
  color: #fff;
}
.sitemap .sm-pageList_El> a:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: transparent transparent rgba(255,255,255,0.8) rgba(255,255,255,0.8);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.sitemap .sm-pageListLow {
  padding-left: 20px;
}
.sitemap .sm-pageListLow_El {
  font-size: 14px;
}
.sitemap .sm-pageListLow_El a {
  color: #fff;
}
.sitemap .sm-pageListLow_El a:link {
  color: #fff;
}
.sitemap .sm-pageListLow_El:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .sitemap .wrapperBg {
    background-image: url("/assets/img/sitemap/bg.jpg?jraodds25sum");
  }
  .sitemap .sub-sectionEntry .sub-entryArea--end {
    margin-top: 320px;
  }
  .sitemap .sm-horse01 {
    top: 0px;
    right: -66px;
  }
  .sitemap .sm-horse02 {
    top: calc(100% + 40px);
    left: -102px;
  }
  .sitemap .sm-linkBox {
    margin: 278px auto 97px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .sitemap .sm-pageList {
    margin-right: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .sitemap .sm-pageList_inner {
    margin-bottom: 60px;
  }
  .sitemap .sm-pageList_El> a:hover {
    opacity: 0.75;
  }
  .sitemap .sm-pageListLow {
    margin-top: 50px;
  }
  .sitemap .sm-pageListLow_El a:hover {
    text-decoration: none;
    opacity: 0.75;
  }
  .sitemap .sm-pageListLow_El {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .wrapperBg {
    background-image: url("/assets/img/sitemap/bg_sp.jpg?jraodds25sum");
  }
  .sitemap .sm-title {
    width: 184.5px;
    margin: 0 auto;
  }
  .sitemap .sub-sectionEntry .sub-entryArea--end {
    margin-top: 142px;
  }
  .sitemap .sm-horse01 {
    width: 90px;
    top: 10px;
    right: -20px;
  }
  .sitemap .sm-horse02 {
    width: 100px;
    top: calc(100% + 18px);
    left: -20px;
  }
  .sitemap .sm-linkBox {
    margin: 160px auto 60px;
  }
  .sitemap .sm-pageList_El> a {
    padding-top: 15px;
  }
  .sitemap .sm-pageListLow {
    margin: 30px 0;
  }
  .sitemap .sm-pageListLow_El {
    margin-bottom: 12px;
  }
}
