@charset "UTF-8";
/*************************
title
*************************/
.simpleUnder.--sitemap{
    background-image: url(../img/sitemap/sitemap-title.jpg);
}

/*************************
access
*************************/
.kihon__outer.--sitemap{
    padding-bottom: 0;
    max-width: 600px;
}
.sitemap__List{
    font-size: 2.0rem;
}
.sitemap__List li{
    border-bottom: 1px solid #555;
    transition: var(--transition);
}
.sitemap__List li a::before{
    content: '＞';
    display: block;
    padding-right: 1em;
}
.sitemap__List li:hover{
    background: #fff;
}
.sitemap__List li a{
    display: flex;
    padding: .8em .3em;
    width: 100%;
    height: 100%;
}