html {
  font-size: 9px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
.style-comment p:before {
  content: '\f002';
}
#search_form fieldset {
  padding: 30px 0;
  border: 1px solid #d0d0d0;
}
#search_form fieldset p:nth-of-type(1) {
  display: none;
}
#search_form fieldset .search {
  width: 90%;
  margin: 20px auto 0;
  border: 3px solid #8a8b8b;
}
#search_form fieldset .search select {
  border-color: #fff !important;
}
#search_form fieldset .search input {
  width: 50%;
  border: none;
}
#search_form fieldset .search button {
  width: 17%;
  padding: 15px 0;
  color: #fff;
  background-color: #8a8b8b;
}
.search-list h4 {
  margin-top: 20px;
  padding-bottom: 5px;
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
}
.search-list h4 span {
  color: #1277d5;
}
.search-list ul {
  width: 99%;
  margin: 10px auto 0;
}
.search-list ul li {
  margin-top: 5px;
}
@media only screen and (min-width: 769px) {
  #search_form fieldset p:nth-of-type(1) {
    display: block;
  }
  #search_form fieldset .search input {
    width: 65%;
  }
}
