@charset "UTF-8";
.topicpath_nav li {
	display: inline-block;
}


/* sub category & sub group */
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 1em;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
  display: block;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f7ebb3;
    color: #000;
    text-decoration: none;
    height: auto;
    text-align: center;
    border-radius: 5px;
  }
  .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;
}
/* tb向けスタイル */
@media screen and (max-width: 910px) {
	.grp_lst_unit {
	  width: 31%;
	}
}
/* sp向けスタイル */
@media screen and (max-width: 768px) {
	.grp_lst_unit {
	  width: 47.5%;
	}
}