@charset "utf-8";

/* =========================================================
  category-page layout(カテゴリ一覧)
========================================================= */
.feed {
    display: none;
}


/*========================
 カテゴリ一覧 
 =========================*/
#page-category-index .contentGpCategoryCategoryTypes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

#page-category-index .contentGpCategory section {
    flex-basis: 30%;
    min-width: 160px;
}

#page-category-index .contentGpCategory h2 {
    font-size: 1.8rem;
}

#page-category-index .contentGpCategory ul {
    margin-left: 50px;
}

#page-category-index .contentGpCategory li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: center/contain no-repeat url(../images/ic-more-mono.svg);
}