.layout_single--small {
    margin-bottom: 7.5rem;
}
@media screen and (max-width: 959px) {
    .lower_top__title {
        margin-bottom: 3.5rem;
    }
}
@media screen and (max-width: 767px) {
    .lower_top__title-text {
        font-size: 2.5rem;
    }
    .lower_top__title-caption {
        font-size: 1.125rem;
        margin-top: 0.625rem;
    }
    .layout_single--small {
        margin-bottom: 3.5rem;
    }
}

.community_engagement__top {
    line-height: 250%; /* 2.5rem */
    margin: 5rem 0;
}
.community_engagement__banner {
    width: 100%;
    max-width: 22.5rem;
    height: auto;
    margin: 0 auto;
}
.community_engagement__content {
    margin-top: 7.5rem;
}
.community_engagement__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}
.community_engagement__list-item {
    border-radius: 0.25rem;
    background: var(--base-on_color);
}
.community_engagement__list-link {
    display: flex;
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
}
.community_engagement__list-text {
    font-weight: 500;
    line-height: 150%; /* 1.5rem */
}
.community_engagement__list-img {
    width: 1.25rem;
    height: 1.25rem;
}
.community_engagement__empty {
    background-color: var(--white);
    padding: 1.25rem;
    border-radius: 0.25rem;
    text-align: center;
    font-weight: 500;
}

.rakuten_links {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 26rem;
    margin: 1.5rem auto 0;
}
.rakuten_links__link {
    display: flex;
    padding: 1.25rem 1.5rem 1.25rem 1.75rem;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    background-color: var(--black);
    color: var(--white);
    font-weight: 500;
    line-height: 1.5;
    border-radius: 100vw;
}
.rakuten_links__img {
    width: 1.25rem;
    height: 1.25rem;
}
@media screen and (max-width: 959px) {
    .community_engagement__top {
        line-height: 2rem;
        margin-top: 0;
    }
    .community_engagement__content {
        margin-top: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .community_engagement__top {
        margin-bottom: 3.5rem;
    }
    .community_engagement__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.75rem;
    }
    .community_engagement__list-link {
        padding: 1rem 1rem 1rem 1.25rem;
    }
}
