/* sub category & sub group */
.prd_lst_block .ttl_h2 {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
}
.prd_lst_s {
	clear: both;
}
.grp_lst {
  position: relative;
  clear: both;
  margin-left: 1.5%;
  padding-top: 2em;
	
}

/*.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
}*/
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .grp_lst_img {
    display: block;
    margin: 5px auto .5em;
    max-width: 96%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}

.prd_lst_unit {
/*	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;*/
    margin-bottom: 60px;
    margin-left: 1.5%;
	width: 22%;
    position: relative;
	text-align: center;
	margin: 0 1.3% 60px 1.3%;
	vertical-align: top;
}
.prd_lst_unit a {
	display: block;
	padding-top: 5px;
    padding-bottom: 10px;
	border: 1px solid #c08031;
	transition: all 1s;
	min-height: 280px;
}

.prd_lst_name {
	padding-top: 30px;
	background: url(https://file003.shop-pro.jp/PA01436/961/commons/img/deco.png) 50% 0 no-repeat;
	margin-top: 10px;
}

@media screen and (max-width: 640px){
	.prd_lst_unit {
		width: 46%;
		margin: 0 1% 50px 1%;
		vertical-align: top;
	}
	.prd_lst_unit a {
		min-height: 260px;
	}
}