/* カスタム絵文字のサイズを一律で大きくする */
.custom-emoji {
  width: 1.5em !important;
  height: 1.5em !important;
  vertical-align: middle;
}


