/* Shared across headers, mobile menus, page CTAs and sticky/footer contacts. */
a.client-contact-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #06c755;
    color: #fff
}

a.client-contact-line:hover {
    background: #06c755;
    filter: none
}

.client-contact-icon {
    display: inline-block;
    object-fit: contain;
    flex-shrink: 0;
    vertical-align: middle
}

.client-line-icon {
    width: 40px;
    height: 40px
}

.client-phone-icon {
    width: 28px;
    height: 28px
}

.client-contact-label {
    min-width: 0
}

.client-phone-action {
    font-family: 'Noto Sans JP', Meiryo, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0;
    color: var(--color-phone, #ff273b);
    white-space: nowrap
}

.site-header-row .client-phone-action,
footer .client-phone-action {
    font-size: 24px
}

.btn-phone .client-phone-action {
    font-size: 13px;
    color: inherit
}

@media(max-width:639px) {
    .client-phone-action {
        font-size: 22px
    }
}

.client-contact-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.client-contact-phone .sm\:hidden .client-phone-icon {
    width: 24px;
    height: 24px;
    margin-right: 7px
}

.site-header-row .client-header-line .client-line-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px
}

@media(max-width:639px) {
    #hd .client-contact-line {
        padding: 2px 8px;
        gap: 2px
    }

    #hd .client-contact-phone .client-phone-icon {
        width: 22px;
        height: 22px
    }

    #hd .client-contact-phone {
        white-space: nowrap
    }
}

@media(max-width:359px) {
    #hd>div:first-child {
        padding-inline: 10px
    }

    #hd>div:first-child>.flex {
        gap: 4px
    }

    #hd>div:first-child .client-contact-phone {
        padding-inline: 7px
    }

    #hd>div:first-child .client-line-icon {
        width: 28px;
        height: 28px
    }
}
