.home-search-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 5px 2px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.home-search-summary::-webkit-details-marker {
  display: none;
}

.home-search-summary b::before {
  content: "開く";
  padding: 4px 10px;
  border-radius: 99px;
  background: #ebe9f6;
  color: var(--purple);
  font-size: 11px;
}

.portal-tools[open] .home-search-summary b::before {
  content: "閉じる";
}

.portal-tools[open] .portal-tools-inner {
  padding-top: 12px;
}
