@charset "UTF-8";

.banner2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.banner2_img {
    width: 240px;

}

@media screen and (min-width:500px) {
    .banner2_img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}

footer #footerInner .snsbox ul li.fb {
    width: 240px;
}

footer #footerInner .snsbox ul.links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    padding-top: 5px;
    margin-top: 0px;
}


footer #footerInner .snsbox ul.links a {
    padding: 5px;
}

footer #footerInner .snsbox {
    padding: 0 0 40px;
}