.roundcorner-pink img.ct {
position: absolute;
top: 0;
left: 0;
}

.roundcorner-pink img.cb {
position: absolute;
bottom: 0;
left: 0;
}

img.listimage {
margin-left: 0px;
margin-bottom: 5px;
padding:0px;
background: white;
border: 0px solid #b25b80;
}

.price  {
font-size: 10px;
}

.name  {
margin: 0px;
margin-right: 20px;
font-size: 12px;
}


.topimage {
margin: 0px;
margin-bottom: 30px;
}
@media screen and (min-width:768px) { 
.resp_box{
  float:left; width:130px;margin-left:30px;margin-right:30px;
}
  .pc_none{
    display:none;
  }
}
@media screen and (max-width:767px) { 
  .sp_box{
     display: grid;
    grid-template-columns: 1fr 1fr;
    width:100%;
        text-align: center;
}
    .sp_none{
    display:none;
  }
}