/* ---- japan-crc.shop footer (transplanted for Sophia#1478 / item 8) ---- */
/* Source: https://japan-crc.shop/css/style.css L693-946 + customize.css L53-56 */
@media screen and (max-width: 768px) {
    .footer {
        display: block;
        background: #0C509F;
        box-sizing: border-box;
        color: #fff;
        font-size: 2.93333vw;
        line-height: 1.6;
        width: 100%
    }

    .company-info {
        padding-bottom: 1.5em;
        width: 95%;
        margin: auto;
    }

    .company-info__info {
        font-size: 2.66667vw;
        line-height: 1.2;
        display: flex;
        list-style: none;
    }

    .company-info__info li {
        width: 47.33333vw;
    }

    .company-info__logo {
        margin-right: 2.53333vw;
    }

    .footer-navi {
        margin-left: 6vw;
    }

    .footer-hr {
        border: 0;
        border-bottom: 1px #6995c7 dotted;
        width: 90%;
        margin: auto;
    }

    .footer-hr_sp {
        border: 0;
        border-bottom: 1px #6995c7 dotted;
        width: 95%;
    }

    .footer-navi__dl {
        margin-top: 1em;
        margin-bottom: 0.6em;
        display: inline-block;
    }

    .footer-navi__dt {
        font-size: 3.6vw;
        font-weight: bold;
        padding-left: 4px;
        margin-bottom: 2.66667vw;
        border-left: 3px solid #fff;
        line-height: 16px;
    }

    .footer-navi__ddlist {
        list-style: none;
    }

    .footer-navi__ddlist::after {
        content: '';
        clear: both;
        display: block;
    }

    .footer-navi__dditem {
        background-size: 1.2vw;
        box-sizing: border-box;
        float: left;
        margin-bottom: 3.06667vw;
        padding-left: 2.8vw;
        width: 41.33333vw;
    }

    .footer-navi__dditem--area {
        margin-bottom: 3.5vw;
    }

    .footer-navi__ddlink {
        color: inherit;
        text-decoration: none;
    }

    .footer-navi__areaname {
        font-weight: bold;
    }

    .footer-navi__shoplist {
        list-style: none;
        margin-left: .6em;
        line-height: 2em;
    }

    .footer-navi__shopitem {
        background-size: 1.33333vw;
        color: inherit;
        text-decoration: none;
    }

    .footer-navi__shoplink {
        color: inherit;
        text-decoration: none;
    }

    .fa-map-marker-alt,
    .fa-angle-right {
        margin-right: .5em;
    }
}

@media screen and (min-width: 769px) {
    .footer {
        background: #0C509F;
        box-sizing: border-box;
        color: #fff;
        font-size: 12px  /* was 1.2rem (1rem=10px @ japan-crc.shop) */;
        line-height: 2;
        width: 100%;
    }

    .footer-hr {
        border: 0;
        border-bottom: 1px #407fc7 dotted;
        clear: both;
        width: 85%;
        margin: auto;
    }

    .footer-hr_sp {
        border-style: none;
    }

    .footer-border-right {
        border-right: 1px #407fc7 dotted;
        margin-right: 1.5em;
        padding-top: 1em;
    }

    .company-info__logo {
        width: 65%;
        padding-top: 1em;
    }

    .footer-navi {
        display: flex;
        margin: auto;
        width: 85%;
        padding-bottom: 1.2em;
    }

    .footer-navi__dl {
        width: 100%;
    }

    .footer-navi__dt {
        font-size: 14px  /* was 1.4rem (1rem=10px @ japan-crc.shop) */;
        font-weight: 800;
        padding-left: 5px;
        margin-top: .5em;
        border-left: 3px solid #fff;
        line-height: 15px;
    }

    .footer-navi__ddlist {
        margin-top: .5em;
    }

    .footer-navi__ddlist--area {
        width: 100%;
        list-style: none;
        margin-left: 0.8em;
    }

    .footer-navi__ddlist--area .footer-navi__dditem {
        float: left;
        width: 41%;
        margin-right: 6px;
        display: flex;
    }

    .footer-navi__ddlist--area p {
        line-height: 1.6em;
    }

    .fa-map-marker-alt {
        background-size: auto;
        margin-bottom: 2px;
        padding-right: 5px;
    }

    .fa-angle-right {
        margin-bottom: 2px;
        margin-top: .5em;
        padding-right: 5px;
    }

    li.footer-navi__dditem.footer-navi__dditem--area {
        width: 18%;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
        position: relative;
        display: table-cell;
    }

    .footer-navi__ddlink {
        color: inherit;
        text-decoration: none;
    }

    .footer-navi__ddlink:hover {
        text-decoration: underline;
    }

    .footer-navi__areaname {
        font-weight: bold;
    }

    .footer-navi__shoplist {
        list-style: none;
        margin-left: .8em;
    }

    .footer-navi__shopitem {
        display: inline-block;
        color: inherit;
        text-decoration: none;
        background-size: 6px;
        padding-left: 5px;
        vertical-align: top;
    }

    .footer-navi__shopitem:hover {
        text-decoration: underline;
    }

    .footer-navi__shoplink {
        color: inherit;
        text-decoration: none;
    }

    .footer-navi__shoplink:hover {
        text-decoration: underline;
    }
}

.footer p.company-info__info a {
    color: #fff;
    text-decoration: none;
}
