

[data-section-type="product"] .card-container .wonder-product-list-li .wonder-product-info dl .wonder-product-info01,
[data-section-type="product"] .wonder-product-list .wonder-product-list-li .wonder-product-info dl .wonder-product-info01 {
    min-width: 50px;  /* 以前は 70px */
    width: 20%;  /* 以前は 30% */
    margin-right: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(133, 96, 118);
    border-radius: 3px;
    padding: 5px;
}



[data-section-type=product] .card-container .wonder-product-list-li .wonder-product-info dl .wonder-product-info01, [data-section-type=product] .wonder-product-list .wonder-product-list-li .wonder-product-info dl .wonder-product-info01 {
    min-width: 60px !important;
}


@media screen and (max-width: 560px) {
    .section-main-container[data-section-type="appeal"] .wonder-default-main-content .card-container img.swiper-slide-img {
        height: 100% !important;
        margin-top: unset !important;
    }
}
