@charset "utf-8";@charset "UTF-8";
/* = mod-realtorList
/* -------------------------------------------- *
 *  お問合せ会社選択
 * -------------------------------------------- */
.mod-realtorList {
  background-color: #f5f5f5;
  color: #000;
  padding: 24px 0;
  margin-bottom: 16px;
}

.mod-realtorList .title {
  font-weight: 700;
  font-size: 1.12rem;
  margin: 0 10px;
}

.mod-realtorList .lead {
  margin: 5px 10px 10px;
  font-size: 1rem;
  line-height: 1.4;
}

.mod-realtorList .lead .num {
  padding: 0 0.2em;
  color: #ed6103;
  font-size: 1.37rem;
  font-weight: 700;
}

.mod-realtorList .annotation {
  margin: 0 10px;
  font-size: 0.87rem;
  line-height: 1.4;
}

.mod-realtorList .annotation li:before {
  content: "※";
}

/* もっと見るボタン */
.mod-realtorList .mod-moreCont > .trigger {
  display: block;
  color: #ed6103;
  font-weight: bold;
  font-size: 1rem;
  margin: 20px 10px 30px;
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
}

.mod-realtorList .mod-moreCont > .trigger.is-selected {
  display: none;
}

.mod-realtorList .mod-moreCont > .trigger .remain {
  display: inline-block;
  padding-top: 0.5em;
  color: #000;
  font-size: 0.75rem;
  font-weight: normal;
}

/* = mod-realtor
----------------------------------------------- *
 * お問合せする不動産会社リスト
----------------------------------------------- */
.mod-realtor {
  margin: 24px 0;
}

/* 不動産会社情報 */
.mod-realtor .summary {
  background: #fff;
  padding-top: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.mod-realtor .specBox {
  padding: 0 10px 10px;
  line-height: 1.43;
  text-align: left;
}

.mod-realtor .specBox .icon {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}

.mod-realtor .specBox .name {
  font-size: 1.12rem;
  font-weight: 700;
}

.mod-realtor .specBox .icon .ui-svg-icon {
  padding-right: 3px;
}

/* 会社基本情報 */
.mod-realtor .specBox .feature {
  font-size: 1rem;
}

.mod-realtor .specBox .feature .featureTable {
  display: table;
}

.mod-realtor .specBox .feature dl {
  display: table-row;
}

.mod-realtor .specBox .feature dt,
.mod-realtor .specBox .feature dd {
  display: table-cell;
  line-height: 1.6;
}

.mod-realtor .specBox .feature dt {
  white-space: nowrap;
  padding-right: 1em;
  color: #3a515a;
}

.mod-realtor .specBox .feature dd {
  word-break: break-word;
}

.mod-realtor .specBox .realtorInfo dt::after {
  content: "：";
}

.mod-realtor .realtorPhoto {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 252px;
  margin-bottom: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 130%;
}

.mod-realtor .realtorPhoto::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
  filter: blur(8px);
  z-index: 1;
}

.mod-realtor .realtorPhoto img {
  position: relative;
  z-index: 2;
  display: block;
  height: 252px;
  object-fit: contain;
  width: 100%;
}

/* 物件詳細リンク */
.mod-realtor .realtorComment {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 16px;
  word-break: break-word;
}

/* 物件詳細リンク */
.mod-realtor .detailLink {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 10px 24px 10px;
}

.mod-realtor.isExpired .detailLink {
  padding: 10px;
  align-items: center;
}

/* 物件詳細リンク：物件画像枚数 */
.mod-realtor .detailLink .numOfPhotosWrap {
  width: 50%;
  text-align: right;
}

.mod-realtor .detailLink .numOfPhotos {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  margin-right: 8px;
  padding: 7px 20px;
  border: 1px solid #ffdcc4;
  border-radius: 4px;
  line-height: 1;
  background-color: #fbf3ed;
}

.mod-realtor .detailLink .numOfPhotos::before,
.mod-realtor .detailLink .numOfPhotos::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 7px solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.mod-realtor .detailLink .numOfPhotos::before {
  right: -8px;
  border-left-color: #ffdcc4;
}

.mod-realtor .detailLink .numOfPhotos::after {
  right: -7px;
  border-left-color: #fdf3ed;
}

.mod-realtor .detailLink .numOfPhotos .number {
  font-size: 1.12rem;
  font-weight: bold;
  color: #ed6103;
}

/* 物件詳細リンク：リンクボタン */
.mod-realtor .detailLink .prg-raDetailLink {
  display: block;
  width: 50%;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.75em 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: inherit;
  text-decoration: none;
  text-align: center;
  margin-left: 8px;
}

.mod-realtor.isExpired .detailLink .prg-raDetailLink {
  flex: 1 0 auto;
  color: #ed6103;
}

/* 問合せボタン */
.mod-realtor .inquireBox .inquireNavList {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 10px;
  margin-bottom: 6px;
}

.mod-realtor .inquireBox .inquireNavListItem {
  display: table-cell;
}

.mod-realtor .inquireBox .btn {
  display: block;
  box-sizing: border-box;
  padding: 0.25em 0.125em;
  border-radius: 4px;
  line-height: 1;
  color: inherit;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 374px) {
  .mod-realtor .inquireBox .btn:not(.btn--mail--large) {
    font-size: 0.75rem;
  }
}
.mod-realtor .inquireBox .btn__icon,
.mod-realtor .inquireBox .btn__label {
  display: inline-block;
  padding: 0 0.125em;
  vertical-align: middle;
}

.mod-realtor .inquireBox .btn:not(.btn--mail--large) .free {
  display: block;
  margin: -1px auto 3px;
  padding: 2px 0;
  width: 35px;
}

.mod-realtor .inquireBox .btn .free {
  font-size: 0.62rem;
  padding: 0.3em 0.5em;
  border-radius: 0.75em;
  font-weight: normal;
  vertical-align: 0.1em;
}

.mod-realtor .inquireBox .btn__label {
  line-height: 1.4;
  text-align: left;
  white-space: normal;
}

.mod-realtor .inquireBox .btn__label__main {
  display: block;
  font-weight: bold;
}

/* 問合せボタン：メール */
.mod-realtor .inquireBox .btn--mail,
.mod-realtor .inquireBox .btn--mail--large {
  color: #fff;
  background-color: #0052e8;
  border: 1px solid #0052e8;
}

.mod-realtor .inquireBox .btn--mail--large .btn__label__main {
  font-size: 1rem;
}

.mod-realtor .inquireBox .btn--mail .free,
.mod-realtor .inquireBox .btn--mail--large .free {
  background-color: #063acc;
}

.mod-realtor .inquireBox .btn--mail--large .free {
  margin-left: 5px;
}

.mod-realtor .inquireBox .btn--mail--large {
  padding: 0.82em 0.125em;
}

/* 問合せボタン：電話 */
.mod-realtor .inquireBox .btn--phone {
  color: #0052e8;
  background-color: #fff;
  border: 1px solid #0052e8;
}

.mod-realtor .inquireBox .btn--phone .free {
  background-color: #ebebeb;
}

/* 住宅評価 */
.mod-realtor .inspection {
  padding: 0.286em 0.214em;
  display: table;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  line-height: 1.2;
}

.mod-realtor .inspection .inspectionIcon,
.mod-realtor .inspection .text {
  display: table-cell;
  vertical-align: middle;
}

.mod-realtor .inspection .inspectionIcon {
  padding: 0 1.182em;
  text-align: center;
  font-size: 0.68rem;
  background: url('/smp/assets/img/smartphone/page/detail/realtors/inspection/bg_inspection.png?v=c5e9c9eba769a4047ec1e464c05b915f') no-repeat left top, url('/smp/assets/img/smartphone/page/detail/realtors/inspection/bg_inspection.png?v=c5e9c9eba769a4047ec1e464c05b915f') no-repeat right top;
  background-size: cover;
}

.mod-realtor .inspection .text {
  padding: 0 0.357em;
}

.mod-realtor .inspection .checked {
  font-size: 0.75rem;
}

.mod-realtor .inspection .authorized {
  color: #ed6103;
  font-size: 0.68rem;
}

.bukkenInfo input[type=checkbox]:checked ~ .bukkenDetailContent {
  display: block;
}
.bukkenInfo input[type=checkbox]:checked ~ div .open {
  display: none;
}
.bukkenInfo input[type=checkbox]:checked ~ div .close {
  display: block;
}
.bukkenInfo input[type=checkbox]:checked ~ div .arrow {
  transform: rotate(180deg);
}
@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;
}
