/*******************top********************/

@media screen and (max-width: 1180px) {
    .sec_menu .list_menu_item {
        width: 100%;
    }
}

@media screen and (min-width: 1181px) {
    .sec_menu .list_menu_item {
        width: 33.33%;
    }

    .sec_menu .list_menu_item-content .ttl-style01 {
        font-size: 72px;
    }

    .sec_menu .list_menu_item-content .ttl-style01 span {
        margin-top: 20px;
    }
}

/*******************menu********************/
@media screen and (max-width: 1180px) {
    .sec-list-category .wp-content .item {
        width: 100%;
    }

}
@media screen and (min-width: 1181px) {
    .sec-list-category .wp-content .item {
        width: 33.33%;
    }
    .sec-list-category .wp-content .item .box-info .ttl-list-cate {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) {
    .sec-bnrArea .page-nav-item {
        width: 50%;
    }
}