@charset "UTF-8";

/* select2-3.7.1.min.jsの上書き */
/* ドロップダウンの文字サイズ変更 */
.select2 {
    font-size: 1.6rem
}

.select2-results__option {
    font-size: 1.6rem
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 1.5 !important;
}

.select2-search__field {
    font-size: 1.6rem;
    outline-color: var(--theme-color);
    border-radius: 5px;
}
/* ドロップダウンの文字サイズ変更終了 */
/* ボックスのデザイン変更 */
.select2-search{
    padding: 8px;
}
.select2-selection__rendered {
    line-height: 28px !important;
}
.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    width: 100%;
    height: 28px !important;
    border: none;
}
.select2-selection__arrow {
    display: flex;
    align-items: center;
    width: 100%;
    height: 28px !important;
    border: none;
}
.select2-dropdown {
    border: none;
}
/* ボックスのデザイン変更終了 */
/* ドロップダウンのリストの高さ変更 */
.select2-results, 
.select2-results__options {
    max-height: 450px !important;
    height: 450px !important;
}
/* ドロップダウンのリストの高さ変更終了 */
/* select2-3.7.1.min.jsの上書き終了 */
