@charset "UTF-8";

[id^="nbp18510919"] .content_wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}

[id^="nbp18510919"] .content_wrapper > a {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

[id^="nbp18510919"] .content_wrapper > a span {
    display: block;
    width: 100%;
    font-size: clamp(11px, 1.4vw, 16px);
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* SP */
@media (max-width: 768px) {
    [id^="nbp18510919"] .content_wrapper {
        gap: 6px;
    }

    [id^="nbp18510919"] .content_wrapper > a span {
        font-size: 12px;
        line-height: 1.3;
    }
}

@media (max-width: 550px) {
    [id^="nbp18510919"] .content_wrapper > a {
        padding: 3px 0 !important;
    }

    [id^="nbp18510919"] .content_wrapper > a span {
        padding: 8px 0 !important;
    }
}

@media screen and (max-width:390px) {
[id^="nbp18510919"] .content_wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}

}