@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/*=====================================
    mixin
=======================================*/
@media screen and (max-width: 576px) {
  .sms {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .md {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .lg {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .xl {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .sm2 {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .md2 {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .lg2 {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .xl2 {
    display: none !important;
  }
}

/*=====================================
    color
=======================================*/
/*=====================================
    search
=======================================*/
@media screen and (max-width: 576px) {
  .search__wrap {
    max-width: 100%;
    width: 100%;
  }
}

.search__result_title {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background-color: #f9f9f9;
  padding: 20px;
  margin-top: 50px;
}

@media screen and (max-width: 576px) {
  .search__result_title {
    margin-top: 10px;
    padding: 20px 10px;
  }
}

.search__result_number {
  font-weight: bold;
  font-size: 2rem;
}

.search__result_list li {
  border-bottom: 1px dotted #dbdbdb;
}

.search__result_list li:last-child {
  border-bottom: none;
}

.search__result_link {
  padding: 30px 20px;
  display: block;
}

.search__result_link:hover {
  opacity: 0.8;
}

.search__result_link_title {
  font-size: 2rem;
  color: #009983;
}

.search__result_link_excerpt {
  margin-top: 5px;
  font-size: 1.6rem;
}

.search__result_link_time {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #767676;
}

.search__pagination {
  text-align: center;
  margin-top: 50px;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 8px;
  color: #3C3C3C;
  border: 1px solid #3C3C3C;
}

.pagination .page-numbers:hover {
  background-color: #3C3C3C;
  color: #fff;
  opacity: 1;
}

.pagination .current {
  padding: 4px 8px;
  background: #3C3C3C;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  color: #3C3C3C;
  border: none;
  font-size: 1.4rem;
}

.pagination .prev:hover,
.pagination .next:hover {
  background: none;
  color: #3C3C3C;
  opacity: 1;
}

.pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search__result_no {
  margin: 10px 0;
  padding-left: 30px;
}

@media screen and (max-width: 576px) {
  .search__result_no {
    padding: 0 10px;
  }
}

.search__result_no_title {
  margin-top: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 576px) {
  .search__result_no_title {
    padding: 0 10px;
  }
}

.search_highlight {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(20%, #ffff66));
  background: linear-gradient(transparent 75%, #ffff66 20%);
}
