﻿@charset "utf-8"; 
.table-wrap table tr:nth-child(even) {  background: #fff; }  
.table-wrap table tr:nth-child(odd) {  background: #eee;  }
@media (min-width:1025px){.head-logo a img{max-height:4.5vw}
}
.head-logo a .logo-name{margin-left:10px;font-weight:700;line-height:1.3}
footer .foot-item.foot-contact{width:26%}
footer .foot-item.foot-contact .qr-code{display:flex;flex-wrap:wrap}
footer .foot-item.foot-contact .qr-code .img img{width:100%;height:100%;object-fit:cover}
@media (min-width:1025px){footer .foot-item.foot-contact .qr-code{justify-content:space-between}
footer .foot-item.foot-contact .qr-code .img{width:32%}}
@media (max-width:1024px){footer .foot-item.foot-contact .qr-code .img{margin-right:1.5%}
footer .foot-item.foot-contact .qr-code .img:last-child{margin-right:0}
}
@media (min-width:1025px){.head-top .l-wrap,.head-info .l-wrap{max-width:1400px;}
.head-nav .nav-ul>li>a{font-size:var(--fontsize15);margin:0 7px;}}
@media (max-width:1350px) and (min-width:1025px){.head-nav .nav-ul>li>a{font-size:var(--fontsize13);margin:0 4px;}}