/* footerにバナー追加 20260121 */

.add-footer-bnr {
    width: 320px;
    margin-top: 30px;
}

.add-footer-bnr a {
    display: block;
    img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .add-footer-bnr {
        width: 100%;
    }
}