.archive_fudo {
  margin-top: 24px;
}
.navigation {
  display: flex;
  margin-top: 24px;
}
@media screen and ( max-width: 1024px ) {
  .navigation {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.navigation .nav-previous {
  display: flex;
  gap: 16px;
}
.navigation .nav-previous a,
.navigation .nav-previous b,
.navigation .nav-previous img {
  line-height: 1;
  vertical-align: middle;
}
.navigation .nav-next {
  line-height: 1;
}
@media screen and ( min-width: 1025px ) {
  .navigation .nav-next {
    margin-left: auto;
  }
}
.property_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
@media screen and ( min-width: 1025px ) {
  .property_list {
    gap: 24px;
  }
}
@media screen and ( max-width: 1024px ) {
  .property_list {
    gap: 8px;
  }
}
.property_item {
  border: 1px solid #dedede;
}
@media screen and ( min-width: 1025px ) {
  .property_item {
    width: 428px;
  }
}
@media screen and ( max-width: 1024px ) {
  .property_item {
    width: 100%;
  }
}
.property_item a {
  display: block;
  padding: 16px;
}
.property_item .list_image_wrap {
  display: flex;
  gap: 16px;
}
.property_item .list_image {
  overflow: hidden;
}
@media screen and ( min-width: 1025px ) {
  .property_item .list_image {
    width: 190px;
    height: 190px;
  }
}
.property_item .list_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property_item .list_body_wrap {
  line-height: 1;
}
.property_item .entry-title {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.property_item .entry-title .new_mark {
  display: inline-block;
  width: 32px;
  margin-left: 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  background: #f00;
  border-radius: 50%;
  vertical-align: top;
}
.property_item .property_layout {
  margin-top: 8px;
}
.property_item .property_rent {
  font-size: 3.2rem;
}
.property_item .rent_unit {
  font-size: 1.6rem;
  font-weight: 500;
}
.property_item .property_route,
.property_item .property_area {
  margin-top: 4px;
  padding-left: 17px;
  text-indent: -17px;
  line-height: 1.4;
}
.property_item .property_route::before,
.property_item .property_area::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  vertical-align: top;
}
.property_item .property_route::before {
  background: url(../images/common/icon-route.svg) no-repeat;
}
.property_item .property_area::before {
  background: url(../images/common/icon-area.svg) no-repeat;
}
.bottom_search {
  margin-top: 80px;
}

/* singular archive */
.archive:not(:first-child) {
  margin-top: 64px;
}
.archive .content_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and ( min-width: 1025px ) {
  .archive .content_list {
    gap: 24px 20px;
  }
}
@media screen and ( max-width: 1024px ) {
  .archive .content_list {
    gap: 16px 8px;
  }
}
@media screen and ( min-width: 1025px ) {
  .archive .content_list li {
    width: 280px;
  }
}
@media screen and ( max-width: 1024px ) {
  .archive .content_list li {
    width: calc( (100% - 8px) / 2 );
  }
}
.archive .content_list .content_image {
  border: 1px solid #dedede;
  overflow: hidden;
}
@media screen and ( min-width: 1025px ) {
  .archive .content_list .content_image {
    height: 200px;
  }
}
@media screen and ( max-width: 1024px ) {
  .archive .content_list .content_image {
    height: 120px;
  }
}
.archive .content_list .content_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive .content_title {
  margin-top: 8px;
  font-size: 1.4rem;
}

/* bs */
.dataTables_wrapper {
  margin-top: 24px;
}