/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*spでは下のfloatを表示させない*/
.float_side {
	display: none;
}
.float_nav.float {
	display: none;
}
.pankuzu_float {
	margin-top: 80px;
	margin-left: 30px;
	height: 50px;
  width: calc(100% - 40px);
}
.pankuzu_float > div#pankuzu > ul {
	white-space: nowrap;
}
.pankuzu_float > div#pankuzu > ul li:nth-of-type(even){
	margin: 0 -8px;
}
select {
    /*appearance: none;*/
    height: 28px;
    /*width: 110px;*/
    border-radius: 3px;
    background-color: #fff;
    border: solid 2px #a5bee3;
/*	-webkit-appearance:button;
	-moz-appearance:button;
	appearance:button;*/
}

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;
    border: 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: 100%;
	position: relative;	
}

div.float_left {
	width: 100%;
	margin: 0 auto;		
}
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: 260px!important;
	left: -260px;
	margin: 0 auto;
	z-index: 1;
	top: 0!important;
	height: 100%;
	bottom: 0;
	overflow-y: auto;
}
/*SP版便利機能をON*/
#sp_menu_wrap_detail,
#sp_menu_wrap_list {
	display: block;
}
ul#sp_fixed_btn {
	display: flex;
	z-index: 970;
	width: 90vw;
	/*margin: 0 auto;*/
	position: fixed;
	justify-content: space-between;
	margin-left: 5%;
	margin-top: -25px;
}

#sp_order_menu_list {
	display: block;
	position: fixed;
	top: -105px;
	left: 0;
	z-index: 980;
	width: 100%;	
}
#sp_acc_menu_list {
	display: block;
	position: fixed;
	top: -105px;
	left: 0;
	z-index: 980;
	width: 100%;	
}
.sp_acc_menu_inner,
.sp_order_menu_inner {
	width: 90%;
	margin: 0 auto;
}

.sp_acc_menu_contents,
.sp_order_menu_contents {
	box-sizing: border-box;
	background: #d2f2ff;
	background: linear-gradient(270deg,#d2f2ff 0%, #d9e1ed 100%);
	background: -webkit-linear-gradient(270deg,#d2f2ff 0%, #d9e1ed 100%);
	background: -moz-linear-gradient(270deg,#d2f2ff 0%, #d9e1ed 100%);
		/*background-color: #d2f2ff;*/
    width: 100%;
    height: 160px;
    padding-top: 30px;
}
.sp_acc_menu_contents {
	border: solid 2px #0070d9;
	border-radius: 0 0 0 10px;

	/*background-color: #0070d9;*/
}
.sp_order_menu_contents {
	border: solid 2px #ff961b;
	border-radius: 0 0 10px 0;
	/*background-color: #ff961b;*/
}
.sp_acc_menu_tab,
.sp_order_menu_tab {
	/*background-color: #d9e1ed;*/
    /*color: #434343;*/
    /*width: 170px;*/
	/*margin-left: auto;    */
    height: 30px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /*font-size: 4vw;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp_acc_menu_tab {
	background-color: #0070d9;
	color: #fff;
	/*margin-left: auto;*/
	/*width: 150px; */
}
.sp_order_menu_tab {
	background-color: #ff961b;
	color: #fff;
}
.sp_acc_menu_tab {
/*  width: 50px;
  height: 50px;
  background-color: #ddd;
  border-radius: 12px;
  position: relative;
  margin: 20px;*/
}
.sp_acc_menu_tab[data-icon="false"] {
	margin-top: -30px;
	transition: .2s linear;
}
.sp_acc_menu_tab[data-icon="true"] {
	margin-top: 0px;
	transition: .2s linear;
}
.sp_order_menu_tab[data-value="0"] {
	margin-top: -30px;
	transition: .2s linear;
}
.sp_order_menu_tab:not([data-value="0"]) {
	margin-top: 0px;
	transition: .2s linear;
}
/*.sp_acc_menu_tab[data-value="0"]::before,*/
/*.sp_order_menu_tab[data-icon="false"]::after,*/
.sp_acc_menu_tab[data-icon="false"]::before,
.sp_order_menu_tab[data-value="0"]::before {
  display: none;
}
.sp_acc_menu_tab::before {
    display: inline-block;
    position: relative;
    content: '';
    margin: 2px 3px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../common/images/r_list/star_icon_m_y.png);
    /*content: url(../../common/images/r_list/star_icon_m_y.png);*/
    /*content: '★';*/
    /*width: 4vw;*/
    /*height: 4vw;*/
    z-index: 2;
}
/*.sp_acc_menu_tab::before,*/
.sp_order_menu_tab::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    content: attr(data-value);
    color: #fff;
    /*width: 3vw;*/
    /*height: 3vw;*/
    /*box-sizing: border-box;*/
    padding: 4px 5px 5px;
    /*font-size: 4vw;*/
    /*font-weight: bold;*/
    background-color: #e41616;
    border-radius: 50%;
    margin: 3px;
    /*top: 0;*/
    /*right: 0;*/
    /*transform: translate(-20%, 0%);*/
    z-index: 1;
}

/*SP版便利機能をONココマデ*/

/*spのdetail関連を非表示ココカラ*/
#sp_head_close,
#sp_acc_menu_detail,
#sp_order_menu_detail {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/
/*201113css追加分*/
#search-rent-form {
	display: none;
}
.rlist_right {
	width: 100%;
	height: auto;
}
.par_list {
	width: auto;
	/*height: 40px;*/
	margin-left: 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: 100%;
	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 0px;
	/*min-height: 1662px;*/
}		
section.rlist_head {
	position: relative;
	width: 100%;
}
.rlist_head_frame {
	width: 100%;
}
section.rlist_head .rlist_head_btn,
section.rlist_head .rlist_check_btn {
	display: none;
}
.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: 90px;
	padding: 10px;
	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;
	        flex-direction: column-reverse;
	border-radius: 8px;
	margin: 0 auto;
	height: 60px;
}
.rlist_head_btn a + a {
}
.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);	
}
.head_frame .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%);
}
.head_frame .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%);
}
#sp_acc_menu_list .keep_favorite,
#sp_acc_menu_list .keep_conditions {
	background-color: #013e98;
	color: #fff;
}
#sp_acc_menu_list .keep_favorite img,
#sp_acc_menu_list .keep_conditions img {
	filter: brightness(5000%);
}
#sp_acc_menu_list a[data-value="0"] img {
	filter: brightness(1.0);
}
#sp_acc_menu_list a[data-value="0"] {
	color: #56595b;
}
.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;
	align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: center;	
}

.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: 240px;
	/*height: 100%;*/
	/*flex-direction: column;*/
	margin: 10px 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: center;
}
.rlist_head_base_right div + div {
}
.sort, .viewer {
	/*height: 100%;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-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: 14px;
}
.sort p, .sort select,
.viewer p, .viewer select {
	margin-right: 6px;	
}
.rlist_check_btn {
	position: relative;
	width: 100%;
	margin-bottom: 9px;
	flex-direction: column;
	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: 15px;
}

.rlist_check_btn > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	color: #fff;
	font-size: 16px;
	width: 100%;
}
.rlist_check_btn > ul li {
	margin: 0 auto;
}
.rlist_check_btn > ul li + li {
}
.rlist_check_btn > ul li a,
.rlist_check_btn > ul li button {
	width: 90px;
	height: 60px;
	padding: 10px;
	flex-direction: column-reverse;
	color: #fff;
	font-size: 14px;
	-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: 8px;
	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%);
}
a.keep_favorite[data-value="0"]::before,
a.keep_conditions[data-value="0"]::before,
.sp_acc_menu_contents a.contact_btn.wn[data-value="0"]::before,
.sp_acc_menu_contents a.favorite_btn.wn[data-value="0"]::before {
	display: none;
}
a.keep_favorite::before,
a.keep_conditions::before,
.sp_acc_menu_contents a.contact_btn.wn::before,
.sp_acc_menu_contents a.favorite_btn.wn::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-value);
    color: #fff;
    min-width: 24px;
    height: 24px;
    box-sizing: border-box;
    padding: 4px;
    font-size: 15px;
    font-weight: bold;
    background-color: #e41616;
    border-radius: 50%;
    transform: translate(-200%, -130%);
    z-index: 1;
}
a.keep_favorite::before,
a.keep_conditions::before {
	background-color: #10c677;
}
.sp_acc_menu_contents a.contact_btn.wn::before,
.sp_acc_menu_contents a.favorite_btn.wn::before {
	background-color: #e41616;
}
.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: calc(100% - 20px);
	/*margin: 0 auto;*/
    /*width: calc(95% - 30px);*/
    margin: 0 0 0 25px;
	height: auto;
}
.rlist_content {
	display: block;
}
.rlist_content_favorite {
	display: none;
}
.rlist_content_inner {
	position: relative;
	width: 100%;
	/*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%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-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: 200px;
	/*margin: 0 auto;*/
	   object-fit: contain;
	   /*font-family: 'object-fit: contain;';*/
}

.rlist_content_head > dl {
	width: 100%;
	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;

}
li.rlist_content_detail {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
/*	height: 192px;
	border: solid 2px #013e98;
	border-radius: 20px;*/

}
li.rlist_content_detail > .sp_rlist_inner_check {
	width: 30px;
	display: flex;
	align-items: center;
	/*background-color: salmon;*/
}
.sp_rlist_inner_check > input[type="checkbox"]::before  {
	width: 16px;
	height: 16px;
}
.sp_rlist_inner_check > input[type="checkbox"]::after {
    width: 6px;
    height: 14px;	
}
li.rlist_content_detail > .sp_right_area {
	display: flex;
	font-size: 14px;
	color: #56595b;
	flex-direction: column;
	width: calc(100% - 50px);
}
li.rlist_content_detail > .sp_right_area span {
	font-size: 11px;
}
.sp_upper {
	display: flex;
	margin-bottom: 10px;
}
.sp_fp_img {
	width: 108px;
	height: 80px;
}
.sp_fp_img a img{
	width: 108px;
	height: 80px;
	object-fit: cover;
}
.sp_upper_list {
	width: calc(100% - 108px);
}
.sp_upper_list > a {
}
.sp_upper_list > a > .fee_manage_fee,
.sp_upper_list > a > .collateralthanks01thanks,
.sp_upper_list > a > .floorplanarea_dtfloor {
	display: flex;
}
.sp_upper_list > a > .fee_manage_fee {
	align-items: baseline;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sp_upper_list > a > .collateralthanks01thanks {
	align-items: baseline;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.sp_upper_list > a > .floorplanarea_dtfloor {
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.floorplanarea_dtfloor br {
	display: none;
}
.sp_lower_btn {
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
}
.sp_lower_btn > div + a {
	margin-left: 20px;
}
.sp_fee {
	font-size: 20px;
	color: #e41616;
}
.sp_manage_fee {
	color: #e41616;
}
.sp_area_dt {
	display: flex;
}

.sp_collateral {

}
.collateralthanks01thanks div,
.floorplanarea_dtfloor div {
	/*width: 33%;*/
	margin: 0 2px;
	text-align: center;
}
li.rlist_content_detail + li.rlist_content_detail {
	margin-top: 20px;
}
.rlist_content_detail_inner {
	display: none;
	width: 737px;
	height: 145px;
	position: relative;
	margin: 23px auto;
	background: #fff;
}
ul.list_detail {
}

.sp_fav_img > input {
    display: none;
}
.sp_fav_img {
	color: #fff;
	background-color: #0070d9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 30px;
	border-radius: 7px;
	filter: drop-shadow(2px 2px 0px lightgray);
}
.sp_fav_img label {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sp_fav_img > label:hover {
	cursor: pointer;
}
.sp_fav_img > input[type="checkbox"] + label > div {
    display: block;
    margin: 0 5px;
    background-image: url(../../common/images/r_list/star_icon_m_w.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
 
.sp_fav_img > input[type="checkbox"]:checked + label > div {
	display: block;
	margin: 0 5px;
	background-size: 20px;
    background-image: url(../../common/images/r_list/star_icon_m_y.png);
    width: 20px;
    height: 20px;
}
.sp_contact_link {
	background: #ff961b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 30px;
	border-radius: 7px;
	filter: drop-shadow(2px 2px 0px lightgray);
}
.sp_contact_link img {
	margin: 0 5px;
	width: 20px;
	object-fit: contain;
}
.sp_detail_link {
	width: 20px;
	font-size: 20px;
	transform: scaleY(2);
	padding-right: 5px;
	color: #013e98;
}
/*テナント消費税込を表示させるものと消費税無しの場合の部分〜ココカラ*/
.list_detail.nontax .sp_fee.nontax,
.list_detail.nontax .sp_manage_fee.nontax {
	display: block;
}
.list_detail.nontax .sp_fee.tax,
.list_detail.nontax .sp_manage_fee.tax {
	display: none;
}
.list_detail.tax .sp_fee.nontax,
.list_detail.tax .sp_manage_fee.nontax {
	display: none;
}
.list_detail.tax .sp_fee.tax,
.list_detail.tax .sp_manage_fee.tax {
	display: block;
}
/*テナント消費税込を表示させるものと消費税無しの場合の部分〜ココマデ*/
.rlist_detail_inner_up {
	width: 100%;
	height: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	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 {
	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;
}
.rlist_sheet > table {
}

.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;

}

/*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: 75px;
}
.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-around;

}
.type .nav_inner dd ul li {
	width: 102px;
}
.type .nav_inner dd ul::after {
	content: '';
	width: 102px;
}
.rent_fee {/*賃料*/
	height: 118px;
}
.rent_fee .nav_inner{/*賃料*/
	height: 160px;

}
.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-around!important;
}
.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 {
	width: 100%;
	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: 100px; 
}
.rent_space .nav_inner dd ul {/*間取り*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;/*間取り*/
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.rent_space .nav_inner dd ul li {/*間取り201113修正*/
	width: 114px;

}
.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: space-around;
	    -ms-flex-pack: space-around;
	        justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.nav_inner > dd > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 0 auto;
    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: 100px; 
}
.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-around;
}
.rent_age .nav_inner dd ul li {
	width: 82px;
}
.rent_age .nav_inner dd ul::after {
	content: '';
	width: 82px;
}

.rent_station {
	height: 156px;
}
.rent_station dt {
	text-align: center;
	/*padding-left: 10px;*/
}
.rent_station .nav_inner {
	height: 100px; 
}
.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-around;
}
.rent_station .nav_inner dd ul li {
	width: 82px;
}
.rent_station .nav_inner dd ul::after {
	content: '';
	width: 82px;
}
/*201113修正*/
.rent_parking {
	height: 100px;
}
.rent_parking dt {
	text-align: center;
	/*padding-left: 10px;*/
}
/*201113修正*/
.rent_parking .nav_inner {
	height: 50px; 
}
.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: 82px;
}
.rent_parking .nav_inner dd ul::after {
	content: '';
	width: 82px;
}

.rent_free {
	height: 144px;
}
.rent_free dt {
	text-align: center;
	/*padding-left: 10px;*/
}
.rent_free .nav_inner dd ul li {
	width: 50%;
}
.rent_free .nav_inner dd ul::after {
	content: '';
	width: 50%;
}
.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;
    margin: 0 auto;
    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: 240px;
    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: calc(100% - 20px);
    margin: 0 0 0 25px;
	height: auto;
}
.blist_content_inner {
	position: relative;
	width: 100%;
	/*height: 1500px;*/
	/*margin: 0 auto;*/
	padding-top: 36px;
	margin: 0 auto;
	/*height: auto;*/
}
.blist_content_inner > ul > li {
	/*height: 252px;*/
	margin-bottom: 45px;

}
.blist_content_list {
    width: 100%;
    margin: 0 auto;
}
.row_top {
	margin-top: 7px;
}

.row_bottom {
	margin-bottom: 7px;

}
/*SP用csssなのでPCは表示しない*/
.blist_content_list > .upper {
	display: none;
}
.blist_content_list > .lower {
	display: none;
}
.sp_sale_list {
	width: 100%;
	font-size: 14px;
	color: #56595b;
	display: flex;
	align-items: center;
}
.sp_sale_wrap {
	display: flex;
	width: calc(100% - 25px);
	flex-direction: column;
}
.sp_sale_wrap > div + div {
	margin-top: 15px;
}
.sp_blist_inner_check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	flex-shrink: 1;
}
.sp_blist_inner_check > input[type='checkbox'] {
	margin: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sp_blist_inner_check > input[type='checkbox']::before {
	position: relative;
	top: 0;
	width: 20px;
	height: 20px;
}
.sp_blist_inner_check > input[type='checkbox']::after {
    left: 11px;
    top: 4px;
    width: 6px;
    height: 16px;
}
.sp_sale_upper {
	display: flex;
	/*height: 30px;*/
	align-items: center;
	flex-direction: row;
	border-bottom: solid 2px #013e98;
}
.sp_sale_upper > * + * {
	margin-left: 5px;
}
.sp_blist_type {
	font-size: 11px;
	color: #fff;
	text-align: center;
	background-color: #013e98;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 6px;
	flex-shrink: 2;
}
.sp_blist_ttl {
	font-size: 16px;
	flex-shrink: 3;
}
.sp_price {
	font-size: 20px;
	color: #e41616;	
}

.sp_upper_head {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.sp_upper_head > p + p {
	margin-left: 5px;
}
.sp_sale_middle {
	display: flex;
	align-items: center;
	width: 100%;
}
.sale_sp_img {
	display: flex;
	margin-right: 10px;
	align-items: center;
}
.sale_sp_img > a:nth-of-type(n+2) {
	display: none;
}
.sale_sp_img img {
	object-fit: contain;
}
.floor_build,
.land_build {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
}
.floor_build > div:nth-of-type(2),
.land_build > div:nth-of-type(2) {
	margin: 0 5px;
}
/*.sp_middle_list {
	width: calc(100% - 145px);
}*/
.sp_middle_list > div + div {
	margin-top: 5px;
}
.sp_middle_list > div:nth-of-type(odd) {
	background-color: #EEFFFF;
}
.sp_address,
.sp_access,
.land_build {
line-height: 17px;	
}
.sp_detail_link {
	width: 20px;
	font-size: 20px;
	transform: scaleY(2);
	padding-right: 5px;
	color: #013e98;
}
/*土地*/
.blist_content_list > .upper.land,
.blist_content_list > .upper.house,
.blist_content_list > .upper.apartment,
.blist_content_list > .upper.business,
.blist_content_list > .upper.investment {
	width: 100%;
	/*display: flex;*/
    align-items: center;
    justify-content: space-around;
	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%;
	display: flex;
    align-items: center;
    justify-content: space-around;
	border-bottom: solid 1px #d2d2d2;*/
} 
.upper.house .upper_table {
}
.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: 13px;
    margin-top: -93px;
    width: 54px;
    height: 67px;
}
.new_icon img {
	width: 100px;
	height: 100%;
}

/*アパート・マンション,事業用*/
.blist_content_list > .upper.apartment,
.blist_content_list > .upper.business {
/*	width: 100%;
	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 {
}
.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;
	/*margin: 15px;*/
	margin: 15px;
	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::after {
	content: '↑複数（お問い合わせ・お気に入り）';
	white-space: pre;
	position: relative;
	/*writing-mode: vertical-rl;*/
	font-size: 12px;
	color: #56595b;
	margin-left: -22px;
}
.upper_left > div {
	width: 180px;
}
.upper_left div img {
	width: 180px;
	height: 136px;
}
/* 文字の折返しを禁止 */
/*.x-scroll td, .x-scroll th{
white-space: nowrap; */
}
.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: 100%;*/
}
.upper_left > div > a:nth-of-type(n+2) {
	display: none;
}
.blist_newicon {
	font-size: 11px;
	color: #fff;
	text-align: center;
	background-color: #4b4b4b;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
	margin-right: 10px;
	flex-grow: 0;
	width: 34px;
	/*flex-basis: 24px;*/
}
.blist_type {
	font-size: 11px;
	color: #fff;
	text-align: center;
	background-color: #013e98;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
	margin-right: 10px;
	width: 90px;
	flex-grow: 0;
}
.blist_ttl {
	font-size: 16px;
	color: #56595b;
	flex-grow: 1;
	/*flex-basis: auto;*/
	
}
.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%;*/
	width: 408px;
	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: 90px;
}
/*価格*/
.upper_table tr:nth-of-type(1) td:nth-of-type(1) {
	width: 140px;
	color: #e41616;
	font-size: 24px;
	text-align: left;
}
/*用途地域*/
.upper_table tr:nth-of-type(1) th:nth-of-type(2) {
	width: 70px;
}
.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;
}

.upper_table th[rowspan="2"] {
	margin: 10px auto;
}
.lower_access {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	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: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 16px;
    align-content: space-between;
    justify-content: space-around;
}

.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: 262px;
	height: 44px;
	transform: scale( 0.95 , 1 );
	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_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 {
	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;
	height: 24px;
}
.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 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: 100%;
}
.rlist_right.favorite > .rlist_content,
.rlist_right.favorite > .blist_content {
	position: relative;
    width: 95%;
    margin: 0 auto;
	height: auto;
}
.rlist_right.favorite > .blist_content > .blist_content_inner > ul > li > .blist_content_list > .upper > .upper_right > .upper_table::before {
	content: '→横にスクロールできます';
    color: #56595b;
    font-size: 14px;
    writing-mode: horizontal-tb;
    position: relative;
    top: -4px;
    left: 0;	
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ココマデfavorite▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ココカラrent_entry▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#sp_head_close.entry {
	display: block;
}

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: 100%;
}
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 > div {
	width: 100%;
}
.entry_list_inner table th {
	background: #e6f3fc;
	font-size: 14px;
	text-align: center;
	color: #626262;

}
.entry_list_inner table td {
	color: #56595b;
	text-align: center;
	height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
	/*border-left: solid 3px #e6f3fc;*/
	/*border-right: solid 3px #e6f3fc;*/
	/*border: solid 3px #e6f3fc;*/
}
.entry_list_inner > input {
	display: none;
}

.entry_list_area {
	margin: 40px auto 0;
	width: 95%;
	padding-bottom: 30px;
}

section.entry_list_content,
section.contact_form {
	position: relative;
	width: 100%;
	height: auto;	
}
.entry_list_content_inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 36px;
}
section.contact_form > div,
section.contact_form > div form {
	width: 100%;
}

.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 1px #e6f3fc;
	border-collapse: collapse;
}
.entry_list_inner > div > table tbody {
	display: flex;
	flex-wrap: wrap;
}
.entry_list_inner > div > table tbody tr {
	border: solid 1px #e6f3fc;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.entry_list_inner > div > table tbody tr:nth-of-type(3),
.entry_list_inner > div > table tbody tr:nth-of-type(4),
.entry_list_inner > div > table tbody tr:nth-of-type(5) {
	width: 33.333%;
}
.entry_list_inner.rent > div > table tbody tr:nth-of-type(3) {
	width: 28.666%;
}
.entry_list_inner.rent > div > table tbody tr:nth-of-type(4) {
	width: 38%;
}
.entry_list_inner.rent > div > table tbody tr:nth-of-type(5),
.entry_list_inner.tenant > div > table tbody tr:nth-of-type(5) {
	width: 33.333%;
}
.entry_list_inner > div > table tbody tr:nth-of-type(4) {
	/*border-left: solid 3px #e6f3fc;*/
	/*border-right: solid 3px #e6f3fc;	*/
}
/*.entry_list_inner table th:nth-of-type(1) {
	width: 120px;
}
.entry_list_inner table th:nth-of-type(2) {
	width: 200px;
}
.entry_list_inner table th:nth-of-type(3) {
	width: 100px;
}
.entry_list_inner table th:nth-of-type(4) {
	width: 100px;
}
.entry_list_inner table th:nth-of-type(5) {
	width: 100px;
}*/
/*.entry_list_inner table th:nth-of-type(6) {
	width: 10%;
}
*/
.entry_list_inner > table tr th {
	height: 30px;
	text-align: center;
}
.entry_list_inner > table tr th {
	height: 30px;
	text-align: center;
}


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

td.contact_num {
	font-size: 18px;
	color: #e41616!important;	
}
table#input_top tr th,
table#input tr th {
	display: block;
	width: 100%;
}
table#input_top {
	margin-bottom: 40px;
}
table#input {
	margin-bottom: 30px;
}
table#input_top tr td div {
	margin: 10px;
	display: flex;
	flex-wrap: wrap;
}
table#input_top tr:nth-of-type(2) td div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
table#input_top,
table#input {
	width: 100%;
	border: solid 3px #e6f3fc;
	border-collapse: collapse;	
}
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 {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #626262;	
	/*border-bottom: solid 3px #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 > tbody > tr:nth-of-type(2) > td > div > span > label > span {
    margin-left: 25px;
}

input[type="button"],
input[type="submit"],
input[type="checkbox"] {
    -webkit-appearance: none;
  }
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;
}
table#input_top tr:nth-last-of-type(2) td {
	display: flex;
	flex-wrap: wrap;
}
table#input_top tr td *:first-child {
	margin-left: 10px;
}
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) td > div a {
	color: blue;
}
#txtToDate,
#slcComeTimeHr {
	margin: 10px;
}
#txtToTime {
	width: 240px;
}
/*table#input label > input ~ span {*/
    /*margin-left: -8px;*/
/*}*/
table#input td div {
	display: flex;
	width: 93%;
	flex-wrap: wrap;
	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),
table#input td div p:nth-of-type(2) {
	width: 100px;
}
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;*/
	/*width: 130px;*/
}
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;
	width: 100%;
}
table#input tr:nth-of-type(7) td > div {
	display: flex;
	margin: 10px;
	flex-direction: column;
	align-items: flex-start;
}
table#input tr:nth-of-type(7) td > div > p {
	width: 100%!important;
}
table#input tr:nth-of-type(7) td > div > p ~ input {
	margin-left: 0;
	width: 93%;
}
table#input textarea {
	font-size: 16px;
	width: 100%;
}
#txtToNyukyo {
	width: 80px;
}

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:nth-of-type(1) {/*位置を揃えるためのイレギュラー処理*/
	margin-left: 10px;
}
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;
}
span.mwform-tel-field {
	width: 100%;
	display: flex;
	align-items: center;
}
span.mwform-zip-field {
	width: 70%;
	display: flex;
	align-items: center;	
}
span.mwform-tel-field > *,
span.mwform-zip-field > * {
	margin: 0 5px;
}
span.mwform-tel-field input {
	/*width: 25%!important;*/
}
.mw_wp_form_preview .privacyArea {
	display: none;
}
iframe {
	border: solid 1px #013e98;
	border-radius: 7px;
	width: 100%!important;
}
.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: 16px;
	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-top: 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: left;
	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;
    flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 10px auto 0;
}
.privacy_check > p {
	margin-bottom: 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: 12px;
    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;
}

@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.rlist_content_head{
		flex-direction: column-reverse;
	}
	.rlist_content_head > a {
		margin: 0 auto;
	}
	.blist_content_list > .upper.land,
	.blist_content_list > .upper.house,
	.blist_content_list > .upper.apartment,
	.blist_content_list > .upper.business,
	.blist_content_list > .upper.investment {
		flex-direction: column;	
	}
	ul#sp_fixed_btn li:nth-of-type(1) {
		width: 55%;
	}
	ul#sp_fixed_btn li:nth-of-type(2) {
		width: 40%;
	}
	.sp_acc_menu_tab,
	.sp_order_menu_tab {
	    font-size: 4vw;
	}
	.sp_acc_menu_tab::before {
	    width: 4vw;
	    height: 4vw;
	}
	.sp_order_menu_tab::before {
	    width: 3vw;
	    height: 3vw;
    	font-size: 4vw;
	}
	.upper_right {
		width: 100%;
	}
	.lower_btn {
		height: 163px;
	}
	.blist_ttl {
		/*width: 130px;*/
	}
	.upper_table::before {

	}
	/*物件お問い合わせフォーム用*/
	table#input td div p:nth-of-type(2) {
		margin-top: 10px;
	}
	table#input td div p:nth-of-type(2) + input {
		margin-top: 10px;
	}
	.rlist_head_base {
		flex-direction: column;
	}
	.sale_sp_img,
	.sale_sp_img img {
		width: 32vw;
		height: calc(32vw * .755);
	}
	.sp_middle_list {
		width: calc(100% - 32vw - 10px);
	}
	.sp_tbl_wrap {
		display: flex;
		align-items: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.sp_tbl_wrap > .sp_rlist_inner_check {
		width: 30px;
	}
	.sp_table {
		text-align: center;
		width: calc(100% - 60px);
		font-size: 14px;
		border-collapse: collapse;
		color: #626262;
		border: solid 2px #e6f3fc;
	}
	.sp_table tbody > tr:nth-of-type(1) td {
		display: flex;
		align-items: baseline;
		justify-content: center;
	}
	.sp_table tbody > tr:nth-of-type(3) td {
		display: flex;
		justify-content: center;		
	}
	.sp_table tbody > tr:nth-of-type(1) td div:first-child {
		font-size: 20px;
		color: #e41616;
	}
	.sp_table tbody > tr:nth-of-type(1) td div span {
		font-size: 14px;
		color: #e41616;
	}
	.sp_table th,
	.sp_table td {
		display: block;
		width: 100%;
	}
	.sp_table th {
		font-size: 12px;
		background-color: #e6f3fc;
	}
	.sp_table br {
		display: none;
	}
	.sptbl_fp_img a img {
	    width: 108px;
	    height: 80px;
	    object-fit: cover;
	}
	.entry_list_inner {
		font-size: 14px
	}
	.entry_list_inner > div > table tbody tr:nth-of-type(1),
	.entry_list_inner > div > table tbody tr:nth-of-type(2) {
		width: 100%;
	}
	.entry_list_inner.rent table tr:nth-of-type(1) td,
	.entry_list_inner.tenant table tr:nth-of-type(1) td {
		height: 30px
	}
	.entry_list_inner.rent table tr:nth-of-type(n+2) td,
	.entry_list_inner.tenant table tr:nth-of-type(n+2) td {
		min-height: 60px
	}


}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.rlist_content_head > a {
		margin: 0 20px;
	}
	.blist_content_list > .upper.land,
	.blist_content_list > .upper.house,
	.blist_content_list > .upper.apartment,
	.blist_content_list > .upper.business,
	.blist_content_list > .upper.investment {
		flex-wrap: wrap;
	}
	.upper_right {
		width: 408px;
	}
	.lower_btn {
		height: 104px;
	}
	.blist_ttl {
		/*width: 260px;*/
	}
	ul#sp_fixed_btn li:nth-of-type(1) {
		width: 35%;
	}
	ul#sp_fixed_btn li:nth-of-type(2) {
		width: 20%;
	}
	.sp_acc_menu_tab,
	.sp_order_menu_tab {
	    font-size: 4vh;
	}
	.sp_acc_menu_tab::before {
	    width: 5vh;
	    height: 5vh;
	}
	.sp_order_menu_tab::before {
	    width: 3vh;
	    height: 3vh;
	    font-size: 4vh;
	}
	/*物件お問い合わせフォーム用*/
	table#input td div p:nth-of-type(2) {
		margin-left: 40px;
	}
	.sale_sp_img,
	.sale_sp_img img {
		width: 135px;
		height: 102px;
	}
	.sp_middle_list {
		width: calc(100% - 145px);
	}
	.sp_tbl_wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 10px;
	}
	.sp_tbl_wrap > .sp_rlist_inner_check {
		width: 30px;
	}
	.sp_table {
		text-align: center;
		/*width: calc(100% - 60px);*/
		font-size: 16px;
		border-collapse: collapse;
		color: #626262;
		border: solid 2px #e6f3fc;
	}
	.sp_table tbody > tr:nth-of-type(1) td {
		display: flex;
		align-items: baseline;
		justify-content: center;
	}
	.sp_table tbody > tr:nth-of-type(3) td {
		display: flex;
		justify-content: center;		
	}
	.sp_table tbody > tr:nth-of-type(1) td div:first-child {
		font-size: 22px;
		color: #e41616;
	}
	.sp_table tbody > tr:nth-of-type(1) td div span {
		font-size: 16px;
		color: #e41616;
	}
	.sp_table th {

	}
	.sp_table td {
		border-bottom: solid 2px #e6f3fc;
		width: 200px;
	}
	.sp_table tbody > tr:last-child td {
		border-bottom: none;
	}
	.sp_table th {
		width: 140px;
		border-bottom: solid 2px #fff;
		font-size: 14px;
		background-color: #e6f3fc;
	}
	.sp_table tbody > tr:last-child th {
		border-bottom: solid 2px #e6f3fc;
	}
	.sp_table br {
		display: none;
	}
	.sptbl_fp_img a img {
	    width: 135px;
	    height: 100px;
	    object-fit: cover;
	}
	.entry_list_inner {
		font-size: 14px
	}
	.entry_list_inner > div > table tbody tr:nth-of-type(1),
	.entry_list_inner > div > table tbody tr:nth-of-type(2) {
		width: 50%;
	}
	.entry_list_inner.tenant > div > table tbody tr:nth-of-type(1) {
		width: 40%;
	}
	.entry_list_inner.tenant > div > table tbody tr:nth-of-type(2) {
		width: 60%;
	}
	.entry_list_inner > div > table tbody tr + tr {
		/*border-left: solid 1px #e6f3fc;*/
		/*border-right: solid 1px #e6f3fc;*/
	}
	.entry_list_inner.rent table tr td,
	.entry_list_inner.tenant table tr td {
		height: 60px
	}
}