/******************************/
/* category */
/******************************/
#content h2.p-category__ttl{
  margin: 10px 5px 0px 5px;
  padding: 0px 0px 10px 12px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
	#content h2.p-category__ttl{
		margin: 10px 0px 0px 0px;
     	padding: 0px 0px 5px 12px;
	}
}
#content h2.p-category__ttl:before{
	position: absolute;
	left: 0px;
	top: 2px;
	width: 5px;
	height: 16px;
	z-index: 1;
	content: '';
	background-color: #009d42;
}
#content h2.p-category__ttl span{
  font-weight: normal;
}
.p-category-free {
  margin-bottom: 60px;
  line-height: 2;
}
/***** カテゴリ一覧 *****/
.p-category-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px 10px 0px;
}
@media screen and (max-width: 736px) {
  .p-category-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0px 10px 0px;
  }
}
.p-category-list__item {
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
  width: 33.3333%;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .p-category-list__item {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: left;
  }
}
.p-category-list__link {
  position: relative;
}
.p-category-list__link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 736px) {
  .p-category-list__link {
    margin: 0px 10px 0px 10px;
    display: flex;
    flex-wrap: wrap;
    text-decoration: underline;
    align-items: center;
  }
}
@media screen and (max-width: 736px) {
  .p-category-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-category-list__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .p-category-list__img {
    margin-right: 10px;
    margin-bottom: 0;
    width: 75px;
  }
}
.p-category-list__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 736px) {
  .p-category-list__name:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 736px) {
  .p-category-list__name {
    flex: 1;
  }
}
/***** 商品件数・ソート *****/
.p-item-list-head {
  margin: 0px 5px 0px 5px;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
  border-top: 1px solid #7d7d7d;
}
@media screen and (max-width: 736px) {
  .p-item-list-head {
    margin: 0px 0px 0px 0px;
    padding: 15px 10px 10px 10px;
  }
}
.p-item-list-num {
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .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: 736px) {
  .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;
}
