.StandeStyle-view {
  display: none;
  background-color: white;
  color: black;
  z-index: 1001;
  position: absolute;
  border: 1px solid #aaaaaa;
  left: 0 !important; /* 追加 */
  top: 100% !important; /* 追加 */
  min-width: 200px; /* 幅を最低限確保 */
  min-height: 100px; /* 追加: 高さの最低値を確保 */
  max-height: 600px; /* 必要に応じて最大値も設定 */
  overflow: hidden; /* 必要ならば追加 */
}

.StandeStyle-topBox {
  background-color: transparent;
  width: 100%;
  float: left;
}

.StandeStyle-infoBox {
  font-size: 14px;
  padding: 2px;
  width: 80% !important;
  float: left;
  border: 0;
  color: #555555;
  text-align: left;
  vertical-align: middle;
}

.StandeStyle-closeButton {
  background-color: transparent;
  text-align: center;
  float: right;
  width: 28px;
}

.StandeStyle-infoBar {
  background-color: transparent;
  font-size: 14px;
  text-align: center !important;
  white-space: nowrap;
  width: 100%;
  color: #555555;
  float: left;
}

.StandeStyle-listBox {
  overflow-y: auto; /* `scroll` から `auto` に変更 */
  max-height: 600px; /* 高さを制限 */
  min-height: 300px; /* 追加: リストが小さくなりすぎるのを防ぐ */
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.StandeStyle-companyList {
  list-style: none !important;
  border-top: 1px solid rgba(220,220,220,0.4);
  border-bottom: 0;
  margin: 0 !important;
  padding: 0;
}

.StandeStyle-companyItem {
  list-style: none !important;
  border-top: 1px solid rgba(220,220,220,0.4);
  border-bottom: 0;
  margin: 0 !important;
  padding: 10px 10px 10px 20px;
}

.StandeStyle-companyItem:hover {
  background-color: rgba(237,237,237,0.2);
}

.StandeStyle-companyName {
  line-height: 1.5em !important;
  font-size: 16px;
  font-weight: normal;
}

.StandeStyle-otherInfo {
  line-height: 1.5em !important;
  font-size: 12px;
  color: #888888;
}

.StandeStyle-matchedText {
  background-color: lightpink;
}

.StandeStyle-cursoredItem {
  background-color: #f3f3f3;
}

.StandeStyle-container {
  transform: none !important;
  position: relative;
  /* min-height: 150px; 必要なら追加 */
}
.form-container {
  position: relative !important; /* ポップアップの基準を固定 */
}
