.search-section-area {
  box-shadow: 0 3px 6px 0 #e2e7ec;
  border: solid 1px #e2e7ec;
  border-top: none;
  background-color: #fff;
}
.search-section-area__title {
  font-size: 22px;
}
.search-section-area__title-box {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 12px 16px;
}
.search-section-area__title .red-text {
  color: #c03;
}
.search-section-area .search-area--estate {
  border: 0;
  border-radius: 0;
  box-shadow: 0;
}

.estate-feature-area__title {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 12px 16px;
  font-weight: bold;
  background-color: #fff;
  border-top: 2px solid #c03;
}
.estate-feature-area__title h2 {
  font-size: 22px;
}
.estate-feature-area__title h2 span {
  color: #c03;
}
.estate-feature-area__inner {
  position: relative;
  padding: 16px;
  background-color: #eef0f2;
}
.estate-feature-area__lists-item {
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  overflow: hidden;
  height: auto;
}
.estate-feature-area__lists-item a {
  color: #333;
  text-decoration: none;
}
.estate-feature-area__lists-item a:hover {
  opacity: 0.5;
}
.estate-feature-area__lists-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.estate-feature-area__lists-item div {
  padding: 16px 12px;
}
.estate-feature-area .swiper-button-prev,
.estate-feature-area .swiper-button-next {
  height: 58px;
  width: 58px;
}
.estate-feature-area .swiper-button-prev {
  background: url(/default_contents/00000/backend/estate/theme/icon_estate_prev.svg) no-repeat;
  left: -30px;
}
.estate-feature-area .swiper-button-next {
  background: url(/default_contents/00000/backend/estate/theme/icon_estate_next.svg) no-repeat;
  right: -30px;
}
.estate-feature-area .swiper-button-prev:after,
.estate-feature-area .swiper-button-next:after {
  content: '';
}

.mind-area {
  margin-bottom: 40px;
}

.estate-conditions__list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 18px 4px;
  background-color: #eef0f2;
}
.estate-conditions__list-item {
  width: calc(33.3333333333% - 11px);
  margin-bottom: 12px;
}
.estate-conditions__list-item:not(:nth-of-type(3n)) {
  margin-right: 16px;
}
.estate-conditions__list-item a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
}
.estate-conditions__list-item a:hover {
  color: #c03;
}
.estate-conditions__list-item .list-item__text {
  padding: 12px 12px 12px 8px;
}
.estate-conditions__list-item .list-item__img {
  flex: none;
}
.estate-conditions__list-item .list-item__img img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
} /*# sourceMappingURL=style.css.map */
