@charset "UTF-8";
/*============================================
フッターにSNSアイコン追加　20250408
============================================*/
#footer .footer-utility__sns > li {
    padding-left: 20px;
}
#footer .footer-copyright {
    width: 100%;
    margin-top: 0;
    text-align: right;
}
#footer .footer-utility__sns {
    display: flex;
    justify-content: center;
    padding: 0px;
    list-style: none;
}
#footer .footer-utility__sns img {
    width: 46px;
}
@media print, screen and (min-width: 1399.98px) {
    #footer .footer-utility {
        display: flex;
        flex-wrap: wrap;
    }
    #footer .footer-utility__link {
        padding-left: 40px;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        flex: 1;
    }
    #footer .footer-utility__link__type {
        word-break: auto-phrase;
    }
}
@media print, screen and (max-width: 1399px) {
    #footer .Footer__foot__inner {
        flex-direction: column;
        height: auto;
        padding-top: 40px;
    }
    #footer .footer-utility {
        width: auto;
        margin-top: 20px;
    }
    #footer .footer-copyright {
        text-align: center;
    }
}
@media print, screen and (max-width: 960px) {
    #footer .footer-utility__link {
        display: flex;
        flex-flow: row wrap;
        margin: 0;
        list-style: none;
    }
    #footer .footer-utility__link > li:nth-child(odd) {
        margin-left: 0;
    }
    #footer .footer-utility__link > li:nth-child(-n+2) {
        margin-top: 0;
    }
    #footer .footer-utility__link > li {
        width: calc((100% - 15px) / 2);
    }
}