.p-sitemap{
  padding: 0 20px 70px;
}
.p-sitemap__inner{
  margin: 0 auto;
  max-width: 800px;
}
.p-sitemap__group:last-child .p-sitemap__lists-wrap{
  margin-bottom: 0;
}
.p-sitemap__item{
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.p-sitemap__item a{
  position: relative;
  transition: color .2s;
  padding-right: 30px;
}
.p-sitemap__item a::after{
  top: 0;
  right: 0;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_circle_green.svg);
  width: 20px;
  height: 20px;
}
.p-sitemap__sub-item{
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-sitemap__lists-wrap{
  margin: 15px 0;
  padding: 0 20px;
}
.p-sitemap__lists{
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px 0;
}
.p-sitemap__list{
  letter-spacing: 0;
}
.p-sitemap__list a{
  position: relative;
  transition: color .2s;
  padding-left: 15px;
  text-decoration: underline;
}
.p-sitemap__item a::after,.p-sitemap__list a::before,.p-sitemap__list a[target=_blank]::after{
  position: absolute;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
.p-sitemap__list a[target=_blank]::after{
  top: 0;
  right: -12px;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/icon_window.svg);
  width: 8px;
  height: 8px;
}
.p-sitemap__list a::before{
  top: 2px;
  left: 0;
  background-image: url(/wp-content/themes/fpsys_theme/assets/img/common/arrow_line_green.svg);
  width: 9px;
  height: 13px;
}
.p-sitemap__list sup{
  font-size: 70%;
}
@media (min-width:48em){
  .p-sitemap{
    padding: 40px 20px 90px;
  }
  .p-sitemap__item{
    font-size: 2rem;
  }
  .p-sitemap__item a:hover,  .p-sitemap__list a:hover{
    color: #09a7a8;
  }
  .p-sitemap__lists-wrap{
    margin: 20px 0 30px;
    padding: 0 0 0 15px;
  }
  .p-sitemap__lists{
    grid-template-columns: repeat(3,1fr);
    gap: 20px 0;
  }}