.sitemap-list{
    list-style: none;
}
.sitemap-list__item{
    position: relative; 
    padding: 15px 30px;
    font-size: 1.6rem;
    line-height: 1.2;
}
.sitemap-list__item:nth-child(odd){
    background: #edf2d0;
}
.sitemap-list__item--parent{
    padding-left: 80px;
}
.sitemap-list__item--parent::before{
    position: absolute;
    top: 50%;
    left: 62px; 
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #4d9f5f;
    content: '';
    transform: translateY(-50%);
}
.sitemap-list__item--child{
    padding-left: 120px;
}
.sitemap-list__item--child::before{
    position: absolute;
    top: 50%;
    left: 100px;
    width: 11px;
    height: 16px;
    border-bottom: 2px solid #4d9f5f;
    border-left: 2px solid #4d9f5f;
    content: '';
    transform: translateY(-50%);
}
.sitemap-list a{
    color: #062d0f;
}
.sitemap-list a[target=_blank]{
    padding-right: 15px; 
    background: url(../img/common/icon_blank.svg) no-repeat right center/12px 12px;
}
/*# sourceMappingURL=maps/sitemap.css.map */
