/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  padding-top: 2em;
  display: flex;
 -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
 flex-wrap: wrap;
}
.grp_lst_unit {
  margin-bottom: 15px;
  width: 19%;
  word-break: break-all;
}
.grp_lst_unit:first-child {
  margin-left:-2%;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #acacac;
    color: #000;
    text-decoration: none;
  }
  .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }
.category_desc_2 {
  padding-top: 2em;
}


@media only screen and (max-width: 767px) {
.grp_lst {
  margin-left: 0%;
}
.grp_lst_unit {
  margin-bottom: 10px;
  margin-left: 0%;
  width: 49%;
}
.grp_lst::after {
display: block;
content:"";
width: 49%;
}
}






