/*
Theme Name: 2chiikipf2026
Author URI: https://www.mlit.go.jp/2chiiki_pf/
Description: 2Chiiki Platform Theme
Version: 1.0.0
*/

@charset "utf-8";

/*=========================================*/
/* case */
/*=========================================*/

.pankuzu br {
    display: none;
}

/* search */

@media (max-width: 1130px) {
    .search-conditions .input-box .right label {
        width: 100%;
        flex-wrap: nowrap;
    }
}

/* 記事一覧 */

.case-list-common {
    row-gap: 50px;
}

.case-list-common .item-box {
    width: 340px;
}

.case-list-common a .title:hover {
    color: #2ea9e0;
}

.case-list-common .paginations {
    width: 100%;
}

/* tabs */
.list-tabs .tab-item a .category br {
    display: none;
}

@media screen and (max-width: 960px) {
    .list-tabs .tab-item {

        height: 70px;
    }
}

@media screen and (max-width:960px) {
    .list-tabs .tab-item a .category br {
        display: block;
    }
}

/* 要調整 */

@media screen and (max-width: 1109px) and (min-width: 961px) {
    .case-list-common .item-box {
        width: calc((100% - 30px) / 2);
    }
}

@media (max-width: 960px) {
    .case-list-common .item-box {
        width: 100%;
        margin-right: 0px;
    }
}