@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;
  }
}
#container {
  padding-top: 100px;
}

#contents {
  width: 100%;
  color: #1b1b1b;
}

* p {
  margin-bottom: 0;
}

/* キャンペーン */
#flip {
  margin: 15px auto 20px;
  cursor: pointer;
  width: 860px;
}

/* フッター上書き */
#footerWrap .backTop {
  z-index: 1;
}

/* 保存条件とは？ */
#savingExplain {
  padding: 4px 15px 4px 0;
  margin: 0 0 10px;
  border-radius: 20px;
  float: right;
  background: #e7e0cc;
  color: #504729;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
}

#savingExplain span {
  padding-left: 31px;
  background: url(/ui/utility/common/svg/icon-what_white.svg) 12px 1px/15px no-repeat;
  display: block;
}

#whatSaving {
  background: #f3ecd7;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: right;
  display: none;
}

#chintai #whatSaving {
  background: #F4F0E8;
}

#whatSaving h2 {
  background: #e7e0cc;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  color: #706457;
  text-align: left;
}

#chintai #whatSaving h2 {
  background: #706457;
  color: #fff;
}

#whatSaving h2 span {
  background: url(/ui/utility/common/svg/iconF_save_brown.svg) 7px 44%/21px no-repeat;
  padding-left: 37px;
  padding-top: 4px;
  display: inline-block;
}

#chintai #whatSaving h2 span {
  background: url(/ui/utility/common/svg/iconF_save_white.svg) 7px 44%/21px no-repeat;
}

#whatSaving p.catch {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  margin: 0;
}

#chintai #whatSaving p.catch {
  color: #706457;
  padding: 14px 10px 4px 8px;
}

#whatSaving p.catch span {
  font-weight: bold;
}

#whatSaving p.catch span.emphasis {
  color: #f68500;
  font-size: 24px;
}

#chintai #whatSaving p.catch span.emphasis {
  font-size: 22px;
  color: #FF6A30;
}

ul.savingStep {
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px #e8e8e8;
  width: 920px;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}

#chintai ul.savingStep {
  box-shadow: none;
  background: none;
  width: auto;
  padding: 10px 24px 13px 24px;
  display: flex;
  gap: 12px;
}

ul.savingStep li {
  float: left;
  width: 290px;
  height: 235px;
  margin-right: 15px;
  display: block;
}

#chintai ul.savingStep li {
  background-color: #fff !important;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  float: none;
  margin: 0;
  width: 100% !important;
  height: auto;
}

ul.savingStep li span {
  display: inline-block;
  text-align: left;
}

ul.savingStep li span.stepTxt {
  margin-top: 116px;
}

#chintai ul.savingStep li span.stepTxt {
  margin-top: 164px;
}

ul.savingStep li span.emphasis {
  font-weight: bold;
  margin: 0;
}

#chintai ul.savingStep li span.emphasis {
  color: #FF6A30;
}

ul.savingStep li span.emphasisOrange {
  font-size: 24px;
}

ul.savingStep li:nth-child(1) {
  background: url(/ui/mansion/used/pc/images/save_search/step_saving01.png) no-repeat -5px 0;
  width: 290px;
}

#chintai ul.savingStep li:nth-child(1) {
  background: url(/ui/chintai/pc/images/save_search/step_saving01.png) no-repeat -5px 0;
  background-size: 228px;
  background-position: center;
}

ul.savingStep li:nth-child(2) {
  background: url(/ui/mansion/used/pc/images/save_search/step_saving02.png) no-repeat -10px 17px;
  width: 290px;
}

#chintai ul.savingStep li:nth-child(2) {
  background: url(/ui/chintai/pc/images/save_search/step_saving02.png) no-repeat -10px 17px;
  background-size: 210px;
  background-position: center;
}

#chintai .newmailExplain img {
  width: 420px;
}

ul.savingStep li:nth-child(3) {
  background: url(/ui/mansion/used/pc/images/save_search/step_saving03.png) no-repeat 0 30px;
  width: 290px;
}

#chintai ul.savingStep li:nth-child(3) {
  background: url(/ui/chintai/pc/images/save_search/step_saving03.png) no-repeat 0 30px;
  width: 290px;
  background-size: 220px;
  background-position: center;
}

ul.savingStep li:last-child {
  margin-right: 0;
}

ul.savingStep li span.step {
  padding-left: 50px;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 1.2;
}

#chintai ul.savingStep li span.step {
  display: flex;
  align-items: center;
  padding: 0;
  background: none !important;
  font-size: 18px;
  line-height: 1.2;
  gap: 7px;
  color: #706457;
}

ul.savingStep li:nth-child(1) span.step {
  background: url(/ui/chintai/pc/images/save_search/step1.png) no-repeat 0 0;
  padding-top: 10px;
}

ul.savingStep li:nth-child(2) span.step {
  background: url(/ui/chintai/pc/images/save_search/step2.png) no-repeat 0 0;
  padding-top: 10px;
}

ul.savingStep li:nth-child(3) span.step {
  background: url(/ui/chintai/pc/images/save_search/step3.png) no-repeat 0 0;
  margin-bottom: 10px;
}

#chintai ul.savingStep li:nth-child(3) span.step {
  margin-bottom: 0;
}

#chintai .step-number {
  background: #706457;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  width: 44px;
  height: 44px;
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 2px;
}

#chintai .step-number em {
  font-size: 23px;
  display: block;
}

p.cation_text {
  font-size: 12px;
  margin-top: 4px;
  float: left;
}

/* 削除しました/元に戻す */
.restoreSaving {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 10px 0;
  padding: 8px 10px;
  clear: both;
  display: none;
  background-color: #fff;
}

.restoreSaving li {
  display: inline-block;
  border-right: solid 1px #ccc;
  padding: 0 20px;
  font-weight: bold;
  color: #706154;
}

.restoreSaving li:first-child {
  padding: 0 20px 0 0;
}

.restoreSaving li span.saveDeleted {
  background: url(/ui/utility/pc/images/png/check_deleted.png) 0 center/18px no-repeat;
  padding-left: 20px;
}

.restoreSaving li span.saveRestore {
  color: #1f7aee;
  text-decoration: underline;
  cursor: pointer;
}

/* 保存条件 */
.searchHistoryList {
  clear: both;
}

.searchHistoryList .block {
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 5px 5px 0 0;
}

.searchHistoryList .headerWrap {
  padding: 6px 16px 6px;
  background: #706154;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.searchHistoryList .headerWrap .hisotryTitle {
  float: left;
  margin: 2px 14px 2px 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.searchHistoryList .headerWrap .timeStamp {
  float: left;
  padding: 4px 6px 4px;
  background: #fff;
  border: 1px solid #eaeaea;
  font-size: 11px;
  margin-top: 5px;
  line-height: 1;
}

.searchHistoryList .headerWrap .newsMail {
  float: right;
  margin-top: 2px;
}

.searchHistoryList .headerWrap .newsMail a {
  font-size: 12px;
  color: #fff;
}

.searchHistoryList .inner {
  height: 100%;
  background: #f8f8f8;
  overflow: hidden;
}

.searchHistoryList .inner span.iconTodaysNew {
  font-size: 10px;
  text-align: center;
  padding: 2px 5px;
  background: #FF4949;
  margin-right: 3px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}

.searchHistoryList .inner .icon-search {
  background: rgba(256, 256, 256) url(/ui/utility/common/svg/iconI_search_orange.svg) no-repeat scroll 12px 50%/26px auto;
  display: block;
}

.searchHistoryList .inner .reccomendResearch .icon-search {
  background: rgba(256, 256, 256) url(/ui/utility/common/svg/iconI_search_brown.svg) no-repeat scroll 12px 50%/26px auto;
  display: block;
}

.searchHistoryList .inner .icon-update {
  background: rgba(256, 256, 256) url(/ui/utility/common/svg/icon_update.svg) no-repeat scroll 12px 50%/26px auto;
  display: block;
}

.searchHistoryList .inner .is-disabled.icon-update {
  background: rgba(0, 0, 0, 0) url(/ui/utility/common/svg/icon_update_disabled.svg) no-repeat scroll 12px 50%/26px auto;
  display: block;
}

.searchHistoryList .inner .icon-notice {
  background: rgba(256, 256, 256) url(/ui/utility/common/svg/iconI_notice_orange.svg) no-repeat scroll 12px 50%/26px auto;
  display: block;
}

.searchHistoryList .inner .is-disabled.icon-notice {
  background: rgba(0, 0, 0, 0) url(/ui/utility/common/svg/iconI_notice_gray.svg) no-repeat scroll 12px 50%/26px auto;
  display: block;
}

.searchHistoryList .inner .icon-mail {
  background: rgba(256, 256, 256) url(/ui/utility/common/svg/iconI_newsmail.svg) no-repeat scroll 12px 50%/24px auto;
  display: block;
}

.searchHistoryList .inner .left {
  float: left;
  width: 690px;
  margin: 8px 0 8px 12px;
  background: #fff;
  box-shadow: 0 0 3px #ccc;
}

.searchHistoryList .inner dl {
  border-bottom: 1px #e1dace solid;
  display: table;
}

.searchHistoryList .inner dl dt.innerHalf + dd {
  width: 251px;
}

.searchHistoryList .inner dl:nth-child(n+7):nth-child(-n+8) {
  width: 100%;
}

.searchHistoryList .inner dl:last-of-type {
  margin-bottom: 0;
}

.searchHistoryList .inner dl {
  display: flex;
  width: 100%;
}

.searchHistoryList .inner dt {
  display: flex;
  align-items: center;
  width: 94px;
  min-width: 94px;
  margin-right: 4px;
  padding: 10px;
  background: #fcf9ee;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  font-weight: bold;
}

.searchHistoryList .inner dd {
  font-size: 13px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 8px;
  letter-spacing: -0.1px;
}

.searchHistoryList .inner dd .moreItem {
  display: none;
}

.searchHistoryList .right {
  float: right;
  width: 208px;
  height: 100%;
  margin: 8px 10px 3px 0;
}

.searchHistoryList .right li {
  margin-bottom: 10px;
}

.searchHistoryList .right li a.ui-btn-common {
  padding: 12px 10px 12px 45px;
  text-align: left;
}

.searchHistoryList .right li a.ui-btn-common:hover {
  background-color: #F4F4F4;
}

.searchHistoryList .inner a.ui-btn-common.is-disabled {
  color: #989898;
  border-color: #ccc;
  text-shadow: none;
  background-color: #dddddd;
}

.searchHistoryList .inner a.ui-btn-common.is-disabled:hover {
  background-color: #dddddd;
}

.searchHistoryList .inner a.ui-btn-common.is-disabled span.iconTodaysNew {
  background: #989898;
  color: #dddddd;
}

.searchHistoryList .right li a.ui-btn-common.noticeMailBtn {
  padding: 18px 0 16px;
}

.searchHistoryList .right li.saveUser a {
  border: 1px solid #ff9300;
  border-bottom: 4px solid #ff9300;
}

.searchHistoryList .right li span > span {
  margin-right: 2px;
}

.searchHistoryList .right li a.ui-btn-common.is-disable span > span {
  text-decoration: none;
  color: #989898;
}

.searchHistoryList .delete {
  position: absolute;
  right: 10px;
  top: 12px;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  width: 40px;
}

.searchHistoryList .right .reccomendResearch {
  padding: 10px;
  background: #e7e0cc;
  border-radius: 5px;
  color: #504729;
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  margin-top: 5px;
}

.searchHistoryList .right .reccomendResearch:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 15px solid #e7e0cc;
}

.searchHistoryList .right .reccomendResearch p {
  margin-bottom: 5px;
}

/*　新着メールとは？ */
/* デザイン統一により不要
.searchHistoryList .right li.save_newMailRegist {
  background: #f1f1f1;
  padding: 10px;
  overflow: hidden;
}*/
.whatNewmail {
  width: 110px;
  z-index: 10;
  float: right;
  margin: 10px 0;
}

.whatNewmail .whatNewmailTit {
  background: rgba(0, 0, 0, 0) url(/ui/utility/common/svg/icon-what.svg) no-repeat scroll 0 1px/16px auto;
  width: 100px;
  font-size: 12px;
  margin: 0;
  padding-left: 20px;
  display: block;
  text-decoration: underline;
}

.whatNewmail .whatNewmailbox {
  padding: 10px;
  position: absolute;
  width: 200px;
  height: 110px;
  top: 310px;
  right: 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}

.whatNewmail .whatNewmailbox span {
  font-weight: bold;
}

.whatNewmail .whatNewmailbox:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -32px;
  left: 140px;
  border: 16px solid transparent;
  border-bottom: 16px solid rgba(0, 0, 0, 0.85);
}

.whatNewmail .whatNewmailbox .text {
  font-size: 12px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  line-height: 1.7;
}

.whatNewmail:hover .whatNewmailbox {
  z-index: 2;
  display: block;
}

/* 保存した条件0件 */
p.message {
  width: 100%;
  padding: 12px 0 20px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}

p.message span {
  font-weight: bold;
}

.noSaveContents {
  width: 960px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.noSaveContents .explanation {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #706154;
  text-align: center;
}

.noSaveContents li {
  margin-bottom: 20px;
}

.noSaveContents li #whatSaving {
  display: block;
}

.noSaveContents li p {
  margin-bottom: 0;
}

.noSaveContents .newmailExplain {
  border: solid 2px #e7e0cc;
  border-radius: 5px;
  padding: 10px;
  overflow: hidden;
  background: #fff;
}

#chintai .noSaveContents .newmailExplain {
  padding: 12px;
}

.noSaveContents .newmailExplain .leftExplain,
.noSaveContents .newmailExplain .rightExplain {
  float: left;
}

.noSaveContents .newmailExplain .leftExplain {
  width: 490px;
  margin-right: 20px;
}

.noSaveContents .newmailExplain h3 {
  font-size: 21px;
  font-weight: bold;
  color: #706457;
  text-align: left;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 8px;
}

#chintai .noSaveContents .newmailExplain h3 {
  font-size: 18px;
}

.noSaveContents .newmailExplain .explainText {
  margin-bottom: 18px;
}

.noSaveContents .newmailExplain span {
  font-size: 12px;
  color: #767676;
}

/* //////////////////////////////////////////////////
[レコメンド]
////////////////////////////////////////////////// */
#contents .recommendBtm .noRecommend span {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 16px;
  display: block;
}

#contents .recommendBtm h2 {
  margin: 0 15px 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
}

.recommendBtm span.recommendTxt {
  font-size: 12px;
  margin-left: 60px;
  padding-bottom: 10px;
  display: block;
}

.recommendBtm h2 span {
  display: inline-block;
}

#contents .recommendBtm span.timeUpdate {
  font-size: 11px;
  line-height: 2;
  text-align: left;
  vertical-align: middle;
}

.recommendBtm h2 .recommendList {
  float: right;
  font-size: 14px;
}

#recommendSlickWrap {
  clear: both;
  padding: 10px 0 6px;
  margin-bottom: 10px;
}

.recommendBtm .slick-slide {
  position: relative;
}

.recommendBtm .slick-slide a {
  text-decoration: none;
}

.recommendBtm .slick-slide .iconNew {
  color: #fff;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: bold;
  top: 0;
  left: 0;
  line-height: 5px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  z-index: 10;
  padding: 9px 10px 0 10px;
}

.recommendBtm .slick-slide .iconNew:before {
  border-color: #FF4949 transparent transparent #FF4949;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 20px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}

.recommendBtm .slick-slide .iconNewText {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  display: block;
  padding: 0 0 22px 0;
  font-size: 10px;
}

.sliderEstate {
  height: auto;
}

.slick-next {
  right: -47px;
  background: url(/ui/utility/common/svg/iconAP_arrow_right_white.svg) #706154 right 6px center/16px no-repeat;
}

.slick-prev {
  left: -47px;
  background: url(/ui/utility/common/svg/iconAP_arrow_left_white.svg) #706154 left 5px center/16px no-repeat;
}

#otherRecommend,
#recentRecommend,
#favoriteRecommend {
  margin-bottom: 0;
}

@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;
}

.searchHistoryList .inner .icon-mail {
  position: relative;
  padding-left: 32px;
  background: none;
}

.searchHistoryList .inner .icon-mail::before {
  content: "\e912";
  font-family: "sumaity-icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  color: #FF6A30;
  font-size: 24px;
  font-weight: normal;
}

.whatNewmail {
  float: unset;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.whatNewmail .whatNewmailTit {
  width: 90px;
}