#tfooter { position: relative; padding: 50px 0; background-color: #eff1f4; border-top: 1px solid #e6e7e7; } 
#tfooter dl { display: flex; flex-wrap: nowrap; align-items: center; }
#tfooter dl dt { min-width: max-content; }
#tfooter dl dt a { display: inline-block; margin-right: 18px; }
#tfooter dl dt a:first-of-type img { width: 230px; }
#tfooter dl dt a:last-of-type img { width: 160px; }
#tfooter dl dd { width: 100%; }
#tfooter dl .textbox { font-size: 17px; color: #797979; line-height: 1.65; letter-spacing: -0.01em; }
#tfooter dl .textbox * { font-size: inherit; color: inherit; line-height: inherit; letter-spacing: inherit; }
#tfooter dl .textbox p { display: inline-block; margin-right: 25px; }
#tfooter dl .textbox p b { font-weight: 600; color: #000; }
@media (max-width: 1535px) {
    #tfooter dl dt a:first-of-type img { width: calc(150px + 5vw); }
    #tfooter dl dt a:last-of-type img { width: calc(80px + 5vw); }
}
@media (max-width: 1023px) {
    #tfooter dl { display: block; text-align: center; }
    #tfooter dl dt { min-width: initial; }
    #tfooter dl dt a { margin-right: 7px; margin-left: 7px; }
    #tfooter dl dt a:first-of-type img { width: 170px; }
    #tfooter dl dt a:last-of-type img { width: 110px; }
    #tfooter dl dd { margin-top: 15px; }
    #tfooter dl .textbox p { display: block; margin-right: initial; }
    #tfooter dl .textbox br { display: none; }
}
@media (max-width: 460px) {
    #tfooter dl dt a:first-of-type img { width: 140px; }
    #tfooter dl dt a:last-of-type img { width: 80px; }
}

/* quicknav */
.quicknav { z-index: 995; position: fixed; top: 50%; transform: translateY(-50%); right: 20px; }
.quicknav a { display: block; overflow: hidden; border-radius: 15px; border: 1px solid #c0c0c0; }
.quicknav a:nth-of-type(n + 2) { margin-top: 7px; }
.quicknav a img { display: block; width: 170px; }
@media (max-width: 1535px) {
    .quicknav a { border-radius: 13px; }
    .quicknav a img { width: 150px; }
}
@media (max-width: 1279px) {
    .quicknav a { border-radius: 11px; }
    .quicknav a img { width: 125px; }
}
@media (max-width: 1023px) {
    .quicknav { top: initial; transform: translateY(0); bottom: 10px; right: 10px; }
    .quicknav a { border-radius: 10px; }
    .quicknav a:nth-of-type(n + 2) { margin-top: 6px; }
    .quicknav a img { width: 100px; }
}