@charset "UTF-8";

.long-banner li {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 25px;
    box-shadow: 0 2px 18px -2px rgba(79, 79, 79, .6);
    transition: .5s;
}

.long-banner li:hover {
    box-shadow: none;
}

.long-banner li:last-child {
    margin-bottom: 50px;
}

.long-banner a {
    display: flex;
}

@media screen and (max-width:736px) {
    .long-banner li {
        margin-bottom: 10px;
    }
    .long-banner li:last-child {
        margin-bottom: 30px;
    }
}
/*OTHER-5404*/
.icon_new01{
    background:url("../img/common/icon_new_1.png?20250521");
    background-repeat: no-repeat;
    background-position: bottom left;
}
@media screen and (max-width:736px) {
    .icon_new01{
        background:url("../img/common/icon_new_2.png?20250521");
        background-repeat: no-repeat;
        background-position: top center;
        padding-top:45px;
    }
}
