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

@charset "utf-8";

/*=========================================*/
/* members */
/* 最終的にリネームしたい */
/*=========================================*/

@media screen and (min-width: 959px) {
    .search-conditions .input-item .left {
        width: 115px;
        padding-right: 20px;
    }
}

.custom-radio {
    margin-right: 20px;
}


@media screen and (max-width: 1130px) {

    .search-conditions .input-item .right:has(.custom-radio) {
        flex-direction: row;
    }

    .search-conditions .input-box .right:has(.custom-radio) label {
        width: auto;
        margin-right: 20px;
    }
}

@media screen and (max-width: 960px) {
    .list-tabs {
        padding: 0px 0 0 0 !important;
    }
}

.member-list-none {
    margin: 24px;
    text-align: center;
}