@charset "UTF-8";

/* ---------------------
    footer
--------------------- */
footer.fadein {
    font-family: 'M PLUS 1p', sans-serif;
    letter-spacing: 0.06em;
}
footer.fadein a {
    font-size: 14px;
    font-weight: bold;
}

.footer__menu {
    background-color: #fff;
    text-align: left;
}
.footer__menu li{
    display: block;
    border-bottom: 1px rgba(64, 64, 64, 0.24) solid;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    padding: 0 24px 0 10px;
    color: rgba(64, 64, 64, 0.24);
}
.footer__menu li a{
    color:#8c8c8c;
    text-decoration: none;
}

@media screen and (min-width:650px) {
    .footer__menu {
        background-color: #E3E3EA;
        text-align: center;
    }
    .footer__menu li{
        display: inline-block;
    }

}
.copyright {
    height: 48px;
    line-height: 48px;
    color: white;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    background-color: rgb(0, 64, 152);

}
