@charset "euc-jp";
/* ========================================
      NEWTON DESGIN
======================================== */
h2.ttl-h2 {
	font-size: 190%;
	text-transform: none;
}

/* ===================================== */

.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-left: 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: 5px 0;
  font-size: 15px;
  border: solid 2px #6c3d01;
}
.grp-lst-name:hover {
  border: solid 2px #b99447;
}

@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;
  }
}