.syoshinsya{
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
}

.discription span{
    font-size: 15px;
}


@media screen and (max-width: 768px) {
    .corceCate li {
        width: calc(33.33% - 2px);
    }
    .corceCate li:nth-child(2n) {
        border-right: none;
    }
    .corceCate li:nth-child(3n) {
        border-right: 1px dashed #808080;
    }
    .discription span{
        font-size: 14px;
    }
}