@charset "UTF-8";

/* select2-3.7.1.min.jsの上書き */
.select2.select2-container {
    width: 100% !important;
}

/* ドロップダウンの文字サイズ変更 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--main-color);
    line-height: 1.5 !important;
    white-space: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}

.select2-search__field {
    border-radius: .25rem;
    font-size: 1rem;
    outline-color: var(--main-color);
}
/* ドロップダウンの文字サイズ変更終了 */
/* ボックスのデザイン変更 */
.select2-search{
    padding: .75rem;
}

.select2-selection__rendered {
    line-height: 1.5 !important;
}

.select2-container .select2-selection--single {
    align-items: center;
    border: 1px solid var(--main-color);
    display: flex;
    height: auto !important;
    width: 100%;
}

.select2-selection__arrow {
    align-items: center;
    border: none;
    display: flex;
    height: 1.75rem !important;
    margin-right: 0.5rem;
    width: 100%;
}

.select2-dropdown {
    border: none;
}
/* ボックスのデザイン変更終了 */
/* ドロップダウンのリストの高さ変更 */
.select2-results, 
.select2-results__options {
    height: 450px !important;
    max-height: 450px !important;
}
/* ドロップダウンのリストの高さ変更終了 */
/* select2-3.7.1.min.jsの上書き終了 */
