@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-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: 13px;
}

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

/* ========================================
      ÄÉ²ÃCSS
======================================== */
.grp-lst {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
.grp-lst .grp-lst-unit {
  width: 25%;
}
.grp-lst .grp-lst-unit a span:before {
    content: "";
    width: 5px;
    height: 10px;
    margin-right: 10px;
    background-image: url(https://img21.shop-pro.jp/PA01456/732/etc/arrow01.png?cmsp_timestamp=20200915170301);
    background-position: center;
    background-size: 5px;
    background-repeat: no-repeat;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
  .grp-lst .grp-lst-unit {
    width: 50%;
  }
  .grp-lst .grp-lst-unit a span {
    text-align: left;
  }
}