.p-sub-category {
  margin: 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
  margin-bottom:-10px;
}

.p-sub-category__image {
  display: none;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding: .8em;
  background-color:#f7f7f7;
  border:#c9c9c9 solid 1px;
  text-align:center;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
 .p-sub-category__image {
  display: block;
  margin-bottom: 10px;
  width: 300px;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%; 
}
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}
/*product_list*/	
#product_list_ttl {
	margin-top: 0
}
#product_list_ttl .c-section__heading--sub-title {
	padding: 1em 0;
	border-bottom: 6px solid #eaeaea;
	/*background-image: url("https://file003.shop-pro.jp/PA01426/035/index_img/product_list_ttlbg.jpg");
	background-size: cover;
	background-position: center;*/
}
#product_list_ttl .c-section__heading--sub-title {
  font-family: "Sawarabi Mincho","£Í£Ó £ÐÌÀÄ«", "MS PMincho","¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro", "serif";
  font-weight: 400;
	color: #000;
	font-size: 28px
}
#product_list_ttl .c-section__heading--sub-title span{
     position: relative;
     display: inline-block;
     padding: 0 0.8em;
}
      
#product_list_ttl .c-section__heading--sub-title span::before{
     position: absolute;
     content: '';
     top:0;
     right:0.2em;
     width: 0.2em;
     height:100%;
     border: solid 1px #000;
     border-left: none;
}
 
#product_list_ttl .c-section__heading--sub-title span::after{
     position: absolute;
     content: '';
     top:0;
     left:0;
     width: 0.2em;
     height:100%;
     border: solid 1px #000;
     border-right: none;
}

.info_box{
	border:4px solid #EAEAEA;
	padding: 1em 2.5em;
	margin-bottom: 1.5em;
}
.info_box p{
  line-height:1.8;
	
}