/*
 * Mogland Renewal Footer
 * Bootstrap 3を残した段階移行用。すべての表示指定を
 * .mog-renewal-footer 以下へ限定し、本文・ヘッダーへ波及させない。
 */

.mog-renewal-footer,
.mog-renewal-footer * {
    box-sizing: border-box;
}

.mog-renewal-footer {
    position: relative;
    z-index: 1;
    display: flow-root;
    clear: both;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: #fff;
    color: #202720;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
}

.mog-renewal-footer__inner {
    width: min(calc(100% - 24px), 1180px);
    margin: 0 auto;
}

.mog-renewal-footer a {
    color: inherit;
    text-decoration: none;
}

.mog-renewal-footer a:hover {
    text-decoration: none;
}

.mog-renewal-footer a:focus-visible,
.mog-renewal-footer summary:focus-visible {
    outline: 3px solid rgba(22, 118, 42, .28);
    outline-offset: 2px;
}

.mog-renewal-footer img,
.mog-renewal-footer svg {
    display: block;
}

.mog-renewal-footer ul,
.mog-renewal-footer p,
.mog-renewal-footer h2 {
    margin: 0;
    padding: 0;
}

.mog-renewal-footer ul {
    list-style: none;
}

.mog-renewal-footer__desktop {
    display: none;
}

.mog-renewal-footer__mobile {
    display: block;
    padding: 22px 0 0;
    border-top: 1px solid #dfe6de;
    background: linear-gradient(180deg, #fff 0%, #fbfcfa 100%);
}

.mog-renewal-footer__sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.mog-renewal-footer__mobile-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px !important;
    padding: 0 4px 12px !important;
    border-bottom: 1px solid #2a7950;
    color: #304038;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.mog-renewal-footer__mobile-note span {
    flex: 0 0 auto;
    color: #107129;
    font-size: 18px;
    line-height: 1;
}

.mog-renewal-footer__phone {
    color: #11722a;
}

.mog-renewal-footer__phone--mobile {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 112px;
    padding: 14px 16px;
    border: 1px solid #22843a;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #f9fcf8 100%);
    box-shadow: 0 3px 9px rgba(29, 68, 32, .10);
    text-align: center;
}

.mog-renewal-footer__phone--mobile:hover {
    border-color: #0f6722;
    background: #f2f8f1;
    color: #0f6722;
}

.mog-renewal-footer__phone-icon {
    width: 100%;
    height: auto;
}

.mog-renewal-footer__phone-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
}

.mog-renewal-footer__phone-copy strong {
    display: block;
    color: #11722a !important;
    font-size: clamp(31px, 9.5vw, 42px);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.045em;
    line-height: 1.05;
    white-space: nowrap;
}

.mog-renewal-footer__phone-copy small {
    display: block;
    margin-top: 6px;
    color: #283029;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.mog-renewal-footer__phone-copy > span {
    display: block;
    margin-top: 3px;
    color: #11722a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.mog-renewal-footer__mobile-cta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.mog-renewal-footer__cta {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 12px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(33, 63, 29, .13);
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.mog-renewal-footer__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(31, 62, 28, .18);
}

.mog-renewal-footer__cta--line {
    border-color: #0b7b27;
    background: linear-gradient(180deg, #179334 0%, #087821 100%);
    color: #fff !important;
}

.mog-renewal-footer__cta--mail {
    border-color: #e86c00;
    background: linear-gradient(180deg, #ff8516 0%, #ec6800 100%);
    color: #fff !important;
}

.mog-renewal-footer__cta--english {
    border-color: #cbd2cc;
    background: linear-gradient(180deg, #fff 0%, #fafbf9 100%);
    color: #283129 !important;
}

.mog-renewal-footer__line-mark {
    position: relative;
    display: inline-flex;
    width: 32px;
    height: 28px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #10832b;
    font-family: Arial, sans-serif;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1;
}

.mog-renewal-footer__line-mark::after {
    position: absolute;
    right: 2px;
    bottom: -2px;
    width: 8px;
    height: 8px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    content: "";
}

.mog-renewal-footer__cta-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
}

.mog-renewal-footer__cta-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-renewal-footer__cta-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
}

.mog-renewal-footer__cta-copy small {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.mog-renewal-footer__cta-copy strong {
    font-size: 16px;
    line-height: 1.2;
}

.mog-renewal-footer__arrow {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}

.mog-renewal-footer__mobile-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
    border-top: 1px solid #dfe5df;
}

.mog-renewal-footer__mobile-links a {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    padding: 10px 28px 10px 10px;
    border-bottom: 1px solid #dfe5df;
    color: #263329;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

.mog-renewal-footer__mobile-links a:nth-child(odd) {
    border-right: 1px solid #e5e9e4;
}

.mog-renewal-footer__mobile-links a::after,
.mog-renewal-footer__link-group a::after,
.mog-renewal-footer__area-grid a::after,
.mog-renewal-footer__media-links a::after,
.mog-renewal-footer__details a::after {
    color: #087227;
    content: "›";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.mog-renewal-footer__mobile-links a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.mog-renewal-footer__mobile-links a:hover,
.mog-renewal-footer__details a:hover,
.mog-renewal-footer__legal-links a:hover,
.mog-renewal-footer__home-link:hover {
    background: #f0f7ef;
    color: #126c25;
}

.mog-renewal-footer__mobile-accordions {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.mog-renewal-footer__details {
    margin: 0;
    border: 1px solid #9db5a1;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
}

.mog-renewal-footer__details summary {
    position: relative;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    min-height: 58px;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: #253329;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    list-style: none;
}

.mog-renewal-footer__details summary::-webkit-details-marker {
    display: none;
}

.mog-renewal-footer__details summary::after {
    width: 10px;
    height: 10px;
    justify-self: end;
    border-right: 2px solid #087227;
    border-bottom: 2px solid #087227;
    content: "";
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform .18s ease;
}

.mog-renewal-footer__details[open] summary::after {
    transform: rotate(225deg) translate(-2px, -2px);
}

.mog-renewal-footer__details summary svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #087227;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-renewal-footer__details ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 4px 12px 12px;
    border-top: 1px solid #e1e7e1;
}

.mog-renewal-footer__details li {
    min-width: 0;
}

.mog-renewal-footer__details a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    padding: 8px 7px;
    border-bottom: 1px solid #edf0ec;
    color: #334139;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.mog-renewal-footer__details-area-grid a {
    font-size: 12px;
}

.mog-renewal-footer__legal-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 17px;
    padding: 3px 0 16px;
}

.mog-renewal-footer__legal-links a {
    min-height: 44px;
    padding: 11px 13px;
    color: #176d2a;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
    text-align: center;
}

.mog-renewal-footer__legal-links a + a {
    border-left: 1px solid #8fa995;
}

.mog-renewal-footer__home-link {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    margin: 0 -12px;
    padding: 14px 58px 14px 18px;
    border-top: 1px solid #d9dfd8;
    color: #107129 !important;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
    text-decoration: underline dotted !important;
    text-underline-offset: 5px;
}

.mog-renewal-footer__home-link::after {
    margin-left: 12px;
    content: "›";
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
}

.mog-renewal-footer__bottom {
    background: linear-gradient(180deg, #08752a 0%, #046621 100%);
    color: #fff;
}

.mog-renewal-footer__bottom-inner {
    width: min(calc(100% - 88px), 1480px);
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
}

.mog-renewal-footer__bottom p {
    color: #fff;
    font-size: 11px;
    line-height: 1.55;
}

.mog-renewal-footer__top-button.top-button {
    position: fixed;
    z-index: 950;
    right: 14px;
    bottom: 18px;
    display: flex;
    width: 58px;
    height: 58px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 4px;
    border: 1px solid #9bb39f;
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: #087227 !important;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 3px 12px rgba(18, 61, 28, .20);
}

.mog-renewal-footer__top-button.top-button .triangle {
    position: static;
    display: block;
    width: 12px;
    height: 12px;
    margin: 3px auto 2px;
    border: 0;
    border-top: 3px solid #087227;
    border-left: 3px solid #087227;
    transform: rotate(45deg);
}

.mog-renewal-footer__top-button.top-button .top-text {
    display: block;
    margin: 0;
    color: #087227 !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
}

.mog-renewal-footer__top-button.top-button:hover,
.mog-renewal-footer__top-button.top-button:focus-visible {
    border-color: #087227;
    background: #f1f8f0;
    color: #087227 !important;
}

@media (max-width: 374px) {
    .mog-renewal-footer__inner {
        width: min(calc(100% - 16px), 1180px);
    }

    .mog-renewal-footer__mobile-note {
        font-size: 12px;
    }

    .mog-renewal-footer__phone--mobile {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 7px;
        min-height: 100px;
        padding: 12px 10px;
    }

    .mog-renewal-footer__phone-copy strong {
        font-size: 30px;
    }

    .mog-renewal-footer__phone-copy small {
        font-size: 12px;
    }

    .mog-renewal-footer__phone-copy > span {
        font-size: 16px;
    }

    .mog-renewal-footer__mobile-cta-row {
        gap: 7px;
    }

    .mog-renewal-footer__cta {
        gap: 5px;
        padding: 8px 7px;
        font-size: 14px;
    }

    .mog-renewal-footer__line-mark {
        width: 27px;
        height: 24px;
        flex-basis: 27px;
        font-size: 6px;
    }

    .mog-renewal-footer__cta-icon {
        width: 23px;
        height: 23px;
        flex-basis: 23px;
    }

    .mog-renewal-footer__mobile-links a {
        padding-left: 7px;
        font-size: 12px;
    }

    .mog-renewal-footer__details summary {
        font-size: 14px;
    }

    .mog-renewal-footer__legal-links a {
        padding-inline: 8px;
        font-size: 11px;
    }
}

@media (min-width: 992px) {
    .mog-renewal-footer__mobile {
        display: none;
    }

    .mog-renewal-footer__desktop {
        display: block;
        padding: 24px 0 20px;
        border-top: 1px solid #dfe6de;
        background: #fff;
    }

    .mog-renewal-footer__inner {
        width: min(calc(100% - 40px), 1480px);
    }

    .mog-renewal-footer__desktop-contact {
        display: grid;
        grid-template-columns: minmax(210px, 260px) minmax(330px, 390px) minmax(150px, 1fr) minmax(160px, 1fr) minmax(132px, .82fr);
        align-items: stretch;
        gap: clamp(10px, .85vw, 14px);
        padding-bottom: 20px;
        border-bottom: 1px solid #dfe6de;
    }

    .mog-renewal-footer__logo {
        display: flex;
        min-height: 92px;
        align-items: center;
        justify-content: flex-start;
        padding: 8px 10px;
    }

    .mog-renewal-footer__logo img {
        width: min(100%, 230px);
        height: auto;
    }

    .mog-renewal-footer__phone--desktop {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        align-items: center;
        gap: 0 12px;
        min-height: 92px;
        padding: 11px 15px;
        border: 1px solid #b7cfbb;
        border-radius: 10px;
        background: linear-gradient(180deg, #fff 0%, #fbfdf9 100%);
        box-shadow: 0 3px 8px rgba(42, 69, 41, .09);
    }

    .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-icon {
        width: 48px;
        height: 48px;
    }

    .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy {
        align-items: center;
    }

    .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy strong {
        font-size: clamp(28px, 2vw, 36px);
    }

    .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy small {
        margin-top: 4px;
        font-size: clamp(12px, .85vw, 14px);
    }

    .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy > span {
        margin-top: 5px;
        color: #344036;
        font-size: clamp(10px, .76vw, 12px);
        font-weight: 600;
        white-space: nowrap;
    }

    .mog-renewal-footer__desktop-contact .mog-renewal-footer__cta {
        min-height: 92px;
        border-radius: 10px;
        font-size: clamp(14px, 1vw, 17px);
    }

    .mog-renewal-footer__desktop-contact .mog-renewal-footer__cta-copy small {
        font-size: clamp(10px, .72vw, 12px);
    }

    .mog-renewal-footer__desktop-contact .mog-renewal-footer__cta-copy strong {
        font-size: clamp(15px, 1.06vw, 18px);
    }

    .mog-renewal-footer__sitemap {
        display: grid;
        grid-template-columns: 1fr 1fr 1.08fr 1fr 1.18fr;
        gap: 0;
        padding: 22px 0 18px;
    }

    .mog-renewal-footer__link-group {
        min-width: 0;
        padding: 0 clamp(15px, 1.6vw, 26px);
        border-left: 1px solid #dfe5df;
    }

    .mog-renewal-footer__link-group:first-child {
        padding-left: 12px;
        border-left: 0;
    }

    .mog-renewal-footer__link-group:last-child {
        padding-right: 12px;
    }

    .mog-renewal-footer__link-group h2 {
        display: flex;
        min-height: 30px;
        align-items: center;
        gap: 9px;
        margin-bottom: 8px;
        color: #087227;
        font-size: clamp(15px, 1vw, 17px);
        font-weight: 800;
        line-height: 1.35;
    }

    .mog-renewal-footer__link-group h2 svg,
    .mog-renewal-footer__areas h2 svg {
        width: 23px;
        height: 23px;
        flex: 0 0 23px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .mog-renewal-footer__link-group li + li {
        margin-top: 1px;
    }

    .mog-renewal-footer__link-group a {
        display: flex;
        min-height: 35px;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 5px 2px;
        color: #303730;
        font-size: clamp(12px, .83vw, 14px);
        font-weight: 600;
        line-height: 1.35;
    }

    .mog-renewal-footer__link-group a:hover,
    .mog-renewal-footer__area-grid a:hover,
    .mog-renewal-footer__media-links a:hover {
        color: #087227;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .mog-renewal-footer__link-group a::after,
    .mog-renewal-footer__area-grid a::after,
    .mog-renewal-footer__media-links a::after {
        flex: 0 0 auto;
        font-size: 18px;
    }

    .mog-renewal-footer__areas {
        padding: 13px 18px 14px;
        border: 1px solid #b9ccb9;
        border-radius: 7px;
    }

    .mog-renewal-footer__areas h2 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 7px;
        color: #087227;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.35;
    }

    .mog-renewal-footer__area-grid {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        column-gap: 5px;
        row-gap: 1px;
    }

    .mog-renewal-footer__area-grid a {
        display: flex;
        min-width: 0;
        min-height: 32px;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
        padding: 4px 7px;
        border-right: 1px solid #dce4dc;
        color: #343c35;
        font-size: clamp(11px, .77vw, 13px);
        font-weight: 600;
        line-height: 1.25;
        white-space: nowrap;
    }

    .mog-renewal-footer__area-grid li:nth-child(12n) a {
        border-right: 0;
    }

    .mog-renewal-footer__media-links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 26px;
        margin-top: 8px !important;
    }

    .mog-renewal-footer__media-links a {
        display: inline-flex;
        min-height: 36px;
        align-items: center;
        gap: 12px;
        color: #087227;
        font-size: 14px;
        font-weight: 800;
    }

    .mog-renewal-footer__bottom-inner {
        width: min(calc(100% - 130px), 1480px);
        min-height: 62px;
        padding: 12px 0;
        text-align: left;
    }

    .mog-renewal-footer__bottom p {
        font-size: 12px;
		text-align: center;
    }

    .mog-renewal-footer__top-button.top-button {
        right: 24px;
        bottom: 18px;
        width: 62px;
        height: 62px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .mog-renewal-footer__inner {
        width: min(calc(100% - 24px), 1220px);
    }

    .mog-renewal-footer__desktop-contact {
        grid-template-columns: minmax(170px, 195px) minmax(280px, 310px) minmax(115px, 1fr) minmax(120px, 1.05fr) minmax(105px, .9fr);
        gap: 7px;
    }

    .mog-renewal-footer__logo img {
        max-width: 190px;
    }

    .mog-renewal-footer__phone--desktop {
        grid-template-columns: 36px minmax(0, 1fr);
        min-height: 76px;
        gap: 0 8px;
        padding: 8px 10px;
    }

    .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-icon {
        width: 36px;
        height: 36px;
    }

    .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy strong {
        font-size: clamp(23px, 2.35vw, 29px);
    }

    .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy small {
        font-size: 10px;
    }

    .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy > span {
        display: none;
    }

    .mog-renewal-footer__desktop-contact .mog-renewal-footer__cta {
        min-height: 76px;
        gap: 5px;
        padding: 8px;
        font-size: 12px;
    }

    .mog-renewal-footer__desktop-contact .mog-renewal-footer__cta-copy small {
        font-size: 9px;
    }

    .mog-renewal-footer__desktop-contact .mog-renewal-footer__cta-copy strong {
        font-size: 12px;
    }

    .mog-renewal-footer__desktop-contact .mog-renewal-footer__line-mark {
        width: 27px;
        height: 24px;
        flex-basis: 27px;
        font-size: 6px;
    }

    .mog-renewal-footer__desktop-contact .mog-renewal-footer__cta-icon {
        width: 23px;
        height: 23px;
        flex-basis: 23px;
    }

    .mog-renewal-footer__sitemap {
        grid-template-columns: .95fr .95fr 1.05fr .95fr 1.22fr;
    }

    .mog-renewal-footer__link-group {
        padding-inline: 12px;
    }

    .mog-renewal-footer__link-group h2 {
        font-size: 14px;
    }

    .mog-renewal-footer__link-group a {
        font-size: 11px;
    }

    .mog-renewal-footer__area-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .mog-renewal-footer__area-grid li:nth-child(12n) a {
        border-right: 1px solid #dce4dc;
    }

    .mog-renewal-footer__area-grid li:nth-child(8n) a {
        border-right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mog-renewal-footer__cta,
    .mog-renewal-footer__details summary::after {
        transition: none;
    }
}

/* =========================================================
 * v45: 電話CTA 案1・フッター微調整
 * ======================================================= */
.mog-renewal-footer__phone {
  color: #343434;
}

.mog-renewal-footer__phone--mobile {
  grid-template-columns: 52px max-content;
  justify-content: center;
  gap: 10px;
  min-height: 94px;
  padding: 10px 13px;
  border: 1px solid #d2a33f;
  border-radius: 9px;
  background: #fffaf6;
  box-shadow: 0 3px 9px rgba(86, 68, 32, 0.10);
}

.mog-renewal-footer__phone--mobile:hover,
.mog-renewal-footer__phone--mobile:focus-visible {
  border-color: #b98520;
  background: #fff7ed;
  color: #343434;
}

.mog-renewal-footer__phone--mobile .mog-renewal-footer__phone-icon {
  box-sizing: border-box;
  width: 52px;
  height: 38px;
  padding-right: 13px;
  border-right: 1px solid #d2a33f;
  object-fit: contain;
  object-position: left center;
}

.mog-renewal-footer__phone--mobile .mog-renewal-footer__phone-copy strong {
  align-self: flex-start;
}

.mog-renewal-footer__phone-copy strong {
  color: #343434 !important;
}

.mog-renewal-footer__phone-copy small,
.mog-renewal-footer__phone-copy > span {
  color: #343434;
}

.mog-renewal-footer__home-link::after {
  display: inline-flex;
  align-items: center;
  align-self: center;
  line-height: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .mog-renewal-footer__phone--desktop {
    grid-template-columns: 55px max-content;
    justify-content: center;
    gap: 0 12px;
    min-height: 76px;
    padding: 8px 12px;
    border: 1px solid #d2a33f;
    border-radius: 11px;
    background: #fffaf6;
    color: #343434;
    box-shadow: 0 3px 8px rgba(86, 68, 32, 0.10);
  }

  .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-icon {
    box-sizing: border-box;
    width: 55px;
    height: 42px;
    padding-right: 13px;
    border-right: 1px solid #d2a33f;
    object-fit: contain;
    object-position: left center;
  }

  .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy {
    align-items: flex-start;
    row-gap: 2px;
  }

  .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy small,
  .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy > span {
    align-self: center;
  }

  .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy strong {
    color: #343434;
  }

  .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy small,
  .mog-renewal-footer__phone--desktop .mog-renewal-footer__phone-copy > span {
    color: #343434;
  }
}

