@charset "utf-8";

/* ========================================= */
/* カテゴリ一覧（Figma 24362:117474） */
/* main 823px / 見出しバッジ+一覧 / 下線リンク */
/* ========================================= */

.page-word--category {
    color: #333333;
    background-color: #ffffff;
}

.section--word-category-list-title {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 22px 20px 0;
    box-sizing: border-box;
}

.section--word-category-list-title__text {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #333333;
}

.section--word-category-flow {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.word-category-block {
    width: 100%;
    margin: 0;
    padding: 0;
}

.section--word__main {
    padding-top: 22px;
}

.word-category-block__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
}

.word-category-block:last-child .word-category-block__inner {
    border-bottom: 1px solid #eaeaea;
}

.word-category-block__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    width: 100%;
    margin: 0;
}

.word-category-block__badge {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    margin: 0;
    padding: 0 10px 3px 10px;
    box-sizing: border-box;
    border-radius: 9999px;
    background-color: #f6e24c;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #000000;
    text-align: center;
    white-space: nowrap;
}

.word-category-block__head-label {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #000000;
}

.word-category-block__list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.word-category-block__item {
    margin: 0;
    padding: 0;
}

.word-category-block__link {
    display: inline;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.word-category-block__link:hover {
    text-decoration: none;
}

.word-category-block__link-text {
    display: inline;
}

.word-category-block__empty {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    text-align: left;
}
