/* 2025/12/13追加css */

.banner-left {
    position: fixed;
    left: 0;
    bottom: 8rem;
    width: 50%;
    max-width: 300px;
    height: auto;
    z-index: 10;
}

.banner-left a {
    transition: 0.3s;
}

.banner-left a:hover {
    opacity: 0.8;
}

@media screen and (min-width: 769px) {
    .banner-left {
        left: 0;
        bottom: 14px;
        width: auto;
    }
}
