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

.brand_profl_tit {
  background-color: #F9F9F9;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	line-height: 2.5em;
	width: 100%;
	border: 1px solid #666666;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand_profl_tit a:link {
	text-decoration: none;
	list-style: none;
	color: #333;
  }

.brand_profl_tit a:visited {
	text-decoration: none;
	list-style: none;
	color: #333;
  }

.brand_profl_tit a:hover {
	text-decoration: none;
	list-style: none;
	color: #333;
  }

.brand_profl_text {
  line-height: 1.5em;
  list-style-position: outside;
  list-style-type: none;
}

.brand_profl_text a:link {
	text-decoration: none;
	list-style: none;
	color: #333;
  }

.brand_profl_text a:visited {
	text-decoration: none;
	list-style: none;
	color: #333;
  }

.brand_profl_text a:hover {
	text-decoration: none;
	list-style: none;
	color: #333;
  }

.teika_price {
  font-size: 12px;
  line-height: 2;
}

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

.caseless{
	text-align: center;
}