#sitemap {
    padding: 0 10px;
}
.sitemap_menu h3,
.sitemap_menu h4 {
    color: #db0917;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clips;
}
.sitemap_menu h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
}
.sitemap_menu h4 {
    margin-top: 16px;
    margin-bottom: 16px;
}
.sitemap_menu li {
    margin: 10px 0;
}
.sitemap_menu li:last-child {
    margin-bottom: 0;
}
.sitemap_menu li:first-child {
    margin-top: 0;
}
.sitemap_menu li a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
}
.sitemap_menu li a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.sitemap_col {
    float: left;
}
.sitemap_col.col1 {
    margin-right: 94px;
    width: 306px;
}
.sitemap_col.col2 {
    margin-right: 114px;
    width: 200px;
}
.sitemap_col.col3 {
    width: 226px;
}
.sitemap_col.col1_1,
.sitemap_col.col1_2 {
    margin-right: 50px;
}
.line {
    border: none;
    border-bottom: 1px dotted #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
}
.mb26{
    margin-bottom: 26px;
}

@media screen and (max-width: 1025px) {
    div#sitemap {
        padding: 0;
    }
    .box_sitemap {
        margin-bottom: 16px;
    }
    #sitemap .sitemap_col {
        margin-right: 0 !important;
        width: auto !important;
        float: none;
    }
    #sitemap .sitemap_menu li {
        margin: 6px 0;
    }
    #sitemap .sitemap_menu li a {
        font-size: 12px;
    }
    #sitemap .sitemap_menu h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #sitemap .sitemap_menu h4 {
        margin-bottom: 8px;
        font-size: 13px;
    }
    hr.line {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}