.head .base {
    padding-bottom: 20px;
    border-bottom: 1px solid #acacac;
}

.head .mTitle2 span {
    display: block;
    margin-top: 12px;
    font-size: 24px;
}

@media (max-width: 767px) {
    .head .mTitle2 span {
        font-size: 14px;
    }
}

.head .mTitle2 .text {
    margin-top: 10px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .head .mTitle2 .text {
        font-size: 12px;
    }
}

.category {
    padding-top: 40px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .category {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.category__list {
    margin-top: 70px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .category__list {
        margin-top: 30px;
    }
}

.category__list > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -25px;
    margin-left: -30px;
}

@media (max-width: 767px) {
    .category__list > ul {
        margin-top: -15px;
    }
}

.category__list > ul > li {
    box-sizing: border-box;
    width: 33.33333%;
    height: 80px;
    padding-left: 30px;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .category__list > ul > li {
        width: 100%;
        height: 60px;
        margin-top: 15px;
    }
}

.category__list > ul > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
}

.category__item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    white-space: pre-wrap;
    background-image: url('../images/common/arrow_right2.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    border: 1px solid #000;
}
