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: 2rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
}
.search-list h4 span {
  color: #00641c;
}
.search-list ul {
  width: 99%;
  margin: 1rem auto 5rem;
}
.search-list ul li {
  margin-top: 1rem;
}
.search-list .archive-list {
  width: 100%;
}
.search-list .archive-list .txt {
  margin-top: 1rem;
}
.search-list .archive-list .txt .txt-1 {
  display: block;
  padding: 5px 0;
  margin-right: 1rem;
  font-size: 1.5rem;
  letter-spacing: -1px;
  color: #00641c;
}
.search-list .archive-list .txt .txt-2 {
  display: block;
  padding: 5px 0;
  margin-right: 1rem;
  font-weight: 500;
  letter-spacing: -1px;
  color: #000;
}
.search-list .load-more__btn {
  margin: 2rem auto 0;
  padding: 1rem 8rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.7rem;
  border: 1px solid #ccc;
  transition: background 0.3s;
}
.search-list .load-more__btn i {
  padding-left: 1rem;
}
.search-list .load-more__btn:hover,
.search-list .load-more__btn:focus {
  color: #000;
  background: #ddd;
}
@media only screen and (min-width: 769px) {
  #search_form fieldset p:nth-of-type(1) {
    display: block;
  }
  #search_form fieldset .search input {
    width: 65%;
  }
}
