.p-sub-category {
  margin: 30px 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;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.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-left: .8em;
}

.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;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}


/*グループラベル*/
.group_label {
  width: 100%;
  border: #eaeaea 1px solid;
}

@media screen and (max-width: 599px) {
  .group_label{
    border-left: none;
    border-right: none;
  }
}

.group_label h3 {
  font-size: 20px;
  margin: 0;
  padding: 16px;
  background: #333;
  color: #fff;
}
.group_label p {
  padding: 16px;
  font-size: 16px;
}




@media screen and (min-width: 600px) {
  .tesla-items .c-product-list__item.otona:nth-of-type(3n),
  .tesla-items .c-product-list__item.other:nth-of-type(3n){
    border-right: 1px solid #eaeaea;
  }
  .tesla-items .c-product-list__item.otona:nth-of-type(3n+1),
  .tesla-items .c-product-list__item.other:nth-of-type(3n+1){
    border-right: 0;
  }
}

@media screen and (max-width: 599px) {
  .tesla-items .c-product-list__item.otona:nth-of-type(2n),
   .tesla-items .c-product-list__item.other:nth-of-type(2n){
    border-right: 1px solid #eaeaea;
  }
  .tesla-items .c-product-list__item.otona:nth-of-type(2n+1),
  .tesla-items .c-product-list__item.other:nth-of-type(2n+1),{
    border-right: 0;
  }
  
  .items-list-btn {
  display: block;
  width: 90%;
  max-width: 500px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #484848;
  color: #fff;
  font-size: 1.4rem;
  margin: 3em auto 2em;
  padding: 1em;
  text-decoration: none;
  position: relative;
  transition: .3s;
}

@media screen and (max-width:600px) {
  .items-list-btn{
    margin: 2em auto 1em;  
  }
}

