.sitemap__home,
.sitemap__page,
.sitemap__categories {
    font-size: 24px;
    padding-left: 0px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 80px;
    font-weight: bold;
    padding-left: 0 !important;

    &> a {
		color: #000;
		text-decoration: none;
		padding: 4px 0;
	    display: block;

	    &::before {
	    	content: "";
		    padding-left: 12px;
		    border-left: 5px solid #000;
	    }
}

    @media(width <= 767px){
        font-size: 18px;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 40px!important;
    }    
}

.sitemap__categories--ttl {
	color: #000;
	text-decoration: none;
	padding: 4px 0;
    display: inline-block;

    &::before {
    	content: "";
	    padding-left: 12px;
	    border-left: 5px solid #000;
    }
}

.sitemap__categories > ul {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0;

    @media(width <= 767px){
        margin: 20px 0;
    }
}

.sitemap__posts {
	width: 33%;
    padding: 0 1rem 0 0px!important;
    margin: .5rem 0!important;

	@media(width <= 767px){
    	width: 50%;
    	margin: 0 !important;
	}

	a {
		color: #000;
	    text-decoration: none;
	    font-size: 16px;
	    font-weight: 400;
	    padding: 4px 0;
	    display: flex;
	    -webkit-display: flex;
        align-items: baseline;
        -webkit-align-items: baseline;

        @media(width <= 767px){
	    	font-size: 13px;
		}

	    &::before {
			content: "";
		    position: relative;
		    min-width: 12px;
		    height: 12px;
		    background: url(images/icon-arrow.svg) no-repeat center;
		    background-size: contain;
		    display: inline-block;
		    margin-right: 8px;
		}

	}
	
}
.sitemap__moreinfo {
    width: 100%;
    text-align: right;
    padding-right: 32px;
    font-size: 16px;

    @media (width <= 767px) {
    	padding-right: 18px;
        font-size: 13px;
    }

     a {
     	color: #0693e3;
     }
}