.sitemap {
  padding-bottom: 120px;
}
.sitemap a {
  position: relative;
}
.sitemap a[target=_blank] span {
  position: relative;
}
.sitemap a[target=_blank] span:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/ise/assets/images/common/icon_blank.svg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-bottom: -4px;
  margin-left: 4px;
}
.sitemap__item {
  padding: 40px 0;
  border-bottom: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemap__item-parent {
  width: 28%;
  font-weight: 700;
}
.sitemap__item-parent .arrow {
  padding-right: 28px;
  font-weight: 700;
}
.sitemap__item-child {
  width: 72%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemap__item-child .arrow {
  padding-left: 18px;
}
.sitemap__item-child .arrow:before {
  right: auto;
  left: -10px;
}
.sitemap__item-child .arrow:after {
  right: auto;
  left: 0;
}
.sitemap__item-child li {
  width: 33.333%;
  list-style: none;
  font-weight: 700;
}
.sitemap__item-child + .sitemap__item-child {
  border-top: 1px solid #D9D9D9;
  padding-top: 40px;
  margin-top: 40px;
}
.sitemap__other {
  margin-top: 48px;
}
.sitemap__other ul li {
  list-style: none;
}
.sitemap__other ul li + li {
  margin-top: 20px;
}
.sitemap__other ul li .arrow {
  padding-left: 18px;
}
.sitemap__other ul li .arrow:before {
  right: auto;
  left: -10px;
}
.sitemap__other ul li .arrow:after {
  right: auto;
  left: 0;
}

@media screen and (min-width: 767px) {
  .sitemap__item-child a.arrow:hover:before,
  .sitemap__other a.arrow:hover:before {
    left: 0;
    opacity: 1;
  }
  .sitemap__item-child a.arrow:hover:after,
  .sitemap__other a.arrow:hover:after {
    opacity: 0;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sitemap {
    padding-bottom: 8rem;
  }
  .sitemap a[target=_blank] span {
    position: relative;
  }
  .sitemap a[target=_blank] span:after {
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: -0.4rem;
    margin-left: 0.4rem;
  }
  .sitemap__item {
    padding: 2rem 0;
  }
  .sitemap__item-parent {
    width: 100%;
  }
  .sitemap__item-parent .arrow {
    padding-right: 2.8rem;
  }
  .sitemap__item-child {
    width: 100%;
  }
  .sitemap__item-child .arrow {
    padding-left: 1.8rem;
  }
  .sitemap__item-child li {
    width: 100%;
    margin-top: 1rem;
  }
  .sitemap__item-child + .sitemap__item-child {
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .sitemap__other {
    margin-top: 4rem;
  }
  .sitemap__other ul li + li {
    margin-top: 1.6rem;
  }
  .sitemap__other ul li .arrow {
    padding-left: 1.8rem;
  }
  .sitemap__other ul li .arrow:before, .sitemap__other ul li .arrow:after {
    top: 1.3rem;
  }
}