ul.tosho-footerInner{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #ffffff;
    font-size: 0.65rem;
    text-align: center;
}
ul.tosho-footerInner>li{
    width: 100%;
}
ul.tosho-footerInner>li>span{
    display: block;
    text-align: left;
}
ul.tosho-footerInner>li>div{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
ul.tosho-footerInner>li>div>a{
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    text-align: center;
    width: calc(calc(100% - 10px) / 2);
    min-height: 30px;
    border: 1px solid;
    text-decoration: none;
}

@media screen and (min-width: 768px){
    ul.tosho-footerInner{
        gap: 18px;
        justify-content: center;
    }
    ul.tosho-footerInner>li{
        width: fit-content;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    ul.tosho-footerInner>li:nth-of-type(4){
        width: 202px;
    }
    ul.tosho-footerInner>li:nth-of-type(4)>div{
        column-gap: 2%;
        flex-direction: initial;
        justify-content: space-between;
    }
    ul.tosho-footerInner>li:nth-of-type(4)>div>a{
        width: 49%;
        justify-content: flex-start;
    }
    ul.tosho-footerInner>li:last-of-type{
        width: 100%;
    }
    ul.tosho-footerInner>li>div{
        gap: 10px;
        flex-direction: column;
    }
    ul.tosho-footerInner>li>div>a{
        padding: 0px;
        width: fit-content;
        min-height: initial;
        border: none;
    }
}

@media screen and (min-width: 1024px){
    ul.tosho-footerInner{
        font-size: 0.8rem;
    }
    ul.tosho-footerInner>li:nth-of-type(4){
        width: 250px;
    }
}