@charset "utf-8";
html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
body .wrap.v10 {
    flex: 1;
}
#footer {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    background: #F5F5F5;
    font-family: 'Noto Sans JP', sans-serif;
}
#footer .container {
    box-sizing: border-box;
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
}
#footer .footer-content {
    font-size: 12px;
}
#footer .footer-content ul {
    max-width: 834px;
    margin: 24px auto 10px;
    text-align: center;
    padding: 0;
    list-style-type: none;
    line-height: 1.5;
}
#footer .footer-content ul li {
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 12px;
    border-right: 0;
    font-size: 12px;
}
#footer .footer-content ul li a {
    color: #333 !important;
    transition: .3s opacity ease-out;
    text-decoration: none;
}
#footer .copyright {
    background: #939393;
    margin: 0;
    padding: 8px;
    font-size: 10px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 767px){
    #footer .container {
        width: calc(100% - 24px* 2);
        margin: 0 24px;
    }
    #footer .footer-content {
        padding-bottom: 80px;
    }
    #footer .footer-content ul li {
        margin-left: 8px;
        margin-right: 8px;
    }
}
