/* test select2 cf. https://wbscustom.com/archives/122 */
/* select2時のselecterそのもの */
.select2-container .select2-selection--single {
	height: 35px!important;
}

/* select2の表示項目＿右側下矢印 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px!important;
    right: 8px!important;
}

/* select2の表示項目 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-left:-7px!important;
    margin-top :-3px!important;
}

.select2-search.select2-search--dropdown {
    position: relative;
}

/* 検索icon付与 */
.select2-search.select2-search--dropdown::after {
    content: "\f002";
    font-family:FontAwesome;
    position:absolute;
    top: 9px;
    right: 12px;
}