@charset "UTF-8";

.p-searchresults .webgene-pagination {
  margin-top: 38px;
}
.p-searchresults .p-main__inner {
  margin-inline: auto;
  max-width: 600px;
}

.p-searchresults__contents {
  margin-top: 80px;
  padding-bottom: 100px;
  padding-inline: 20px;
}

.p-searchresults__head h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.4px;
}

.p-searchresults__body {
  align-items: baseline;
  border-bottom: solid 1px #d0d0d0;
  display: flex;
  justify-content: space-between;
  padding-bottom: calc(10 / 1366 * 100vw);
  width: 100%;
}
.p-searchresults__body a {
  color: #e53884;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.p-searchresults__count {
  align-items: baseline;
  display: flex;
  gap: 5px;
}

.p-searchresults__count-num {
  color: #e53784;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 2.4px;
}

.p-searchresults__head-ken {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.p-searchresults__data {
  margin-top: 70px;
}
.p-searchresults__data > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.property-list__item {
  background-color: #fff;
  border: solid 1px #d0d0d0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}

.property-list-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.property-list-head__img {
  aspect-ratio: 440/256;
  background-image: url(../images/topics_img_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}

.property-list-head__text p {
  color: #495965;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  line-height: 2;
  margin-top: 7px;
}

.property-list-head__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.92px;
  line-height: 1.54;
  text-decoration: underline;
}

.property-list-body {
  border-top: solid 1px #d0d0d0;
  margin-top: 30px;
  padding-top: 30px;
}

.property-list-body__detail {
  color: #495966;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.property-list-body__detail-item {
  align-items: flex-start;
  display: flex;
}

.property-list-body__detail-head {
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  line-height: 1.43;
  width: 94px;
}

.property-list-body__detail-body {
  align-items: flex-start;
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 2;
}

.property-list-body__tag {
  align-items: flex-start;
  border-top: solid 1px #d0d0d0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 30px;
  padding-top: 30px;
}
.property-list-body__tag .check-item {
  background-color: #fff5f9;
  border-radius: 5px;
  color: #e53884;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.04px;
  padding: 5px 6px;
}

.property-list__btn {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  margin-inline: auto;
  margin-top: 30px;
  width: 100%;
}

.property-list__btn-item a {
  color: #fff;
  height: 100%;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  width: 100%;
}
.property-list__btn-item a:hover {
  background-color: #fff;
  color: #483c42;
}
.property-list__btn-item:nth-of-type(1) a {
  align-items: center;
  background-color: #50afc6;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.9px;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
  width: 100%;
}
.property-list__btn-item:nth-of-type(1) a:hover {
  background-color: #fff;
  border: 1px solid #50afc6;
  color: #483c42;
}

.p-searchresults__bottom {
  margin-top: 50px;
  text-align: center;
}
.p-searchresults__bottom p {
  color: #e53884;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.p-searchresults__bnr {
  aspect-ratio: 1060/445;
  margin-top: 60px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  .p-searchresults .p-main__inner {
    max-width: 100%;
  }
  .p-searchresults__contents {
    margin-inline: auto;
    max-width: 1100px;
    width: 100%;
  }
  .property-list__item {
    padding: 40px;
  }
  .property-list-head {
    align-items: center;
    flex-direction: row;
    gap: 40px;
  }
  .property-list-head__img {
    max-width: 440px;
    width: calc(440 / 1366 * 100vw);
  }
  .property-list-head__text p {
    line-height: 2.29;
  }
  .property-list-head__title {
    font-size: 24px;
  }
  .property-list-body {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 69% 31%;
  }
  .property-list-body__detail {
    border-right: solid 1px #d0d0d0;
    padding-right: 40px;
  }
  .property-list-body__tag {
    border-top: none;
    margin-top: 0;
    padding-left: 30px;
    padding-top: 0;
  }
  .property-list__btn {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 74px 64px;
    margin-top: 45px;
    width: 88%;
  }
  .property-list__btn-item:nth-of-type(1) {
    grid-column: 1/3;
  }
  .p-searchresults__bnr {
    margin-top: 100px;
  }
}