@charset "UTF-8";
/*

READ ME ============================================
*/

.jsAccordion{
cursor: pointer;
}

.areas{
    padding:5px 30px 0px 1%;
    display:block;
    font-size:85%;
    color:#666666;
}

.linkList li.view-feature a{
	padding-left:65px;
}

.linkList li.mn a{
	padding: 10px 0px 10px 3.13%!important;
}


.linkList li.view-feature a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
	width: 44px;
	height: 24px;
	background: url(/nomucom/smp/common/images/svg/icn_feature.svg) no-repeat left center;
	background-size: contain;
}

.link-list_col2 {
}
	.link-list_col2 li {
		width: 50%;
		float: left;
		border-right: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.link-list_col2 li a {
		display: block;
		padding: 19px 12.5% 19px 6.56%;
		font-size: 115%;
		color: #2d2d2d;
		text-decoration: none;
		background: url(/nomucom/smp/common/images/svg/arrow_r_g.svg) no-repeat right 15px center;
		background-size: 12px 17px;
	}
	.link-list_col2 li:nth-of-type(even) {
		border-right: none;
	}
	.link-list_col2 .col {
		vertical-align: middle;
		border-right: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
	}
	.link-list_col2 .col:nth-of-type(even) {
		border-right: none;
	}
	.link-list_col2 .col a {
		display: block;
		padding: 19px 12.5% 19px 6.56%;
		font-size: 1.6rem;
		color: #2d2d2d;
		font-weight: bold;
		text-decoration: none;
		background: url(/nomucom/smp/common/images/svg/arrow_r_g.svg) no-repeat right 15px center;
		background-size: 12px 17px;
	}

/*-------------------------------
   .areaList
--------------------------------*/
.areaList ul{
	border-top:1px solid #d4d4d4;
}
.areaList_group{
	padding:19px 10px 19px 3.13%;
    font-size: 115%;
	background:#f8f9eb;
	border-top:1px solid #d4d4d4;
	cursor: pointer;
}
.areaList_group:last-of-type{
	border-bottom:1px solid #d4d4d4;
}

.areaList_group:last-of-type + dd ul{
	border-top:none;
}
.areaList_group h3,
.areaList_group h4{
	position:relative;
	font-weight:bold;
}
.areaList_group h3::after,
.areaList_group h4::after{
	content:"";
	position:absolute;
	right:0;
	display:inline-block;
	width:16px;
	height:16px;
	
	background:url(/nomucom/smp/common/images/svg/icn_open.svg) no-repeat;
	background-size:cover;
}
.areaList_group.open h3::after,
.areaList_group.open h4::after{
	background:url(/nomucom/smp/common/images/svg/icn_close.svg) no-repeat;
	background-size:cover;
}

/*-------------------------------
   .checkAreaList
--------------------------------*/
.checkAreaList{
	
}
.checkAreaList li {
	position: relative;
	border-top: 1px solid #d4d4d4;
	display:table;
	width:100%;
}
.checkAreaList li:first-of-type {
	border-top: none;
}
.checkAreaList label{
	display:table-row;
}
.checkAreaList input{
	display:none;
}
.checkAreaList li a,
.checkAll_title{
	position: relative;
	display: block;
	text-decoration: none;
	padding: 19px 30px 19px 3.13%;
	font-size: 115%;
	color: #2d2d2d;
}
.checkAreaList li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8.5px;
	width: 12px;
	height: 17px;
	background: url(/nomucom/smp/common/images/svg/arrow_r_g.svg) no-repeat right center;
	background-size: contain;
}
.checkAreaList li.item {
	width:100%;
	background: url(/nomucom/smp/common/images/svg/arrow_r_g.svg) no-repeat right 15px center;
	background-size: 9px auto;
}
.checkAreaList .icon{
	content:"";
	display:table-cell;
	width:50px;
	height:50px;
	border-right:1px solid #d4d4d4;
	vertical-align:middle;
	text-align:center;
	background:#f8f9eb url(/nomucom/smp/common/images/icn_nocheck2.png) no-repeat center center;
	background-size:27px;
}
.checkAreaList input:checked + .icon{
	background-image:url(/nomucom/smp/common/images/icn_checked1.png);
}
.checkAreaList input:checked~a{
	background:#f8f9eb url(/nomucom/smp/common/images/svg/arrow_r_g.svg) no-repeat right 15px center;
	background-size: 9px auto;
	
}
.checkAreaList .txt_sub{
	padding-left:.5em;
	font-size:13px;
}
.checkAreaList .num{
	color:#dd1c11;
}
.checkAreaList .unit{
	font-size:11px;
}

/*すべてを選択*/
.checkAreaList .checkAll .icon{
	background-color:#e6e7d8;
	background-image:url(/nomucom/smp/common/images/icn_nocheck1.png);
	border-right-color:#babba4;
}
.checkAll_title{
	font-weight:bold;
	background-color:#e6e7d8;
}

/*次へ*/
.checkAreaNext{
	padding:20px 15px;
	text-align:center;
}
.checkAreaNext .txt_main{
	position:relative;
	margin-bottom:10px;
	font-weight:bold;
}
.checkAreaNext .txt_main::before{
	content:"";
	display:inline-block;
	margin-right:5px;
	width:1.3em;
	height:1.3em;
	background:url(/nomucom/smp/common/images/icn_checked1.png) no-repeat center center;
	background-size:contain;
	vertical-align:sub;
}
.checkAreaNext .txt_sub{
	margin-top:10px;
	font-size:13px;
	color:#808080;
}


/*-------------------------------
   .searchOptList 検索
--------------------------------*/

.searchOptList ul{
	border-collapse:collapse;
}
.searchOptList ul + ul{
	border-top:1px solid #cfcfcf;
}
.searchOptList li{
	vertical-align:middle;
}
.searchOptList li:first-child{
	border-right:1px solid #cfcfcf;
}
.searchOptList input[type="checkbox"],
.searchOptList input[type="radio"]{
	display:none;
}


.searchOptList input[type="radio"] + label{
	display:table;
	width:100%;
	/*padding:5px 5px 5px 10px;
	padding:5px 5px 5px 40px;*/
	background:url(/nomucom/smp/common/images/icn_radio_nocheck.png) no-repeat 10px center;
	background-size:27px;
}


.searchOptList input[type="radio"]:checked + label{
	background-color:#f8f9eb;
	background-image:url(/nomucom/smp/common/images/icn_radio_check.png);
}

.searchOptList input[type="checkbox"] + label{
	display:table;
	width:100%;
	/*padding:5px 5px 5px 10px;
	padding:5px 5px 5px 40px;*/
	background:url(/nomucom/smp/common/images/icn_nocheck2.png) no-repeat 10px center;
	background-size:27px;
}

.searchOptList input[type="checkbox"]:checked + label{
	background-color:#f8f9eb;
	background-image:url(/nomucom/smp/common/images/icn_checked1.png);
}


.searchOptList input[type="checkbox"] + label span,
.searchOptList input[type="radio"] + label span{
	display:table-cell;
	padding-left:43px;
	padding-right:5px;
	height:50px;
	vertical-align:middle;
}

/*
.searchOptList select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-indent:.01px;
  text-overflow:"";
	
	margin:10px;
	padding:5px 30px 5px 10px;
	height:30px;
	background:#fff url(/nomucom/smp/common/images/svg/select.svg) no-repeat right center;
	background-size:25px;
	border:1px solid #d4d4d4;
	border-radius:3px;
	box-shadow:0px 0px 6px 0 rgba(0,0,0,0.2);
}*/

.searchOptList dd.selecter{
	margin:10px 0 10px 10px;
}

.searchOptList dd.selecter em{
	font-size:10px;
	font-style:normal;
}

.searchOptList select{
	border-radius:3px;

	padding-left:5px;
	/*width:115px;*/
	width:46%;
	height:36px;
	background:url("/nomucom/smp/common/images/select_arrow_2.png") no-repeat right center;
	background-size:28px 32px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px  rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px  rgba(0, 0, 0, 0.1);
	border:solid 1px #d4d4d4;
	-webkit-appearance: none;
	z-index:1;
}


.searchOptBtn{
	padding:20px;
	text-align:center;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
.searchOptBtn .resultFound a{
	display:inline-block;
	max-width:240px;
}

/*-------------------------------
   .floatbtn 下から出てくる検索ボタン
--------------------------------*/

/************* パネル ********************/
/*
.floatbtn{
	display:none;
	width:100%;
	position:fixed;
	bottom:0;
	z-index:10000;
}*/

.floatbtn .fixed-pannel2{
	display: -webkit-flex;
	display: flex;
}

.floatbtn .fixed-pannel2 .contact{
	-webkit-flex: 1;
	flex: 1;
}

.floatbtn .fixed-pannel2 .favo{
	width: 60px;
	height:50px;
	padding-left:10px;
}

.unit-tbl {
	display:table;
	width:100%
}

.unit-tbl .col2 {
	display:table-cell;
	width:50%;
	vertical-align:top;

}
.unit-tbl .col2:nth-child(1) {
padding-right:5px
}
.unit-tbl .col2:nth-child(2) {
padding-left:5px
}
.unit-tbl .col2.noPadding {
	padding-right:0
}

[class|="btn"].white4.icn-void span{
	display:block;
	width:46px;
	height:46px;
	background-repeat:no-repeat;
	background-image:url("/nomucom/smp/common/images/svg/btn_void.svg");
	background-size:29px 28px;
	background-position:10px 10px;
}


/***************************/



.floatbtn {  
	display:none;
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;

	background-color: rgba(158, 158, 158, 0.6);
	z-index:10000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight:bold;
} 

.float_area {
	padding: 10px;
	width: 100%;
}
.float_area.column2 ul {
	 width: 100%;
	 display: table;

}
.float_area.column2 li {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align:left;
}
.float_area li {
	width: 100%;
}
.float_area.column2 {
	display: table !important;
	margin-left: auto;
	margin-right: auto;
	border-bottom:0px;
}

 .float_area.column2 li {
	display: table-cell;

	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
}
/*さらに検索条件を指定ボタン*/
.floatbtn_more{
	position:relative;
}
.floatbtn_more .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	margin-left: -40%;
	margin-top: -1.2em;
	font-size: 19px;
	font-weight: bold;
}
/*検索ボタン*/
.floatbtn_search{
	position:relative;
	font-size:19px;
	font-weight:bold;
}
.floatbtn_search::before{
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.2em;
	vertical-align:sub;
	background:url(/nomucom/smp/common/images/svg/icn_grass_white.svg) no-repeat center center;
	background-size:contain;
}
/*該当件数ボタン*/
.floatbtn_hit .txt_sub{
	font-size:13px;
}
.floatbtn_hit .num{
	color:#dd1c11;
}
.floatbtn_hit .unit{
	font-size:11px;
}

/*資料請求ボタン*/
.void{
	line-height:50px;
}


/*お気に入り登録ボタン*/
.floatbtn_fav{
	line-height:normal !important;
	font-size:17px;
	font-weight:bold;
	padding-left:44px !important;
	text-align:left;
}
.floatbtn_fav::after{
	background-image:url(/nomucom/smp/common/images/svg/icn_favorite2_off.svg);
	background-repeat:no-repeat;
	background-position:9px center;
	background-size:28px auto;
}

/*-------------------------------
   .searchCond 物件一覧　検索条件
--------------------------------*/

/************* PR ********************/

.prarea{
	padding:3px;
	display:table;
	border-bottom:solid 1px #d4d4d4;
}

.prarea .inner{
	display:table;
	width:100%;
	background:#f7fffc;

	padding:5px 10px 5px 8px;

	overflow:hidden;
	zoom:1;
	border-left:solid 2px #7acfb3;
}

.prarea .inner .icn{
	display:table-cell;
	vertical-align:middle;
	width:45px;
	background-image:url(/nomucom/smp/common/images/svg/icn_point.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:37px 16px;
}

.prarea .inner .txt{
	display:table-cell;
	vertical-align:middle;
	line-height:1.2;
}

.searchCond{
	padding:10px;
}
.searchCond .txt_result{
	font-size:12.5px;
}
.searchCond .txt_result .num{
	font-size:16px;
	color:#dd1c11;
	font-weight:bold;
}
.searchCond .condition{
	margin:10px 0;
	width:100%;
	border:1px solid #d4d4d4;
	position:relative;
}

.searchCond .topmargin{
	margin:10px 0 0!important;
}

.searchCond .condition .openSearchBtn{
	position:fixed;
	top:55px;
	right:10px;
	width:60px;
	height:44px;
	background: url(/nomucom/smp/common/images/svg/float_search.svg) no-repeat center center;
	z-index:100;
	border: 2px solid #bddd0e;
	cursor:pointer;
	display:none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px  rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px  rgba(0, 0, 0, 0.1);
}
.searchCond .condition table{
	width:100%;
	table-layout: fixed;
}
.searchCond .condition td{
	height:2.5em;
	vertical-align:middle;
}
.searchCond .condition tr{
	background-image:url(/nomucom/smp/common/images/searchCond_hasen.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-size:auto 1px;
}
.searchCond .condition tr:first-of-type{
	background-image:none;
}
.searchCond .condition .icon{
	width:2em;
	text-align:center;
}
.searchCond .condition .icon i{
	display:inline-block;
	width:28px;
	height:22px;
}
.searchCond .condition .area .icon i{
	background-image:url(/nomucom/smp/common/images/svg/icn_area.svg);
	background-size:30px auto;
	background-repeat:no-repeat;
	background-position:1px center;
}
.searchCond .condition .ensen .icon i{
	background-image:url(/nomucom/smp/common/images/svg/icn_ensen.svg);
	background-size:30px auto;
	background-repeat:no-repeat;
	background-position:1px center;
}
.searchCond .condition .option .icon i{
	background-image:url(/nomucom/smp/common/images/svg/icn_grass_green.svg);
	background-size:17px auto;
	background-repeat:no-repeat;
	background-position:5px 3px;
}
.searchCond .condition .txt_main{
	width:2.5em;
	font-size:12.5px;
	font-weight:bold;
	white-space: nowrap;
}
.searchCond .condition .txt_sub{
	padding-left:1px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.searchCond .condition .txt_sub span{
	color:#808080;
	font-size:13.5px;
}

.searchCond .condition .txt_change{
	width:45px;
	font-size:12.5px;
	font-weight:bold;
	padding-right:22px;
	background: url(/nomucom/smp/common/images/svg/arrow_r_g.svg) no-repeat right 5px center;
    background-size: 6px 12px;
	color:#005fd1;
	white-space: nowrap;
}

/*
.searchCond .condition .txt_sub span::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    width: 6px;
    height: 12px;
    background: url(/nomucom/smp/common/images/svg/arrow_r_g.svg) no-repeat right center;
    background-size: contain;
}*/
.searchCond .function td{
	vertical-align:top;
}

.searchCond .chng-area{
	width:40px;
	float:left;
}

.searchCond .select-area{
	position:relative;
	width:130px;
	float:left;
}

.searchCond select{
	border-radius:3px;
	margin-left:5px;
	padding-left:5px;
	width:125px;
	height:36px;
	background:url("/nomucom/smp/common/images/select_arrow_2.png") no-repeat right center;
	background-size:28px 32px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px  rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px  rgba(0, 0, 0, 0.1);
	border:solid 1px #d4d4d4;
	-webkit-appearance: none;
	z-index:1;
}



/* 
.searchCond select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-indent:.01px;
  text-overflow:"";
	
	padding:5px 30px 5px 10px;
	height:36px;
	background:#fff url(/nomucom/smp/common/images/svg/select.svg) no-repeat right center;
	background-size:25px;
	border:1px solid #d4d4d4;
	border-radius:3px;
	box-shadow:0px 0px 6px 0 rgba(0,0,0,0.2);
	font-size:13.5px;
}*/

/* 物件一覧　表示形式変更ボタン */
.chngItemStyle{
	position:relative;
	width:40px;
	height:38px;
}
.chngItemStyle ul{
	display:inline-block;
	width:40px;
	border:1px solid #d4d4d4;
	border-radius:3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.90, #f8f9eb), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #f8f9eb 90%);
	background: -moz-linear-gradient(top, #fff 0%, #f8f9eb 90%);
	background: linear-gradient(to bottom, #fff 0%, #f8f9eb 90%);
}
.chngItemStyle li{
	display:block;
	box-shadow: 0 0 0 2px #fff inset;
}
.chngItemStyle li a{
	display:block;
	height:34px;
	background-repeat:no-repeat;
	background-position:center center;

}
.chngItemStyle li.card a{
	background-image:url(/nomucom/smp/common/images/svg/icn_card.svg);
	background-size:50% 50%;
}
.chngItemStyle li.list a{
	background-image:url(/nomucom/smp/common/images/svg/icn_list.svg);
	background-size:50% 50%;
}
.chngItemStyle li span{
	display:none;
}
.chngItemStyle li:nth-child(2){
	display:none;
	border-top:1px solid #d4d4d4;
}
/* 表示形式変更ボタン　open */
.chngItemStyle.open ul{
	background:#fff;
	position:absolute;
	top:0;
	z-index:5;
}
.chngItemStyle.open li:nth-child(2){
	display:block;
}
/* open時に他のエリアをクリックしたら閉じる */
.chngItemStyle_out{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:rgba(0,0,0,0.25);*/
	z-index:1;
}


/*-------------------------------
   .itemList 物件一覧
--------------------------------*/
/* カード,リスト　物件一覧　一般 */
.itemList-card > li,
.itemList-list > li{
	margin-bottom:10px;
	background:#fff;
	border:1px solid #d4d4d4;
	box-shadow:0px 0px 5px 0px #dbdbdb;
-moz-box-shadow:0px 0px 5px 0px #dbdbdb;
-webkit-box-shadow:0px 0px 5px 0px #dbdbdb;
	border-radius:0 0 3px 3px;
	cursor: pointer;
}
.itemList-card > li .favosBtnlink br,
.itemList-list > li .favosBtnlink br{
	display:none;
}

/* レコメンド　物件一覧　一般 */
.itemList-rec > li{
	padding:10px;
}
.itemList-rec > li + li{
	border-top:1px solid #d4d4d4;
}

/* 共通　物件一覧　アイコン*/
.itemList [class^="icn"]{
	display:inline-block;
	margin-right:5px;
	width:1.2em;
	height:1.2em;
	vertical-align:text-bottom;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.itemList .icn_renov{
	background-image:url(/nomucom/smp/common/images/svg/icn_renov.svg);
}
.itemList .icn_home{
	background-image:url(/nomucom/smp/common/images/svg/icn_home-p.svg);
}
.itemList .icn_own{
	background-image:url(/nomucom/smp/common/images/svg/icn_person.svg);
	height:1.5em;
	vertical-align:bottom;
}
.itemList .icn_medal{
	background-image:url(/nomucom/smp/common/images/svg/icn_medal.svg);
	height:1.5em;
	vertical-align:bottom;
}

/* 共通　物件一覧　ヘッダー */
.itemList_header{
	border-top: 3px solid #bddd0e;
	border-bottom:1px solid #d4d4d4;
	display:table;
	width:100%;
	position:relative;

}
.itemList_header label{
	display:table-row;
}
.itemList_header input{
	display:none;
}
.itemList_header a{
	position: relative;
	display:table-cell;
	vertical-align:middle;
	text-decoration: none;
	padding:5px 30px 5px 10px;
	font-size: 14px;
	font-weight:bold;
	color:#2d2d2d;
	background-color:#f8f9eb;
	line-height:1.0;
}
.itemList_header a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	width: 10px;
	height: 18px;
	background: url(/nomucom/smp/common/images/svg/arrow_r_g_l.svg) no-repeat right center;
	background-size: contain;
}
.itemList_header .icon{
	content:"";
	display:table-cell;
	width:42px;
	height:42px;
	border-right:1px solid #babba4;
	text-align:center;
	background:#e6e7d8 url(/nomucom/smp/common/images/icn_nocheck1.png) no-repeat center center;
	background-size:27px;
}
.itemList_header input:checked + .icon{
	background-color:#fff;
	background-image:url(/nomucom/smp/common/images/icn_checked1.png);
}
	/*リスト形式　ヘッダー　新着物件の場合*/
	/*.itemList_header.new a{
		padding-top:12px;
		padding-bottom:12px;
	}
	.itemList_header.new span::after{
		content:"";
		display:block;
		margin-top:2px;
		height:.8em;
		background:url(/nomucom/smp/common/images/svg/icn_new_txt.svg) no-repeat 0 0;
		background-size:contain;
	}*/
	
	.itemList_header span.icn_new{
		color:#ef3c78;
	font-weight:bold;
	font-size:13px;
	letter-spacing:1.2;
	font-style:Arial;
	margin-left:5px;
	line-height:1.4;
	}

	
	/* リコメンド　ヘッダー */
	.itemList-rec_header{
		margin:5px 0 10px;
	}

/*リスト形式, レコメンド　2カラム表示 */
.itemList_boxWrap{
	/* display:table; */
	width:100%;
}
.itemList_box1{
	display: inline-block;
	width:34%;
	vertical-align:top;
}
.itemList_box2{
	display: inline-block;
	padding-left:10px;
	vertical-align:top;
	width: 64%;
}
.itemList_box3{
	padding: 10px 0 0;
}
.itemList_content .itemList_box3 .outline .info-tbl{
	width: 64%;
	display: inline-block;
}

/*レコメンド 2カラム表示 */
.itemList-rec .itemList_boxWrap{
	margin-top:15px;
}


/* 共通　物件一覧　写真*/
.itemList_visual img{
	display:block;
	margin:0 auto;
	width:100%;
	vertical-align:text-bottom;
}

	/* カード形式　物件一覧　写真*/
	.itemList-card .itemList_visual{
		position:relative;
		min-height:80px;
	}
	.itemList-card .itemList_visual .icn-new{
		position:absolute;
		top:0;
		left:0;
		width:55px;
		height:25px;
		background:url(/nomucom/smp/common/images/svg/icn_new.svg) no-repeat top left;
		background-size:contain;
	}
	.itemList-card .itemList_visual .icn-new span{
		display:none;
	}

/* 共通　物件一覧　ムービー・写真*/

/*********************************/

.itemList_content .outline li.info-tbl{
	border-top:none;
}

.itemList_content .outline .info-tbl{
	border-radius: 2px;
	padding:5px 5px 0;
	width:100%;
	margin-bottom:10px;
	background:#fafafa;
}

.itemList_content .outline .info-tbl dl,dt,dd {
	margin: 0;
	padding: 0;
	overflow:hidden;
	zoom:1;
}

.itemList_content .outline .info-tbl dl {
	width: 100%;
	display:table;
}

.itemList_content .outline .info-tbl dt,
.itemList_content .outline .info-tbl dd {
	margin-bottom:5px;
}

.itemList_content .outline .info-tbl dt {
	clear: left;
	float: left;
	width: 60px;
}

.itemList_content .outline .info-tbl dt span{
	display:table-cell;
	vertical-align:top;
	width:50px;
	padding:4px 0;
	display:inline-block;
	font-size:11.5px;
	font-weight:bold;
	background:#e5e5e5;
	color:#2d2d2d;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.itemList_content .outline .info-tbl dd {
	padding:4px 0;
	margin-left: 60px;
	font-size:14px;
}
/*********************************/

.itemList_visual .ph{
	margin-top:5px;
}

.itemList_visual .info{
	font-size:13px;
}

.itemList-card .itemList_visual .info li{
	display:inline-block;
	padding:0 5px;
	border-right:1px solid #989898;
}

.itemList_label li.tit,
.itemList_label li.tit{
	border-right:none!important;
	padding:0px!important;
}

.itemList_label li.block{
	display:block;
}

.itemList_label li em{
	font-style:normal;
	font-size:13px;
}

.itemList_label li.inner,
.itemList_label li.inner{
	border-right:none!important;
	padding:0px!important;
	letter-spacing:-1px;
}

.itemList_label .label-tit{

	width:50px;
	padding:4px 0;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	background:#e5e5e5;
	color:#2d2d2d;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	letter-spacing:-1px;
	margin-right:3px;
}


.itemList-list .itemList_visual .info li{
	display:inline-block;
	padding:0px;
	border-right:1px solid #989898;
}

.itemList-list .itemList_visual .info li:last-child{
	border-right:none;
}

.itemList_visual .info.List li{
	display:inline-block;
	padding:0 2px;
	border-right:1px solid #989898;
}
.itemList_visual .info .icon{
	display:inline-block;
	margin-right:5px;
	width:1.2em;
	height:1.2em;
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:middle;
}

	/* カード形式　物件一覧　ムービー・写真*/
	.itemList-card .itemList_visual .info{
		position:absolute;
		display:block;
		padding:8px 5px 6px;
		width:100%;
		bottom:0;
		left:0;
		background:rgba(0,0,0,0.70);
		color:#fff;
	}
	/* リスト形式　物件一覧　ムービー・写真*/
	.itemList-list .itemList_visual .info{
		margin-top:10px;
		margin-left:0px;
	}

	/* カード形式　ムービー・写真アイコン*/
	.itemList-card .itemList_visual .info .movie .icon{
		background-image:url(/nomucom/smp/common/images/svg/icn_movie_w.svg);
	}
	.itemList-card .itemList_visual .info .photo .icon{
		background-image:url(/nomucom/smp/common/images/svg/icn_camera_wh.svg);
	}
	
	/* リスト形式　ムービー・写真アイコン*/
	.itemList-list .itemList_visual .info .movie .icon{
		background-image:url(/nomucom/smp/common/images/svg/icn_movie.svg);
	}
	.itemList-list .itemList_visual .info .photo .icon{
		background-image:url(/nomucom/smp/common/images/svg/icn_camera_g.svg);
	}
	
	/* 共通 ラベル */
	.itemList_label span{
		display:inline-block;
		margin-bottom:3px;
		padding:4px;
		font-weight:bold;
		font-size:11.5px;
		text-align:center;
		border-radius:3px;
		background:#fff;
	}
	.itemList_label span i{
		visibility:hidden;
	}

 /* テキストピンクNEW! */
  .itemList_label .txt_new{
	margin-left: 0 !important;
	background: #f03c78 !important;
	color: #fff !important;
	font-weight:bold!important;
	font-size:11.5px;
	line-height: 11.5px;
	padding: 4px 4px;
	font-style:Arial!important;
	letter-spacing: normal;
	width: 5.8em;
	}
   .itemList_label .price-new{
	margin-left:5px;
	font-size:11.5px;
	padding:4px 4px;
	text-align:center;
	line-height:11.5px;
	background: #f03c78!important;
	color:#fff;
	font-weight:bold;
	vertical-align:text-bottom;
	font-style:normal!important;
	}

	.itemList_label .label-new{
		width:4em;
		color:#dd1c11;
		font-family:arial;
	}
	
	.itemList_label .label-new em{
		font-style:italic;
		font-weight:bold;
	}

	
	.itemList_label .label-newprice{

		border:solid 3px #f8d4e0;
		color:#ef3c78;
		font-weight:normal;
	}
	

	
	.itemList_label .label-event{
		border:solid 1px #f87f96;
		background:#fff1f1;
		color:#f4406d;
	}
	.itemList_label .label-own{
		border:solid 1px #50ae8f;
		background:#50ae8f;
		color:#fff;
	}
	
	.itemList_label .label-set{
		border:solid 1px #d4d4d4;
		background:#fafafa;
		color:#2d2d2d;
	}
	
	.itemList_label .label-nps{/* 認定保証 */
		border:solid 1px #fd761d;
		background:#fd761d;
		color:#fff;
	}
	
	.itemList_label .label-promise{
		background: #fd761d;
		color:#fff;
	}
	.itemList_label .label-repair{/* 補修・保証サービス */
		background: #0b93b2;
		color:#fff;
		border:solid 1px #0b93b2;
	}
	
	.itemList_label .label-movie{
		background: #2fc1e5;
		color:#fff;
		border:solid 1px #2fc1e5;
	}

	.itemList_label .label-renov{/* リノベーション */
		background: #f39521;
		color:#fff;
		border:solid 1px #f39521;
	}

	.itemList_label .label-done{
		border-color:#c0c0c0;
		background:#f7f7f7;
	}
	
	/* カード形式　ラベル */
	.itemList-card .itemList_label li{
		display:inline-block;
	}
	/* リスト形式　ラベル */
	.itemList-list .itemList_label{
		display: -webkit-box;/*--- Androidブラウザ用 ---*/
		display: flex;
		flex-wrap:wrap;
	}
	.itemList-list .itemList_label span{
		width: 32.5%;
		margin-right: 3px;
	}
	.itemList-list .itemList_label span:nth-child(3n){margin-right:0;}

/*共通　物件一覧　メインエリア*/
.itemList_content{
	padding:5px 10px 10px;
}

	/*リスト形式　物件一覧　メインエリア*/
	.itemList-list .itemList_content{
		position:relative;
	}
	/*レコメンド　物件一覧　メインエリア*/
	.itemList-rec .itemList_content{
		padding:0;
	}

/*共通　物件一覧　詳細*/

.itemList_content .outline > li{
	padding:10px 0;
	background-image:url(/nomucom/smp/common/images/searchCond_hasen.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-size:auto 1px;
}


.itemList_content .outline > li:first-of-type{
	padding-top:5px;
	background:none;
}

.itemList_content .outline .price{
	font-size:19px;
	margin-top:5px;
}

.itemList_box2 .outline .price{
	margin-right:40px;
}

.itemList_box2 .outline .price .price-inner{
	padding-bottom:5px;
	display:inline-block;
}

.itemList_box2 .outline .price .price-new{
	margin-left:0!important;
}



.itemList_content .outline .price .icon{
	display:inline-block;
	margin-right:7px;
	width:1.1em;
	height:1.1em;
	background:url(/nomucom/smp/common/images/svg/icn_yenmark.svg) no-repeat 0 0;
	background-size:contain;
	vertical-align:text-bottom;
}
.itemList_content .outline .price .num{
	font-weight:bold;
	color:#dd1c11;
}
.itemList_content .outline .price .unit{
	font-size:13px;
	font-weight:bold;
}

/*
.itemList_content .outline .price .label{
	display:inline-block;
	margin-left:5px;
	font-size:12px;
	padding:0 7px;
	text-align:center;
	line-height:19px;
	border:1px solid #dd1c11;
	border-radius:3px;
	color:#dd1c11;
	vertical-align:text-bottom;
}*/

.itemList_content .outline .price .label{
	display:inline-block;
	margin-left:5px;
	font-size:12px;
	padding:2px;
	text-align:center;
	line-height:12px;
	border:solid 3px #f8d4e0;
	background:#FFF;
	color:#ef3c78;
	font-weight:bold;
	vertical-align:text-bottom;
}



.itemList_content .outline .address .txt_main{
	font-weight:bold;
	font-size:14px;
}
.itemList_content .outline .address .txt_sub{
	margin-top:7px;
}

.itemList_content .outline .info ul{
	margin-left:-5px;
}
.itemList_content .outline .info li{
	display:inline-block;
	padding:0 8px 0 5px;
	margin-bottom:5px;
	border-right:1px solid #d4d4d4;
}

/* リスト形式　物件一覧　諸情報 */
.itemList_content .outline .info ul{
	font-size:13.5px;
}

/* レコメンド　物件一覧　詳細*/
.itemList-rec .itemList_content .outline > li{
	padding:0;
	border-top:none;
}
.itemList-rec .itemList_content .outline > li + li{
	margin-top:10px;
}

/*認定保証中古マンション*/

.bn_nintei{
	width:100%;
	border:1px solid #d4d4d4;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:table;
	margin-bottom:10px;
}

.bn_nintei .inner{
	position:relative;
	width:100%;
	height:60px;
	padding:5px 5px 5px 70px;
	
	background:#fafafa url("/nomucom/smp/common/images/bnimg_nintei.png") no-repeat;
	background-size:auto 60px;
	background-position:left center;
	display:table-cell;
}

.bn_nintei .inner .tit{
	display:block;
	font-weight:bold;
	color:#2d3063;
}

.bn_nintei .inner .sub{
	margin-top:5px;
	display:block;
	color:#2d2d2d;
	font-size:12.5px;
}


/*野村不動産グループのリノベーション*/

.bn_nrenove{
	width:100%;
	border:1px solid #d4d4d4;
	padding:2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:table;
	margin-bottom:10px;
}

.bn_nrenove .inner{
	position:relative;
	width:100%;
	height:55px;
	padding:5px 5px 5px 75px;
	
	background:#fafafa url("/nomucom/smp/common/images/bnimg_nrenove_s.png") no-repeat;
	background-size:auto 45px;
	background-position:5px 5px;
	display:table-cell;
}

.bn_nrenove .inner .tit{
	display:block;
	font-weight:bold;
	font-size:13px;
}

.bn_nrenove .inner .sub{
	margin-top:5px;
	display:block;

	font-size:12.5px;
}

/*予約制内覧など*/

.oph_box{
	width:100%;
	border:1px solid #f87f96;
	padding:2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:table;
	margin-bottom:10px;
}

.oph_box .inner{
	width:100%;
	padding:5px;
	display:table-cell;
	background:#fff1f1;
}

.oph_box .inner .tit{
	display:block;
	font-weight:bold;
	color:#f4406d;
	font-size:13px;
}

.oph_box .inner .sub{
	margin-top:5px;
	display:block;
	color:#2d2d2d;
	font-size:12.5px;
}

/*Point*/

.pit_box{
	width:100%;
	border:1px solid #c5ba80;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:table;
	margin-bottom:10px;
}

.pit_box .inner{
	width:100%;
	padding:5px;
	display:table-cell;
	background:#fffced;
}

.pit_box .inner .txt{
	display:block;
}

/*オーナーレポート*/

.orp_box{
	width:100%;
	border:1px solid #d4d4d4;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:table;
	margin-bottom:10px;
}

.orp_box .inner{
	position:relative;
	width:100%;
	padding:5px 5px 5px 70px;	
	background:#f7f7f7;
	display:table-cell;
}

.orp_box .inner .ph{
	position:absolute;
	width:60px;
	top:5px;
	left:0;
}

.orp_box .inner .ph img{
	width:60px;
}

.orp_box .inner .tit{
	display:block;
	font-weight:bold;
	font-size:13px;
}

.orp_box .inner .sub{
	margin-top:5px;
	display:block;

	font-size:12.5px;
}


/*-------------------------------
   物件一覧　下部
--------------------------------*/
/* 物件一覧　下部　チェックした物件を　*/
.itemList_checkAct{
	position:relative;
	padding:10px 10px 15px;
	background:#e4e4e4;
	border-radius:3px;
	margin-top:20px;
}
.itemList_checkAct::before{
	content:"";
	position:absolute;
	top:-9px;
	left:15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e4e4e4 transparent;
}

.itemList_checkAct p{
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
}
.itemList_checkAct .icn{
	margin-right:10px;
	display:inline-block;
	width:1.2em;
	height:1.2em;
	background:url(/nomucom/smp/common/images/icn_checked1.png) no-repeat center center;
	background-size:contain;
	vertical-align:text-bottom;
}

/***************************/
.unit-tbl2 {
	width: 100%;
}
.unit-tbl2.column2 ul {
	 width: 100%;
	 display: table;

}
.unit-tbl2.column2 li {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align:left;
}
.unit-tbl2 li {
	width: 100%;
}
.unit-tbl2.column2 {
	display: table !important;
	margin-left: auto;
	margin-right: auto;
	border-bottom:0px;
}

 .unit-tbl2.column2 li {
	display: table-cell;
	padding:5px;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
}

 .unit-tbl2.column2 li.btn-orderDoc,
 .unit-tbl2.column2 li.btn-tourDoc{
	 line-height:45px;
 }
 
   .unit-tbl2.column2 li.btn-favDoc.void{
	 line-height:45px;
 }
 
 /* お気に入り */
[class|="btn"].white6{
	position:relative;
	display: block;
	border-radius:3px;
	border:1px solid #babba4;
	background:#e6e7d8;
	color:#2d2d2d;
	z-index:0;
	height:50px;
}

[class|="btn"].white6:after {
	position:absolute;
	content:'';
	border-radius:3px;
	background:#fff;
	width:100%;
	height:46px;
	z-index:-1;
	top:0;
	left:0;
}

[class|="btn"].white6.hover{
	background:#dadcc7;/*下の色*/
}

[class|="btn"].white6.hover:after {
	background:#f2f3eb;/*上の色*/
}

[class|="btn"].white6.icn-favorite span{
	display:inline-block;
	padding:11px 0 0 40px;
	height:48px;
	background-repeat:no-repeat;
	background-image:url("/nomucom/smp/common/images/svg/icn_favorite_off.svg");
	background-size:33px 33px;
	background-position:left 7px;
	font-size:13px;

	text-align:left;
}
[class|="btn"].white6.on{
	/*background:#dadcc7;/*下の色*/
	/*color:#9c9d8e;*/
}
[class|="btn"].white6.on:after{
	/*background:#f2f3eb;/*上の色*/
}

[class|="btn"].white6.on.icn-favorite span{
	background-image:url("/nomucom/smp/common/images/svg/icn_favorite_on.svg");
}

/*********************************/

.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a,
.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a:after,
.itemList_checkAct .unit-tbl2.column2 li.btn-tourDoc a,
.itemList_checkAct .unit-tbl2.column2 li.btn-tourDoc a:after,
.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a,
.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a:after{
	border:none;
	background:#f7f7f7;
}
.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a span,
.itemList_checkAct .unit-tbl2.column2 li.btn-tourDoc a span,
.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a span{
	color:#9e9e9e;
	letter-spacing:-1px;
}

/*
.itemList_checkAct a.btn-fav span::before{
	content:"";
	display:inline-block;
	margin-right:5px;
	width:1.4em;
	height:1.4em;
	background:url(/nomucom/smp/common/images/svg/icn_favorite3_off.svg) no-repeat center center;
	background-size:contain;
	vertical-align:text-bottom;
}*/


/* 押下可能　*/

/* お気に入り　*/
.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a.active{
	position:relative;
	display: block;
	border-radius:3px;
	border:1px solid #babba4;
	background:#e6e7d8;
	z-index:0;
	height:50px;
}

.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a.active:after{
	position:absolute;
	content:'';
	border-radius:3px;
	background:#fff;
	width:100%;
	height:46px;
	z-index:-1;
	top:0;
	left:0;
}

.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a.active.hover{
	background:#dadcc7;/*下の色*/
}

.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a.active.hover:after{
	background:#f2f3eb;/*上の色*/
}

.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a.active span{
	color:#2d2d2d;
}

.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a.active.btn-fav span::before{
	background-image:url(/nomucom/smp/common/images/svg/icn_favorite_on.svg);
}

.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a.on span{
	color:#2d2d2d;
}

.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a.on{
	/*background:#dadcc7;/*下の色*/
}

.itemList_checkAct .unit-tbl2.column2 li.btn-favDoc a.on:after{
	/*background:#f2f3eb;/*上の色*/
}

/* 資料請求　*/
.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a.active{
	position:relative;
	display: block;
	border-radius:3px;
	border:solid 1px #ec1318;
	background:#d90b1c;
	z-index:0;
	height:50px;
}

.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a.active:after{
	position:absolute;
	content:'';
	border-radius:3px;
	background:#ff242c;
	width:100%;
	height:46px;
	z-index:-1;
	top:0;
	left:0;
}

.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a.active.hover{
	background:#c9050f;/*下の色*/
}

.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a.active.hover:after{
	background:#ec1318;/*上の色*/
}

.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a.active span{
	color:#fff;
	font-weight:bold;
}

.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a.on span{
	color:#fff;
}

.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a.on{
	background:#c9050f;/*下の色*/
}
.itemList_checkAct .unit-tbl2.column2 li.btn-orderDoc a.on:after{
	background:#ec1318;/*上の色*/
}


/* 物件一覧 下部 ページ送り */
.module_pager{
    padding: 16px 10px;
    margin: 20px 0 10px;
    background: #fff;
    border: 1px solid #d4d4d4;
    text-align: center;
}
.module_pager .hit_num {
    margin-bottom: 11px;
}
.module_pager .num{
	font-size:20px;
	font-weight:bold;
	color:#dd1c11;
}
.module_pager .txt_sub{
	font-size:13px;
}
.module_pager .c_pager {
       -webkit-box-pack: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-ordinal-group: 2;
       -ms-flex-order: 1;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
}
.module_pager .c_pager a {
	padding: 3px 2px;
	height: 32px;
	line-height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
}
.module_pager .c_pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.module_pager .c_pager .c_pager__num > ul {
    margin-left: -4px;
    margin-right: -4px;
}
.module_pager .c_pager .c_pager__num > ul > li {
    margin-left: 4px;
    height: 28px;
    line-height: 28px;
    margin-right: 4px;
    min-width: 30px;
}
.module_pager .c_pager .c_pager__num > ul > li.is_current a {
    background: #a6c621;
    border-color: #bddd0e;
}
.module_pager .c_pager .c_pager__num > ul > li.is_current a span {
    color: #fff;
	line-height: 1;
}
.module_pager .c_pager .c_pager__prev {
       width: 34px;
       margin-right: 8px;
}
.module_pager .c_pager .c_pager__prev a {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 14px 3px 6px;
    position: relative;
    z-index: 0;
}
.module_pager .c_pager .c_pager__prev a::before {
    background-image: url(/nomucom/smp/common/images/svg/icn_pager_sp.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 40px;
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: 42px;
    z-index: -1;
}
.module_pager .c_pager .c_pager__prev a::after {
    background: url(/nomucom/smp/common/images/svg/arrow_black.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 10px;
    right: 11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(-1, 1);
            transform: translateY(-50%) scale(-1, 1);
    width: 6px;
}
.module_pager .c_pager .c_pager__next {
    width: 34px;
    margin-left: 8px;
}
.module_pager .c_pager .c_pager__next a {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 14px 3px 6px;
    position: relative;
    z-index: 0;
}
.module_pager .c_pager .c_pager__next a::before {
    background-color: transparent;
    background-image: url(/nomucom/smp/common/images/svg/icn_pager_sp.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
	-webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    display: block;
    height: 40px;
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: 42px;
    z-index: -1;
}
.module_pager .c_pager .c_pager__next a::after {
    background: url(/nomucom/smp/common/images/svg/arrow_black.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 10px;
    left: 11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
 }
.module_pager .c_pager .c_pager__first {
    height: 28px;
    line-height: 28px;
    margin-right: 4px;
}
.module_pager .c_pager .c_pager__first a {
    position: relative;
    width: 30px;
}
.module_pager .c_pager .c_pager__first a::before, .c_pager .c_pager__first a::after {
    background: url(/nomucom/smp/common/images/svg/arrow_black.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
            transform: translate(-50%, -50%) scale(-1, 1);
    width: 6px;
}
.module_pager .c_pager .c_pager__first a::before {
    margin-left: 3px;
}
.module_pager .c_pager .c_pager__first a::after {
    margin-left: -3px;
}
.module_pager .c_pager .c_pager__last {
    height: 28px;
    line-height: 28px;
    margin-left: 4px;
}
.module_pager .c_pager .c_pager__last a {
    position: relative;
    width: 30px;
}
.module_pager .c_pager .c_pager__last a::before, .c_pager .c_pager__last a::after {
    background: url(/nomucom/smp/common/images/svg/arrow_black.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 6px;
}
.module_pager .c_pager .c_pager__last a::before {
    margin-left: -3px;
}
.module_pager .c_pager .c_pager__last a::after {
    margin-left: 3px;
}

/*-------------------------------
   .catLinkList 他の～～から探す
--------------------------------*/
.catLinkList{
	padding:15px 0 5px 10px;
}
.catLinkList li{
	display:inline-block;
}
.catLinkList a{
	display:block;
	margin:0 6px 10px 0;
	padding:0 7px;
	min-width:4em;
	text-align:center;
	line-height:22px;
	font-size:14px;
	border:1px solid #cfcfcf;
	border-radius:3px;
	color:#2d2d2d;
}

/*-------------------------------
   .thisSearchCond 「この検索条件で」ボックス
--------------------------------*/
.thisSearchCond{
}
.thisSearchCond >p{
	border-radius:3px 3px 0 0;
}
.thisSearchCond ul{
	padding:12px 12px 17px;
	background:#f8f9eb;
	border-radius:0 0 3px 3px;
	color:#706e5f;
}

.moreHitCond{
}
.moreHitCond td{
	line-height:1.3;
}
.moreHitCond .cond{
	color:#dd1c11;
}
.moreHitCond .result{
	color:#1565c0;
	text-decoration:underline;
}

.guideRenov th{
	padding:7px;
	background:#e6e7d8;
	text-align:center;
	line-height:1;
}
.guideRenov th strong{
	font-size:18px;
}
.guideRenov th span{
	font-size:11px;
}
.guideRenov td{
	padding:7px;
}
.guideRenov td ul.linkList li{
	position: relative;
	display: block;
	padding-right: 22px;
	color: #2d2d2d;
	font-size: 13.5px;
}
.guideRenov td ul.linkList li:after{
	content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -6px;
    width: 6px;
    height: 12px;
    background: url(/nomucom/smp/common/images/svg/arrow_r_g.svg) no-repeat right center;
    background-size: contain;
}

.itemIconList{
	margin-top:0;
}
.itemIconList th{
	padding-left:3px;
	text-align:center;
}
.itemIconList td{
	font-size:13px;
}
.itemIconList tr:last-child th,
.itemIconList tr:last-child td{
	padding-bottom:0;
}

.itemIconList a{
	margin-left:5px;
}

.itemIconList a[target="_blank"]::after{
	content:"";
	display:inline-block;
	margin-left:5px;
	width:1.2em;
	height:1em;
	background: url(/nomucom/smp/common/images/svg/icn_blank.svg) no-repeat right center;
	background-size:contain;
	vertical-align:text-bottom;
}

/* お気に入りポップアップ中　会員登録 */
.popGuideMember{
	padding:0 10px 15px;
	/*border-top:1px solid #d4d4d4;*/
}
.popGuideMember .msg{
	margin:5px 0 15px;
	text-align:center;
	font-weight:bold;
	color:#dd1c11;
}
.popGuideMember .infoBox{
	padding:10px;
	background:#fff1f1;
	border-radius:3px;
}
.popGuideMember .infoBox a{
	display:block;
	font-size:13.5px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	background:#fff;
	border:1px solid #f6cbcb;
	border-radius:3px;
}


/* 検索用横スライドメニュー */

.spSearch_tabNavs{
	margin:10px -1px 0;
	
}
.spSearch_tabNavs li{
	float:left;
	padding-top:3px;
	width:50%;	
	position:relative;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-bottom:1px solid #d4d4d4;
	
	background-image:url(/nomucom/smp/common/images/tab_top_line.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-size:auto 3px;
}


.spSearch_tabNavs li span{
	display:block;
	padding-top:2px;
	line-height:38px;
	text-align:center;
	background:#F0F0F0;
	font-size:13px;
	font-weight:bold;
}
.spSearch_tabNavs li.active{
	padding-top:1px;
	border-top:2px solid #BDDD0E;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #fff;
}
.spSearch_tabNavs li.active span{
	background:#fff;
}
.spSearch_tabNavs li span::before{
	content:"";
	display:inline-block;
	margin-right:3px;
	width:2em;
	height:2em;
	vertical-align:middle;
	
	background-repeat:no-repeat;
	background-position: center center;
	background-size:contain;
}
.spSearch_tabNavs li.tabNav-cond span::before{
	background-image:url(/nomucom/smp/common/images/svg/icn_grass_green.svg);
	background-size:18px auto;
	background-position:3px 1px;
}
.spSearch_tabNavs li.tabNav-area span::before{
	background-image:url(/nomucom/smp/common/images/svg/icn_area.svg);
	background-size:30px auto;
	background-position:left -2px;
}

.spSearch_tabNavs li.tabNav-ensen span::before{
	background-image:url(/nomucom/smp/common/images/svg/icn_ensen.svg);
	background-size:30px auto;
	background-position:left -2px;
}


.spSearch_condFunc{
	padding:10px;
}

.spSearch_condFunc.bottom{
	padding:15px;
	border-top:solid 1px #d4d4d4;
}

.spSearch_condFunc [class|="btn"].pink{
	line-height: 40px;
  height: 40px;
}
.spSearch_condFunc [class|="btn"].pink:after{
	height:37px
}
.spSearch_condResult{
	text-align:center;
	vertical-align:middle;
	font-size:16px;
}
.spSearch_condResult .num{
	color:#dd1c11;
}
.spSearch_condResult .unit{
	font-size:11px;
}

.tcajs01,
.tcajs03{
	display:none;

}

.spSearch_chngDiv{
	padding:10px;
	border-top:1px solid #d4d4d4;
}

.spSearch_chngDiv.bottom{
	padding:10px;
	border-bottom:1px solid #d4d4d4;
	border-top:none;
}

.spSearch_chngDiv span{
	color:#005fd1;
	cursor: pointer;
}


.spSearch_chngDiv a::before,
.spSearch_chngDiv span::before{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	vertical-align:middle;
	background:url(/nomucom/smp/common/images/svg/arrow_l_b.svg) no-repeat left center;
	background-size:7px auto;
}

#spSearchInneranc {
    min-width: 335px!important;
}

/************* お気に入りボタンのアイコン　ボタン部分は「/nomucom/smp/common/css/parts.css」 ********************/

[class|="btn"].white.icn-favorite span{
	display:inline-block;
	padding:9px 0 0 40px;
	height:48px;
	background-repeat:no-repeat;
	background-image:url("/nomucom/smp/common/images/svg/icn_favorite_off.svg");
	background-size:33px 33px;
	background-position:left 7px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}

/*
[class|="btn"].white.on{
	background:#dadcc7;/*下の色*/
	/*color:#9c9d8e;/*
}
[class|="btn"].white.on:after{
	background:#f2f3eb;/*上の色*//*
}

[class|="btn"].white.on.icn-favorite span{
	background-image:url("/nomucom/smp/common/images/svg/icn_favorite_off.svg");
}*/


/*-------------------------------
   .linkList
--------------------------------*/
.linkList {
}
.linkList li {
	border-top: 1px solid #d4d4d4;
}
.linkList li:first-of-type {
	border-top: 1px solid rgba(0,0,0,0);
}
.linkList li a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 19px 0px 19px 3.13%;
	font-size: 115%;
	color: #2d2d2d;
}
.linkList li [class^="icn"] {
	padding-left: 60px;
}
.linkList li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8.5px;
	width: 12px;
	height: 17px;
	background: url(/nomucom/smp/common/images/svg/arrow_r_g.svg) no-repeat right center;
	background-size: contain;
}
.linkList li[class^="view"] a{
	padding-right:35px;
}
.linkList li.view-pc a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7.5px;
	width: 23px;
	height: 15px;
	background: url(/nomucom/smp/common/images/svg/icn_pc.svg) no-repeat right center;
	background-size: contain;
}
.linkList li.view-blank a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -7.5px;
	width: 15px;
	height: 13px;
	background: url(/nomucom/smp/common/images/svg/icn_blank.svg) no-repeat right center;
	background-size: contain;
}
.linkList li.view-fb a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(/nomucom/smp/common/images/icn_fb.png) no-repeat center center;
	background-size: 20px 20px;
}
.linkList li.view-youtube a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11.75px;
	width: 22px;
	height: 23.5px;
	background: url(/nomucom/smp/common/images/icn_youtube.png) no-repeat center center;
	background-size: 22px 23.5px;
}
.linkList li .icn_mansion_n {
	background: url(/nomucom/smp/common/images/svg/icn_mansion_n.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_mansion {
	background: url(/nomucom/smp/common/images/svg/icn_mansion.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_house_n {
	background: url(/nomucom/smp/common/images/svg/icn_house_n.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_house {
	background: url(/nomucom/smp/common/images/svg/icn_house.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_land {
	background: url(/nomucom/smp/common/images/svg/icn_land.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_pro {
	background: url(/nomucom/smp/common/images/svg/icn_pro.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_biz {
	background: url(/nomucom/smp/common/images/svg/icn_biz.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_buy {
	background: url(/nomucom/smp/common/images/svg/icn_buy.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_rent {
	background: url(/nomucom/smp/common/images/svg/icn_rent.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_area {
	background: url(/nomucom/smp/common/images/svg/icn_area.svg) no-repeat 7px center;
	background-size: 44px;
}
.linkList li .icn_ensen {
	background: url(/nomucom/smp/common/images/svg/icn_ensen.svg) no-repeat 7px center;
	background-size: 44px;
}

.linkList li .icn_new {
	border-radius: 2px;
	width: 35px;
	padding: 2px 5px;
	background: #dd1c11;
	color: #fff!important;
	font-size: 11px!important;
	text-align: center;
	font-family: Arial;
}
.linkList li .label{
	display:inline-block;
	margin-left:5px;
	padding:2px 5px;
	font-size:11px;
	font-style:normal;
	border:1px solid #000;
	border-radius:2px;
	vertical-align:text-bottom;
}
.linkList li .label-new{
	background:#FFF;
	color:#ef3c78;

	font-size:12px;
	line-height:12px;
	border:solid 3px #f8d4e0;
	padding:2px 4px 2px 2px;
	letter-spacing:1.2;
	font-style:Arial;
	font-weight:bold;
}

.linkList .txt_main{
	display:block;
	font-size:15px;
}
.linkList .txt_sub{
	font-size:13px;
	color:#808080;
}

.linkList-narrow li a {
	padding-top:8px;
	padding-bottom:8px;
}

.dlTbl{
	display: table-row;
}
.dlTbl_parent{
	display:table;
}
.dlTbl dt{
	display:table-cell;
	vertical-align: middle;
}
.dlTbl dd{
	display:table-cell;
}



/************* 便利機能 ********************/


/* 削除ボタン */

.itemList_header.func a{
	position: relative;
	display:table-cell;
	vertical-align:middle;
	text-decoration: none;
	padding:5px 40px 5px 10px;
	font-size: 14px;
	font-weight:bold;
	color:#2d2d2d;
	background-color:#f8f9eb;
	line-height:1.0;
}

.itemList_header.func a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	width: 6px;
	height: 12px;
	background:none;
}
	
.itemList_header.func .btn_void{
	position:absolute;
	display:block;
	top: 7px;
	right: 5px;
	width:29px;
	height:28px;
	background: url(/nomucom/smp/common/images/svg/btn_void.svg) no-repeat right center;
	background-size: contain;
}


/* 会員登録 */

.GuideMember{
	margin-top:5px;
	overflow:hidden;
	zoom:1;
}
.GuideMember .msg{
	margin:5px 0 15px;
	text-align:center;
	font-weight:bold;
	color:#dd1c11;
}
.GuideMember .infoBox{
	padding:10px;
	background:#fff1f1;
	border-radius:3px;
}
.GuideMember .infoBox a{
	display:block;
	font-size:13.5px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	background:#fff;
	border:1px solid #dfcfcf;
	border-radius:3px;
}

/* タブ */

#tab{
	text-align: center;
	list-style: none;
	padding: 0;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin-top:10px;

}

#tab li{
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
	display: inline-block;
	position: relative;
	z-index: 0;
	width:20%;
	height: 40px;
	margin: 0 -4px;
	font-weight:bold;
}

#tab.favo li{
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
	display: inline-block;
	position: relative;
	z-index: 0;
	width:25%;
	height: 40px;
	margin: 0 -4px;
	font-weight:bold;
}

#tab.tab_three li{
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
	display: inline-block;
	position: relative;
	z-index: 0;
	width:33%;
	height: 40px;
	margin: 0 -4px;
	font-weight:bold;
}

#tab li em{
	position:absolute;
	top:1px;
	right:3px;
	color:#fff;
	padding:1px 4px 1px;
	font-weight:bold;
	line-height:12.5px;
	font-size:11.5px;
	font-style:normal;
	font-family:Arial;
	border-radius:10px;
	background:#dd1c11;
	text-align:center;
}

#tab li .alert{
	position:absolute;
	background:url(/nomucom/smp/common/images/svg/icn_alert.svg) no-repeat center center;
	background-size:15px 15px;
	top:1px;
	left:3px;
	width:15px;
	height:15px;
	display:block;
	z-index:1;
}

#tab li:first-child{
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
}

#tab li:last-child{
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
}

#tab li a{
	color:#2d2d2d;
}

#tab li span{
	position:absolute;
	display:block;
	left:0;
	right:0;
	bottom:10px;
	text-align:center;
	font-size:11px;
}

#tab li span.single{
	bottom:15px;
}

#tab li.selected {
	background:#fff;
	padding-top:5px;
	height: 45px;
	z-index: 2;
	border-bottom-color: #fff;
	border-top:2px solid #bddd0e;
	
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
}

#tab:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #d4d4d4;
	z-index: 1;
}



#tab_bottom{
	text-align: center;
	list-style: none;
	padding: 0;
	height: 45px;
	overflow: hidden;
	position: relative;
	margin-top:10px;
}

#tab_bottom li{
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
	display: inline-block;
	position: relative;
	z-index: 0;
	width:20%;
	height: 40px;
	margin: 0 -4px;
	font-weight:bold;
	margin-bottom:5px;
}

#tab_bottom li:first-child{
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
}

#tab_bottom li:last-child{
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
}

#tab_bottom li a{
	color:#2d2d2d;
}

#tab_bottom li span{
	position:absolute;
	display:block;
	left:0;
	right:0;
	top:9px;
	text-align:center;
	font-size:11px;
}

#tab_bottom li span.single{
	top:14px;
}


#tab_bottom li.selected {
	background:#fff;
	height: 45px;
	margin-bottom:0px;
	z-index: 2;
	border-top-color: #fff;
	border-bottom:2px solid #bddd0e;
	
		border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
}


#tab_bottom:before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0;
	border-top: 1px solid #d4d4d4;
	z-index: 0;
	/*background:url(../images/shadow.png") repeat-x bottom center;
	background-size:320px auto;*/
}


/* 見学予約　*/
.itemList_checkAct .unit-tbl2.column2 li.btn-tourDoc a.active{
	position:relative;
	display: block;
	border-radius:3px;
	border:solid 1px #f26a0d;
	background:#e77903;
	z-index:0;
	height:50px;
}

.itemList_checkAct .unit-tbl2.column2 li.btn-tourDoc a.active:after{
	position:absolute;
	content:'';
	border-radius:3px;
	background:#fe901b;
	width:100%;
	height:46px;
	z-index:-1;
	top:0;
	left:0;
}

.itemList_checkAct .unit-tbl2.column2 li.btn-tourDoc a.active.hover{
	background:#dc5901;/*下の色*/
}

.itemList_checkAct .unit-tbl2.column2 li.btn-tourDoc a.active.hover:after{
	background:#f26a0d;/*上の色*/
}

.itemList_checkAct .unit-tbl2.column2 li.btn-tourDoc a.active span{
	color:#fff;
	font-weight:bold;
}


ul.save-list li{
	margin-bottom:10px;
	cursor:pointer;
}

ul.save-list li:last-child{
	margin-bottom:0px;
}


ul.save-list li .save-linkBox {
	border:1px solid #d4d4d4;
	background:#FFF;
	border-radius:3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px  rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px  rgba(0, 0, 0, 0.1);
}

ul.save-list li .save-linkBox .day,
ul.save-list li .save-linkBox .navigation{
	text-align:left;
	padding:10px 5px 10px 10px;
}

ul.save-list li .save-linkBox .day{
	position:relative;
	height:38px;
	font-weight:bold;
}

ul.save-list li .save-linkBox .day .btn_void{
	position:absolute;
	display:block;
	top: 5px;
	right: 5px;
	width:29px;
	height:28px;
	background: url(/nomucom/smp/common/images/svg/btn_void.svg) no-repeat right center;
	background-size: contain;
}

ul.save-list li .save-linkBox .navigation {
	width:100%;
	border-top:1px solid #d4d4d4;
	background-image:url(/nomucom/smp/common/images/svg/arrow_r_g.svg);
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-size:6px 11px;
	padding-right:30px;
}

ul.save-list li .save-linkBox .navigation a{
	color:#2d2d2d;	
}


/************* こだわり特集 ********************/

.kodawari_main img{
	width:100%;
	vertical-align: bottom;
}

.linkList li .icn_rank_01 {
	background: url(/nomucom/smp/common/images/svg/icn_rank_01.svg) no-repeat 7px center;
	background-size: 44px;
}

.linkList li .icn_rank_02 {
	background: url(/nomucom/smp/common/images/svg/icn_rank_02.svg) no-repeat 7px center;
	background-size: 44px;
}

.linkList li .icn_rank_03 {
	background: url(/nomucom/smp/common/images/svg/icn_rank_03.svg) no-repeat 7px center;
	background-size: 44px;
}

.linkList li .icn_rank_04 {
	background: url(/nomucom/smp/common/images/svg/icn_rank_04.svg) no-repeat 7px center;
	background-size: 44px;
}

.linkList li .icn_rank_05 {
	background: url(/nomucom/smp/common/images/svg/icn_rank_05.svg) no-repeat 7px center;
	background-size: 44px;
}


/* 注目の新築・分譲一戸建て 広告 */

.ad_link_box{
	margin-top:5px;
	overflow:hidden;
	zoom:1;
	border-radius:3px;
}
.ad_link_box .infoBox .msg{
	margin:5px 0 15px;
	text-align:center;
	font-weight:bold;
	color:#a76d30;
}
.ad_link_box .infoBox{
	padding:10px;
	background:#fbe8d5;
	border-radius:3px;
}

.ad_link_box .infoBox .img{
	width:100%;
	display:block;
}

.ad_link_box .infoBox a{
	display:block;
	font-size:13.5px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	background:#fff;
	border:1px solid #e7caad;
	border-radius:3px;
}




.linkList.border-bottom.bold a{
	padding-right:30px;
}


/*-------------------------------
   .searchArea
--------------------------------*/
.searchArea{
	padding: 20px 10px 34px;
}
.searchArea .txt{
	margin-bottom:7px;
	font-size:90%;
	line-height:1.4;
}

.searchArea_error{
	margin-bottom:7px;
	color:red;
}
.searchArea_input{
	margin-right:2%;
	padding:10px;
	width:70%;
	border:1px solid #d4d4d4;
	vertical-align:baseline;
}

.searchArea_btn{
	position:relative;
	display:inline-block;
	padding:12px;
	min-width:20%;
	background:#444;
	color:#fff;
	font-weight:bold;

	text-align:center;
}
.searchArea_btn::before{
	content:'';
	display:inline-block;
	/*position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -11.75px;*/
	width: 1.2em;
	height: 1em;
	background: url(/nomucom/smp/top/common/images/svg/icn_search.svg) no-repeat center center;
	background-size: contain;
	vertical-align:text-top;
}

/*予約制内覧など*/
.oph_box .inner{
	display:block;
}

.oph_box .description{
    background: #fff;
    padding:10px 5px;
    font-size: 12.5px;
    line-height: 1.3;
}


/* レコメンドエンジン
--------------------*/
#nomu_item_sp{ margin:0px auto 0 auto; }
#nomu_item_sp .reco_nomu_sp{ background-color:#2d2d2d; color:#ffffff; padding:13px 0 13px 10px; font-weight:bold; text-align:left; font-size: 100%;}
#nomu_item_sp a{ display:table; width: 100%; overflow:hidden; /*background: url("https://www.nomu.com/nomucom/smp/common/images/svg/arrow_r_g_l.svg") no-repeat; background-position:right 10px center;*/ text-decoration:none; }
#nomu_item_sp a > *{
	display: table-cell;
	/*vertical-align: middle; */
	vertical-align: top;/*-- 変更--*/
}
/*
#nomu_item_sp > div:not(.reco_nomu_sp){ border-bottom:1px solid #d4d4d4; }*/
#recoArea{ border-bottom:1px solid #d4d4d4; }
#nomu_item_sp > div:not(.reco_nomu_sp) .bkthumb{ padding:10px 0 10px 10px; width:100px; text-align:center; }
#nomu_item_sp > div:not(.reco_nomu_sp) .bkthumb img{ width:90px; height: 90px; }
#nomu_item_sp > div:not(.reco_nomu_sp) .bkdetail{ padding:10px 30px 10px 10px; text-align:left; color:#2d2d2d;}
#nomu_item_sp > div:not(.reco_nomu_sp) .bkdetail h4{ font-weight:bold; margin:3px 0 5px 0; }
#nomu_item_sp .bkdetail span{ display:inline-block; margin-bottom:5px;}
#nomu_item_sp .bkprice span{ color:#dd1c11; font-weight:bold; margin-top: 5px; }

#nomu_item_sp .bukkenType{ font-weight:bold; background-color:#e9f6bf; color:#2d2d2d; font-size:85%; padding:4px 0; text-align:center; width:110px; margin:0 0 6px 0px; border-radius:2px; -webkit-border-radius:2px;}

.ico_NEW{
    color: #fff !important;
    background: #c71515;
    padding: 5px 6px 2px;
    max-width: 48px;
    box-sizing: border-box;
    display: inline-block !important;
    margin-right: 5px;
    margin-bottom: 0 !important;
    vertical-align: bottom;
}

/*----エリアお役立ち情報----*/

.area_info .area_infoTitle{
    
    font-weight: bold;
    padding: 14px 10px;
    background: #e9e9e9;
}
.area_info .area_infoTitle02{
   font-weight: bold;
	margin: 0 0 11px;
   border-left: 4px solid #badc30;
	padding-left: 10px;
   
}
.area_info_inr{	 margin: 20px 10px;line-height: 1.3;}
.area_info_inr p{ margin-bottom: 15px;}
.area_info dl { margin-bottom: 15px;}
.area_info dl dt{
  margin-bottom: 8px;	
  font-weight: bold;
}

/*----人気ランキング----*/
.ind_ranking{
	padding: 30px 10px 0;
	border-top: 1px solid #d4d4d4;
}
.ind_rankingTitle{
    font-size: 20px;
    color: #054066;
	line-height: 1.3;padding: 50px 0 0;
	font-weight: bold;
   text-align: center;background-repeat: no-repeat;
  background-position: center top;
  background-size: 44px;
  background-image: url("https://www.nomu.com/mansion/library/images/top/ind_icn__ranking.svg");
}
.ind_sct__txt {margin-top: 14px; text-align: center;font-size: 15px; line-height: 1.4;}
.ind_sct__caption {font-size: 13px;text-align: center; line-height: 1.3;}

.ind_ranking__tiles {
  margin: 20px 0;
}
.ind_ranking__tile {
  height: 200px;
  
  display: block;
  position: relative;
  margin-bottom: 30px;transition: all .2s ease-out; }

.ind_ranking__tile:hover {
    opacity: .7; }

.ind_ranking__tile img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
     
}

a.ind_ranking__tile_lnk {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.ind_ranking__txt {
  width: 100%;
  padding: 8px;
  margin-top: auto;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-position: right 13px center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url(https://www.nomu.com/mansion/library/images/top/ind__arrow.svg); 
line-height: 1.3;}
.ind_ranking__txt .is__min {
    display: block;
    font-size: 14px;
    font-weight: normal;
line-height: 1.4;}
.ind_ranking__num {
  width: 90px;
  height: 79px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 9px;
  top: -9px;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat; 
color: #333;}
.is__num1 .ind_ranking__num {
    background-image: url(https://www.nomu.com/mansion/library/images/top/ind_ranking__num1.png); }
.is__num2 .ind_ranking__num {
    background-image: url(https://www.nomu.com/mansion/library/images/top/ind_ranking__num2.png); }
.is__num3 .ind_ranking__num {
    background-image: url(https://www.nomu.com/mansion/library/images/top/ind_ranking__num3.png); }

._station.ind_ranking{
	border:none;
   margin-bottom: 30px;
}
._station .ind_ranking__tile img{
	width: 60%;
	position: static;
	display: block;
	margin: 0 auto;
}
._station .ind_ranking__tile{
	height: auto;}

._station .ind_ranking__tile:hover{ opacity:1;	}
._station .ind_ranking__tile a:hover{ opacity:0.7;	}

._station .ind_ranking__txt {
  margin: 0;
  display: block;
  position: relative;
  color: #2d312f;
  font-size: 15px;
 padding: 0;
}
._station .ind_ranking__txt strong{
  font-weight: bold;
   font-size: 18px;
	margin-bottom: 4px;
	display: inline-block;
}
._station .ind_ranking__tile table{
	margin: 6px 0 0;
    width: 100%;
line-height: 1.3;}
._station .ind_ranking__tile th{
  font-size: 13px;
   background: #e0edf5;
	padding: 5px;
}
._station .ind_ranking__tile td{
  font-size: 14px;
  padding: 5px;
}
._station .ind_ranking__tile tr:nth-of-type(1) th{
	border-bottom: 2px solid #fff;
}
.station_ranking__num{
	padding: 8px 9px 13px;
   margin: 0 5px 0 0px;
}
.station_ranking__num.is__num1{background: url(https://www.nomu.com/mansion/library/images/top/ind_ranking__num1.png) no-repeat center center;background-size: contain;}
.station_ranking__num.is__num2{background: url(https://www.nomu.com/mansion/library/images/top/ind_ranking__num2.png) no-repeat center center;  background-size: contain;}
.station_ranking__num.is__num3{background: url(https://www.nomu.com/mansion/library/images/top/ind_ranking__num3.png) no-repeat center center; background-size: contain;}


.ind__btn a{
    padding: 15px;
    width: 100%;
	font-size: 18px;margin: 0 auto;
	display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: bold;
	border-radius: 5px;
    background: url(https://www.nomu.com/mansion/library/images/top/ind__arrow.svg) no-repeat,#054066;  
    background-position: right 22px center;
    background-size: 11px ,auto;
    border: 2px solid #054066;
    border-bottom: 3px solid #002946;
   box-sizing: border-box;
}
.ind__btn a:hover {
      color: #054066;
      padding-bottom: 16px;
      border-bottom-width: 2px;
      background-color: #fff;
      background-image: url(https://www.nomu.com/mansion/library/images/top/ind__arrow2.svg); 
}
.ind_lnk__card a {
    width: 100%;
    font-size: 18px;padding: 15px 20px;
	margin: 20px auto 0;
    display: block;
    color: #004066;
    text-align: center;
    background: url(https://www.nomu.com/mansion/library/images/top/ind__arrow2.svg) no-repeat,#E0EDF5;
	background-position: right 13px center;
    background-size: 12px;
    border-radius: 5px;
   box-sizing: border-box;
}
.ind_lnk__card a:hover {
	opacity:0.7;
}
/*
#nomu_item_sp > div:not(.reco_nomu_sp){ border-bottom:1px solid #d4d4d4; }*/
#recoArea{ border-bottom:1px solid #d4d4d4; }
#nomu_item_sp > div:not(.reco_nomu_sp) .bkthumb{ padding:10px 0 10px 10px; width:100px; text-align:center; }
#nomu_item_sp > div:not(.reco_nomu_sp) .bkthumb img{ width:90px; height: 90px; }
#nomu_item_sp > div:not(.reco_nomu_sp) .bkdetail{ padding:10px 30px 10px 10px; text-align:left; color:#2d2d2d;}
#nomu_item_sp > div:not(.reco_nomu_sp) .bkdetail h4{ font-weight:bold; margin:3px 0 5px 0; }
#nomu_item_sp .bkdetail span{ display:inline-block; margin-bottom:5px;}
#nomu_item_sp .bkprice span{ color:#dd1c11; font-weight:bold; margin-top: 5px; }

#nomu_item_sp .bukkenType{ font-weight:bold; background-color:#e9f6bf; color:#2d2d2d; font-size:85%; padding:4px 0; text-align:center; width:110px; margin:0 0 6px 0px; border-radius:2px; -webkit-border-radius:2px;}


/* -おすすめの地域・駅-------------------*/
.link_recommend_area .title,
.link_recommend_station .title{
	font-weight: bold;
    padding: 8px;
	background: #e6e7d8;
}
.link_recommend_area .body,
.link_recommend_station .body{
	margin: 10px; 
	line-height: 1.4;
}
.link_recommend_area a,
.link_recommend_station a{
	margin-right:6px;
}