#contents {
  margin: 0 0 10px 0;
}

#info{ font-size:13px}

.product_list.fourth{width:22%}
.product_list.fourth > .product_img{ border-radius:10px; height:200px}
.product_list.fourth > .product_img img{ height:200px}
div.list_price { text-align:center; color:#555;}
div.list_price strong{ font-size:14px;}
div.list_price small{ font-size:12px}

div.product_title.category{ text-align:center; font-weight:bold; width:auto}
span.soldout {
  display: inline-block;
  color: white;
  background: #ff0000;
  margin-left: 5px;
  padding: 2px 3px;
  font-size: 11px;
  line-height: 1em;
}
@media(max-width:768px){
    #info{
        height: 200px;
        overflow-y: scroll;
    }
  .product_list.fourth{width:47%; margin-bottom:0}
  .product_list.fourth > .product_img{
  height:auto;
  aspect-ratio:1/1;
  overflow:hidden;
  }
    
}