.js-tab-cnt[data-visibility="false"]{
  display: none;
}
.search {
  width: 1000px;
  margin: 40px auto;
}

.search-tab-btn-block {
  display: flex;
}
.search-tab-btn {
  font-size: 24px;
  cursor: pointer;
  width: 50%;
  padding: 10px;
  color: #091E55;
  background: white;
  border: solid 2px;
  border-color: #091E55 #091E55 transparent #091E55;
}
.search-tab-btn.js-tab-selected {
  background: #091E55;
  color: white;
}
.search-input-common {
  display: flex;
  margin: 10px 0;
}
.search-input {
  padding: 20px;
  border: solid 2px #091E55;
  position: relative;
}
.search-result {
  border: solid 2px #091E55;
  border-top: none;
}
.search-run {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #091E55;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  width: 200px;
  text-align: center;
  border-radius: 5px;
}
.search-run:hover {
  opacity: 0.8;
}