/* sub category & sub group */
.group_list{
  display:flex;
  flex-wrap:wrap;
  margin-bottom:2em;
}
.group_list li{
  width:48%;
  margin-right:1%;
  margin-left:1%;
}
.group_list img{
  width:100%;
  height:auto;
}

/* 202009更新分 */
/* 202009更新分ここまで */
.category_header_banner{
  width:100%;
  height:auto;
  margin-bottom:2em;
}
.category_desc_2 {
  padding-top: 2em;
}


/* 202407スマホと統一 */

/* タブレットサイズ ////////////////////////////////////////////////////////////////////*/
@media screen and (min-width:600px){
  .group_list li{
    width:24.5%;
    margin-right:0.5%;
    margin-left:0;
  }
}
/* PC用 ////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width:961px) {
} 