.card-img{
    position: relative;
}
.card-img.new:before{
    content: "";
    display: block;
    width: 70px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/product/new_icon_pc_@2x.png) no-repeat;
    background-size: cover;
    transition: 0.3s;
}
li.card:hover .card-img.new:before{
    background: url(../img/product/new_icon_hover_pc_@2x.png) no-repeat;
    background-size: cover;
    transition: 0.3s;
}
.ico-product-unavailable{
    width: 125px;
    margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
    .card-img.new:before{
        width: 58px;
        height: 34px;
        background: url(../img/product/new_icon_sp_@2x.png) no-repeat;
        background-size: cover;
    }
    li.card:hover .card-img.new:before{
        background: url(../img/product/new_icon_hover_sp_@2x.png) no-repeat;
        background-size: cover;
    }
}



.support_wrap .icon_list ul li {
    width: 15%!important;
    text-align: center;
}
.support_wrap .icon_list ul li:nth-child(6) img {
    width: 24.6%;
}

@media only screen and (max-width: 768px) {
    .support_wrap .icon_list ul li {
        width: 45.8333vw!important;
    }
    .support_wrap .icon_list ul li:nth-child(6) img {
        width: 14vw;
    }
}