@charset "utf-8";@charset "UTF-8";
/* -------------------------------------------- *
 *  検索フロー
 * -------------------------------------------- */
.sec-contents {
  padding-top: 5px;
  color: #000; /* 部分的に新UIにしたカテゴリトップへの暫定対応 */
  background-color: #f5f5f5;
  border-bottom: 1px solid transparent;
}

/* 新UI対応 */
.mod-personalIdentity {
  margin-bottom: 0;
}

/* カテゴリトップLP一部新UI対応の調整 */
.temporaryWrap {
  background-color: #fff;
  overflow: hidden;
}

/* 戸建てトップLPの調整 */
.mod-companyLinkList + .temporaryWrap,
.mod-rankingLinkList + .temporaryWrap {
  margin-top: 1px;
}

.lifullFont {
  font-family: "LIFULLFONT", sans-serif;
}
/* = ui-modalcommon
----------------------------------------------- *
 * ui-modalcommon
----------------------------------------------- */
body.is-scrollLocked {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
}

.ui-modal {
  position: fixed;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38, 38, 38, 0.4);
  transition: opacity 250ms 150ms, z-index 250ms 150ms ease-in-out;
  opacity: 0;
  overflow-y: scroll;
}
.ui-modal.is-open {
  user-select: auto;
  pointer-events: auto;
  opacity: 1;
  z-index: 100;
}
.ui-modal .bg {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
}
.ui-modal .content {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 48px;
  box-sizing: border-box;
  z-index: 300;
}
.ui-modal .content .closeButton {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #333;
}
.ui-modal .content .closeButton::before, .ui-modal .content .closeButton::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 9px);
  transform-origin: center;
}
.ui-modal .content .closeButton::before {
  transform: rotate(45deg);
}
.ui-modal .content .closeButton::after {
  transform: rotate(-45deg);
}
@charset "UTF-8";
/* = mod-shinchikuCaution
----------------------------------------------- *
 * 新築注意文言 
----------------------------------------------- */
.mod-shinchikuCaution {
  font-size: 0.75rem;
  margin: 10px 0;
  padding: 7px;
}
@charset "UTF-8";
/* = mod-themeTopicHeading
----------------------------------------------- *
 * テーマラベル・リード文箇所のcss
 * 賃貸・戸建・中古マンション・新築マンション
----------------------------------------------- */
.mod-themeTopicHeading {
  font-size: 16px;
  border-bottom: 1px solid #d8d8d8;
}
.mod-themeTopicHeading__title {
  padding: 8px 10px 10px;
  color: #000;
  background-color: #f5f5f5;
  font-weight: bold;
}
.mod-themeTopicHeading__areaCategory {
  display: block;
  line-height: 1.57;
  font-size: 0.875em;
}
.mod-themeTopicHeading__titleText {
  display: block;
  float: right;
  margin-top: 12px;
  width: calc(100% - 90px);
  box-sizing: border-box;
  transform: translateY(-5px);
}
.mod-themeTopicHeading__badge {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 3px 3px 3px 4px;
  color: #fff;
  background: #ed6103;
  margin-right: 5px;
  line-height: 1;
  font-size: 0.875em;
}
.mod-themeTopicHeading__badge::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  border-width: 10px 5px 10px 0;
  border-style: solid;
  border-color: #ed6103 transparent #ed6103 #ed6103;
}
.mod-themeTopicHeading__topic {
  line-height: 1.44;
  font-size: 1.125em;
  color: #ed6103;
}
.mod-themeTopicHeading__imageWrapper {
  display: inline-block;
  padding: 0 10px;
}
.mod-themeTopicHeading__titleImage {
  width: 80px;
  height: 60px;
}
.mod-themeTopicHeading__lead {
  padding: 12px 10px 20px;
  font-size: 0.875em;
  line-height: 1.43;
  clear: both;
}
@charset "UTF-8";
/* = mod-themeDescription
----------------------------------------------- *
 * テーマの説明文
----------------------------------------------- */
.mod-themeDescription {
  margin: 10px 0;
  padding: 10px 7px;
  font-size: 12px;
  line-height: 1.5;
}
@charset "UTF-8";
/* = mod-guideToRaList
----------------------------------------------- *
 * 物件一覧への誘導
----------------------------------------------- */
.mod-guideToRaList {
  font-size: 16px;
}

.mod-guideToRaList .guide {
  margin: 20px 10px;
}

/* 物件数表示 */
.mod-guideToRaList .countRa {
  margin: 0.5em 0;
}

.mod-guideToRaList .countRa .count {
  font-size: 0.875em; /* 14px */
}

.mod-guideToRaList .countRa .count .num {
  padding: 0 0.2em;
  color: #ed6103;
  font-weight: bold;
}

/* 一覧へのリンク */
.mod-guideToRaList .guide .action {
  margin: 10px 0 20px;
  text-align: center;
}

.mod-guideToRaList .guide .action .anchor {
  display: inline-block;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
  color: #ed6103;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  width: 78%;
}

/* エリアを広げて探す */
.mod-guideToRaList .expand {
  margin: 30px 10px 20px;
}

.mod-guideToRaList .expand .heading {
  font-weight: bold;
  font-size: 1.125em; /* 18px */
}

/* 一覧へのリンク */
.mod-guideToRaList .expand .action {
  margin: 10px 0 20px;
}

.mod-guideToRaList .expand .action .anchor {
  display: block;
  padding: 1em 0.8em;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #000;
}
@charset "UTF-8";
/* = mod-themeList
----------------------------------------------- *
 *
----------------------------------------------- */
.mod-themeList {
  background-color: #fff;
  overflow: hidden;
}

.mod-themeList .heading {
  font-size: 16px;
  color: #ed6103;
  margin-top: 24px;
  margin-left: 10px;
  margin-bottom: 12px;
}

.mod-themeList .themeList {
  margin-bottom: -1px;
  border-bottom: 1px solid #c4c4c4;
}

.mod-themeList .themeList:first-of-type:not(:only-of-type) {
  margin-bottom: 0;
}

.mod-themeList .listItem:not(:first-child) {
  border-top: 1px solid #c4c4c4;
}

.mod-themeList .listItem .title {
  font-weight: normal;
}

/* もっと見る：開閉 */
.mod-themeList .more {
  -webkit-appearance: none;
  box-sizing: border-box;
  display: block;
  width: calc(100% - 14px);
  margin: 7px;
  padding: 14px;
  border: 1px dotted #c4c4c4;
  line-height: 1;
  color: inherit;
  background-color: #fff;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
}

/* もっと見る：遷移 */
.mod-themeList .goto {
  border-top: 1px solid #c4c4c4;
  text-align: right;
}

.mod-themeList .goto .anchor {
  display: block;
  padding: 0.87rem 0.43rem;
  color: inherit;
  background-color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

/* もっと見る：遷移の追加　（賃貸LPのみの対応） */
.mod-themeList .hidelist {
  border-top: 1px solid #c4c4c4;
}

.mod-themeList .listItem.goto {
  border-bottom: none;
  border-top: 1px solid #c4c4c4;
}
@charset "UTF-8";
/* = mod-banner
----------------------------------------------- *
 * バナー
 *
 * 使用箇所：マドリームバナー（LP、reTop（前回検索条件で賃貸の時のみ）、賃流会社詳細）
 *             L mod-bannerMadream.html.twig
 *             L mod-bannerMadreamRealtor.html.twig
 *         Gomezバナー（賃貸　各LP　※賃貸TOP、物件種別、広域、都道府県、政令指定都市、市区、駅のみ）
 *             L mod-bannerGomez.html.twig
 *         マンスリーサイトバナー（賃貸TOP、マンスリーマンションテーマTOPのみ）
 *             L mod-bannerMonthly.html.twig
 *             L mod-bannerMonthlyPr.html.twig
----------------------------------------------- */
.mod-banner {
  margin: 0.87rem 0.43rem;
  text-align: center;
}

/* = mod-banner-madoguchi
----------------------------------------------- *
 * Madoguchi banner styling
 *
 * Usage: Madoguchi consultation banner
----------------------------------------------- */
.mod-banner.mod-banner-madoguchi {
  margin: 0 10px 20px 10px;
}

.mod-banner.mod-banner-madoguchi img {
  width: 100%;
}

/*
----------------------------------------------- *
 * レビュー投稿キャンペーン
 *
 * 使用箇所：新築マンション広域エリアTOP, 都道府県TOP
----------------------------------------------- */
.visitorBannerText {
  text-align: right;
  margin-top: 10px;
}

/* = banner-daily3updatesFlow
----------------------------------------------- *
 * CTUXUV5DE-10569 繁忙期対応（埋まっちゃうかも訴求）
 *
 * 使用箇所：賃貸トップ、賃貸都道府県トップ
----------------------------------------------- */
.banner-daily3updatesFlow {
  margin: 16px 10px;
  margin-top: 0px;
  text-align: center;
}

.banner-daily3updatesFlow img {
  width: 100%;
  height: auto;
  max-width: 414px;
  max-height: 70px;
}
.mod-topicRelatedArticles {
  margin: 10px 10px 25px 10px;
}

.mod-topicRelatedArticles > .heading {
  margin: -2px 0 13px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.mod-topicRelatedArticles .listItem {
  margin-top: 8px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3019607843);
  border-radius: 4px;
}

.mod-topicRelatedArticles .listItem a {
  border-radius: 4px;
}

.mod-topicRelatedArticles .listItem .photo {
  border-radius: 4px 0px 0px 4px;
}

.mod-topicRelatedArticles .listItem .photo img {
  object-fit: cover;
  border-radius: 4px 0px 0px 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3019607843);
}

.mod-topicRelatedArticles .listItem .title {
  line-height: 20px;
  display: table-cell;
  padding: 8px 10px 12px 10px;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
}
