@charset "UTF-8";

.banner2 {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}


.sidebar .news_event .box {
    height: 280px;
}

footer #footerInner {
    padding: 70px 0 0;
}

footer #footerInner .snsbox {
    padding: 0 0 40px;
}

footer #footerInner .snsbox ul li.fb {
    float: none;
}

footer #footerInner .snsbox ul {
    display: flex;
    justify-content: center;
}

footer #footerInner .snsbox ul.links {
    gap: 50px;
    margin-top: 40px;
    align-items: center;
}

footer #footerInner .snsbox ul.links li {
    width: auto;
}