@charset "utf-8";

/*-----------------------------------
sitemap
-----------------------------------*/
.sitemap dt{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
    font-size: 1.1em;
    font-weight: bold;
}
.sitemap dl:not(:last-child){
    margin-bottom: 35px;
}
.sitemap li{
    position: relative;
    padding-left: 15px;
}
.sitemap li::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.sitemap li a{
    display: block;
}
/*-----------------------------------
rule
-----------------------------------*/
.rule p.hd{
    margin-bottom: 10px;
    font-size: 1em;
}

/*--Small screens--*/
@media only screen and (max-width: 767px){
    .sitemap dl:not(:last-child){
        margin-bottom: 20px;
    }
}
