.loglists ul li {
    width: calc(100% / 5);
    text-align: left;
}
.loglists ul li a {
    padding-left: 0.5rem;
}
.whysres{
    border: 1px solid #e8e8fd;
    padding: 0.7rem;
    padding-bottom: 0;
    border-radius: 5px;
}
.night .whysres{
    border:1px solid #444;
}
.whysres h2{
    font-size: 0.75rem;
    margin-bottom: 0.7rem;
    color: #2196f3;
}
.whysres p{
    font-size: 0.65rem;
    line-height: 0.9rem;
    margin-bottom: 0.7rem;
}
.night .whysres p{
    color: #aaa;
}
@media screen and (max-width: 1380px){
    .loglists ul li {
        width: calc(100% / 4);
    }
}
@media screen and (max-width: 1000px){
    .loglists ul li {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 767px){
    .loglists ul li {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 470px){
    .loglists ul li {
        width: calc(100% / 1);
    }
}