@charset "euc-jp";
.prd-search-hit {
  clear: both;
}
.prd-lst-price.prd-lst-span,
.prd-lst-exp.prd-lst-span,
.prd-lst-soldout.prd-lst-span {
    display: block;
  text-align:center;
}
.unstyled.prdct {
    display: flex;
    flex-wrap: wrap;
  margin-bottom: 20px;
}
.unstyled.prdct li.prd-lst-unit {
    width: 23%;
    padding: 0 1%;
}
.unstyled.prdct li a img {
max-width: 100%;
}
.container-section {
    text-align: left;
    padding: 40px 20px 90px!important;
    box-sizing: border-box;
    margin-top: 40px!important;
}
.unstyled.pn {
    display: block;
    text-align: center;
      margin-bottom: 20px;
}
.unstyled.pn li {
    display: inline-block;
      margin: 0 10px;
}
.unstyled.pnext {
    display: flex;
        justify-content: center;
      margin-bottom: 20px;
}
.unstyled.pnext li {
      margin: 0 1%;
}
@media screen and (max-width: 834px) {
.container-section {
    padding: 40px 20px 0px!important;
}
  .unstyled.prdct li.prd-lst-unit {
    width: 48%;
}
}