br.sp {
	display: none;
}
.smt {
	display: none;
}
main {
	position: relative;
	width: 2560px;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラフロート部分*/
.float_side {
	z-index: 200;
	right: 0;
	position: fixed;
	top: 20px;
}
.float_link {
	width: 49px;
	height: 162px;
	position: relative;
	margin-bottom: 20px;
	background-color: #013e98;
}
.float_link.yellow {
	background-color: #dfb850;
}
.float_link > a.yougo_b > img {
	position: relative;
	display: block;
	margin: 5px auto 10px;
	width: 26px;
	height: 20px;
}
.float_link > a.yougo_b {
	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;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 10px;
	color: #fff;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}
.float_link > a > p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 18px;
}
.float_nav.float {
	width: 1094px;
	top: 200px;
	/*display: none;*/
	display: block;
	position: fixed;
	background-color: rgba(255,255,255,.7);
	z-index: 300;
	left: calc((100vw - 1094px) / 2 );
	padding: 5px;
	-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));
}
.float_nav.ie {
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.3);	
}
.float_nav.mobile a.float_btn { /*モバイルの時aタグを非表示に（ホバーでメニュー開けないので）*/
	display: none;
}
.float_nav input {
	display: none;
}
.float_nav.mobile label,
.float_nav.mobile div.float_btn, { /*モバイルの時ラジオボタンを有効に*/
	display: block;
}
.float_nav.mobile label {
    padding-left: 55px;
    padding-right: 55px;	
}
.float_nav.desktop a.float_btn { /*デスクトップのラジオボタンを非表示に*/
    padding-top: 12px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 12px;
}
.float_nav.desktop label,
.float_nav.desktop div.float_btn { /*デスクトップの時*/
	display: none;
}


/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデフロート部分*/
/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラSPフロート部分*/
.sp_float_left {
	display: none;
}
#sp_menu_img,
#sub_menu_img,
#sp_head_close,
.list_menu {
	display: none;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデSPフロート部分*/

/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラヘッダー部分*/
/*20210409記述*/
header#header {
	position: relative;
	height: 235px;
	width: 2560px;
	display: block;
}
header#header_sp,
#sidr-left,
#sp_head_close,
#sp_menu_wrap_detail,
#sp_menu_wrap_list,
#sp_acc_menu_list,
#sp_acc_menu_detail,
#sp_order_menu_list,
#sp_order_menu_detail,
#sp_fixed_btn {
	display: none;	
}

.header_txt_yougo_m {
	position: relative;
	height: 20px;
	font-size: 12px;
	color: #ffffff;
	background-color: #013e98;
	text-align: center;
}
.header_banner {
	position: relative;
	width: 1100px;
	margin: 13px auto 0;
}
.header_banner_inner {
	position: relative;
	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;

}
.banner {
	position: relative;
	/*width: 215px;*/
	height: 48px;
	margin: 0 20px;
}
.home {
	position: relative;
	width: 230px;
	height: 48px;
}
a.freedial {
	position: relative;
	width: 250px;
    height: 58px;
    font-size: 22px;
    line-height: 22px;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
	background-color: red;
	border: solid 3px red;
	filter: drop-shadow(2px 2px 0px lightgray);
}
a.freedial div {
	text-align: center;
}
a.freedial div span {
	font-size: 14px;
}
a.freedial:hover {
	color: red;
	background-color: #fff;
}
.header_nav {
	position: relative;
	margin: 25px auto 0;
	width: 990px;
	display: block;
}
.header_nav_yougo_b {
	position: relative;
	font-size: 14px;
	color: #56595b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-radius: 2px;
}

.header_nav_yougo_b li:nth-of-type(4):after {
	content: '';
	width: 10px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url("common/images/common/pulldown.svg");
	background-position: 0 0;
	display: inline-block;
	margin-left: 15px;
}
.header_nav_yougo_b li:nth-of-type(4) ul {
	display: none;
	margin-top: 10px;
	z-index: 250;
}
.pull_menu {
	position: absolute;
	width: 174px;
	color: #56595b;
	font-size: 14px;
	-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));
}
.pull_menu.ie {
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.3);	
}
.pull_menu li a:after {
	content: '';
	width: 10px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url("common/images/common/sub_pulldown.svg");
	background-position: 0 0;
	display: inline-block;
	margin-left: 15px;
}
.pull_menu li a:hover {
	background-color: #e3ebf7;
}
.float_nav {
	width: 1094px;
	display: block;
	margin: 33px auto 0;
	border-left: solid 2px #bfbfbf;
	border-right: solid 2px #bfbfbf;
	height: 42px;
}
.float_nav.mobile {
	margin: 13px auto 0;
}
.float_nav_btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.float_nav_btn > li {
}
.float_nav_btn > li > div {
	display: block;
}
.float_nav_btn > li > div label {
	display: flex;

}
.pull_menu li {
	border-bottom: solid 1px #d2d2d2;
}
.pull_menu li:last-child {
	border-bottom: none;
}
.pull_menu li a {
	display: block;
	background-color: #fff;
	height: 30px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
}

.pull_menu li:nth-of-type(1) a {
	-webkit-clip-path: polygon(0 15%, 70% 15%, 80% 0, 90% 15%, 100% 15%, 100% 100%, 0 100%);
	clip-path: polygon(0 15%, 70% 15%, 80% 0, 90% 15%, 100% 15%, 100% 100%, 0 100%);
	padding-top: 20px;
}

/*.float_nav_btn > li:nth-of-type(1) > a > img {
	width: 55px;
	height: 18px;
}
.float_nav_btn > li:nth-of-type(2)  > a > img {
	width: 33px;
	height: 18px;
}
.float_nav_btn > li:nth-of-type(3) > a > img {
	width: 85px;
	height: 18px;
}
.float_nav_btn > li:nth-of-type(4) > a > img,
.float_nav_btn > li:nth-of-type(5) > a > img {
	width: 75px;
	height: 42px;
}
.float_nav_btn li:nth-of-type(6)  > a > img {
	width: 106px;
	height: 18px;
}*/
.float_nav_btn > li+li:before {
    display: block;
    content: "";
    top: 50%;
    padding-left: -10px;
    height: 42px;
    margin-top: -24px;
    border-right: 2px solid #bfbfbf;
    padding-right: -120px;
    margin-left: -2px;
    position: absolute;
}
.sub_menu {
	position: absolute;
	-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));
	margin-top: 20px;
	margin-left: -30px;
	display: none;
	z-index: 150;
}
.sub_menu.ie {
	box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.3);
}
.sub_menu > li {
	border-bottom: solid 1px #d2d2d2;
}
.sub_menu > li:last-child {
	border-bottom: none;
}
.sub_menu > li > a {
	width: 238px;
	height: 83px;
	background-color: #fff;
}
.sub_menu > li:nth-of-type(1) > a {
	-webkit-clip-path: polygon(0 20%, 40% 20%, 50% 0, 60% 20%, 100% 20%, 100% 100%, 0 100%);
	        clip-path: polygon(0 20%, 40% 20%, 50% 0, 60% 20%, 100% 20%, 100% 100%, 0 100%);
	height: 93px;
	padding-top: 20px;
}
.sub_menu > li > a:hover {
	background-color: #ffecb8;
}

.sub_menu > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sub_menu > li > a > img:first-child {
	margin-left: 30px
}
.sub_menu > li > a > img:nth-of-type(2) {
	margin-left: 7px;
	margin-top: 5px;
}
.sub_menu > li > a:after {
	content: '';
	width: 11px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url("common/images/common/nav_btn_arrow.svg");
	background-position: 0 0;
	display: inline-block;
	position: absolute;
	right: 40px;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデヘッダー部分*/

/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラパンクズ部分*/
.pankuzu_float {
	position: relative;
	width: 2560px;

}
#pankuzu {
	position: relative;
	width: 1100px;
	height: 72px;
	padding-top: 18px;
	margin: 0 auto;
}
#pankuzu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	color: #56595b;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデパンクズ部分*/
/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラコンタクト部分*/
section.contact_area {
	width: 2560px;
	height: 390px;
	background-color: #fff;
}
.contact_area_inner {
	position: relative;
	width: 680px;
	height: 230px;
	margin: 0 auto;
	padding-top: 80px;
	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;
}
.contact_area_inner > h2 > img {
	display: block;
	margin: 0 auto;
	width: 215px;
	height: 81px;
}
.contact_area_inner .yougo_m {
	font-size: 16px;
	color: #56595b;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contact_area_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;

}

/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデコンタクト部分*/

/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラフッター部分*/

footer {
	position: relative;
	/*height: 1100px;*/
}
footer#sp_footer {
	display: none;
}
#pagetop_img {
	position: absolute;
	width: 98px;
	height: 82px;
	border: solid 2px #fff;
	top: 950px;
	left: 1800px;
	z-index: 100;
}
#pagetop_img img {
	display: block;
	margin: 22px auto;

}
.footer_nav {
	background-repeat: no-repeat;
	background-image: url("common/images/common/footer_nav_img.jpg");
	background-position: 0 0;
	height: 835px;
	width: 2560px;
	position: relative;
}
.footer_sitemap {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 333px;
	border-bottom: solid 2px #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer_sitemap > table {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}
.footer_sitemap > table tr {
	height: 40px;
}
.footer_sitemap a {
	display: inline-block;
}
.footer_about {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 130px;
	border-bottom: solid 2px #fff;
}
.footer_about > table {
	width: 90%;
}
.footer_other > table {
	width: 70%;
}
.footer_about > table,
.footer_other > table {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
}
.footer_about > table tr,
.footer_other > table tr {
	height: 40px;
/*	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;	*/
}
.footer_about > table tr:last-child,
.footer_other > table tr:last-child {
	width: 100%;
	/*height: 50px;*/
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-ms-flex-pack: distribute;*/
	    /*justify-content: space-between;	*/
}
.footer_other {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 130px;
	border-bottom: solid 2px #fff;
}
.footer_group {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 195px;
}
.footer_group > table {
	padding-top: 20px;
	width: 100%;
}
.footer_group > table tr th {
	height: 40px;
}
.footer_group > table tr {
	/* height: 40px; */
}
.footer_group p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.footer_group > table tr:nth-of-type(2),
.footer_group > table tr:nth-of-type(3) {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    align-items: center;
	        justify-content: space-between;
}
.footer_group > table tr:nth-of-type(3) td {
	min-width: 277px;
	/* margin: 35px 0 0; */
	width: 33%;
}
.footer_area {
	position: relative;
	background-color: #103e98;
	width: 2560px;
	height: 264px;
}
.footer_area_inner {
	position: relative;
	width: 900px;
	margin: 0 auto 20px;
}
.footer_area_flex {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-top: 42px;
}
.footer_area_logo {
	position: relative;
	width: 240px;
}
.footer_area_logo > p {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 35px;
}
.footer_area_logo ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer_area_logo ul li {
	margin-right: 20px;
}
.footer_area_info {
	position: relative;
	width: 580px;
}
.footer_area_info > p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
}
.footer_area_info > p:nth-of-type(2) {
	margin-left: 72px;
}
.footer_area_info span {
	font-size: 14px;
	border: solid 1px #fff;
	padding: 2px;
	margin-right: 10px;
	margin-left: -72px;
}
.footer_area_info ul {
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer_area_info li {
	margin-right: 25px;
}
.footer_area > small {
	position: relative;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	display: block;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデフッター部分*/

div.float_left > nav > dl > dd:hover {
	border: solid 5px #ffecb8;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼賃貸（/rent）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.rent_float_inner > div.float_left {
	width: 216px;
	height: auto;
}
.rent_float_inner > div > nav.rent_nav {
	height: 509px;
	width: 216px;
	/*background-color: antiquewhite;*/
	z-index: 1;
	margin-bottom: 0;
}
.rent_float_inner > div > nav.rent_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
.rent_float_inner > div > nav.rent_nav .yougo_m dt {
	height: 69px;
	background-color: #013e98;
	margin-bottom: 1px;
}
.rent_float_inner > div > nav.rent_nav .yougo_m dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.rent_float_inner > div > nav.rent_nav .yougo_m dd {
	height: 63px;
	background-color: #fff;
	border: solid 5px #e3ebf7;
	margin-bottom: 1px;
	text-align: left;
	/*padding-left: 10px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.rent_float_inner > div > nav.rent_nav .yougo_m dd:hover{
	border: solid 5px #ffecb8;
}
.rent_float_inner > div > nav.rent_nav .yougo_m dd a {
	/*padding: 28px;*/
	/*padding: 28px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    /*border: solid 5px #e3ebf7;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.rent_float_inner > div > nav.rent_nav .yougo_m dd a div {
	width: 90%;
	text-align: center;
}
.rent_float_inner > div > nav.rent_nav .yougo_m dd a span {
	width: 10%;
}
/*.rent_float_inner > div > nav.rent_nav .yougo_m dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	left: 188px;
}*/
.rent_float_inner > div > nav.rent_nav .yougo_m dt:nth-of-type(2) {
	color: #013e98;
	background-color: #e3ebf7;
	text-align: center;
	font-weight: bolder;
	line-height: 72px;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲賃貸（/rent）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼買う（/buy）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.rent_float_inner.buy nav.rent_nav.buy {
	height: 292px;
	width: 216px;
	z-index: 1;
	margin-bottom: 0;
}
.rent_float_inner.buy nav.rent_nav.buy .yougo_m dd a div {
	width: 72%;
	text-align: left;
}
.rent_float_inner.buy nav.rent_nav.buy .yougo_m dd a span {
	width: 10%;
}
/*.rent_float_inner.buy > div > nav.rent_nav.buy .yougo_m dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	left: 188px;
}*/
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲買う（/buy）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼不動産を売る・貸す（/lend）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

.instant_float_inner > div.float_left {
	width: 216px;
	height: auto;
}
.instant_float_inner nav.instant_nav {
	height: 510px;
	width: 216px;
	z-index: 1;
	margin-bottom: 0;
}
.instant_float_inner .instant_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
.instant_float_inner .instant_nav > dl > dt {
	height: 69px;
	background-color: #013e98;
	border-bottom: solid 1px #fff;
	margin-bottom: 1px;
}
.instant_float_inner .instant_nav > dl > dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.instant_float_inner .instant_nav dd {
	height: 64px;
	background-color: #fff;
	border: solid 5px #e3ebf7;
	margin-bottom: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.instant_float_inner .instant_nav dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    /*border: solid 5px #e3ebf7;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.instant_float_inner .instant_nav dd:hover {
	border: solid 5px #ffecb8;
}
.instant_float_inner .instant_nav dd a div {
	width: 72%;
	text-align: left;
}
.instant_float_inner .instant_nav dd a span {
	width: 10%;
}
/*.instant_float_inner .instant_nav dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	margin-left: 183px;
}*/
.instant_float_inner .instant_nav > dl dl dt {
	color: #013e98;
	background-color: #e3ebf7;
	border-bottom: solid 1px #fff;
	text-align: center;
	line-height: 69px;
	font-weight: bolder;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲不動産を売る・貸す（/lend）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼不動産を活用する（/estate）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.estate_float_inner > div.float_left {
	height: auto;
	width: 216px;
}
.estate_float_inner nav.estate_nav {
	height: 292px;
	width: 216px;
	/*background-color: antiquewhite;*/
	z-index: 1;
	margin-bottom: 0;
}
.estate_float_inner .estate_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
.estate_float_inner .estate_nav .yougo_m dt {
	height: 69px;
	background-color: #013e98;
	margin-bottom: 1px;
}
.estate_float_inner .estate_nav .yougo_m dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.estate_float_inner .estate_nav .yougo_m dd {
	height: 63px;
    background-color: #fff;
    border: solid 5px #e3ebf7;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    /*padding-left: 10px;*/
}
.estate_float_inner .estate_nav .yougo_m dd:hover {
	border: solid 5px #ffecb8;
}
.estate_float_inner .estate_nav .yougo_m dd a {
	/*padding: 28px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    /*border: solid 5px #e3ebf7;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.estate_float_inner .estate_nav .yougo_m dd a div {
	width: 72%;
	text-align: left;
}
.estate_float_inner .estate_nav .yougo_m dd a span {
	width: 10%;
}
/*.estate_float_inner .estate_nav .yougo_m dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	left: 188px;
}*/
.estate_float_inner .estate_nav .yougo_m dt:nth-of-type(2) {
	color: #013e98;
	background-color: #e3ebf7;
	text-align: center;
	line-height: 72px;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲不動産を活用する（/estate）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼不動産を管理する（/manage）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.manage_float_inner div.float_left {
	height: auto;
	width: 216px;
}
.manage_float_inner nav.manage_nav {
	height: 365px;
	width: 216px;
	/*background-color: antiquewhite;*/
	z-index: 1;
	margin-bottom: 0;
}
.manage_float_inner .manage_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
.manage_float_inner .manage_nav .yougo_m dt {
	height: 69px;
	background-color: #013e98;
	margin-bottom: 1px;
}
.manage_float_inner .manage_nav .yougo_m dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.manage_float_inner .manage_nav .yougo_m dd {
	height: 63px;
    background-color: #fff;
    border: solid 5px #e3ebf7;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    /*padding-left: 10px;*/
}
.manage_float_inner .manage_nav .yougo_m dd:hover {
	border: solid 5px #ffecb8;
}
.manage_float_inner .manage_nav .yougo_m dd a {
	/*padding: 28px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.manage_float_inner .manage_nav .yougo_m dd a div {
	width: 72%;
	text-align: left;
}
.manage_float_inner .manage_nav .yougo_m dd a span {
	width: 10%;
}
/*.manage_float_inner .manage_nav .yougo_m dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	left: 188px;
}*/
.manage_float_inner .manage_nav .yougo_m dt:nth-of-type(2) {
	color: #013e98;
	background-color: #e3ebf7;
	text-align: center;
	line-height: 72px;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲不動産を管理する（/manage）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼建てる（/build）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.build_float_inner div.float_left {
	height: auto;
	width: 216px;
}
.build_float_inner nav.build_nav {
	height: 291px;
	width: 216px;
	/*background-color: antiquewhite;*/
	z-index: 1;
	margin-bottom: 0;
}
.build_float_inner .build_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
.build_float_inner .build_nav .yougo_m dt {
	height: 69px;
	background-color: #013e98;
	margin-bottom: 1px;
}
.build_float_inner .build_nav .yougo_m dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.build_float_inner .build_nav .yougo_m dd {
	height: 63px;
    background-color: #fff;
    border: solid 5px #e3ebf7;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    /*padding-left: 10px;*/
}
.build_float_inner .build_nav .yougo_m dd:hover {
	border: solid 5px #ffecb8;
}
.build_float_inner .build_nav .yougo_m dd a {
	/*padding: 28px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.build_float_inner .build_nav .yougo_m dd a div {
	width: 72%;
	text-align: left;
}
.build_float_inner .build_nav .yougo_m dd a span {
	width: 10%;
}
/*.build_float_inner .build_nav .yougo_m dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	left: 188px;
}*/
.build_float_inner .build_nav .yougo_m dt:nth-of-type(2) {
	color: #013e98;
	background-color: #e3ebf7;
	text-align: center;
	line-height: 72px;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲建てる（/build）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼固定資産税シミュレーションココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.tax_sim_link {
	width: 2560px;
	height: 358px;
	padding-top: 90px;
	padding-bottom: -80px;
	background-repeat: no-repeat;
	background-image: url("common/images/instant/tax_sim_bg.jpg");
	background-position: 0 0;
	display: none;
	/*background-color: #eefaff;*/
}
.tax_sim_link_inner {
	width: 718px;
	height: 258px;
	margin: 0 auto;
	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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.tax_sim_link_ttl {
	background-repeat: no-repeat;
	background-image: url("common/images/instant/tax_link_ttl.png");
	background-position: 0 0;
	width: 260px;
	height: 79px;
	margin: 0 auto;
}
.tax_sim_link_ttl > p {
	position: relative;
	padding-top: 46px;
	text-align: center;
	font-size: 16px;
	color: #013e98;
	text-align: center;
}
.tax_sim_link_desc {
	font-size: 16px;
	color: #56595b;
	text-align: center;
	line-height: 30px;
}
.tax_sim_link_btn {
	display: block;
	color: #fff!important;
	font-size: 16px;
	background-color: #0070d9;
	border-radius: 7px;
	width: 256px;
	height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-filter: drop-shadow(2px 2px 0px lightgray);
            filter: drop-shadow(2px 2px 0px lightgray);
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲固定資産税シミュレーションココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/


/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼複数ページで出てくるnewslistココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section.news {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.news_inner {
	width: 836px;
	height: auto;
}

section.news .section_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("common/images/rent/news_ttl.png");
	background-position: 0 0;
	margin: 0 auto 30px;
	height: 78px;
	width: 102px;
}
section.news .section_ttl h2 {
	font-size: 18px;
	color: #71757a;
	position: relative;
	padding-top: 39px;
	text-align: center;
}
.news_inner .more_btn {
	position: absolute;
	left: 712px;
	top: 70px;
}

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

.news_desc {
	font-size: 16px;
	color: #56595b;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲複数ページで出てくるnewslistココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデページネーション*/
/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラこだわり条件検索*/
/*section.particular {
	position: relative;
	width: 2560px;
	height: 1468px;
}

.particular_inner {
	width: 1100px;
	height: 1386px;
	margin: 0 auto;
	position: relative;
}

table.particular_table {
	width: 1100px;
	height: 1238px;
	color: #434343;
	font-size: 16px;
	position: relative;
}

table.particular_table td ul li {
	margin-left: 30px;
	width: 230px;

}*/


/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデこだわり条件検索*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼詳細ページのスタイル指定ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.detail_contents {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", sans-serif;
}
.detail_contents .has-small-font-size {
	font-size: 13px;
}
.detail_contents .has-medium-font-size {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}
.detail_contents .has-large-font-size {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 35px;
}
.detail_contents .has-huge-font-size {
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 40px;
}

.detail_contents a {
	color: blue;
	border-bottom: 1px dashed;
}
.detail_contents img {
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.detail_contents p {
	font-size: 16px;
	line-height: 23px;
	margin: 15px auto;
}
.detail_contents h2 {
	font-size: 150%;
  	background-color: #013e98;
  	width: auto;
	color: #fff;
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", sans-serif;
    font-weight:500;
    font-weight:bold;
	padding: 10px;
	margin: 15px auto;
}
.detail_contents h3 {
	font-size: 125%;
  	border-left: solid 10px #013e98;
  	padding-left: 10px;
  	color: #56595b;
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", sans-serif;
    font-weight:500;
    font-weight:bold;
	margin: 15px auto;
}
.detail_contents h4 {
	font-size: 100%;
	color: #56595b;
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", sans-serif;
    font-weight:500;
    font-weight:bold;
	margin: 15px auto;
  	/*font-weight: bold;*/
}
.detail_contents h5 {
	font-size: 75%;
	margin: 15px auto;
}
.detail_contents h5:before {
  	content: "\025cf";
  	color: #013e98;
}
.detail_contents h6 {
	font-size: 62.5%;
}
.detail_contents strong {
	font-weight: bold;
}
.detail_contents em {
	font-style: italic;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲詳細ページのスタイル指定ココから▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼検索条件保存ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#condition_area {
	width: 800px;
	height: 600px;

}
#condition_area table {
  	margin: 0 auto;
  	min-height: 120px;
  	padding: 0;
  	border-collapse:collapse;
    -webkit-box-shadow: 0 0 15px -6px #00000073;
            box-shadow: 0 0 15px -6px #00000073;
}
#condition_area table tbody {
	width: 100%;
}
#condition_area img {
	fill: gray;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}
#condition_area table th {
	height: 60px;
	background-color: #013e98;
	color: #fff;
}
#condition_area table tr > th:nth-of-type(1),
#condition_area table tr > td:nth-of-type(1),
#condition_area table tr > th:nth-of-type(3),
#condition_area table tr > td:nth-of-type(3) {
	width: 150px;
}
#condition_area table tr > th:nth-of-type(2),
#condition_area table tr > td:nth-of-type(2) {
	width: 500px;
}
#condition_area table tr > td {
	padding: 15px;
}
#condition_area table output {
	font-size: 16px;
	color: #434343;
}
#condition_area tr {
	width: 800px;
}
#condition_area tr:not(:first-child) {
	border-bottom: 1px dashed gray;
	min-height: 60px;
	/*margin: 15px 0;*/
	/*display: block;*/
}
#condition_area .area_tr0.none {
	display: none;
}
#condition_area .area_tr1.none {
	display: none;
}
#condition_area .area_tr2.none {
	display: none;
}
#condition_area .area_tr3.none {
	display: none;
}
#condition_area .area_tr4.none {
	display: none;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲検索条件保存ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼accordionsプラグイン関連ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

.accordions-head-title {
	font-weight:500;
}

.accordion-content a {
	color: blue!important;
	border-bottom: 1px dashed;
}
.accordion-content p {
	line-height: 30px;
}
.accordion-content img {
	margin: 10px 0;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲accordionsプラグイン関連ココから▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

li.slick-slide > a {
	/*pointer-events: none;*/
}
ul button {
	border: solid 2px #013e98!important;
}
.rent_property_slider > .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /* width: 20px; */
    /* height: 20px; */
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
