/* 枠 */
.custom-select2-theme-normal.select2-container .select2-choice {
  /* border-radius: usnet;
  line-height: unset; */
  border-radius: 0;
  /* line-height: normal; */
  color: black;
  height: 22px;
  background-image: none;
}

/* 矢印 */
.custom-select2-theme-normal.select2-container .select2-choice .select2-arrow {
  background: none;
  border-left: none;
}

.custom-select2-theme-normal.select2-container .select2-choice .select2-arrow b {
  /* background: url(select2.png) no-repeat 0 -2px; */
  background: url(https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2.png) no-repeat 0 -2px;
}

/* .custom-select2-theme-normal.select2-container .select2-choice>.select2-chosen {
  line-height: 2;
} */
/* select2プラグインの動作に影響を与えたくないので
 * 疑似要素を使用してテキストを追加
 */
#select2-drop.custom-select2-results-morepages:after {
  content: "▼スクロールしてさらに読み込む";
  color: #555;
  margin-left: 3em;
}