@charset "utf-8";
#new .subpage-header .subpage-header__bg {
  width: 85vw;
  background-image: var(--bg-new-mv);
}

#new .new-property {
  margin-top: 80px;
}

#new .description__text {
  padding-bottom: 40px;
}

/* チェックされたラジオボタンに対応するコンテンツを表示  */
#new-buy:checked ~ #new-buy__content {
  display: block;
}

#new-rent:checked ~ #new-rent__content {
  display: block;
}

#new .property-tab__list .property-tab__content .property-listing {
  flex-wrap: wrap;
}

#new
  .property-tab__list
  .property-tab__content
  .property-listing
  .property-tab__item {
  width: calc(50% - 32px);
}

@media screen and (max-width: 960px) {
  #new
    .property-tab__list
    .property-tab__content
    .property-listing
    .property-tab__item {
    width: 100%;
  }
  /*===========max-width:960px============*/
}
