

/***********
***********
* 商品一覧css
***********
***********/

.rmcontent{
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
}
.rcontent{
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
}
.product-list-info{/* height: 100px; *//* display: flex; *//* flex-direction: column; *//* justify-content: flex-start; */}
.product-list-num{font-weight: bold;font-size: 1.4rem;}
.product-list-tax{font-size: 0.8rem;}
.item-list-description.wysiwyg-data{
    margin-top:50px;
}
.product-list-item img {
    /* height: 250px !important; */
    object-fit: cover !important;
}

@media only screen and (min-width:600px) {
    .contents .main{
        width: 92%;
        max-width: 1000px;
    }
}

.item-list-description.wysiwyg-data .cnt{
    /* width: 50%; */
}

.item-list-description.wysiwyg-data p,
.item-list-description.wysiwyg-data h2{
    margin: 2%;
}


@media only screen and (max-width:600px) {
    .item-list-description.wysiwyg-data .cnt{
        width: 100%;
    }
}

.section-head{
    margin-top: 30px;
    text-align: center;color: #626262;}


.change{
    display: flex;
    flex-direction: column-reverse;
}
.change-cnt{

}





