#contents {
  height: 100%;
  overflow: hidden;
}

.contents-wrap {
  padding: 1rem;
}

.search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 2px solid #767d83;
  border-radius: 0.5rem;
  padding: 0.5rem;
  height: 4rem;
}

.search-form button {
  flex: 0;
}

.search-form label {
  flex: 1;
}

.search-form input {
  width: 100%;
  height: 45px;
  padding: 5px 0;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
  font-size: 1.5rem;
}

input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.search-form input::placeholder {
  color: #979b9d;
}

.search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.search-form button:first-of-type::before {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23767d83%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}

.search-form button:last-of-type {
  font-size: 2rem;
  color:#767d83;
}

/* リスト一覧 */
.swiper {
  overflow: hidden;
  width: 5rem;
  padding-left: .5rem;
}

.swiper-slide {
  min-height: 2.5rem !important;
}

.btn-input {
  display: block;
  height: 100%;
  width: 4rem!important;
  color: #fff;
  background-color: #979b9d;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 2.3rem;
  padding: 0;
  border-radius: 0.5rem;
  border: 2.5px solid #fff;
  box-shadow :0px 0px 10px silver;
  padding: 0px;
}

.tab-content {
  border: 2px solid #767d83;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
  color: #fff;
}

.tab-content ul li a {
  padding: 0.7em;
  margin: 0 15px 10px 15px;
  line-height: 1;
  background: #626566;
  vertical-align: middle;
  color: #fff;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 1.7rem;
}

.sup {
  top: 0.5rem;
  left: 0.3rem;
}

#search-input {
  background: transparent;
}
