.content_template_2 {
    transition: all 0.3s ease-in-out;
}

/* 小項目リスト */
.small_page_list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 1280px) {
    .small_page_list {
        gap: 64px;
    }
}

/* 小項目アイテム */
.small_page_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 1280px) {
    .small_page_item {
        gap: 24px;
    }
}

.small_page_item_text {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 12px;
}

@media screen and (min-width: 1280px) {
    .small_page_item_text {
        padding: 0 16px;
        font-size: 14px;
    }
}
