/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.float_nav.float {
	display: none;
}
select {
    /*appearance: none;*/
    height: 18px;
    /*width: 110px;*/
    border-radius: 3px;
    border: solid 2px #a5bee3;
/*	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;*/
}
input[type="button"] { -webkit-appearance: none; }/*iPhoneのチェックボックスを非表示にする*/

select::-ms-expand { /*IE向け*/
	/*display: none;*/
}
/*sup {
	vertical-align:text-top;
	font-size:small;
}*/
#colorbox button:focus {
    outline: none;
}
/*201113修正*/
input[type='checkbox'] {
    -moz-appearance: none;
	-webkit-appearance: none;	
    appearance: none;
    outline: none;
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: 5px;
    margin-top: 6px;
}

/*// チェックボックスのデザイン201113修正*/
input[type='checkbox']::before {
  display: block;
  position: absolute;
  content: '';
  top: -4px;
  width: 10px;
  height: 10px;
  background: #e3ebf7;
  border-radius: 3px;
  border: solid 2px #a5bee3;
}
.rent_free input[type='checkbox']::before {
  display: block;
  position: absolute;
  content: '';
  top: 1px;
  width: 10px;
  height: 10px;
  background: #e3ebf7;
  border-radius: 3px;
  border: solid 2px #a5bee3;
}
.upper_left input[type='checkbox']::before,
.rlist_inner_check input[type='checkbox']::before {
  width: 14px;
  height: 14px;
}
/*// チェックボックスの背景をチェック後に変更*/
input[type='checkbox']:checked::before {
  background-color: #013e98;
  border: solid 2px #013e98;
}

/*// チェックマークのデザイン201113修正*/
input[type='checkbox']::after {
  display: block;
  content: '';
  position: absolute;
	left: 5px;
	top: -4px;
	width: 3px;
	height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
/*  // チェックしてないときは隠す*/
  opacity: 0;
}
.rent_free input[type='checkbox']::after {
  display: block;
  content: '';
  position: absolute;
	left: 5px;
	top: 1px;
	width: 3px;
	height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
/*  // チェックしてないときは隠す*/
  opacity: 0;
}
/*// チェックするとチェックマークの透明化を解除*/
input[type='checkbox']:checked::after {
  opacity: 1;
}


section.rlist_float {
	width: 2560px;
	/*min-height: 1560px;*/
	position: relative;	
}

div.float_left {
	width: 188px;		
}
div.float_left select {
    /*appearance: none;*/
    height: 18px;
    width: 110px;
    border-radius: 3px;
    border: solid 2px #a5bee3;
    font-size: 12px;
    color: #626262;
/*	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;*/
}

div.float_left select::-ms-expand { /*IE向け*/
	/*display: none;*/
}
nav.rlist_nav {
	width: 188px;
	margin-bottom: 0;
	z-index: 1;
	height: auto;
}
/*201113css追加分*/
#search-rent-form {
	display: none;
}
.rlist_right {
	width: 846px;
	height: auto;
}
.par_list {
	width: auto;
	height: 40px;
	border: solid 2px #0070d9;
	border-radius: 7px;
	background-color: #fff;
	color: #0070d9;
	font-size: 18px;
	display: inline-block;
	-webkit-filter: drop-shadow(2px 2px 0px lightgray);
	        filter: drop-shadow(2px 2px 0px lightgray);
	margin-bottom: 30px;
}
.par_list div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.par_list div img {
	margin: 0 10px;
}
.par_list div p {
	width: auto;
	margin-right: 10px;
}
.rlist_float_inner {
	width: 1100px;
	background-color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 18px auto 60px;
	/*min-height: 1662px;*/
}		
section.rlist_head {
	position: relative;
	width: 100%;
	height: 146px;
}
.rlist_head_frame {
	width: 100%;
	height: 87px;
}

.rlist_head_btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #56595b;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;

}
/*ラジオボタンを全て消す*/
input[name="keep_conditions"] {
 	display: none;
}
.rlist_head_btn a,.rlist_head_btn label {
	font-size: 14px;
	width: 220px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-around;
	    -ms-flex-pack: space-around;
	        justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-left: 6px;
	height: 32px;
}
.rlist_head_btn a:hover {
	color: #fff;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;	
}
.rlist_head_btn label:hover {
	color: #fff;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;	
}
.rlist_head_btn a:hover img {
	-webkit-filter: brightness(1000);
	        filter: brightness(1000);	
}
.rlist_head_btn label:hover img {
	-webkit-filter: brightness(1000);
	        filter: brightness(1000);	
}
.keep_favorite {
	background: -webkit-gradient(linear,  left top, right top,  color-stop(1%, #d7e5f1),to(#d9e0ed));
	background: -o-linear-gradient(left,  #d7e5f1 1%,#d9e0ed 100%);
	background: linear-gradient(to right,  #d7e5f1 1%,#d9e0ed 100%);	
}
.keep_favorite.ie[data-value="0"] {
	background: lightgray;
}
.keep_favorite:hover {
	background: #013e98;
}
.rlist_head_btn a[data-value="0"] {
	pointer-events: none;
    filter: saturate(0%);
    -webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
}
.keep_conditions {
	background: -webkit-gradient(linear,  left top, right top,  color-stop(1%, #d4ebf7),to(#d7e5f1));
	background: -o-linear-gradient(left,  #d4ebf7 1%,#d7e5f1 100%);
	background: linear-gradient(to right,  #d4ebf7 1%,#d7e5f1 100%);
}
.keep_conditions.ie[data-value="0"] {
	background: lightgray;
}
.keep_conditions:hover {
	background: #dfb850;
}
.rlist_head_base {
	width: 100%;
	height: 55px;
	background: -webkit-gradient(linear,  left top, right top,  color-stop(1%, #d2f2ff),to(#d9e1ed));
	background: -o-linear-gradient(left,  #d2f2ff 1%,#d9e1ed 100%);
	background: linear-gradient(to right,  #d2f2ff 1%,#d9e1ed 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;	
}

.rlist_head_base_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 244px;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	height: 100%;
}

.result_ttl {
	font-size: 18px;
	color: #013e98;
}
.result_dt {
	font-size: 24px;
	color: #013e98;
}
.rlist_head_base_right {
	width: 410px;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.sort, .viewer {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	color: #56595b;
	font-size: 16px;
}
.sort p, .sort select,
.viewer p, .viewer select {
	margin-right: 6px;	
}
.rlist_check_btn {
	position: relative;
	width: 100%;
	height: 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.rlist_check_btn > p {
	color: #56595b;
	font-size: 18px;
	margin-left: 31px;

}

.rlist_check_btn > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 16px;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.rlist_check_btn > ul li {
	margin-left: 40px;

}
.rlist_check_btn > ul li a,
.rlist_check_btn > ul li button {
	width: 210px;
	height: 42px;
	color: #fff;
	font-size: 16px;
	-webkit-box-pack: space-around;
	    -ms-flex-pack: space-around;
	        justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.rlist_check_btn > ul li a:hover,
.rlist_check_btn > ul li button:hover {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.contact_btn {
	background: #ff961b;
}
.contact_btn:hover {
	background: #dfb850;
}
.favorite_btn {
	background: #0070d9;
}
.favorite_btn:hover {
	background: #013e98;
}
a.contact_btn[data-value="0"],
a.favorite_btn[data-value="0"] {
	pointer-events: none;
    filter: saturate(0%);
    -webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
}
.rlist_head_inner > ul.link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.rlist_head_inner > ul.link li {
	width: 258px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	background-color: #103e98;
	text-align: center;
	line-height: 60px;
}
.rlist_head_inner > ul.link li::before {
	content: url("../../common/images/rent/down_arrow.svg");
	position: absolute;
	display: block;
	margin-left: 30px;
}
section.rlist_head .section_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/rent/head_ttl.png");
	background-position: 0 0;
	/*top: 100px;*/
	margin: 50px auto 30px;
	height: 78px;
	width: 102px;
}
section.rlist_head .section_ttl p {
	font-size: 18px;
	color: #71757a;
	position: relative;
	padding-top: 39px;
	text-align: center;
}
.rlist_head_inner .more_btn {
	position: absolute;
	left: 712px;
	top: 150px;
}

.top_head_list {
	position: relative;
	display: block;
	margin: 40px auto 50px;
	width: 836px;
	height: 140px;
}
.top_head_list li {
	height: 26px;
	margin-bottom: 30px;
}
.top_head_list li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.post_date {
	font-size: 16px;
	color: #013e98;
	margin-right: 20px;
	line-height: 28px;
}
.head_cat_icon {
	font-size: 16px;
	color: #fff;
	background-color: #dfb850;
	margin-right: 30px;
	width: 110px;
	height: 26px;
	text-align: center;
}

.head_desc {
	font-size: 16px;
	color: #56595b;	
}


.rlist_content, .rlist_content_favorite {
	position: relative;
	width: 100%;
	height: auto;
}
.rlist_content {
	display: block;
}
.rlist_content_favorite {
	display: none;
}
.rlist_content_inner {
	position: relative;
	width: 786px;
	/*height: 1500px;*/
	margin: 0 auto;
	padding-top: 36px;
	/*height: auto;*/
}
.rlist_content_inner > ul > li {
	border-bottom: solid 8px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	-o-border-image: -o-linear-gradient(left, #d2f2ff 1%,#d9e1ed 100%) 10;
	   border-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #d2f2ff),to(#d9e1ed)) 10;
	   border-image: linear-gradient(to right, #d2f2ff 1%,#d9e1ed 100%) 10;

}

.rlist_content_head {
	width: 100%;
	height: 136px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.rlist_content_head > a {
	margin: 0 auto;
}
/*↓favoriteで使用*/
.rlist_content_head > img {
	width: 180px;
	height: 136px;
	/*margin: 0 auto;*/
	   object-fit: contain;
	   font-family: 'object-fit: contain;';
}

.rlist_content_head > a img {
	/*width: 180px;*/
	height: 136px;
	/*margin: 0 auto;*/
	   /*object-fit: contain;*/
	   /*font-family: 'object-fit: contain;';*/
}

.rlist_content_head > dl {
	width: 582px;
	height: 100%;
}
.rlist_content_head > dl dt {
	color: #56595b;
	font-size: 16px;
	font-weight: bolder;
	border-bottom: solid 2px #013e98;
	margin-bottom: 12px;
	padding-bottom: 9px;

}
.rlist_content_head > dl dt span {
	font-size: 11px;
	color: #fff;
	background: #013e98;
	padding: 3px;
	margin-right: 10px;

}
.rlist_content_head > dl dd {
	color: #56595b;
	font-size: 15px;
	margin-bottom: 10px;

}
.rlist_content_detail {
	width: 100%;
	height: 192px;
	border: solid 2px #013e98;
	border-radius: 20px;
	margin-top: 20px;
}
li.rlist_content_detail > div:not(.rlist_content_detail_inner) {
	display: none;
}
.rlist_content_detail_inner {
	width: 737px;
	height: 145px;
	position: relative;
	margin: 23px auto;
	background: #fff;
}

/*テナント消費税込を表示させるものと消費税無しの場合の部分〜ココカラ*/
.list_detail.nontax .dt_table .fee.nontax,
.list_detail.nontax .dt_table .manage_fee.nontax {
/*	display: block;*/
}
.list_detail.nontax .dt_table .fee.tax,
.list_detail.nontax .dt_table .manage_fee.tax {
	display: none;
}
.list_detail.tax .dt_table .fee.nontax,
.list_detail.tax .dt_table .manage_fee.nontax {
	display: none;
}
.list_detail.tax .dt_table .fee.tax,
.list_detail.tax .dt_table .manage_fee.tax {
/*	display: block;*/
}
/*テナント消費税込を表示させるものと消費税無しの場合の部分〜ココマデ*/

.rlist_detail_inner_up {
	width: 100%;
	height: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.rlist_detail_inner_lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.new_a {
/*	font-size: 13px;
	color: #fff;
	background: #e41616;
	height: 28px;
	display: block;
	line-height: 28px;
	width: 100%;
	text-align: center;*/
}
.rlist_inner_date {
	opacity: 0;
	font-size: 16px;
	color: #56595b;
}
.rlist_detail_chk {
	width: 40px;
	height: 100%;
}
.rlist_inner_check {
	height: 77px;
	width: 40px;
}
.rlist_inner_check input {
    /*vertical-align: middle;*/
    /*margin-top: 40px;*/
    /*display: block;*/
    margin: 0 auto;
    margin-left: 10px;
}
table, tr, th, td, img {
	vertical-align: middle!important;
}
table th.new_a {
	width: 40px;
}
.rlist_sheet {
	position: relative;
	width: 640px;
	height: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

table.dt_table {
	/*width: 600px;*/
	height: 105px;
	display: block;
}
table.dt_table tr {
	/*display: flex;*/
}
table.dt_table tr {
	height: 26px;
}
table.dt_table th {
	text-align: center;
	background: #e5e5e5;
	height: 28px;
	font-size: 12px;
	color: #626262;
	line-height: 28px;
}
table.dt_table th.newChk p {
	font-size: 13px;
	color: #fff;
	background: #e41616;
	text-align: center;
}
table.dt_table td {
	text-align: center;
	color: #434343;
	font-size: 16px;
}
/*テナント物件の敷金礼金のフォントサイズ調整*/
table.dt_table td.fee.nontax ~ td.collateral,
table.dt_table td.manage_fee.nontax ~ td.thanks01 {
	font-size: 15px;
}
.area_dt {
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;*/
}
td.collateral,
td.thanks,
td.thanks01 {
	text-align: left!important;
}
td.collateral img,
td.thanks img,
td.thanks01 img {
	margin: 0 4px;
}
.fp_head {
	width: 115px;
}
.fp_img img {
	width: 108px;
	height: 81px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.fee_head {
	width: 103px;
} 
.collateral_head {
	width: 96px;
}
.area_head {
	width: 124px;
}
.bf_head {
	width: 74px;
}
.fav_head {
	width: 88px;
}
.fee {
	font-size: 24px;
	color: #e41616;
}
.manage_fee {
	color: #e41616;
}
.rlist_sheet dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 105px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;

}
/*.dt_table > tr:nth-of-type(1) > th:first-child {
	display: none;
}
.dt_table > tr:nth-of-type(2) > td:first-child {
	display: none;
}*/
/*20201117修正*/
.fav_img input {
	display: none;
}
.fav_img label {
	position: relative;
	width: 42px;
	height: 55px;
	margin: 0 auto;
}
.fav_img label:hover {
	cursor: pointer;
}
.fav_img input[type="checkbox"] + label {
    display: block;
    background-image: url(../../common/images/r_list/star_icon_l_sb.png);
    background-size: 42px;
    /*background-position: left center;*/
    background-repeat: no-repeat;
    /*padding: 4px 0 0 28px;*/
}
 
.fav_img input[type="checkbox"]:checked + label {
	display: block;
	background-size: 42px;
	margin: 0 auto;
    background-image: url(../../common/images/r_list/star_icon_l_sb2.png);
}

.madori_img {
	width: 105px;
	height: 77px;
	position: relative;
}
.madori_img img {
	position: relative;
	display: block;
	margin: 0 auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

.rlist_link_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 105px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

}

.detail_link,.contact_link {
	width: 84px;
	height: 44px;
	font-size: 12px;
	display: block;
	text-align: center;
	border-radius: 5px;
	line-height: 20px;
}

.detail_link span, .contact_link span {
	font-size: 11px;
} 
.detail_link:hover  {
	color: #013e98!important;
	background: #fff;
	border: solid 2px #013e98;
}
.detail_link{
	color: #fff!important;
	background: #013e98;
	border: solid 2px #013e98;
}
.contact_link {
	background: #ff961b;
	color: #fff!important;
}
.contact_link:hover {
	background: #dfb850;
}
.rlist_inner_catch {
	color: #56595b;
	font-size: 16px;
	/*position: absolute;*/
	bottom: 0;

}

.pagenation {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
}
.page_num {
	display: none;
}
.nav_inner {
	margin: 10px;
}

.rlist_nav dl dt {
	font-weight: bolder;
}
dl dl {
	/*margin-left: -2px;*/
}
.rlist_nav dl {
	/*border: solid 2px #013e98;*/
	background: #fff;
	/*width: 100%;*/
	height: auto;
}
form > dl:first-child {
	border: solid 1px #013e98;
}
.rlist_nav dl details:last-child {
	border: solid 1px #013e98;
}
.type {/*種別*/
	height: 155px;
}
.type .nav_inner {
	height: 70px;
}
.type dt {/*種別*/
	text-align: center;
	/*padding-left: 10px;*/
}
.type dd ul {/*201113修正*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

}
.rent_fee {/*賃料*/
	height: 118px;
}
.rent_fee .nav_inner{/*賃料*/
	height: auto;

}
.rent_fee dt {/*賃料*/
	text-align: center;
	/*padding-left: 10px;*/
}
.rent_fee dd {/*賃料*/
	height: 100%;
}
.rent_fee dd > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.rent_fee dd > ul > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.rent_fee dd ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.rent_fee dd > ul > ul li {
	width: 100px;
}
.rent_fee select {

}
.rent_space {/*間取り*/
	height: 230px;
}
.rent_space.tenant {
	display: none;
}
.rent_space dt {/*間取り*/
	text-align: center;
	/*padding-left: 10px;*/
}
.rent_space .nav_inner {
	height: 136px; 
}
.rent_space .nav_inner dd ul {/*間取り*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;/*間取り*/
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.rent_space .nav_inner dd ul li {/*間取り201113修正*/
	/*width: 84px;*/

}
.rent_area {
	height: 87px;
}
.rent_area dt {
	text-align: center;
	/*padding-left: 10px;*/
}
.rent_area .nav_inner {
	height: auto;
}
.nav_inner dd {
	height: 100%;
	width: 100%;
}
.nav_inner > dd > ul {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.nav_inner > dd > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;	
}
.nav_inner > dd > ul span,
.nav_inner > dd > ul > li > ul span {
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
}
.rent_area .nav_inner dd > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;	
}
.rent_age {
	height: 150px;
}
.rent_age dt {
	text-align: center;
	/*padding-left: 10px;*/
}
.rent_age .nav_inner {
	/*height: 96px; */
}
.rent_age .nav_inner dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.rent_age .nav_inner dd ul li {
	width: 82px;
}

.rent_station {
	height: 156px;
}
.rent_station dt {
	text-align: center;
	/*padding-left: 10px;*/
}
.rent_station .nav_inner {
	/*height: 103px; */
}
.rent_station .nav_inner dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.rent_station .nav_inner dd ul li {
	width: 82px;
}
/*201113修正*/
.rent_parking {
	height: 100px;
}
.rent_parking dt {
	text-align: center;
	/*padding-left: 10px;*/
}
/*201113修正*/
.rent_parking .nav_inner {
	/*height: 46px; */
}
.rent_parking .nav_inner dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.rent_parking .nav_inner dd ul li {
	width: 84px;
}

.rent_free {
	height: 144px;
}
.rent_free dt {
	text-align: center;
	/*padding-left: 10px;*/
}
.rent_free .nav_inner {
	/*height: 90px; */
}
.inner_railway{
	/*display: none;*/
}
.inner_area_btn.railway {
	/*display: none;*/
}
.inner_area,
.inner_railway {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 20px;	
}
.inner_area label,
.inner_railway label {
    top: 4px;
    position: relative;
}
ul.inner_area > li > label > .select_menu > ul,
ul.inner_railway > li > label > .select_menu > ul {
	display: none;
} 
ul.inner_area > li > label:hover > .select_menu > ul {
	display: block;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	z-index: 99;
}
ul.inner_railway > li > label:hover > .select_menu > ul {
	display: block;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	z-index: 99;
}
.select_menu > ul {
	position: absolute;
    width: 600px;
    height: auto;
    padding: 5px;
    margin-left: 50px;
    border-radius: 10px;
    margin-top: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: #fff;
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
            filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
ul.inner_area > li > label > .select_menu > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
}
ul.inner_railway > li > label > .select_menu > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 110px;
}
.select_menu > ul > li > label {
	margin-left: 22px;
}
.inner_area li,
.inner_railway li {
	margin-bottom: 10px;
}
a.inner_area_btn,
.rent_free .nav_inner dd a {
	color: #013e98;
	font-size: 12px;
	height: 30px;
	width: 142px;
	margin: 0 auto;
	display: block;
	text-align: center;
	border: solid 2px #013e98;
	border-radius: 8px;
	line-height: 31px;
	font-weight: bolder;
}
a.inner_area_btn:hover {
	color: #fff;
	background: #013e98;
	border: solid 2px #013e98;
}
.rent_free .nav_inner dd a:hover {
	color: #fff;
	background: #013e98;
	border: solid 2px #013e98;
}
.rent_free .nav_inner dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	/*align-items: center;*/

}
/*201113修正*/
.rent_age .nav_inner dd ul li label,
.rent_station .nav_inner dd ul li label,
.rent_parking .nav_inner dd ul li label {
	margin-left: 0;
}

.nav_inner > dd > ul > li > input[type="checkbox"] + label {
    margin-left: 22px;
	font-size: 12px;
	color: #626262;
	text-align: center;
}
.nav_inner > dd > ul > li > label {
	font-size: 12px;
	color: #626262;
	text-align: center;
}
.rent_area .nav_inner > dd > ul > li > label {
    margin-left: 0;
}
.current_search {
	/*width: 100%;*/
	/*min-height: 175px;*/
}
.current_search.tenant {
	display: none;
}
.change_condition.tenant {
	display: none;
}
.current_search .nav_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.change_condition {
	width: 100%;
}
.change_condition .nav_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	/*min-height: 130px;*/
}
.rlist_nav dl dt {
	background: #013e98;
	font-size: 14px;
	color: #fff;
	height: 34px;
	line-height: 34px;
}
.current_search dt {
	text-align: center;
}
.current_search dd {
	font-size: 12px;
	color: #626262;
	text-align: left;
}
.change_condition dt {
	text-align: center;
}
.change_condition dd {
	font-size: 12px;
	color: #626262;
	text-align: left;
}

.change_condition .btn_g {
	margin: 0 auto;
    color: #fff;
    width: 146px;
    height: 30px;
    font-size: 14px;
    background-color: #10c677;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 2px #10c677;
    border-radius: 7px;
    -webkit-filter: drop-shadow(2px 2px 0px lightgray);
            filter: drop-shadow(2px 2px 0px lightgray);
}
.change_condition .btn_g:hover {
    background-color: #013e98;
    border: solid 2px #013e98;
}
.change_condition .btn_g img {
    -webkit-filter: brightness(255);
            filter: brightness(255);
}

.keep_btn {
    color: #013e98!important;
    width: 146px;
    height: 30px;
    font-size: 14px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 2px #013e98;
    border-radius: 7px;
}
.keep_btn:hover {
    color: #fff!important;
    background-color: #013e98;
}

.keep_btn:hover img {
	-webkit-filter: brightness(255);
	        filter: brightness(255);
}

.bottom_btn {
	margin: 20px auto;
    color: #fff!important;
    width: 100%;
    height: 44px;
    font-size: 14px;
    background-color: #10c677;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 2px #10c677;
    border-radius: 7px;
    -webkit-filter: drop-shadow(2px 2px 0px lightgray);
            filter: drop-shadow(2px 2px 0px lightgray);
    position: relative;	
}
.bottom_btn:hover {
	background-color: #dfb850;
	border: solid 2px #dfb850;
}
.bottom_btn img {
	-webkit-filter: brightness(255);
	        filter: brightness(255);	
}
/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}
/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::marker {
  display: none;
}
/**
 * Chrome用のデフォルト三角削除
**/
/*details summary::-webkit-details-marker {
  display: none;
}*/
details > summary::before {
	content: url(../../common/images/r_list/plus-circle-solid.svg);
	width: 17px;
	fill: #fff;
    margin-top: 7px;
    margin-left: 9px;
	position: absolute;
}
details[open] > summary::before {
	content: url(../../common/images/r_list/minus-circle-solid.svg);
	width: 17px;
	fill: #fff;
    margin-top: 7px;
    margin-left: 9px;
	position: absolute;
}
.change_condition > details:not([open]) + a,
.rent_free > details:not([open]) + a {
	display: none;
}
details {
	margin: 0;
	padding: 0;
}

summary:hover {
	cursor: pointer;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ココカラb_list▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.sale_condition input[type='checkbox']::before {
  display: block;
  position: absolute;
  content: '';
  top: -3px;
  width: 10px;
  height: 10px;
  background: #e3ebf7;
  border-radius: 3px;
  border: solid 2px #a5bee3;
}
/*// チェックボックスの背景をチェック後に変更*/
.sale_condition input[type='checkbox']:checked::before,
.sale_free input[type='checkbox']:checked::before {
  background-color: #013e98;
  border: solid 2px #013e98;
}
/*// チェックマークのデザイン201113修正*/
.sale_condition input[type='checkbox']::after {
  display: block;

  content: '';
  position: absolute;
	left: 5px;
	top: -3px;
	width: 3px;
	height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);

/*  // チェックしてないときは隠す*/
  opacity: 0;
}
.sale_free input[type='checkbox']::before {
  display: block;
  position: absolute;
  content: '';
  top: 1px;
  width: 10px;
  height: 10px;
  background: #e3ebf7;
  border-radius: 3px;
  border: solid 2px #a5bee3;
}
.sale_free input[type='checkbox']::after {
  display: block;
  content: '';
  position: absolute;
	left: 5px;
	top: 1px;
	width: 3px;
	height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
/*// チェックするとチェックマークの透明化を解除*/
.sale_condition input[type='checkbox']:checked::after,
.sale_free input[type='checkbox']:checked::after {
  opacity: 1;
}

.blist_content {
	position: relative;
	width: 100%;
	height: auto;
}
.blist_content_inner {
	position: relative;
	width: 810px;
	/*height: 1500px;*/
	/*margin: 0 auto;*/
	padding-top: 36px;
	/*height: auto;*/
}
.blist_content_inner > ul > li {
	/*height: 252px;*/
	margin-bottom: 45px;

}
.blist_content_list {
	width: 100%;

}
.row_top {
	margin-top: 7px;
}

.row_bottom {
	margin-bottom: 7px;

}
/*PC用cssなのでSPは表示しない*/
.sp_sale_list {
	display: none;
}
.sp_tbl_wrap,
.sp_lower_btn {
	display: none;
}
/*土地*/
.blist_content_list > .upper.land {
	width: 100%;
	/*height: 136px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: solid 1px #d2d2d2;
} 
.upper.land .upper_table {
	height: 120px;
}
.upper.land .upper_table tr:nth-of-type(1) {
	height: 50px;
}
.upper.land .upper_table tr:nth-of-type(2), 
.upper.land .upper_table tr:nth-of-type(3) {
	height: 35px;
}
/*一戸建て*/
.blist_content_list > .upper.house {
	width: 100%;
	/*height: 196px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: solid 1px #d2d2d2;
} 
.upper.house .upper_table {
	height: 166px;
}
.upper.house .upper_table tr:nth-of-type(1),
.upper.house .upper_table tr:nth-of-type(4) {
	height: 50px;
}
.upper.house .upper_table tr:nth-of-type(2),
.upper.house .upper_table tr:nth-of-type(3) {
	height: 33px;
}
.new_icon {
	position: absolute;
    margin-left: 17px;
    margin-top: -93px;
    width: 54px;
    height: 67px;
}
.new_icon img {
	width: 100px;
	height: 100%;
}

/*アパート・マンション,事業用*/
.blist_content_list > .upper.apartment,
.blist_content_list > .upper.business,
.blist_content_list > .upper.investment {
	width: 100%;
	/*height: 158px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: solid 1px #d2d2d2;
} 
.upper.apartment .upper_table,
.upper.business .upper_table {
	height: 140px;
}
.blist_content_list > .upper.apartment .upper_table tr:nth-of-type(2),
.blist_content_list > .upper.business .upper_table tr:nth-of-type(2) {
	border-bottom: solid 1px #d2d2d2;
}
.upper_left {
	width: 210px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.upper_left > input[type='checkbox'] {
    -moz-appearance: none;
	-webkit-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    position: relative;
}
.upper_left > div {
	width: 180px;
}
.upper_left div img {
	width: 180px;
	height: 136px;
}
.upper_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 578px;
}
.upper_left > div > a:nth-of-type(n+2) {
	display: none;
}
.blist_newicon {
	font-size: 11px;
	color: #fff;
	background-color: #4b4b4b;
	display: inline-table;
	padding: 3px 6px;
	margin-right: 10px;

}
.blist_type {
	font-size: 11px;
	color: #fff;
	background-color: #013e98;
	display: inline-table;
	padding: 3px 6px;
	margin-right: 10px;

}
.blist_ttl {
	font-size: 16px;
	color: #56595b;
	
}
.upper_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: solid 2px #013e98;
	padding-bottom: 5px;

}
.upper_table {
	width: 100%;

}
.upper_table table {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
.upper_table table tbody {
	width: 100%;
}
.upper_table th,
.upper_table td {
	font-size: 16px;
	color: #56595b;
}
.upper_table tr:nth-of-type(1) {
	border-bottom: solid 1px #d2d2d2;
	width: 100%;
}
.upper_table tr:nth-of-type(4) {
	border-top: solid 1px #d2d2d2;
	width: 100%;
	/*height: 52px;*/
}
/*価格*/
.upper_table tr:nth-of-type(1) th:nth-of-type(1) {
	width: 130px;
}
/*価格*/
.upper_table tr:nth-of-type(1) td:nth-of-type(1) {
	width: 160px;
	color: #e41616;
	font-size: 24px;
	text-align: left;
}
/*用途地域*/
.upper_table tr:nth-of-type(1) th:nth-of-type(2) {
	width: 110px;
}
.upper_table tr:nth-of-type(2),
.upper_table tr:nth-of-type(3) {
}
/*建ぺい率*/
.upper_table tr:nth-of-type(2) th:nth-of-type(2) {
	vertical-align: bottom;
}
.blist_content_list > .lower {
	
} 
.upper_table th[rowspan="2"] {
	margin: 10px auto;
}
.lower_access {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
}
.lower_access dt {
	font-size: 16px;
	color: #56595b;
	margin-left: 60px;
	margin: 0 75px 0 60px;

}
.lower_access dd {
	font-size: 16px;
	color: #56595b;
	
}
.lower_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 16px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.lower_btn > li .contact_btn {
	width: 250px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	-webkit-box-pack: space-around;
	    -ms-flex-pack: space-around;
	        justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.lower_btn > li .favorite_btn {
	width: 280px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	-webkit-box-pack: space-around;
	    -ms-flex-pack: space-around;
	        justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.lower_btn > li .detail_link {
	width: 192px;
	height: 41px;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	-webkit-box-pack: space-around;
	    -ms-flex-pack: space-around;
	        justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.blist_content_list .lower li > input {
    display: none;
}
.blist_content_list .lower li > input {
    display: none;
}
.blist_content_list .lower li > label:hover {
	cursor: pointer;
}
.blist_content_list .lower li > input[type="checkbox"] + label > div {
    display: block;
    background-image: url(../../common/images/r_list/star_icon_m_w.png);
    background-size: 26px;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}
 
.blist_content_list .lower li > input[type="checkbox"]:checked + label > div {
	display: block;
	background-size: 26px;
    background-image: url(../../common/images/r_list/star_icon_m_y.png);
    width: 26px;
    height: 26px;
}

/*.blist_content_list .lower li > input[type="checkbox"] + label > p {
	content: "この物件をお気に入りに追加";
}
.blist_content_list .lower li > input[type="checkbox"]:checked + label > p {
	content: "この物件はお気に入り登録済";
}*/

/*左側ナビ部分*/
.change_condition > a > dt::before {
	content: url(../../common/images/r_list/undo-alt-solid.svg);
	width: 17px;
	fill: #fff;
    margin-top: 3px;
    margin-left: -27px;
	position: absolute;	
}
/*nav.slist_nav {
	width: 188px;
	margin-bottom: 0;
	z-index: 1;
	height: auto;
}
.slist_nav dl dt {
	font-weight: bolder;
}
.slist_nav dl {
	background: #fff;
	width: 100%;
	height: auto;
}
.slist_nav dl dt {
	background: #013e98;
	font-size: 14px;
	color: #fff;
	height: 34px;
	line-height: 34px;
}
.slist_nav dl > details {
	border: solid 2px #013e98;

}*/
.sale_free > details[open] + a {
	/*display: block;*/
}
.sale_condition > details:not([open]) + a,
.sale_free > details:not([open]) + a {
	display: none;
}
.sale_free > details {
	/*border: solid 2px #013e98;*/
}
.sale_price {/*価格*/
	/*height: 118px;*/
}
.sale_price .nav_inner{/*価格*/
	height: auto;

}
.sale_price dt {/*価格*/
	text-align: center;
	/*padding-left: 10px;*/
}
.sale_price dd {/*価格*/
	height: 100%;
}
.sale_price dd > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
/*	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;*/
}
.sale_price dd > ul > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.sale_price dd ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.sale_price dd > ul > ul li {
	width: 100px;
}
.sale_larea {/*土地面積*/
	/*height: 230px;*/
}
.sale_larea dt {/*土地面積*/
	text-align: center;
	/*padding-left: 10px;*/
}
.sale_larea .nav_inner {
	/*height: 176px; */
}
.sale_invrate .nav_inner dd ul,
.sale_larea .nav_inner dd ul {/*土地面積*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

.sale_larea .nav_inner dd ul li {/*土地面積*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sale_walk {
	/*height: 100px;*/
}
.sale_walk dt {
	text-align: center;
	/*padding-left: 10px;*/
}
/*201113修正*/
.sale_walk .nav_inner {
	/*height: 46px; */
}
.sale_walk .nav_inner dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.sale_walk .nav_inner dd ul li {
	width: 82px;
}
.sale_barea {
	display: none;
	/*height: 87px;*/
}
.sale_barea.house,
.sale_barea.business,
.sale_barea.investment {
	display: block;
}

.sale_barea dt {
	text-align: center;
	/*padding-left: 10px;*/
}
.sale_barea .nav_inner dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.sale_barea .nav_inner {
	height: auto;
}
/*.nav_inner dd {
	height: 100%;
	width: 100%;
}
.nav_inner > dd > ul {
	height: 100%;
}*/
.sale_barea .nav_inner dd ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;	
}
.sale_fp {
	display: none;
	/*height: 150px;*/
}
.sale_fp.house,
.sale_fp.apartment {
	display: block;
}
.sale_fp dt {
	text-align: center;
	/*padding-left: 10px;*/
}
.sale_fp .nav_inner {
	/*height: 96px; */
}
.sale_fp .nav_inner dd ul {
/*	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}
.sale_fp .nav_inner dd ul li {
	width: 114px;
}
.sale_fp .nav_inner dd ul {/*土地面積*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;/*間取り*/
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;/*間取り*/
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.kind_type,
.invest_type,
.build_type,
.sale_invrate,
.sale_build.land {
	display: none;
	/*height: 156px;*/
}
.kind_type.business,
.build_type.business,
.build_type.investment,
.invest_type.investment,
.sale_invrate.investment {
	display: block;
}
.sale_build dt {
	text-align: center;
	/*padding-left: 10px;*/
}
.sale_build .nav_inner {
	/*height: 103px; */
}
.sale_build .nav_inner dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.sale_build .nav_inner dd ul li {
	/*width: 82px;*/
}
.sale_free {
	/*height: 144px;*/
}
.sale_free.business,
.sale_free.investment {
	display: none;
}
.sale_free dt {
	text-align: center;
	/*padding-left: 10px;*/
}
.sale_free .nav_inner {
	/*height: 90px; */
}
.sale_condition {
	font-size: 12px;
	color: #626262;
	text-align: left;
}
.sale_condition dt {
	text-align: center;
}
.sale_condition.nav_inner {
	/*height: 90px; */
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ココマデb_list▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/


/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ココカラfavorite▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.rlist_right.favorite {
	margin: 0 auto;
	width: 846px;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ココマデfavorite▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ココカラrent_entry▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
main#entry {
/*	background-image: url("../../common/images/contact/contact_area01_bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;*/
}
.entry_inner {
	position: relative;
	width: 2560px;
}
div.ui-datepicker-title > select {
	height: auto;
}
#entry table tr td {
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.entry_list_inner {
	width: 100%;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.entry_list_inner table th {
	background: #e6f3fc;
	font-size: 14px;
	color: #626262;

}
.entry_list_inner table td {
	color: #56595b;
	text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.entry_list_inner.rent table td,
.entry_list_inner.tenant table td {
	height: 60px;
}
.entry_list_inner table tr + tr {
	border-left: solid 3px #e6f3fc;
}
.entry_list_inner > input {
	display: none;
}

.entry_list_area {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 30px;
}

section.entry_list_content {
	position: relative;
	width: 100%;
	height: auto;	
}

.entry_list_content_inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 36px;
}

.entry_list_content_inner > ul li {
	/*border-bottom: solid 8px;*/
	/*padding-bottom: 35px;*/
	margin-bottom: 3px;
	/*border-image: linear-gradient(to right, #d2f2ff 1%,#d9e1ed 100%) 10;*/
}
.entry_list_content_inner > ul {
	/*border-bottom: solid 8px;*/
	/*padding-bottom: 35px;*/
	margin-bottom: 70px;
	/*border-image: linear-gradient(to right, #d2f2ff 1%,#d9e1ed 100%) 10;*/
}
.entry_list_inner > div > table {
	width: 100%;
	border: solid 3px #e6f3fc;
	border-collapse: collapse;
}
.entry_list_inner > div > table tbody {
	display: flex;
}
.entry_list_inner > div > table tr {
	display: flex;
	flex-direction: column;
}
.entry_list_inner > div > table tr:nth-of-type(1) {
	width: 20%;
}
.entry_list_inner > div >  table tr:nth-of-type(2) {
	width: 35%;
}
.entry_list_inner > div >  table tr:nth-of-type(3) {
	width: 15%;
}
.entry_list_inner > div >  table tr:nth-of-type(4) {
	width: 15%;
}
.entry_list_inner > div >  table tr:nth-of-type(5) {
	width: 15%;
}
.entry_list_inner > div {
	width: 100%;
}
/*.entry_list_inner table th:nth-of-type(6) {
	width: 10%;
}
*/
.entry_list_inner > div > table tr th {
	height: 30px;
	text-align: center;
}
.entry_list_inner > div > table tr th {
	height: 30px;
	text-align: center;
}
td.fee {
    color: #e41616!important;
}

td.ent_fee p:nth-of-type(1) {
	font-size: 20px;
	font-weight: bold;
	color: #e41616!important;
}
td.kind p:nth-of-type(1) {
	color: #fff;
	font-size: 14px;
	padding: 3px 15px;
	background-color: #013e98;
	border-radius: 16px;
}

td.contact_num {
	font-size: 18px;
	color: #e41616!important;	
}
table#input_top tr th,
table#input tr th {
	width: 200px;
}
table#input_top {
	margin-bottom: 40px;
}
table#input {
	margin-bottom: 30px;
}
table#input_top tr td div {
	margin: 10px;
}
table#input_top tr:nth-of-type(1) td div,
table#input_top tr:nth-of-type(3) td div {
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
table#input_top,
table#input {
	width: 100%;
	border: solid 3px;
	border-color: #e6f3fc;
	border-collapse: collapse;	
}
table#input_top tr:nth-of-type(2) td div {
	display: flex;
	flex-wrap: wrap;
}
table#input_top tr:nth-of-type(1) td {
	/*flex-direction: row;*/
}
table#input_top tr:nth-of-type(1) td > div {
	width: 100%;
}
table#input_top tr:nth-of-type(1) td > div:nth-of-type(1) {
	width: auto;
	margin-left: 24px;
}
table#input_top tr:nth-of-type(1) td > div#tenant_chk {
	margin-left: 5px;
}
#tenant_chk > span {
	display: flex;
	align-items: center;
}
table#input_top tr:nth-of-type(1) td > div a {
	color: blue;
}
table#input_top tr:nth-of-type(1) td span {
	margin: 10px 15px 0 0;
}
table#input_top tr:nth-of-type(1) td > div#tenant_chk > span {
	margin: 0;
}
table#input_top tr:nth-of-type(1) td > div#tenant_chk > span label span {
	margin-left: 25px;
}


table#input_top tr:nth-of-type(1) select {
	margin-left: 30px;
	margin-right: 10px;
}
table#input_top th,
table#input th {
	background: #e6f3fc;
	font-size: 16px;
	color: #626262;	
	border-bottom: solid 3px #fff;
}
table#input_top tr:last-child th,
table#input tr:last-child th {
	border-bottom: solid 3px #e6f3fc;
}
table#input_top td,
table#input td {
	font-size: 16px;
	color: #626262;	
  border-top: solid 2px #e6f3fc;
  border-bottom: solid 2px #e6f3fc;
}
table#input_top th p,
table#input th p {
    margin: 10px 0 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}
table#input_top label > input ~ span {
    margin-left: 38px;
    margin-right: 30px;
}
table#input_top label > input[type='checkbox'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: 5px;
    margin-top: 9px;
}
#txtToTime,
#txtFloorplan {
	width: 240px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0!important;
}
/*table#input label > input ~ span {*/
    /*margin-left: -8px;*/
/*}*/
table#input td div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
table#input td div:nth-of-type(1) p:nth-of-type(1),
table#input td div:nth-of-type(2) p:nth-of-type(1),
table#input td div:nth-of-type(3) p:nth-of-type(1),
table#input td div:nth-of-type(4) p:nth-of-type(1),
table#input td div:nth-of-type(5) p:nth-of-type(1) {
	width: 130px;
}
table#input td div p ~ input,
table#input td div p ~ select,
table#input td div p ~ span {
	margin-left: 20px;
}
table#input td div p ~ span > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
table#input td div select {
	margin-right: 10px;
}
table#input td div input {
	/*margin-right: 10px;*/
}
table#input td div p:nth-of-type(2) {
	margin-left: 40px;
}
table#input td textarea {
	/*margin: 10px;*/
}
table#input_top tr th div,
table#input tr:nth-of-type(-n+3) th div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


table#input_top tr th span,
table#input tr:nth-of-type(-n+3) th span {
    /*content: '必須';*/
    /*margin-left: 130px;*/
    /*margin-top: -3px;*/
    /*position: absolute;*/
    color: #fff;
    padding: 2px 5px 3px;
    background-color: red;
    margin-right: 10px;
}
table#input_top input[type='text'],
table#input_top select,
table#input input[type='text'],
table#input input[type='email'],
table#input input[type='number'],
table#input select {
	font-size: 16px;
	height: 30px;
}
table#input tr:nth-of-type(7) td > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
table#input tr:nth-of-type(7) td > div > p {
	width: 50%!important;
}
table#input tr:nth-of-type(7) td > div > input {
	width: 50%;
}
table#input tr:nth-of-type(7) td > div > p ~ input {
	margin-left: 0;
}
#txtToAddress {
	width: 537px;
}
table#input textarea {
	font-size: 16px;
	width: 100%;
}
div.chkSaki,
div.chkTarget {
	width: 775px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
div.chkSaki > span,
div.chkTarget > span {
    width: auto;
}
div.chkTarget > span {
	margin-right: 20px;
}
table#input_top > tbody > tr:nth-of-type(1) > td > div > span:nth-of-type(1){/*位置を揃えるためのイレギュラー処理*/
	margin-left: 10px;
}
table#input_top > tbody > tr:nth-of-type(2) > td > div > span > label > input {
	margin-left: 15px;
}
div.chkSaki > span > label,
div.chkTarget > span > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: baseline;
}
div.chkSaki > span > label input,
div.chkTarget > span > label input {
	position: relative;
    margin-top: 15px;
    margin-right: 10px;
}
div.chkSaki > span > label span,
div.chkTarget > span > label span {
	position: relative;
    margin: 5px 10 5px 0;
}
div.chkSaki tr td > span label input,
table#input_top tr td > span label input {
	margin-left: 15px;
}
div.chkSaki tr td > span label input ~ span,
table#input_top tr td > span label input ~ span {
	margin-left: -2px;

}
.notice {
	font-size: 16px;
	color: #ff7a7a;
	margin-bottom: 20px;
}
.notice p {
	text-align: right;
}
.notice p span {
	color: #fff;
    background-color: red;
    padding: 2px 5px 4px;
    font-weight: bold;
}
input#txtToName,
input#txtToKana,
input#txtToMail,
.mwform-tel-field > input[name^='texToTel'] {
	background-color: #ffd1d1;
}
.mw_wp_form_preview .privacyArea {
	display: none;
}
iframe {
	border: solid 1px #013e98;
	border-radius: 7px;
}
.mw_wp_form_complete {
	font-size: 18px;
	color: #434343;
	text-align: center;
	margin-bottom: 60px;
}

#contact_form_submit {
	margin: 60px auto;
    text-align: center;
}
#contact_form_submit p {
	font-size: 18px;
	margin-bottom: 30px;
	color: red;
	text-align: center;
}
#contact_form_submit > button[value="confirm"],
#contact_form_submit > button[value="back"] {
	background-color: transparent;
    border: solid 1px #013e98;
    color: #013e98;
    background-color: #fff;
    font-size: 16px;
    padding: 10px 30px;
}
#contact_form_submit > button[value="send"] {
	background-color: #e41616;
	color: #fff;
	border: solid 1px #e41616;
	-webkit-filter: drop-shadow(2px 2px 0px lightgray);
	        filter: drop-shadow(2px 2px 0px lightgray);
    font-size: 16px;
    padding: 10px 30px;
    margin-bottom: 60px;
}
#contact_form_submit > button[value="send"]:hover {
	color: #e41616;
	background-color: #fff;
} 
#contact_form_submit button:hover {
	cursor: pointer;
}
#contact_form_submit > button.disable {
	pointer-events: none;
	background-color: #aaa;
	border: solid 1px gray;
	color: lightgray;
}
.txtToTime.disable {
	pointer-events: none;
	background-color: #aaa;
	border: solid 1px gray;
	color: lightgray;	
}
.privacy_desc {
	font-size: 13px;
	color: #434343;
	margin-bottom: 20px;
}
.google_desc {
	text-align: right;
	font-size: 13px;
	color: #434343;
	display: none;
}
.google_desc a {
	color: blue;
}
.mw_wp_form_input ~ .google_desc {
	display: block;
}
.privacy_check {
	font-size: 13px;
	color: #434343;
	margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
    margin: 10px auto 0;
}
.privacy_check > p {
	margin-right: 30px;
}
div.check_box_comb {
    width: 140px;
    height: 46px;
    border: solid 3px #ff7a7a;
    background-color: #ffd1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
div.check_box_comb.disable {
	filter: grayscale(1);
}
div.check_box_comb > input {
	position: relative;
	margin-left: 20px;
}
div.check_box_comb.disable > input {
	pointer-events: none;
}
div.check_box_comb > label {
	margin-left: 10px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
table.entry_status {
	display: none;
}
.mw_wp_form_input table.entry_status.input {
	display: block;
}
.mw_wp_form_preview table.entry_status.preview {
	display: block;
}
.mw_wp_form_complete table.entry_status.complete {
	display: block;
}
table.entry_status {
	width: 100%;
	/*border: solid 2px #013e98;*/
	border-collapse: collapse;
	/*height: 40px;*/
	margin-bottom: 20px;
}
table.entry_status tr {
	width: 100%;
}
table.entry_status tbody {
	width: 100;
}
table.entry_status tr th {
    width: 333px;
    height: 40px;
    font-size: 16px;
    border: 2px solid #013e98;
}
table.entry_status.input tr th:nth-of-type(1) {
	background-color: #ffd1d1;
	color: #013e98;
}
table.entry_status.input tr th:nth-of-type(2) {
	background-color: lightgray;
	color: gray;
}
table.entry_status.input tr th:nth-of-type(3) {
	background-color: lightgray;
	color: gray;
}
table.entry_status.preview tr th:nth-of-type(1) {
	background-color: #ffd1d1;
	color: #013e98;
}
table.entry_status.preview tr th:nth-of-type(2) {
	background-color: #ff7a7a;
	color: #013e98;
}
table.entry_status.preview tr th:nth-of-type(3) {
	background-color: lightgray;
	color: gray;
}
table.entry_status.complete tr th:nth-of-type(1) {
	background-color: #ffd1d1;
	color: #013e98;
}
table.entry_status.complete tr th:nth-of-type(2) {
	background-color: #ff7a7a;
	color: #013e98;
}
table.entry_status.complete tr th:nth-of-type(3) {
	background-color: #ff4f4f;
	color: #013e98;
}