@charset "UTF-8";
/* Font Size */
/* Layout Size */
@keyframes slide-in {
  0% {
    margin-left: 10px;
    opacity: 0.5;
  }
  1% {
    margin-left: 10px;
    opacity: 0.5;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-header {
  width: 100%;
  height: 90px;
}
.l-header__inner {
  width: 960px;
  margin-inline: auto;
}
.l-header__logo-link {
  width: 120px;
  height: 41px;
}
.l-header__logo-img {
  width: 120px;
  top: -41px;
}
.l-header__copy {
  display: block;
  margin-block-start: 4px;
  font-size: 11px;
}

.l-footer {
  width: 100%;
  height: auto;
  border-top: solid 1px #E9E9E9;
}

.l-footer-bottom__logo-img {
  width: 144px;
}

.l-footer-terms {
  margin: 0;
  min-height: auto;
}
.l-footer-terms__link {
  color: #FFFFFF;
}
.l-footer-terms__link:hover {
  text-decoration: underline;
}

.l-content {
  display: flex;
  overflow: visible;
  gap: 20px;
  width: 960px;
}
.l-content.--2columns .l-content__main {
  width: 740px;
}
.l-content__side {
  width: 200px;
}
.l-content__side.--wide {
  width: 300px;
}
.l-content__side:has(.l-content__side-sticky) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.l-content__side-sticky {
  position: sticky;
  width: 100%;
  bottom: 20px;
}

@font-face {
  font-family: "sumaity-icons";
  src: url("/ui/utility/common/font/sumaity-icons.woff2?20250912") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=c-icon-], [class*=" c-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sumaity-icons" !important;
  /*speak: never;*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon-arrow-up:before {
  content: "\e900";
}

.c-icon-arrow-right:before {
  content: "\e901";
}

.c-icon-arrow-down:before {
  content: "\e902";
}

.c-icon-arrow-left:before {
  content: "\e903";
}

.c-icon-small-caret-up:before {
  content: "\e904";
}

.c-icon-small-caret-right:before {
  content: "\e905";
}

.c-icon-small-caret-down:before {
  content: "\e906";
}

.c-icon-small-caret-left:before {
  content: "\e907";
}

.c-icon-caret-up:before {
  content: "\e908";
}

.c-icon-caret-right:before {
  content: "\e909";
}

.c-icon-caret-down:before {
  content: "\e90a";
}

.c-icon-caret-left:before {
  content: "\e90b";
}

.c-icon-circle-arrow-up:before {
  content: "\e90c";
}

.c-icon-circle-arrow-right:before {
  content: "\e90d";
}

.c-icon-circle-arrow-down:before {
  content: "\e90e";
}

.c-icon-circle-arrow-left:before {
  content: "\e90f";
}

.c-icon-heart-fill:before {
  content: "\e910";
}

.c-icon-heart-line:before {
  content: "\e927";
}

.c-icon-house:before {
  content: "\e911";
}

.c-icon-mail:before {
  content: "\e912";
}

.c-icon-mail-open:before {
  content: "\e913";
}

.c-icon-menu:before {
  content: "\e914";
}

.c-icon-map-pin:before {
  content: "\e915";
}

.c-icon-location:before {
  content: "\e916";
}

.c-icon-lock:before {
  content: "\e917";
}

.c-icon-phone:before {
  content: "\e918";
}

.c-icon-star:before {
  content: "\e919";
}

.c-icon-search:before {
  content: "\e91a";
}

.c-icon-zoom-in:before {
  content: "\e91b";
}

.c-icon-zoom-out:before {
  content: "\e91c";
}

.c-icon-yen:before {
  content: "\e936";
}

.c-icon-yen-circle:before {
  content: "\e91e";
}

.c-icon-reheating:before {
  content: "\e91f";
}

.c-icon-drop:before {
  content: "\e920";
}

.c-icon-bath:before {
  content: "\e921";
}

.c-icon-building:before {
  content: "\e922";
}

.c-icon-laundry:before {
  content: "\e923";
}

.c-icon-car:before {
  content: "\e924";
}

.c-icon-animal:before {
  content: "\e925";
}

.c-icon-airconditioner:before {
  content: "\e926";
}

.c-icon-washbasin:before {
  content: "\e928";
}

.c-icon-chat:before {
  content: "\e929";
}

.c-icon-logo-facebook:before {
  content: "\e92a";
}

.c-icon-logo-google:before {
  content: "\e92b";
}

.c-icon-logo-instagram:before {
  content: "\e92c";
}

.c-icon-logo-twitter:before {
  content: "\e92d";
}

.c-icon-logo-line:before {
  content: "\e92e";
}

.c-icon-gallery:before {
  content: "\e92f";
}

.c-icon-star-half:before {
  content: "\e930";
}

.c-icon-close:before {
  content: "\e932";
}

.c-icon-calendar:before {
  content: "\e931";
}

.c-icon-room:before {
  content: "\e933";
}

.c-icon-buildings:before {
  content: "\e934";
}

.c-icon-traffic:before {
  content: "\e935";
}

.c-icon-yen:before {
  content: "\e936";
}

.c-icon-property-manager:before {
  content: "\e938";
}

.c-icon-delivery:before {
  content: "\e937";
}

.c-icon-crown:before {
  content: "\e939";
}

.c-icon-trending-up:before {
  content: "\e93c";
}

.c-icon-external-link:before {
  content: "\e93b";
}

.c-icon-bar-chart:before {
  content: "\e93a";
}

.c-icon-minus:before {
  content: "\e93d";
}

.c-icon-plus:before {
  content: "\e93e";
}

.c-icon-list:before {
  content: "\e93f";
}

.c-icon-clock:before {
  content: "\e940";
}

.c-icon-circle-plus:before {
  content: "\e941";
}

.c-icon-baby:before {
  content: "\e942";
}

.c-icon-milk:before {
  content: "\e943";
}

.c-icon-image:before {
  content: "\e944";
}

.c-icon-double-caret-down:before {
  content: "\e945";
}

.c-icon-history:before {
  content: "\e946";
}

.c-icon-loudspeaker:before {
  content: "\e947";
}

.c-icon-middle-caret-left:before {
  content: "\e94b";
}

.c-icon-middle-caret-down:before {
  content: "\e94a";
}

.c-icon-middle-caret-right:before {
  content: "\e949";
}

.c-icon-middle-caret-up:before {
  content: "\e948";
}

.c-icon-book-open:before {
  content: "\e94d";
}

.c-icon-pencil:before {
  content: "\e94c";
}

.c-icon-close-circle:before {
  content: "\e94e";
}

.c-icon-gift:before {
  content: "\e94f";
}

.c-icon-clip:before {
  content: "\e950";
}

.c-icon-calendar-default:before {
  content: "\e951";
}

.c-icon-directions_walk:before {
  content: "\e952";
}

.c-icon-calculator:before {
  content: "\e953";
}

.c-icon-wrench:before {
  content: "\e954";
}

.c-icon-tag:before {
  content: "\e955";
}

.c-icon-small-check:before {
  content: "\e956";
}

.c-icon-check:before {
  content: "\e957";
}

.c-icon-video-person-call:before {
  content: "\e958";
}

.c-icon-route-map:before {
  content: "\e959";
}

.c-icon-middle-arrow-left-up:before {
  content: "\e95a";
}

.c-icon-briefcase:before {
  content: "\e95b";
}

.c-icon-question:before {
  content: "\e95c";
}

.c-icon-info:before {
  content: "\e95d";
}

.c-icon-bell:before {
  content: "\e95e";
}

.c-icon-check-circle:before {
  content: "\e960";
}

.c-icon-alert:before {
  content: "\e95f";
}

.c-icon-sign-in:before {
  content: "\e962";
}

.c-icon-sign-out:before {
  content: "\e961";
}

.c-icon-edit:before {
  content: "\e963";
}

.c-icon-download:before {
  content: "\e964";
}

.c-icon-send:before {
  content: "\e965";
}

.c-icon-refresh:before {
  content: "\e966";
}

.c-button-group {
  position: relative;
  display: flex;
}
.c-button-group__item {
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  color: #767676;
  background: #FFFFFF;
}
.c-button-group__item:hover {
  background: #F4F4F4;
}
.c-button-group__item:first-child {
  border-radius: 6px 0 0 6px;
  padding: 6px 13px;
}
.c-button-group__item:last-child {
  border-radius: 0 6px 6px 0;
}
.--sm .c-button-group__item {
  padding: 6px;
  min-height: 28px;
  font-size: 13px;
}
.--sm .c-button-group__item i[class^=c-icon] {
  font-size: 14px;
}
.c-button-group__item.--md {
  padding: 12px;
  min-height: 44px;
  font-size: 16px;
}
.c-button-group__item.--md i[class^=c-icon] {
  font-size: 22px;
}
.c-button-group__item.--lg {
  padding: 14px;
  min-height: 52px;
  font-size: 18px;
}
.c-button-group__item.--lg i[class^=c-icon] {
  font-size: 24px;
}
.c-button-group__item.--primary {
  border-color: #FF9300;
  color: #FF9300;
}
.c-button-group__item.--primary.is-active {
  color: #FFFFFF;
  background: #FF9300;
}
.--brown .c-button-group__item {
  border-color: #706457;
  color: #706457;
}
.--brown .c-button-group__item.is-active {
  color: #FFFFFF;
  background: #706457;
}

.c-button {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: transparent;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  font-weight: bold;
  font-family: inherit;
}
.c-button.--sm {
  padding: 9px 6px 8px;
  min-height: 30px;
  font-size: 13px;
}
.c-button.--sm i[class^=c-icon], .c-button.--sm::after {
  font-size: 14px;
}
.c-button.--md {
  padding: 11px 12px 10px;
  min-height: 38px;
  font-size: 14px;
}
.c-button.--md i[class^=c-icon], .c-button.--md::after {
  font-size: 22px;
}
.c-button.--lg {
  padding: 16px;
  font-size: 18px;
}
.c-button.--lg i[class^=c-icon], .c-button.--lg::after {
  font-size: 24px;
}
.c-button.--default {
  color: #767676;
}
.c-button.--default:visited {
  color: #767676;
}
.c-button.--primary {
  background-color: #FF9300;
  color: #FFFFFF;
  box-shadow: 0 3px 0 #B36700;
  font-weight: bold;
}
.c-button.--primary:visited {
  color: #FFFFFF;
}
.c-button.--primary:hover {
  background-color: #E58400;
}
.c-button.--border {
  border-color: #D1D1D1;
  background: #FFFFFF;
  color: #494949;
  box-shadow: 0 2px 0 #D1D1D1;
}
.c-button.--border:visited {
  color: #494949;
}
.c-button.--border:hover {
  background-color: #F4F4F4;
}
.c-button.--border-primary {
  border-color: #FFC3AC;
  background: #FFFFFF;
  color: #494949;
  box-shadow: 0 2px 0 #FFA683;
}
.c-button.--border-primary:hover {
  background-color: #F4F4F4;
}
.c-button.--border-primary i[class^=c-icon] {
  color: #FF6A30;
}
.c-button.--cta {
  width: 170px;
  padding-left: 60px;
  border-color: #6FBF08;
  border-bottom: 1px solid #4E8606;
  background: #6FBF08;
  color: #FFFFFF;
  box-shadow: 0 2px 0 #4E8606;
}
.c-button.--cta:visited {
  color: #FFFFFF;
}
.c-button.--cta:hover {
  background-color: #60A607;
}
.c-button.--cta:before {
  content: "無料";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: 0;
  padding: 13px 4px;
  background: rgba(27, 27, 27, 0.15);
  color: #FFFFFF;
  font-size: 11px;
  border-radius: 6px 0 0 6px;
}
.c-button.--cta.--with-icon i[class^=c-icon] {
  left: 38px;
  font-size: 20px;
}
.c-button.--border-cta {
  border-color: #C5E59C;
  background-color: #FFFFFF;
  color: #494949;
  font-weight: bold;
  box-shadow: 0 2px 0 #A9D96B;
}
.c-button.--border-cta:hover {
  background-color: #F4F4F4;
}
.c-button.--border-cta:visited {
  color: #494949;
}
.c-button.--border-cta i[class^=c-icon] {
  color: #6FBF08;
}
.c-button.--link {
  color: #1F7AEE;
}
.c-button.--more {
  position: relative;
  color: #1F7AEE;
  text-decoration: underline !important;
}
.c-button.--more:hover {
  text-decoration: none !important;
}
.c-button.--more::after {
  content: "\e909";
  font-family: "sumaity-icons";
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}
.c-button.--more.--sm {
  padding-right: 16px;
}
.c-button.--more.--md {
  padding-right: 20px;
}
.c-button.--more.--lg {
  padding-right: 28px;
}
.c-button.--disabled {
  transition: unset;
  background-color: #E9E9E9;
  color: #A4A4A4;
  cursor: default;
}
.c-button.--disabled:visited {
  color: #A4A4A4;
}
.c-button.--disabled:hover {
  opacity: 1;
}
.c-button.--facebook {
  background-color: #3C5998;
  color: #FFFFFF;
}
.c-button.--facebook:visited {
  color: #FFFFFF;
}
.c-button.--twitter {
  background-color: #1da1f2;
  color: #FFFFFF;
}
.c-button.--twitter:visited {
  color: #FFFFFF;
}
.c-button.--line {
  background-color: #06C755;
  color: #FFFFFF;
}
.c-button.--line:visited {
  color: #FFFFFF;
}
.c-button.--google {
  background-color: #EE3B2C;
  color: #FFFFFF;
}
.c-button.--google:visited {
  color: #FFFFFF;
}
.c-button.--yahoo {
  background-color: #FF0023;
  color: #FFFFFF;
}
.c-button.--yahoo:visited {
  color: #FFFFFF;
}
.c-button.--with-icon {
  position: relative;
}
.c-button.--with-icon i[class^=c-icon] {
  position: absolute;
  top: 49%;
  left: 5px;
  transform: translateY(-50%);
}
.c-button.--with-icon.--sm {
  padding-left: 22px;
}
.c-button.--with-icon.--lg {
  padding-left: 44px;
}
.c-button.--with-icon.--lg i[class^=c-icon] {
  left: 12px;
}
.c-button.--with-icon-right {
  position: relative;
  padding-right: 30px;
}
.c-button.--with-icon-right i[class^=c-icon] {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.c-button.--with-icon-right.--sm {
  padding-right: 20px;
}
.c-button.--with-icon-right.--lg {
  padding-right: 36px;
}
.c-button.--caret-right, .c-button.--caret-left, .c-button.--caret-up, .c-button.--caret-down {
  position: relative;
  min-height: unset;
  padding: 10px 38px 10px 12px;
  text-decoration: none !important;
}
.c-button.--caret-right:hover, .c-button.--caret-left:hover, .c-button.--caret-up:hover, .c-button.--caret-down:hover {
  text-decoration: none !important;
}
.c-button.--caret-right::after, .c-button.--caret-left::after, .c-button.--caret-up::after, .c-button.--caret-down::after {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
.c-button.--caret-right.--sm, .c-button.--caret-left.--sm, .c-button.--caret-up.--sm, .c-button.--caret-down.--sm {
  padding-right: 24px;
}
.c-button.--caret-right.--lg, .c-button.--caret-left.--lg, .c-button.--caret-up.--lg, .c-button.--caret-down.--lg {
  padding-right: 36px;
}
.c-button.--caret-right::after {
  content: "\e909";
  font-family: "sumaity-icons";
}
.c-button.--caret-left::after {
  content: "\e90b";
  font-family: "sumaity-icons";
}
.c-button.--caret-up::after {
  content: "\e908";
  font-family: "sumaity-icons";
}
.c-button.--caret-down::after {
  content: "\e90a";
  font-family: "sumaity-icons";
  font-size: 16px;
}
.c-button.--external-link {
  position: relative;
  padding-right: 30px;
}
.c-button.--external-link::after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  content: "\e93b";
  font-family: "sumaity-icons";
  color: #1F7AEE;
}
.c-button.--external-link.--sm {
  padding-right: 24px;
}
.c-button.--external-link.--lg {
  padding-right: 36px;
}
.c-button-container {
  display: flex;
}
.c-button-container.--right {
  justify-content: flex-end;
}
.c-button-container.--center {
  justify-content: center;
}

.c-container.--full {
  width: 100vw;
}
.c-container.--consecutive {
  margin-top: 30px;
}

.c-heading-md {
  position: relative;
  color: #1B1B1B;
  padding-left: 12px;
  line-height: 1.4;
  font-size: 18px;
  display: block;
}
.c-heading-md::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 6px;
  height: calc(100% - 4px);
  border-radius: 1px;
  background-color: #FF9300;
}

.c-heading {
  position: relative;
  color: #494949;
}
.c-heading.--lg {
  padding: 16px 0 12px 44px;
  border-bottom: 3px solid #FF9300;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.c-heading.--lg [class^=c-icon] {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  border-radius: 50%;
  background: #FF9300;
  color: #FFFFFF;
}
.c-heading.--lg [class^=c-icon]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
}
.c-heading.--md {
  padding-top: 2px;
  padding-left: 18px;
  color: #706457;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.c-heading.--md::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 26px;
  border-radius: 2px;
  background-color: #706457;
}
.c-heading.--default {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.c-heading.--default::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 18px;
  border-radius: 2px;
  background-color: #706457;
}
.c-heading.--sm {
  font-size: 14px;
}
.c-heading.--sm.--with-bg {
  background-color: #F4F4F4;
  padding: 4px 8px;
  border-radius: 2px;
}

.c-radio {
  display: inline-block;
  color: #494949;
  font-size: 14px;
}
.c-radio.--full {
  display: block;
}
.c-radio__inner input[type=radio] {
  display: none;
}
.c-radio__label {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 16px 12px 16px 40px;
  cursor: inherit;
  line-height: 1;
  vertical-align: middle;
}
.c-radio__label:hover {
  cursor: pointer;
}
[type=radio]:checked + .c-radio__label {
  border-color: #FF9300;
}
[type=radio]:checked + .c-radio__label::before {
  border-color: #FF9300;
  background-color: #FF9300;
  background-clip: content-box;
}
[type=radio]:checked + .c-radio__label::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
}
.c-radio__label::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 22px;
  padding: 4px;
  border: 2px solid #D1D1D1;
  border-radius: 50%;
  z-index: 1;
}
input[type=checkbox]:checked + .c-radio__label::before {
  opacity: 1;
}

.c-radio.--border .c-radio__label {
  width: 100%;
  margin-right: 0;
  padding: 15px 11px 15px 39px;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  background: #FFFFFF;
  font-weight: bold;
}
.c-radio.--border .c-radio__label:hover {
  border-color: #FF9300;
}
.c-radio.--border [type=radio]:checked + .c-radio__label {
  padding: 14px 10px 14px 38px;
  border-width: 2px;
}
.c-radio.--border [type=radio]:checked + .c-radio__label::before {
  left: 7px;
}
.c-radio.--border + .c-radio.--border {
  margin-top: 10px;
}
.c-radio.--cta .c-radio__label:hover {
  border-color: #6FBF08;
}
.c-radio.--cta [type=radio]:checked + .c-radio__label {
  border-color: #6FBF08;
}
.c-radio.--cta [type=radio]:checked + .c-radio__label::before {
  border-color: #6FBF08;
  background-color: #6FBF08;
}

.c-recommend-card {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 870px;
  margin: 0 auto;
}
.c-recommend-card.--estate-list {
  width: 650px;
}
.c-recommend-card .slick-track {
  display: flex;
}
.c-recommend-card .slick-list {
  width: 100%;
}
.c-recommend-card .slick-prev,
.c-recommend-card .slick-next {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: block;
  width: 28px;
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background-color: #FF9300;
  line-height: 1;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 5;
  cursor: pointer;
}
.c-recommend-card .slick-prev:hover,
.c-recommend-card .slick-next:hover {
  filter: brightness(1.08);
}
.c-recommend-card .slick-prev::after,
.c-recommend-card .slick-next::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  z-index: 10;
  text-indent: initial;
}
.c-recommend-card .slick-prev.slick-disabled,
.c-recommend-card .slick-next.slick-disabled {
  background-color: #D1D1D1;
  cursor: unset;
}
.c-recommend-card .slick-prev.slick-disabled:hover,
.c-recommend-card .slick-next.slick-disabled:hover {
  filter: none;
}
.c-recommend-card .slick-prev {
  left: -45px;
}
.c-recommend-card .slick-prev::after {
  content: "\e90b";
  font-family: "sumaity-icons";
  position: absolute;
  left: 4px;
}
.c-recommend-card .slick-next {
  right: -45px;
}
.c-recommend-card .slick-next::after {
  content: "\e909";
  font-family: "sumaity-icons";
  position: absolute;
  right: 4px;
}
.c-recommend-card .slick-slide {
  height: auto;
  margin: 0 5px;
}
.c-recommend-card__item {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: inset 0 -2px 0 #E9E9E9;
  cursor: pointer;
}
.c-recommend-card__check {
  position: absolute;
  padding: 4px;
  z-index: 2;
}
.c-recommend-card__check .c-checkbox__inner {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
}
.c-recommend-card__check .c-checkbox__label::before {
  top: 16px;
  left: 2px;
}
.c-recommend-card__check .c-checkbox__label::after {
  top: 16px;
  left: 4px;
}
.c-recommend-card__selected {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 100px;
  padding: 6px 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  color: #767676;
  font-size: 12px;
  line-height: 1;
  z-index: 2;
}
.c-recommend-card__link {
  display: block;
  height: 100%;
  text-decoration: none !important;
}
.c-recommend-card__link:hover {
  background-color: #F4F4F4;
}
.c-recommend-card__link + .c-recommend-card__link, .c-recommend-card__link + .c-recommend-card__building-name {
  position: absolute;
  height: auto;
  bottom: 0;
}
.c-recommend-card__frame {
  position: relative;
  width: 100%;
  height: 144px;
}
.c-recommend-card__image {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-recommend-card__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.025);
  position: absolute;
  left: 0;
  top: 0;
}
.c-recommend-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-recommend-card__image img.is-vertical {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-recommend-card__image.--layout {
  display: none;
}
.c-recommend-card__image.is-layout .--layout {
  display: block;
}
.c-recommend-card__image.is-exterior .--exterior {
  display: block;
}
.c-recommend-card__content {
  padding: 12px 8px 10px;
}
.c-recommend-card__floor {
  display: block;
  margin-bottom: 7px;
  border-radius: 6px;
  color: #1B1B1B;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
}
.c-recommend-card__price {
  color: #FF4949;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
.c-recommend-card__price em {
  font-size: 20px;
}
.c-recommend-card__price em.u-text-lg {
  font-size: 18px;
}
.c-recommend-card__price + .c-recommend-card__deposit {
  margin-top: 26px;
}
.c-recommend-card__price-wrapper {
  display: flex;
  justify-content: space-between;
}
.c-recommend-card__price-title {
  color: #494949;
  font-weight: bold;
  font-size: 12px;
}
.c-recommend-card__management, .c-recommend-card__deposit, .c-recommend-card__layout, .c-recommend-card__age, .c-recommend-card__station, .c-recommend-card__estatage {
  color: #1B1B1B;
  font-size: 12px;
  line-height: 1.5;
}
.c-recommend-card__management {
  margin: 2px 0 0 1px;
  font-weight: bold;
  color: #FF4949;
}
.c-recommend-card__deposit {
  margin-top: 6px;
}
.c-recommend-card__deposit-item:nth-of-type(2) {
  margin-left: 2px;
}
.c-recommend-card__deposit-item span:first-child {
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 3px;
  border-radius: 2px;
  background: #E9E9E9;
  line-height: 1.5;
  font-size: 11px;
  text-align: center;
}
.c-recommend-card__deposit-unit {
  margin: 0 !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
  font-size: 10px !important;
}
.c-recommend-card__layout {
  margin-top: 4px;
}
.c-recommend-card__footprint {
  position: relative;
  margin-left: 8px;
}
.c-recommend-card__footprint::before {
  content: "|";
  position: absolute;
  color: #D1D1D1;
  top: -1px;
  left: -9px;
}
.c-recommend-card__station {
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.c-recommend-card__walk {
  margin-left: 4px;
}
.c-recommend-card .c-recommend-card__building-name {
  display: flex;
  width: 164px;
  padding: 6px;
  box-sizing: border-box;
  font-size: 12px;
}
.c-recommend-card .c-recommend-card__building-name.--wide {
  width: 208px;
}
.c-recommend-card .c-recommend-card__building-name span {
  vertical-align: middle;
  text-decoration: underline;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 85%;
  color: #A4A4A4;
}
.c-recommend-card .c-recommend-card__building-name span.--link-none {
  text-decoration: none;
}
.c-recommend-card.js-text-link {
  min-height: 53px;
}
.c-recommend-card .c-recommend-card__link.--nolink {
  height: 32px;
}
.c-recommend-card .c-recommend-card__content {
  padding: 12px 8px 8px;
}
.c-recommend-card .c-icon-building {
  font-size: 18px;
  vertical-align: middle;
  color: #A4A4A4;
  padding-bottom: 3px;
  display: inline-block;
}

.c-recommend-card:first-of-type .c-recommend-card__station {
  display: block;
}

.photoBtn {
  position: absolute;
  display: inline-block;
  margin-top: 2px;
  font-size: 0;
  text-align: center;
  text-shadow: none;
  vertical-align: top;
  z-index: 1;
  float: right;
  right: 48px;
  top: -40px;
}
.photoBtn li {
  display: inline-block;
  font-size: 12px;
  padding: 3px 5px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  box-sizing: border-box;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.photoBtn li > span {
  display: inline-block;
  width: 50px;
}
.photoBtn li.photoBtnExterior {
  border-radius: 5px 0 0 5px;
}
.photoBtn li.photoBtnLayout {
  border-radius: 0 5px 5px 0;
}
.photoBtn li.is-active {
  background: linear-gradient(#333, #999);
  box-shadow: 0 0px 12px #333 inset;
  color: #fff;
  cursor: default;
}
.photoBtn + li {
  border-left: none;
}
.photoBtn.photoBtnExterior {
  border-radius: 5px 0 0 5px;
}
.photoBtn.photoBtnLayout {
  border-radius: 0 5px 5px 0;
}

.tpl_list .photoBtn {
  display: none;
}

.c-recommend-card-payment {
  padding: 8px;
  margin: 10px 0;
  background: #FBFAF7;
}
.c-recommend-card-payment__indication {
  display: flex;
  justify-content: space-between;
  border-bottom: #D1D1D1 dotted 1px;
  padding-bottom: 3px;
  margin-bottom: 6px;
}
.c-recommend-card-payment__indication-price {
  color: #FF4949;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.c-recommend-card-payment__indication-price em {
  font-size: 18px;
}
.c-recommend-card-payment__indication-title {
  font-size: 11px;
  color: #706457;
  font-weight: bold;
}
.c-recommend-card-payment__detail {
  font-size: 11px;
}
.c-recommend-card-payment__detail-list {
  display: flex;
  justify-content: space-between;
}
.c-recommend-card-payment__detail-price {
  color: #494949;
}
.c-recommend-card-payment__detail-title {
  color: #706457;
}

.c-site-notice {
  max-width: 960px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #D1D1D1;
  margin: 12px auto;
  padding: 14px 20px;
  color: #1B1B1B;
}

.c-site-notice__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
  text-align: center;
}

.c-site-notice__title::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/ui/utility/common/svg/iconI_caution.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin: -2px 4px;
}

.c-site-notice__content {
  margin-bottom: 0;
  text-align: left;
}

.c-text {
  margin: 12px 0;
  color: #494949;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
.c-text.--xl {
  margin: 12px 0;
  font-size: 20px;
  line-height: 1.5;
}
.c-text.--lg {
  margin: 12px 0;
  font-size: 18px;
  line-height: 1.5;
}
.c-text.--sm {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.75;
}
.c-text.--xs {
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.5;
}
.c-text.--xxs {
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.3;
}
.c-text.--xxxs {
  margin: 5px 0;
  font-size: 11px;
  line-height: 1.2;
}

.c-text-note {
  margin-bottom: 0;
  color: #767676;
  font-size: 11px;
  line-height: 1.3;
}
.c-text-note:first-of-type {
  margin-top: 12px;
}
.c-text-note + .c-text-note {
  margin-top: 4px;
}
.c-text-note a:link {
  color: #1F7AEE;
  text-decoration: underline;
}
.c-text-note a:link:hover {
  text-decoration: none;
}

.p-estate-spec-table-container + .c-text-note {
  margin-top: 12px;
}

.c-checkbox {
  display: inline-block;
  color: #494949;
  font-size: 14px;
}
.c-checkbox.--full {
  display: block;
}
.c-checkbox.--border {
  transition: all 0.2s linear;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  background: #FFFFFF;
}
.c-checkbox.--border + .c-checkbox.--border {
  margin-top: 10px;
}
.c-checkbox.--border:hover {
  border-color: #FF9300;
}
.c-checkbox.--border .c-checkbox__inner {
  width: 100%;
  margin-right: 0;
  padding: 15px 11px 15px 39px;
}
.c-checkbox.--border .c-checkbox__label {
  font-weight: bold;
}
.c-checkbox__inner {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  margin-right: 5px;
  padding: 16px 12px 16px 40px;
  cursor: inherit;
  line-height: 1.2;
}
.c-checkbox__inner:hover {
  cursor: pointer;
  border-color: #FF9300;
}
.c-checkbox__inner input[type=checkbox] {
  display: none;
}
.c-checkbox__label {
  line-height: 1;
  vertical-align: middle;
}
.c-checkbox__label:hover {
  cursor: pointer;
}
[type=checkbox]:checked + .c-checkbox__label::before {
  border-color: #FF9300;
  background: #FF9300;
}
[type=checkbox]:checked + .c-checkbox__label::after {
  border-color: #FFFFFF;
}
[type=checkbox]:disabled + .c-checkbox__label::before {
  background: rgba(209, 209, 209, 0.6);
}
[type=checkbox]:disabled + .c-checkbox__label::after {
  border-color: #E9E9E9;
}
[type=checkbox]:checked:disabled + .c-checkbox__label::before {
  border-color: #D1D1D1;
  background: rgba(118, 118, 118, 0.4);
}
[type=checkbox]:checked:disabled + .c-checkbox__label::after {
  border-color: #FFFFFF;
}
.c-checkbox__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  transition: border-color 0.2s linear;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  background: #FFFFFF;
}
.c-checkbox__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 14px;
  margin-top: -5px;
  transform: rotate(45deg) translateY(-50%);
  transition: opacity 0.2s linear;
  border-right: 3px solid #D1D1D1;
  border-bottom: 3px solid #D1D1D1;
  z-index: 2;
}
.c-checkbox__list [type=checkbox]:checked + .c-checkbox__label::before {
  border-color: #D1D1D1;
  background: #FFFFFF;
}
.c-checkbox__list [type=checkbox]:checked + .c-checkbox__label::after {
  border-color: #1B1B1B;
}
.c-checkbox__list .checkbox-all-checked {
  background-color: #FF9300;
  color: #FFFFFF;
}
.c-checkbox__list .checkbox-all-checked::after {
  border-top: 8px solid #FF9300;
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.c-grid.--plc-c {
  place-content: center;
}
.c-grid.--pli-c {
  place-items: center;
}
.c-grid.--jst-c {
  justify-content: center;
}
.c-grid.--ali-c {
  align-items: center;
}

.c-grid-1-1 {
  grid-column: 1/span 1;
}

.c-grid-2-1 {
  grid-column: 2/span 1;
}

.c-grid-3-1 {
  grid-column: 3/span 1;
}

.c-grid-4-1 {
  grid-column: 4/span 1;
}

.c-grid-5-1 {
  grid-column: 5/span 1;
}

.c-grid-6-1 {
  grid-column: 6/span 1;
}

.c-grid-7-1 {
  grid-column: 7/span 1;
}

.c-grid-8-1 {
  grid-column: 8/span 1;
}

.c-grid-9-1 {
  grid-column: 9/span 1;
}

.c-grid-10-1 {
  grid-column: 10/span 1;
}

.c-grid-11-1 {
  grid-column: 11/span 1;
}

.c-grid-12-1 {
  grid-column: 12/span 1;
}

.c-grid-1-2 {
  grid-column: 1/span 2;
}

.c-grid-2-2 {
  grid-column: 2/span 2;
}

.c-grid-3-2 {
  grid-column: 3/span 2;
}

.c-grid-4-2 {
  grid-column: 4/span 2;
}

.c-grid-5-2 {
  grid-column: 5/span 2;
}

.c-grid-6-2 {
  grid-column: 6/span 2;
}

.c-grid-7-2 {
  grid-column: 7/span 2;
}

.c-grid-8-2 {
  grid-column: 8/span 2;
}

.c-grid-9-2 {
  grid-column: 9/span 2;
}

.c-grid-10-2 {
  grid-column: 10/span 2;
}

.c-grid-11-2 {
  grid-column: 11/span 2;
}

.c-grid-12-2 {
  grid-column: 12/span 2;
}

.c-grid-1-3 {
  grid-column: 1/span 3;
}

.c-grid-2-3 {
  grid-column: 2/span 3;
}

.c-grid-3-3 {
  grid-column: 3/span 3;
}

.c-grid-4-3 {
  grid-column: 4/span 3;
}

.c-grid-5-3 {
  grid-column: 5/span 3;
}

.c-grid-6-3 {
  grid-column: 6/span 3;
}

.c-grid-7-3 {
  grid-column: 7/span 3;
}

.c-grid-8-3 {
  grid-column: 8/span 3;
}

.c-grid-9-3 {
  grid-column: 9/span 3;
}

.c-grid-10-3 {
  grid-column: 10/span 3;
}

.c-grid-11-3 {
  grid-column: 11/span 3;
}

.c-grid-12-3 {
  grid-column: 12/span 3;
}

.c-grid-1-4 {
  grid-column: 1/span 4;
}

.c-grid-2-4 {
  grid-column: 2/span 4;
}

.c-grid-3-4 {
  grid-column: 3/span 4;
}

.c-grid-4-4 {
  grid-column: 4/span 4;
}

.c-grid-5-4 {
  grid-column: 5/span 4;
}

.c-grid-6-4 {
  grid-column: 6/span 4;
}

.c-grid-7-4 {
  grid-column: 7/span 4;
}

.c-grid-8-4 {
  grid-column: 8/span 4;
}

.c-grid-9-4 {
  grid-column: 9/span 4;
}

.c-grid-10-4 {
  grid-column: 10/span 4;
}

.c-grid-11-4 {
  grid-column: 11/span 4;
}

.c-grid-12-4 {
  grid-column: 12/span 4;
}

.c-grid-1-5 {
  grid-column: 1/span 5;
}

.c-grid-2-5 {
  grid-column: 2/span 5;
}

.c-grid-3-5 {
  grid-column: 3/span 5;
}

.c-grid-4-5 {
  grid-column: 4/span 5;
}

.c-grid-5-5 {
  grid-column: 5/span 5;
}

.c-grid-6-5 {
  grid-column: 6/span 5;
}

.c-grid-7-5 {
  grid-column: 7/span 5;
}

.c-grid-8-5 {
  grid-column: 8/span 5;
}

.c-grid-9-5 {
  grid-column: 9/span 5;
}

.c-grid-10-5 {
  grid-column: 10/span 5;
}

.c-grid-11-5 {
  grid-column: 11/span 5;
}

.c-grid-12-5 {
  grid-column: 12/span 5;
}

.c-grid-1-6 {
  grid-column: 1/span 6;
}

.c-grid-2-6 {
  grid-column: 2/span 6;
}

.c-grid-3-6 {
  grid-column: 3/span 6;
}

.c-grid-4-6 {
  grid-column: 4/span 6;
}

.c-grid-5-6 {
  grid-column: 5/span 6;
}

.c-grid-6-6 {
  grid-column: 6/span 6;
}

.c-grid-7-6 {
  grid-column: 7/span 6;
}

.c-grid-8-6 {
  grid-column: 8/span 6;
}

.c-grid-9-6 {
  grid-column: 9/span 6;
}

.c-grid-10-6 {
  grid-column: 10/span 6;
}

.c-grid-11-6 {
  grid-column: 11/span 6;
}

.c-grid-12-6 {
  grid-column: 12/span 6;
}

.c-grid-1-7 {
  grid-column: 1/span 7;
}

.c-grid-2-7 {
  grid-column: 2/span 7;
}

.c-grid-3-7 {
  grid-column: 3/span 7;
}

.c-grid-4-7 {
  grid-column: 4/span 7;
}

.c-grid-5-7 {
  grid-column: 5/span 7;
}

.c-grid-6-7 {
  grid-column: 6/span 7;
}

.c-grid-7-7 {
  grid-column: 7/span 7;
}

.c-grid-8-7 {
  grid-column: 8/span 7;
}

.c-grid-9-7 {
  grid-column: 9/span 7;
}

.c-grid-10-7 {
  grid-column: 10/span 7;
}

.c-grid-11-7 {
  grid-column: 11/span 7;
}

.c-grid-12-7 {
  grid-column: 12/span 7;
}

.c-grid-1-8 {
  grid-column: 1/span 8;
}

.c-grid-2-8 {
  grid-column: 2/span 8;
}

.c-grid-3-8 {
  grid-column: 3/span 8;
}

.c-grid-4-8 {
  grid-column: 4/span 8;
}

.c-grid-5-8 {
  grid-column: 5/span 8;
}

.c-grid-6-8 {
  grid-column: 6/span 8;
}

.c-grid-7-8 {
  grid-column: 7/span 8;
}

.c-grid-8-8 {
  grid-column: 8/span 8;
}

.c-grid-9-8 {
  grid-column: 9/span 8;
}

.c-grid-10-8 {
  grid-column: 10/span 8;
}

.c-grid-11-8 {
  grid-column: 11/span 8;
}

.c-grid-12-8 {
  grid-column: 12/span 8;
}

.c-grid-1-9 {
  grid-column: 1/span 9;
}

.c-grid-2-9 {
  grid-column: 2/span 9;
}

.c-grid-3-9 {
  grid-column: 3/span 9;
}

.c-grid-4-9 {
  grid-column: 4/span 9;
}

.c-grid-5-9 {
  grid-column: 5/span 9;
}

.c-grid-6-9 {
  grid-column: 6/span 9;
}

.c-grid-7-9 {
  grid-column: 7/span 9;
}

.c-grid-8-9 {
  grid-column: 8/span 9;
}

.c-grid-9-9 {
  grid-column: 9/span 9;
}

.c-grid-10-9 {
  grid-column: 10/span 9;
}

.c-grid-11-9 {
  grid-column: 11/span 9;
}

.c-grid-12-9 {
  grid-column: 12/span 9;
}

.c-grid-1-10 {
  grid-column: 1/span 10;
}

.c-grid-2-10 {
  grid-column: 2/span 10;
}

.c-grid-3-10 {
  grid-column: 3/span 10;
}

.c-grid-4-10 {
  grid-column: 4/span 10;
}

.c-grid-5-10 {
  grid-column: 5/span 10;
}

.c-grid-6-10 {
  grid-column: 6/span 10;
}

.c-grid-7-10 {
  grid-column: 7/span 10;
}

.c-grid-8-10 {
  grid-column: 8/span 10;
}

.c-grid-9-10 {
  grid-column: 9/span 10;
}

.c-grid-10-10 {
  grid-column: 10/span 10;
}

.c-grid-11-10 {
  grid-column: 11/span 10;
}

.c-grid-12-10 {
  grid-column: 12/span 10;
}

.c-grid-1-11 {
  grid-column: 1/span 11;
}

.c-grid-2-11 {
  grid-column: 2/span 11;
}

.c-grid-3-11 {
  grid-column: 3/span 11;
}

.c-grid-4-11 {
  grid-column: 4/span 11;
}

.c-grid-5-11 {
  grid-column: 5/span 11;
}

.c-grid-6-11 {
  grid-column: 6/span 11;
}

.c-grid-7-11 {
  grid-column: 7/span 11;
}

.c-grid-8-11 {
  grid-column: 8/span 11;
}

.c-grid-9-11 {
  grid-column: 9/span 11;
}

.c-grid-10-11 {
  grid-column: 10/span 11;
}

.c-grid-11-11 {
  grid-column: 11/span 11;
}

.c-grid-12-11 {
  grid-column: 12/span 11;
}

.c-grid-1-12 {
  grid-column: 1/span 12;
}

.c-grid-2-12 {
  grid-column: 2/span 12;
}

.c-grid-3-12 {
  grid-column: 3/span 12;
}

.c-grid-4-12 {
  grid-column: 4/span 12;
}

.c-grid-5-12 {
  grid-column: 5/span 12;
}

.c-grid-6-12 {
  grid-column: 6/span 12;
}

.c-grid-7-12 {
  grid-column: 7/span 12;
}

.c-grid-8-12 {
  grid-column: 8/span 12;
}

.c-grid-9-12 {
  grid-column: 9/span 12;
}

.c-grid-10-12 {
  grid-column: 10/span 12;
}

.c-grid-11-12 {
  grid-column: 11/span 12;
}

.c-grid-12-12 {
  grid-column: 12/span 12;
}

/* 閲覧済み・新着 */
.c-label-status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  /*&::before
  * content: "NEW"
  * position: absolute
  * top: 8px
  * left: 2px
  * display: block
  * font-size: 0.6rem
  * z-index: 1
  * transform: rotate(-45deg)
  * color: $g-color-white*/
}
.c-label-status__item {
  width: 22px;
  height: 22px;
  background: #767676;
  display: block;
}
.c-label-status__item::before {
  content: "";
  position: absolute;
  right: 0;
  width: 22px;
  height: 22px;
  background: #767676;
  transform: skewX(-45deg) translateX(50%);
}
.c-label-status__item::after {
  content: "";
  position: absolute;
  right: 0;
  transform: skewY(-45deg) translateY(50%);
  width: 22px;
  height: 22px;
  background: #767676;
}
.c-label-status.estate-history::before {
  content: "閲覧済";
  position: absolute;
  top: 9px;
  left: 0px;
  display: block;
  font-size: 0.6rem;
  z-index: 1;
  transform: rotate(-45deg);
  color: #FFFFFF;
  width: 33px;
}

.c-related-link {
  width: 960px;
  margin-bottom: 30px;
  border: 1px solid #D1D1D1;
  font-size: 87%;
  border-radius: 5px;
  clear: both;
}
.c-related-link__header {
  line-height: 35px;
  padding: 4px 0 4px 8px;
  border-radius: 3px 3px 0 0;
  text-align: left;
  font-size: 18px;
}
.c-related-link__header.--h2 {
  background: #F4F4F4;
}
.c-related-link__list {
  margin-bottom: 24px;
}
.c-related-link__list:last-child {
  margin-bottom: 0;
}
.c-related-link__title {
  margin-top: 10px;
  padding-left: 28px;
  background-position: -1px -4px;
  background-repeat: no-repeat;
  text-align: left;
  color: #1B1B1B;
  height: 20px;
  border-bottom: solid 1px #D1D1D1;
  padding-bottom: 15px;
  font-size: 16px;
}
.c-related-link__title.--rent {
  background: url(/ui/utility/common/svg/iconC_chintai.svg) left top/20px no-repeat;
}
.c-related-link__title.--mu {
  background: url(/ui/utility/common/svg/iconC_mansionUsed.svg) left top/20px no-repeat;
}
.c-related-link__title.--livable {
  background: url(/ui/utility/common/svg/iconC_town.svg) left top/20px no-repeat;
}
.c-related-link__container {
  padding: 16px;
}

.c-table {
  min-width: 100%;
}
.c-table tr {
  display: flex;
  min-height: 52px;
}
.c-table tr:first-child > * {
  border-top-width: 1px;
  border-top-color: #E0D5C1;
}
.c-table tr:first-child > *:first-child {
  border-top-left-radius: 4px;
}
.c-table tr:first-child > *:last-child {
  border-top-right-radius: 4px;
}
.c-table tr:last-child > * {
  border-bottom-width: 1px;
  border-bottom-color: #E0D5C1;
}
.c-table tr:last-child > *:first-child {
  border-bottom-left-radius: 4px;
}
.c-table tr:last-child > *:last-child {
  border-bottom-right-radius: 4px;
}
.c-table tr > * {
  padding: 9px 10px;
  font-size: 14px;
  vertical-align: middle;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: rgba(224, 213, 193, 0.6);
}
.c-table tr > *:first-child {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-left-color: #E0D5C1;
}
.c-table tr > *:last-child {
  border-right-color: #E0D5C1;
}
.c-table tr > *.--full {
  padding: 0;
}
.c-table tr > * span {
  vertical-align: middle;
}
.c-table th {
  display: flex;
  width: 130px;
  min-width: 130px;
  align-items: center;
  box-sizing: border-box;
  background: #F4F0E8;
  color: #494949;
  font-weight: normal;
  text-align: left;
  border-right: none;
  line-height: 1.3;
  font-size: 13px;
}
.c-table th + th {
  border-left: none !important;
}
.c-table th[colspan] {
  width: 100%;
}
.c-table th.--horizontal {
  width: 100%;
}
.c-table td {
  position: relative;
  width: 100%;
  color: #1B1B1B;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-table td.--thin {
  color: #A4A4A4;
}
.c-table a {
  color: #1F7AEE;
  text-decoration: underline;
}
.c-table a:hover {
  text-decoration: none;
}
.c-table a:link, .c-table a:visited {
  color: #1F7AEE;
}
.c-table-container {
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}
.c-table-container.--swipe {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  width: 100%;
}
.c-table-container.--swipe .c-table {
  min-width: 100%;
  border-left: none;
  border-right: none;
}
.c-table-container.--swipe .c-table tr {
  display: flex;
  align-items: stretch;
}
.c-table-container.--swipe .c-table th {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  border-right: 1px solid #D8CBB2;
  border-left: 1px solid #D8CBB2;
}
.c-table-container.--swipe .c-table th.--horizontal {
  position: relative;
  top: unset;
  left: unset;
  z-index: unset;
}
.c-table-container.--swipe .c-table td {
  min-width: 350px;
  box-sizing: border-box;
  border-right: 1px solid #D8CBB2;
}

.p-top-heading__large {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #1B1B1B;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.p-top-heading__middle {
  position: relative;
  margin: 10px 0 8px;
  padding-top: 2px;
  padding-left: 16px;
  color: #1B1B1B;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.p-top-heading__middle::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 28px;
  transform: translateY(-50%);
  background-color: #706457;
  content: "";
}
.p-top-heading__sub {
  padding-left: 8px;
  color: #1B1B1B;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
}

.p-top-recommend {
  margin-bottom: 40px;
}
.p-top-recommend .slick-list {
  width: 100%;
}

.p-top-recommend-card__image {
  height: 160px;
}
.p-top-recommend-card__image img {
  height: 160px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(0, 0, 0, 0.025);
}
.p-top-recommend-card__content {
  padding: 12px 10px 40px;
  text-align: left;
}
.p-top-recommend-card__price {
  min-height: 47px;
  color: #FF4949;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-top-recommend-card__price em {
  font-size: 18px;
}
.p-top-recommend-card__layout {
  color: #1B1B1B;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p-top-recommend-card__building-name {
  position: absolute;
  width: -webkit-fill-available;
  margin: 0 8px;
  padding-top: 6px;
  bottom: 10px;
  border-top: 1px dashed #E9E9E9;
  color: #1B1B1B;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.p-top-count {
  margin: -22px 0 0 0;
  font-size: 12px;
  text-align: right;
  overflow: hidden;
  line-height: 20px;
}
.p-top-count__title {
  display: inline-block;
  margin-bottom: 0;
}
.p-top-count__number {
  display: inline-block;
  margin: -5px 0 0 2px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.01em;
}

.u-w10 {
  width: 10%;
}

.u-w20 {
  width: 20%;
}

.u-w30 {
  width: 30%;
}

.u-w40 {
  width: 40%;
}

.u-w50 {
  width: 50%;
}

.u-w60 {
  width: 60%;
}

.u-w70 {
  width: 70%;
}

.u-w80 {
  width: 80%;
}

.u-w90 {
  width: 90%;
}

.u-w100 {
  width: 100%;
}

.u-h50 {
  height: 50px;
}

.u-h100 {
  height: 100px;
}

.u-h150 {
  height: 150px;
}

.u-h200 {
  height: 200px;
}

.u-h250 {
  height: 250px;
}

.u-h300 {
  height: 300px;
}

.u-h350 {
  height: 350px;
}

.u-h400 {
  height: 400px;
}

.u-h450 {
  height: 450px;
}

.u-h500 {
  height: 500px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-with-gutter {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-block-center {
  margin: 0 auto;
}

.u-valign-md {
  vertical-align: middle;
}

.u-text-link {
  cursor: pointer;
  text-decoration: underline;
  color: #1F7AEE;
}
.u-text-link:visited {
  color: #1655A7;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-xxs {
  font-size: 12px;
}

.u-text-xs {
  font-size: 13px;
}

.u-text-sm {
  font-size: 14px;
}

.u-text-md {
  font-size: 16px;
}

.u-text-lg {
  font-size: 18px;
}

.u-text-xl {
  font-size: 20px;
}

.u-text-xxl {
  font-size: 22px;
}

.u-color-attention {
  color: #FF4949;
  border-color: #FF4949;
}

.u-sp-show {
  display: none;
}

/* SP */
@media screen and (max-width: 1024px) {
  .u-sp-w300 {
    width: 300px;
  }
  .u-sp-w100 {
    width: 100%;
  }
  .u-sp-mb0 {
    margin-bottom: 0;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-p-def {
    padding: 12px;
  }
  .u-sp-bb1 {
    border-bottom: 1px solid #D1D1D1;
  }
  .u-text-sm {
    font-size: 12px;
  }
  .u-text-md {
    font-size: 13px;
  }
  .u-text-lg {
    font-size: 14px;
  }
  .u-text-xl {
    font-size: 16px;
  }
  .u-text-xxl {
    font-size: 18px;
  }
  .u-sp-show {
    display: block;
  }
  .u-sp-hidden {
    display: none;
  }
}