.sitemap{

}
.s-map{
    font-size: 18px;
}
.s-map{
    list-style: none;
}
.s-map>li{
    padding-left: 32px;
    padding-right: 20px;
    display: table;
    line-height: 1.5;
}
.s-map>li.hover:hover,
.s-map>li.touch {
    color: #fe551a;
}
.s-map>li+li{
    margin-top: 10px;
}
.s-m-level-1{
    background-color: #fe551a;
    color: #fff;
}
.s-m-level-1:after,
.s-m-level-2:after{
    content: '●';
    position: absolute;
    left: 10px;
    top:0;
}
.s-m-level-1.hover:hover,
.s-m-level-1.touch {
    color: #65bfec !important;
}
.s-m-level-1+.s-m-level-1{
    margin-top: 15px;
}
.s-m-level-2{
    color: #3a74ba;
    font-family: Kelson-Regular,sans-serif;
}
.s-m-level-2:after{
    font-family: Kelson-Light,sans-serif;
}

.s-m-level-3{
    margin-left: 32px;
}
.s-m-level-3:after{
    content: '—';
    position: absolute;
    left: 0;
    font-size: 32px;
    line-height: 18px;
    top:8px;
    top:3px;;
}
.s-m-level-4{
    margin-left: 64px;
    color: #65bfec;
}
.s-m-level-4:after{
    content: '—';
    position: absolute;
    left: 0;
    font-size: 32px;
    line-height: 18px;
    top:8px;
    top:3px;
}
@media screen and (max-width: 639px) {
    .s-map li{
        line-height: 1.2;
    }
}