/* sub category & sub group */
.grp_lst {
	position: relative;
	clear: both;
	margin-left: 0;
	padding-top: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.grp_lst_unit {
	font-size: 125%;
	text-align: center;
	margin: 0 1% 15px;
	width: 23%;
	word-break: break-all;
}
  .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
  }
  .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 {
  font-family: 'Noto Serif JP', serif; 
  font-size: 150%;
  font-weight: bold;
  line-height: 2.2;
  padding: 0;
}


/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:799px) {

	.grp_lst {
	}
	.grp_lst_unit {
		font-size: 110%;
		width: 48%;
	}
	.category_desc_2 {
      ˇˇfont-family: 'Noto Serif JP', serif; 
      ˇˇfont-weight: bold;
		font-size: 125%;
		line-height: 1.6;
		padding: 2em 5vw;
	}


}

