@charset "utf-8";

.miso-category {
    font-size: 0;
    margin-bottom: -20px;
}
.miso-category .ca-sub1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 20px;
}
.miso-category .ca-sub1:last-child {margin-right: 0;}
.miso-category .ca-sub1 a {
    background: #fff;
    border: 1px solid #153275;
    border-radius: 5px;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #153275;
    transition: all 0.3s;
    display: block;
    padding: 0 30px;
}
.miso-category .ca-sub1 a:hover,
.miso-category .ca-sub1.on a {
    background: #153275;
    color: #fff;
}
@media all and (max-width: 767px) {
    .miso-category .ca-sub1 {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .miso-category .ca-sub1 a {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        padding: 0 15px;
    }
}