/************************* フッターレイアウト設定 *************************/ .siteFooter .footerMenu, .siteFooter .container { padding: initial !important; margin: initial !important; width: initial !important; height: initial !important; float: initial !important; content: initial !important; display: initial !important; } @media screen and (max-width: 5000px) { .footerMenu .container { margin-left: calc(50% - 50vw) !important; width: 100vw !important; } .footerMenu { margin-left: calc(50% - 50vw) !important; width: 100vw !important; } .footerMenu ul { margin-left: calc(60% - 16.5vw) !important; width: 70vw !important; } .footerMenu li { width: auto !important; margin-right: auto !important; margin-left: auto !important; font-size: 0.7em; } } @media screen and (max-width: 1200px) { .footerMenu ul { margin-left: calc(50% - 35vw) !important; width: 70vw !important; margin-top: 0.4em; } .footerMenu li { width: auto; margin-right: auto; margin-left: auto; font-size: 0.7em; } } @media screen and (max-width: 767px) { .footerMenu .container { margin-left: calc(50% - 50vw) !important; width: 100vw !important; } .footerMenu ul { margin-left: auto; margin-left: calc(50% - 46vw) !important; width: 92vw !important; } .footerMenu li { width: 93% !important; margin-right: auto !important; margin-left: auto !important; font-size: 0.7em; } } .footerMenu a { color: #1A2D74 !important; } /************************* ここまで *************************/