._2SeL5 {
  position: absolute;
  top: 60px;
  left: 50%;
  pointer-events: none;
  margin-left: -94px;
  z-index: 9999;
  background: #fff;
  color: #116dff;
  font-family: Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3,
    hiragino kaku gothic pro, sans-serif;
  font-size: 14px;
  border-radius: 24px;
  padding: 0 24px 0 24px;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
._2SeL5:focus {
  border: 2px solid;
  opacity: 1;
  width: auto;
  height: 40px;
  pointer-events: auto;
}
