#tfooter .top { padding: 20px 0; border-top: 1px solid #c5c5c5; }
#tfooter .top .topmenu { display: flex; flex-wrap: nowrap; align-items: center; font-weight: 500; font-size: 18px; color: #000; }
#tfooter .top .topmenu * { font-weight: inherit; font-size: inherit; color: inherit; }
#tfooter .top .topmenu a { position: relative; display: inline-block; padding: 0 20px; }
#tfooter .top .topmenu a:first-of-type { padding-left: initial; }
#tfooter .top .topmenu a::after { display: block; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 100%; background-color: #bdbdbd; }
#tfooter .top .topmenu a:first-of-type:after { display: none; }
#tfooter .bottom { padding: 50px 0; background-color: #545454; }
#tfooter .bottom dl { display: flex; flex-wrap: nowrap; }
#tfooter .bottom dl dt { min-width: max-content; margin-right: 25px; }
#tfooter .bottom dl dt img { width: 105px; }
#tfooter .bottom dl dd .textbox { font-size: 17px; color: #fff; line-height: 1.75; }
#tfooter .bottom dl dd .textbox * { font-size: inherit; color: inherit; line-height: inherit; }
#tfooter .bottom dl dd .textbox p { display: inline-block; margin-right: 15px; }
@media (max-width: 1535px) {
    #tfooter .top { padding: 17px 0; }
    #tfooter .bottom dl dt { margin-right: 22px; }
    #tfooter .bottom dl dt img { width: calc(60px + 2.8vw); }
}
@media (max-width: 1279px) {
    #tfooter .top { padding: 15px 0; }
    #tfooter .bottom dl dt { margin-right: 20px; }
    #tfooter .bottom dl dt img { width: calc(60px + 2.5vw); }
}
@media (max-width: 1023px) {
    #tfooter .top { padding: 13px 0; }
    #tfooter .bottom dl dt { margin-right: 17px; }
    #tfooter .bottom dl dt img { width: calc(55px + 2.3vw); }
}
@media (max-width: 767px) {
    #tfooter .top { padding: 11px 0; }
    #tfooter .top .topmenu a { width: 50%; text-align: center; padding: 0; }
    #tfooter .bottom dl { display: block; text-align: center; }
    #tfooter .bottom dl dt { min-width: initial; margin-right: initial; }
    #tfooter .bottom dl dt img { width: 100%; max-width: 71px; }
    #tfooter .bottom dl dd { margin-top: 20px; }
    #tfooter .bottom dl dd .textbox p { display: block; margin-right: initial; }
    #tfooter .bottom dl dd .textbox br { display: none; }
}

/* quickNav */
.quickNav { z-index: 995; position: fixed; top: 50%; transform: translateY(-50%); right: 20px; }
.quickNav a { display: flex; align-items: center; flex-wrap: nowrap; background-color: #fff; padding: 16px 13px; border-radius: 20px; border: 1px solid #ddd; }
.quickNav a:nth-of-type(n + 2) { margin-top: 10px; }
.quickNav a .img1 { width: 51px; margin-right: 12px; }
.quickNav a.ver2 { text-align: center; }
.quickNav a.ver2 .img2 { width: 237px; }
.quickNav a p { font-size: 18px; color: #000; line-height: 1.25; }
.quickNav a p b { font-weight: 600; font-size: 20px; color: #1d3f86; }
@media (max-width: 1535px) {
    .quickNav a { padding: 15px 12px; }
    .quickNav a:nth-of-type(n + 2) { margin-top: 8px; }
    .quickNav a .img1 { width: 45px; margin-right: 10px; }
    .quickNav a.ver2 .img2 { width: 200px; }
    .quickNav a p { font-size: 16px; }
    .quickNav a p b { font-size: 18px; }
}
@media (max-width: 1279px) {
    .quickNav a { padding: 13px 10px; }
    .quickNav a:nth-of-type(n + 2) { margin-top: 7px; }
    .quickNav a .img1 { width: 35px; margin-right: 8px; }
    .quickNav a.ver2 .img2 { width: 180px; }
    .quickNav a p { font-size: 15px; }
    .quickNav a p b { font-size: 17px; }
}
@media (max-width: 1279px) {
    .quickNav { right: 0; overflow: hidden; top: initial; transform: translateY(0); bottom: 20px; }
    .quickNav a { position: relative; left: 132px; padding: 12px 9px; transition: left 0.3s; border-radius: 20px 0 0 20px; border-right: 1px solid #fff; }
    .quickNav a:hover { left: 0; }
    .quickNav a .img1 { width: 32px; margin-right: 7px; }
    .quickNav a.ver2 .img2 { width: 160px; }
    .quickNav a p { font-size: 14px; }
    .quickNav a p b { font-size: 16px; }
}
@media (max-width: 767px) {
    .quickNav { top: initial; transform: translateY(0); bottom: 20px; }
}