@charset "UTF-8";
:root {
  --fwel: 200;
  --fwl: 300;
  --fwn: 400;
  --fwm: 500;
  --fwsb: 600;
  --fwb: 700;
}

/* ===============================================================
 serch result parts
===============================================================*/
@media screen and (min-width: 835px) {
  .c-detail__dl01.--serch-result {
    gap: 7rem;
  }
}

.c-detail__dt01.--serch-result {
  min-width: 18rem;
}
@media screen and (max-width: 834px) {
  .c-detail__dt01.--serch-result {
    min-width: 14rem;
  }
}

.search-result {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .search-result {
    margin-top: 4rem;
  }
}
.search-result__top {
  font-size: 1.6rem;
  font-weight: var(--fwm);
}
.search-result__top-num {
  display: inline-block;
  margin-left: 1.5rem;
  margin-right: 0.4rem;
  color: #45b035;
  font-size: 3.6rem;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: var(--fwn);
}
.search-result__list {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .search-result__list {
    margin-top: 0;
  }
}
.search-result__item {
  padding: 5rem 6rem 4rem 6rem;
  background-color: #f9f9f9;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 1100px) {
  .search-result__item {
    padding: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .search-result__item {
    padding: 3rem;
  }
}
.search-result .acc-list {
  position: relative;
  height: 8rem;
  overflow: hidden;
}
.search-result .acc-list.open {
  height: auto;
}
.search-result .acc-list.open::before {
  display: none;
}
.search-result .acc-list.open + .c-link02.acc-btn::before {
  transform: rotate(180deg);
}
.search-result .acc-list.open + .c-link02.acc-btn .change::before {
  content: "閉じる";
  right: 0;
}
.search-result .acc-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgb(249, 249, 249) 0%, rgba(249, 249, 249, 0) 100%);
}

.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
  margin-top: -0.7rem;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  border: 1px solid #3cb034;
}
.wp-pagenavi .first::before,
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .last::before {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1;
  color: #45b035;
}
.wp-pagenavi .current {
  margin-top: -1rem;
  width: 4rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #45b035;
  background-color: #eff7ed;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  border-bottom-width: 0;
}