/* stylelint-disable no-descending-specificity, selector-class-pattern, selector-pseudo-element-colon-notation, selector-not-notation */

/***** 商品件数・ソート *****/

.p-item-list-head {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #7d7d7d;
}

@media screen and (width <= 767px) {
  .p-item-list-head {
    padding: 30px 0;
  }
}

.p-item-list-num {
  font-size: 16px;
}

@media screen and (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 (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;
}

/*
Custom CSS
*/

body .p-category__ttl {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

body .p-item-list-head {
  padding: 0 0 2em;
  border-top: none;
}

.c-item-list {
  margin-right: -15px;
  margin-left: -15px;
}

.c-item-list__item {
  padding-right: 15px;
  padding-left: 15px;
}

.p-category-free {
  margin-bottom: 1em;
  color: #808080;
  border-bottom: 1px solid #b3b3b3;
}