.js-modal-search .search-content .search-header--field {
  height: auto;
  min-height: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.js-modal-search .search-form {
  width: 100%;
  position: relative;
  padding-right: 44px;
}

.js-modal-search .search-form__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #00508a;
  font-size: 18px;
}

.js-modal-search .search-form__input {
  height: 44px;
  width: 100%;
  padding: 0 0 0 32px;
  border: 0;
  border-bottom: 2px solid rgba(0, 80, 138, 0.16);
  background: transparent;
  outline: none;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #222;
}

.js-modal-search .search-form__input:focus {
  border-bottom-color: rgba(0, 80, 138, 0.45);
}

.js-modal-search .search-hint {
  padding: 20px 25px;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}

.js-modal-search .search-list {
  padding-bottom: 24px;
}

.js-modal-search .search-outer ul {
  padding-bottom: 36px;
}

.js-modal-search .search-outer ul::after {
  display: none;
}

.js-modal-search .search-outer > ul:not(.special) > li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.js-modal-search .search-outer > ul:not(.special) > li a.search-result-item {
  display: block;
}

.js-modal-search .search-list__right--full {
  width: 100%;
  padding-left: 0;
}

.js-modal-search .search-list__right--full .tag {
  margin-top: 0;
  margin-bottom: 8px;
  color: #00508a;
}

.js-modal-search .search-list__right--full .tag .text {
  font-size: 11px;
  letter-spacing: 0.06em;
}

.js-modal-search .search-list__right--full .title {
  font-size: 26px;
  line-height: 1.25;
  max-height: none;
  margin-bottom: 8px;
}

.js-modal-search .search-list__right--full > .text {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
}
