#main{
    width: 85%;
    margin: 0 auto;
    margin-bottom: 8%;
    margin-top: 110px;
}

.location{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
    color: #000;
}

.location a{
    opacity: 0.5;
}

.location a:hover{
    opacity: 1;
}

h1{
    border-bottom: solid 3px black;
    color: rgb(7,22,86);
    font-size: 20px;
    width: 100%;
    font-size: 30px;
    margin-bottom: 8%;
}

.sitemap{
    text-align: left;
    margin: 0 auto;
    width: 390px;
}

#main ul li{
    list-style: none;
}

#main ul li a:hover{
    opacity: 0.5;
}

.site_m{
    margin-bottom: 80px;
}

.site_M{
    font-size: 29px;
    
}

.site_m ul{
    margin-top: 50px;
}

.site_s{
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
    margin-left: 90px;
}

.sitemap .arrow{
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.sitemap .arrow::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #003e70;
    border-right: solid 2px #00AFDD;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
}

.border{
    position: relative;
    display: inline-block;
    border-top: 3px solid #003e70;
    width: 40px;
    margin-bottom: 10px;
    margin-right: 50px
}

@media screen and (max-width: 800px){
    html,
    body{
        width: 800px;
    }
    
    #main{
        width: 85%;
    }
}

@media screen and (max-width: 500px){
    html,
    body{
        width: 500px;
    }
    
    #main{
        width: 85%;
    }
    
    .sitemap{
        text-align: left;
        margin: 0 auto;
        width: 90%;
    }
}