.l-1col .main__contents {
  max-width: 1280px;
}


.last-conditions__dl {
  display: flex;
  align-items: center;
}

.last-conditions__dt {
  font-weight: normal;
}

.last-conditions__list {
  display: flex;
  align-items: center;
}

.last-conditions__item:nth-of-type(n+2)::before {
  content: "/ ";
  padding-left: .5rem;
}

.last-conditions__item {
  display: flex;
}

.last-conditions__item p {
  padding-left: .5rem;
  text-decoration: underline;
}

.last-conditions__item p:hover {
  text-decoration: none;
}

.zeb-search {
  margin-top: 24px;
}

.zeb-search__head {
  position: relative;
  display: flex;
  align-items: center;
  height: 43px;
  padding: 10px 48px 8px 16px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 8px;
  background-color: #F5F2E8;
  cursor: pointer;
}

.zeb-search__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../img/common/icon/icon_angtrg_down.svg);
  background-repeat: no-repeat;
  background-size: 16px 8px;
  background-position: center center;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.zeb-search__head.-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.zeb-search__body {
  /* display: none; */
  padding: 0 16px 24px;
  border-bottom: 2px solid #F5F2E8;
}

.zeb-search__block {
  margin-top: 24px;
}

.zeb-search__block+.zeb-search__block {
  margin-top: 32px;
}

.zeb-search__block-head {
  margin-bottom: -16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.zeb-search__block-head::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 8px;
  background-color: var(--primary);
}

.zeb-search__item-wrap {
  display: flex;
  flex-wrap: wrap;
}

.zeb-search__item {
  margin-top: 24px;
  margin-right: 24px;
}

.zeb-search__item .formset {
  display: flex;
}

.zeb-search__item .form-ttl {
  margin-right: 8px;
  width: 7em;
  height: 47px;
}

.zeb-search__item .list-input.-row {
  margin-top: -8px;
}

.zeb-search__item .list-input.-row>li {
  margin-top: 8px;
}

.zeb-search__item .txt-supplement {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #4D4D4D;
}

.zeb-search__item .list-input.-row>li:nth-child(n+2) {
  margin-left: 8px;
}

.zeb-search__item select {
  width: 240px;
  max-width: 100%;
}

.zeb-search__block-foot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.zeb-search__block-foot .foot-btn {
  text-align: center;
}

.zeb-search__block-foot .foot-btn button {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .zeb-search__item-wrap {
    display: block;
  }

  .zeb-search__item {
    margin-top: 16px;
  }

  .zeb-search__head {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
  }

  .zeb-search__body {
    padding: 0 16px 16px;
  }

  .zeb-search__block-head {
    margin-bottom: -10px;
  }

  .zeb-search__block-foot {
    display: block;
    margin-left: 0;
  }

  .zeb-search__block-foot>* {
    width: 100%;
    margin-left: 0;
  }

  .zeb-search__block-foot .footer-btn {
    margin: 16px auto 0;
  }

  .zeb-search__block-foot>*:nth-child(n+2) {
    margin-top: 16px;
  }
}


.font-weight-normal {
  font-weight: normal;
}

.tooltip {
  opacity: unset;
  font-size: 1.4rem;
}

.list-label .label {
  font-weight: normal;
}

.result {
  margin-top: 24px;
}

.result__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.result__head-info {
  max-width: 45%;
  flex-wrap: wrap;
  float: left;
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
  margin-right: 16px;
}

.result__info-count {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.result__info-searchItem {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 1em;
}

.result__searchItem-dt {
  font-weight: normal;
}

@media screen and (max-width: 1280px) {
  .result__head-info {
    max-width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .result__head-info {
    float: none;
  }

  .result__info-count {
    font-size: 1.4rem;
  }

  .result__count-dt,
  .result__count-dd {
    font-weight: normal;
  }
}

@media screen and (max-width: 567px) {
  .result__head {
    display: block;
  }

  .result__head-info {
    max-width: 100%;
  }
}


.result__head-sort {
  float: right;
  display: flex;
  align-items: baseline;
  justify-content: end;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-right: -24px;
}

.result__head-sort>* {
  margin-right: 24px;
  margin-bottom: 8px;
}

.result__sort-view {
  display: flex;
  align-items: center;
}

.result__view-btn {
  position: relative;
  flex-shrink: 0;
  margin-right: 1em;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.result__view-btn:nth-of-type(n+2) {
  margin-left: 1em;
}

.result__view-btn:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1em;
  display: block;
  width: 1px;
  height: 26px;
  background-color: #CCC;
}

.result__view-btn:hover {
  border-bottom: 3px solid var(--hover);
}

.result__view-btn.is-active {
  font-weight: bold;
  border-bottom: 3px solid var(--primary);
}

.result__view-btn:last-child {
  margin-right: 0;
}

.result__sort-age dl {
  display: flex;
  align-items: center;
}

.result__sort-age dt {
  flex-shrink: 0;
  margin-right: 8px;
  font-weight: normal;
}

.result__sort-age dd {
  flex-shrink: 0;
}

.result__sort-favorite {
  display: flex;
  align-items: center;
}

.result__sort-favorite>* {
  flex-shrink: 0;
}

@media screen and (max-width: 1280px) {
  .result__head-sort {
    max-width: 55%;
  }
}

@media screen and (max-width: 567px) {
  .result__head-sort {
    max-width: 100%;
    float: none;
    display: block;
    margin-top: 16px;
  }

  .result__head-sort>* {
    margin-right: 0;
    margin-bottom: 0;
  }

  .result__head-sort>*:nth-child(n+2) {
    margin-top: 16px;
  }
}

.result__body {
  min-height: 300px;
}

.result__body-download {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 8px 0;
}

@media screen and (max-width: 767px) {
  .result__body-download {
    margin: 12px 0 0;
  }

}

.result__body-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.result__body-head .tooltip {
  margin: 8px 0 16px;
}

.result__body-head .pagenation {
  margin: 8px 0 16px 24px;
}

.pagenation {
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .result__body-head {
    flex-direction: column;
    align-items: flex-end;
  }

  .result__body-head .tooltip {
    margin: 16px 0;
  }

  .result__body-head .tooltip+.pagenation {
    margin: 0 0 16px;
  }

  .result__body-head .pagenation {
    margin: 16px 0;
  }
}


.result-list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin-top: -32px;
  margin-left: -32px;
}

.result-list::before {
  /* 4col */
  content: "";
  display: block;
  width: 280px;
  margin-left: 32px;
  order: 1;
}

.result-list::after {
  /* 4col */
  content: "";
  display: block;
  width: 280px;
  margin-left: 32px;
}

.result-list__item {
  width: 100%;
  max-width: 280px;
  margin-top: 32px;
  margin-left: 32px;
  overflow: hidden;
}

.result-list__item:last-child {
  /* 4col */
  margin-right: auto;
}

[data-switch-item="list"] {
  display: none;
}

.result-list__item figure {
  position: relative;
  margin-bottom: 16px;
  padding-top: 180px;
}

.result-list__item.-new figure::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../../img/common/label/label_new_triangle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.result-list__item figure a {
  display: block;
}

.result-list__item figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result-list__head {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.list-label {
  padding-right: 30px;
}

.result-list__favorite {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.result-list__favorite__input {
  width: 24px;
  height: 24px;
  border-radius: 100vh;
  background-image: url(../../img/common/icon/icon_favorite_off.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  cursor: pointer;
}

.result-list__favorite__input:hover {
  background-color: var(--hover);
}

.result-list__favorite__input:checked {
  background-image: url(../../img/common/icon/icon_favorite_on.svg);
}

.result-list__ttl {
  margin-top: 8px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.7;
}

.result-list__company {
  margin-top: 4px;
  font-size: 1.6rem;
}

.result-list__summary {
  margin-top: 16px;
}

.result-list__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #CCC;
}

.result-list__link *:nth-of-type(n+2) {
  margin-left: 16px;
}

[data-view="list"].result-list {
  display: block;
  width: 100%;
  margin-top: -12px;
  margin-left: 0;
}

[data-view="list"] .result-list__item {
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
  margin-left: 0;
  padding: 16px;
  border: 1px solid #DEDCD7;
  border-radius: 8px;
  background-color: #FAFAFA;
}

[data-view="list"] .result-list__head {
  display: block;
  width: 100%;
}

[data-view="list"] .result-list__head::after {
  content: "";
  display: block;
  clear: both;
}

[data-view="list"] .result-list__favorite {
  position: absolute;
  top: -2px;
  left: 0;
}

[data-view="list"] .result-list__headttl {
  float: left;
}

[data-view="list"] .result-list__ttl {
  margin-top: 0;
  margin-left: 30px;
  font-size: 1.4rem;
}

[data-view="list"] .result-list__item.-new .result-list__ttl {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

[data-view="list"] .result-list__item.-new .result-list__ttl::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 32px;
  height: 12px;
  background: url(../../img/common/label/label_new.svg) no-repeat center center;
}

[data-view="list"] .result-list__headinfo {
  float: right;
  display: flex;
  justify-content: flex-end;
  margin-left: 16px;
}

[data-view="list"] .result-list__region {
  flex-shrink: 0;
}

[data-view="list"] .list-label {
  margin-left: 8px;
  padding-right: 0;
}

[data-view="list"] .result-list__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #CCC;
}

[data-view="list"] .result-list__data {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

[data-view="list"] .result-list__data {
  margin-top: -8px;
}

[data-view="list"] .result-list__data li {
  margin-top: 8px;
  margin-right: 32px;
}

[data-view="list"] .result-list__data dl {
  display: flex;
}

[data-view="list"] .result-list__data dt {
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 1.2rem;
  font-weight: bold;
}

[data-view="list"] .result-list__data dd::before {
  content: "：";
}

[data-view="list"] .result-list__data .floor {
  display: flex;
  align-items: center;
}

[data-view="list"] .result-list__data .floor-detail {
  border-left: 1px solid #1A1A1A;
  padding: 0 8px;
}

[data-view="list"] .result-list__data .floor-detail:first-child {
  border-left: none;
  padding-left: 0;
}

[data-view="list"] .result-list__link {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-shrink: 0;
  margin-top: 0;
  padding-top: 0;
  padding-left: 16px;
  border-top: none;
  border-left: 1px solid #CCC;
}

[data-view="list"] .result-list__link *:nth-of-type(n+2) {
  margin-top: 8px;
  margin-left: 0;
}

@media screen and (max-width: 1360px) {

  /* 3col */
  .result-list__item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .result-list {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .result-list__item {
    max-width: 100%;
    margin-left: 0;
  }

  .result-list__item figure {
    padding-top: 0;
  }

  .result-list__item figure a {
    pointer-events: none;
  }

  .result-list__item figure img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: unset;
  }

  .result-list__head {
    padding-right: 30px;
  }

  [data-view="list"] .result-list__favorite {
    left: calc(100% - 24px);
  }

  [data-view="list"] .result-list__headttl {
    width: 100%;
  }

  [data-view="list"] .result-list__item .result-list__ttl {
    margin-left: 0;
  }

  [data-view="list"] .result-list__headinfo {
    float: left;
    margin-top: 8px;
    margin-left: 0;
  }

  [data-view="list"] .result-list__body {
    display: block;
  }

  [data-view="list"] .result-list__data {
    display: block;
  }

  [data-view="list"] .result-list__link {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-shrink: 0;
    margin-top: 8px;
    padding-top: 16px;
    padding-left: 0;
    border-top: 1px solid #CCC;
    border-left: none;
  }

  [data-view="list"] .result-list__link *:nth-of-type(n+2) {
    margin-top: 0;
    margin-left: 16px;
  }
}

.result-list__favorite__input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.font-weight-normal {
  font-weight: normal;
}

.tooltip {
  z-index: 1000 !important;
  opacity: unset;
  font-size: 1.4rem;
}

.list-label .label {
  font-weight: normal;
}

.link-info {
  color: inherit !important;
}

.link-info:hover {
  color: inherit !important;
}

@media screen and (max-width: 767px) {

  /* SP mode modal width */
  .modal .modal-dialog {
    width: 350px !important;
    max-width: 350px !important;
  }

  .modal .modal-content {
    width: 350px !important;
  }
}

.no-data {
  margin:24px
}

.tippy-popper {
  pointer-events:none;
  max-width:calc(100vw - 10px);
  transition-timing-function:cubic-bezier(.165,.84,.44,1);
  transition-property:transform;
}

.tippy-tooltip {
  position:relative;
  line-height:1.4;
  transition-property:visibility,opacity,transform;
  outline:0
}

.tippy-content{
  padding:5px 9px
}