.product_kome {
	clear: left; 
	font-size:10px;
	padding: 5px;
	}
.pagerest {
	font-size:12px;
	text-align: center;
	margin-bottom:10px;
	}
.pagerest span {
	font-size: 114.28571%;
	font-weight: bold;
	}
.carents {
	font-weight:900;
	color:#3366cc;
	}
.bar_page_nav {
	font-size: 13px;
	color: #a3a3a3;
	padding: 0 5px;
	}
.sort_style {
	font-size: 90%;
	}

/*お気に入り*/
.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #dcdcdc;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}