@charset "utf-8";

#contents .search_result_container .search_result article {
  border-top: 1px dotted #707070;
  padding: 1.5rem 0;
  padding-bottom: 2rem;
}
#contents .search_result_container .search_result article:last-of-type {
  border-bottom: 1px dotted #707070;
}
#contents .search_result_container .search_result article a h3 {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #92a424;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  border-left: 5px solid #92a424;
}
@media screen and (max-width: 767px) {
  #contents .search_result_container .search_result article a h3 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
#contents .search_result_container .search_result article a .detail {
  color:#404040;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contents .search_result_container .search_result article a .detail {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#contents .search_result_container .search_result article a .detail .icon {
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  #contents .search_result_container .search_result article a .detail .icon {
    width: 6.5rem;
  }
}
#contents .search_result_container .search_result article a .detail .icon img {
  width: 100%;
  height: auto;
}
#contents .search_result_container .search_result article a .detail p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #contents .search_result_container .search_result article a .detail p {
    font-size: 0.9rem;
    padding-top: 0.1rem;
  }
}
#contents .search_result_container .search_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  #contents .search_result_container .search_meta {
    display: block;
  }
}
#contents .search_result_container .search_meta p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  #contents .search_result_container .search_meta p {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
#contents .search_result_container .search_meta .pagination {
  margin: 0;
}
#contents .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#contents .pagination a {
  border: 1px solid #92a424;
  border-radius: 3rem;
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.5rem;
  line-height: 1;
  font-weight: 500;
  color: #92a424;
}
@media screen and (max-width: 767px) {
  #contents .pagination a {
    font-size: 0.8rem;
    width: 2rem;
    height: 2rem;
  }
}
#contents .pagination a.current {
  background-color: #92a424;
  color: white;
}
#contents .pagination .next {
  width: 5rem;
  padding-right: 1.5rem;
  padding-left: .5rem;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto 60%;
  background-image: url("../../img/arrow_right.svg");
}
@media screen and (max-width: 767px) {
  #contents .pagination .next {
    width: 4rem;
  }
}
#contents .pagination .prev {
  width: 5rem;
  background-image: url("../../img/arrow_left.svg");
  padding-left: 1.5rem;
  padding-right: .5rem;
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: auto 60%;
}
@media screen and (max-width: 767px) {
  #contents .pagination .prev {
    width: 4rem;
  }
}
          