
#footer {
    background-color: #393737;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: static;
}
@media (min-width: 768px){
    #footer {
        justify-content: center;
    }

}

#footer.mob-menu-active {
    position: fixed;
    z-index: 8000;
    bottom: 0;
}
#footer.sticky{
    position: fixed;
    bottom: 0;
}

#footer ul {
    margin: 1em auto 0 auto;
    height: 3em;
    display: block;
    text-align: left;
}
@media (min-width: 768px){
    #footer ul {
        margin: 1em 0 0 0;
        height: 2.5em;
    }
}
@media (min-width: 768px){
    #footer .footer-center  {
        height: 2.5em;
        margin: 1em 2em 0 2em;
    }
}

#footer li {
    display: inline-block;
    list-style: none;
    color: #AAA;
    font-size: 70%;
    vertical-align: middle;
    line-height: 1em;
}

#footer .footer-center li {
    vertical-align: middle;
    height: 1.5em;
    line-height: 1.5em;
    margin: 1.25em 0;
    padding: 0 0.6em 0 1em;
}

.lstg + .lstg {
    border-left: solid 1px #AAA;
}

/*---2020.06.03---*/
#footer .footer-right {
    text-align: right;
}




#footer a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}
/*--left------------------------------------------*/

#footer .footer-left img.bt {
    height: 3em;
}
#footer .footer-right img.sn {
    height: 2em;
    width: 2em;
    margin: 0.5em 0 0.5em 0.1em;
}

#footer .footer-right img.snYoutube {
    height: 2em;
    width: 2.85em;
    margin: 0.5em 0 0.5em 0.1em;
}


#footer .footer-left img.nihonhaku {
    height: 2em;
    margin-left: 0.6em;
}

@media (min-width: 768px){
    #footer .footer-left img.bt {
        height: 2.5em;
    }
    #footer .footer-right img.sn {
        height: 1.7em;
        width: 1.7em;
        margin: 0.4em 0 0.4em 0.1em;
    }
    #footer .footer-right img.snYoutube {
        height: 1.7em;
        width: 2.42em;
        margin: 0.4em 0 0.4em 0.1em;
    }
}




 #footer p.footer-bottom {
     display: block;
     width: 90%;

     margin: 0.5em auto 2em auto;
     padding-top:  1em;

     font-size: 50%;
     color: #AAA;
     text-align: center;
     letter-spacing: 0.2em;
     line-height: 1.2em;
 }
