#totalFooter { padding: 80px 0; background-color: #000; }
#totalFooter .footerUl { display: flex; flex-wrap: nowrap; justify-content: space-between; }
#totalFooter .footerUl > li:first-of-type { width: 100%; }
#totalFooter .footerUl > li:last-of-type { min-width: max-content; }
#totalFooter .footerUl > li dl { display: flex; flex-wrap: nowrap; }
#totalFooter .footerUl > li dl:nth-of-type(n + 2) { margin-top: 40px; }
#totalFooter .footerUl > li dl dt { min-width: max-content; margin-right: 40px; text-align: right; }
#totalFooter .footerUl > li dl dt img { display: inline-block; }
#totalFooter .footerUl > li dl:first-of-type dt img { width: 201px; }
#totalFooter .footerUl > li dl:last-of-type dt img { width: 94px; }
#totalFooter .footerUl > li dl .textbox .text1 { font-weight: 700; font-size: 18px; color: #fff; letter-spacing: -0.025em; line-height: 1.65; }
#totalFooter .footerUl > li dl .textbox .text2 { margin-top: 5px; font-size: 18px; color: #b9b9b9; letter-spacing: -0.025em; line-height: 1.65; }
#totalFooter .footerUl > li dl .textbox .text2 * { font-size: inherit; color: inherit; line-height: inherit; letter-spacing: inherit; }
#totalFooter .footerUl > li dl .textbox .text2 i { display: inline-block; font-style: normal; padding: 0 6px; }
#totalFooter .footerUl > li dl .textbox .text2 p { display: inline-block; }
#totalFooter .footerUl > li:last-of-type { padding: 10px 0; display: flex; justify-content: space-between; flex-direction: column; }
#totalFooter .footerUl > li .footernav { text-align: right; font-weight: 500; font-size: 18px; color: #fff; letter-spacing: -0.025em; }
#totalFooter .footerUl > li .footernav * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; letter-spacing: inherit; }
#totalFooter .footerUl > li .footernav a { display: block; margin-top: 28px; }
#totalFooter .footerUl > li .footernav a:first-of-type { margin-top: initial; }
#totalFooter .footerUl > li .footerinfo { text-align: right; font-weight: 500; font-size: 16px; color: #fff; letter-spacing: -0.025em; line-height: 1.65 }
#totalFooter .footerUl > li .footerinfo * { font-size: inherit; color: inherit; line-height: inherit; }
#totalFooter .footerUl > li .footerinfo span { color: #b9b9b9; }

@media (max-width: 1580px) {
    #totalFooter .footerUl > li dl:nth-of-type(n + 2) { margin-top: calc(30px + 0.6vw); }
    #totalFooter .footerUl > li dl dt { margin-right: calc(24px + 1vw); }
    #totalFooter .footerUl > li dl:first-of-type dt img { width: calc(100px + 6.3vw); }
    #totalFooter .footerUl > li dl:last-of-type dt img { width: calc(60px + 2.1vw); }
    #totalFooter .footerUl > li dl .textbox .text1 { font-weight: 600; }
    #totalFooter .footerUl > li .footernav a { margin-top: 24px; }
}
@media (max-width: 1279px) {
    #totalFooter .footerUl > li dl:first-of-type dt img { width: calc(100px + 5vw); }
    #totalFooter .footerUl > li dl:last-of-type dt img { width: calc(50px + 1.6vw); }
    #totalFooter .footerUl > li dl .textbox .text1 { font-weight: 500; }
    #totalFooter .footerUl > li .footernav a { margin-top: 20px; }
}
@media (max-width: 1023px) {
    #totalFooter .footerUl { flex-wrap: wrap; flex-direction: column-reverse; }
    #totalFooter .footerUl > li:first-of-type { width: 100%; margin-top: 30px; }
    #totalFooter .footerUl > li:last-of-type { min-width: initial; width: 100%; }
    #totalFooter .footerUl > li dl { display: block; }
    #totalFooter .footerUl > li dl dt { min-width: initial; margin-right: initial; text-align: left; }
    #totalFooter .footerUl > li dl dd { margin-top: 20px; }
    #totalFooter .footerUl > li:last-of-type { padding: 0; display: block; }
    #totalFooter .footerUl > li .footernav { text-align: left; display: flex; flex-wrap: nowrap; }
    #totalFooter .footerUl > li .footernav a { position: relative; margin-top: initial; padding: 0 10px; }
    #totalFooter .footerUl > li .footernav a::after { display: block; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 50%; background-color: #fff; }
    #totalFooter .footerUl > li .footernav a:first-of-type { padding-left: initial; }
    #totalFooter .footerUl > li .footernav a:first-of-type::after { display: none; }
    #totalFooter .footerUl > li .footerinfo { text-align: left; /* display: flex; flex-wrap: nowrap; */ margin-bottom: 20px; }
    #totalFooter .footerUl > li .footerinfo > div { /* margin-right: 10px; */ }
}
@media (max-width: 640px) {
    #totalFooter .footerUl > li dl .textbox .text2 p { display: block; }
    #totalFooter .footerUl > li dl .textbox .text2 i, #totalFooter .footerUl > li dl .textbox .text2 br { display: none; }
    #totalFooter .footerUl > li .footerinfo { display: block; }
    #totalFooter .footerUl > li .footerinfo > div { margin-right: 0; }
}
@media (max-width: 424px) {
    #totalFooter .footerUl > li .footernav { text-align: center; flex-wrap: wrap; }
    #totalFooter .footerUl > li .footernav a { width: 50%; padding: 10px 0; }
    #totalFooter .footerUl > li .footernav a:nth-of-type(2n - 1):after { display: none; }
    #totalFooter .footerUl > li .footernav a::before { display: block; content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80%; height: 1px; background-color: #fff; }
    #totalFooter .footerUl > li .footernav a:nth-of-type(-n + 2)::before { display: none; }
}