#tfooter { padding: 60px 0; background-color: #1d2c3e; }
#tfooter dl { display: flex; flex-wrap: nowrap; }
#tfooter dl dt { position: relative; min-width: max-content; margin-right: 30px;}
#tfooter dl dt img { position: relative; top: 50%; transform: translateY(-50%); display: inline-block; width: 123px; }
#tfooter dl dd { position: relative; }
#tfooter dl dd a { display: inline-block; font-weight: 500; font-size: 20px; color: #fff; }
#tfooter dl dd span { display: inline-block; margin-right: 20px; font-weight: 500; font-size: 16px; color: #fff; line-height: 1.56; }
#tfooter dl dd i { font-style: normal; font-size: 16px; color: #808080; line-height: 1.56; }
@media (max-width: 1660px) {
    #tfooter dl dt img { width: calc(70px + 3vw); }
    #tfooter dl dd a { font-weight: 500; font-size: 18px; }
    #tfooter dl dd span { font-weight: 500; }
}
@media (max-width: 1230px) {
    #tfooter dl dt { margin-right: 20px; }
    #tfooter dl dd a { font-size: 16px; }
    #tfooter dl dd span { font-size: 15px; }
    #tfooter dl dd i { font-size: 15px; }
}
@media (max-width: 767px) {
    #tfooter dl { display: block; }
    #tfooter dl dt { margin-right: 0; text-align: center; min-width: initial; width: 100%; }
    #tfooter dl dt img { top: 0; transform: translateY(0); width: 100%; max-width: 91px; }
    #tfooter dl dd { margin-top: 25px; }
    #tfooter dl dd .br1 { display: none; }
    #tfooter dl dd a { font-size: 15px; }
    #tfooter dl dd span { display: block; font-size: 14px; }
    #tfooter dl dd i { display: block; font-size: 14px; }
}