@charset "euc-jp";
.ttl-h2 img {
  border: 1px solid #E7E7E7;
}
.category-desc-2 {
  padding: 30px 0;
 clear: both;
}
.zoto-ttl {
    margin: 0 0 30px;
    padding: 20px 20px;
    background: #EEE;
}
.zoto-ttl-h3 {
    margin: 0;
}
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

.ban {
    margin: 0 0 20px 0;
}

/* sub category & sub group */
.grp-lst {
  margin: 0 0 30px 0;
  padding: 0;
}

.grp-lst ul {
  margin: 0;
  flex-wrap: wrap;
  display: flex;
}

.grp-lst li {
  position: relative;
  width: 25%;
  padding: 5px;
}

.grp-lst a {
  padding: 8px 0;
  text-decoration: none;
  display: block;
  text-align: center;
  letter-spacing: .1rem;
  color: #999;
  background: #eee;
  border: 2px solid #eee;
}

.grp-lst a.on,
.grp-lst a:hover {
  color: #00428a;
  font-weight: bold;
  background: #FFF;
  border: 2px solid #DDD;
}

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

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

.grp-lst a.on .grp-lst-name,
.grp-lst a:hover .grp-lst-name {
  position: relative;
  left: 10px;
}

.grp-lst a.on .grp-lst-name:before,
.grp-lst a:hover .grp-lst-name:before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #00428a;
  border-bottom: 2px solid #00428a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1199px) {
  .grp-lst li {
    width: 33.33%;
  }
}

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