@charset "euc-jp";
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

/* sub category & sub group */

.grp-lst {
  margin-bottom: 40px;
}

 .grp-lst ul{
    margin: 0 0 5px 0;
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
   justify-content: center;
   -webkit-justify-content: center;
  }

  .grp-lst ul li{
    width: 14%;
    margin: 0 15px 8px 0;
    padding: 0;
  }

  .grp-lst ul li:last-child{
    margin: 0 0 8px 0;
  }

.grp-lst-unit {
  display: block;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
}

@media only screen and (max-width: 800px) {
  .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
}

@media screen and (max-width: 450px){
  .grp-lst ul li{
    width: 30%;
    margin: 0 8px 8px 0;
    padding: 0;
  }
    .grp-lst ul li:nth-child(3){
    margin: 0 0 8px 0;
  }
}