/*********あとで足しこんだ　ここから*********************/
.c-item-list__price {
		margin-top: 5px;
		font-weight: bold;
		color: #C78081;
	}

@media screen and (min-width: 768px) {
	.c-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 10px;
    margin-right: 10px;
}
}
@media screen and (min-width: 768px) {
	.c-item-list__item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 25px;
      padding-left: 0px;
    padding-right: 2%;
    width: 32%;
    transition: opacity 0.2s;
    word-break: break-all;
}
	

/*********あとで足しこんだ　ここまで*********************/

/***** 商品件数・ソート *****/
.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;
}
