
@charset "UTF-8";

footer.width_fixed .fixbtnwrap .fixbtntel span:nth-child(1) {
    display: none;
} 
footer.width_fixed .content_wrapper nav ul li:nth-child(-n + 24) {
    display: none;
}
 footer.width_fixed .content_wrapper nav ul li:nth-last-child(3) {
    display: none;
}

footer .logo a {
    display: block;
    width: 200px;
    height: 80px;
    background: url(/common/upload_data/taterinnet/image/20220824154320.png);
    background-size: contain;
    background-repeat: no-repeat;
}
footer .logo a img {
    display: none;
}

