@charset "UTF-8";

/*****************************/
footer {
    margin-top: 1em;
    padding-top: .5em;
    padding-bottom: 0;
    border-top: solid 1px #333;
    background-color: #4a4a4a;
    color: #fff;
    font-size: .8em;
    /* 最下部固定 */
    position: sticky;
    top: 100vh;
}

ul.footer-nav {
    align-items: flex-start;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

ul.footer-nav li.menu-item {
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
}

ul.footer-nav li.menu-item a {
    text-decoration: none;
    padding: 0 .75em;
    color: white;
}

ul.footer-nav li.current-menu-item a {
    text-decoration: none;
}

ul.footer-nav li:not(:last-child) {
    border-right: 1px solid #ddd;
}

footer div.copyright {
    background-color: #424242;
    border-top: 1px solid #555;
}