@media screen and (min-width: 961px) {
    .cta-button-another + div.page.account_and_inquiry .header__button {
        width: 190px;
    }
    .cta-button-another + div.page.account_and_inquiry .cvPanel__buttons.wide_buttons .cvPanel__button__wrapper {
        max-width: 312px;
    }
    .cta-button-another + div.page.account_and_inquiry .cvPanel__buttons.wide_buttons {
        max-width: 640px;
    }
    .cta-button-another + div.page.account_and_inquiry .cvPanel__content {
        min-width: 568px;
    }
    .cta-button-another + div.page.account_and_inquiry .cvPanel__buttons {
        max-width: 568px;
    }
    .cta-button-another + div.page.account_and_inquiry .cvPanel__buttons .cvPanel__button__wrapper {
        max-width: 276px;
    }
    .cta-button-another + div.page .footer__button {
        width: 189px;
        padding: 12px 20px;
    }
}
@media screen and (max-width: 960px) {
    .cta-button-another + div.page.account_and_inquiry .cvPanel__buttons {
        gap: 16px;
    }
    .tel-test.cta-button-another + div.footerFixedBar--sp .footerFixedBar__inner .tel__text__reception {
        margin: 0 auto;
    }
}

.cta-button-another + div.page.account_and_inquiry .cvPanel__button__bubble {
    color: #666666;
    border: unset;
    left: calc(50% - 191px / 2);
    min-width: 191px;
    top: -12px;
}
.cta-button-another + div.page.account_and_inquiry .cvPanel__button__bubble .highlighted_text {
    color: #C45500;
}
.cta-button-another + div.page.account_and_inquiry .cvPanel__button__bubble.bubble_blue {
    left: calc(50% - 234px / 2);
    min-width: 234px;
}
.cta-button-another + div.page.account_and_inquiry .cvPanel__button__bubble.bubble_blue .highlighted_text {
    color: #20AEE5;
}
