/***** 商品件数・ソート *****/
.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}
.p-item-list-num {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-item-list-num {
    font-size: 14px;
  }
}
.p-item-sort-list {
  display: flex;
  flex-wrap: wrap;
}
.p-item-sort-list__item {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-item-sort-list__item {
    margin-left: 25px;
  }
}
.p-item-sort-list__item:first-child {
  margin-left: 0;
}
.p-item-sort-list__item span {
  text-decoration: underline;
}
/***** AKAO CSS *****/
.l-main.product_list {
  overflow: hidden;
}
.p-category__ttl {
  color: #00233d;
}
.c-item-list {
  margin-left: -15px;
  margin-right: -15px;
}
.c-item-list__item {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-item-list__img {
  margin-bottom: 0px;
}
.c-item-list__price {
  margin-top: 5px;
  font-size: 13px;
}
@media screen and (max-width: 1030px) {
    .c-item-list__item {
        margin-bottom: 0px;
    }
}
