@charset "utf-8";
/* CSS Document */


/*全体*/
*{
box-sizing:border-box;
margin:0;
padding:0;
}

body {
	-webkit-text-size-adjust: 100%; 
	box-sizing:border-box; 
	word-break: break-all; 
	background-color:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#page {
	width:100%;
	margin:0;
} 
#wrap {
	margin:0 auto ;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
li{
list-style: none
}

/*ヘッダー*/
 hr.hr01 {
	margin:0 ;
	padding:0;
	height: 0;
 border-top: 3px solid #235fca;
}


/*スライダー +ファイルslider.css*/
#sliderbox {
	width:100%;
	padding:10px 10px 10px 10px ;
	background-color:#EDE4C0;
	border:1px solid #ccc;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}


/*topのボタン*/
.top_box01{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 0 0.4em;
}

.top_btn {
	clear:both;
 padding-top: 0.1em;
 padding-bottom: 0.1em;
 margin-bottom: 0.1em;
}
.top_btn ul {
	display:table;
	table-layout:fixed;
	width:100%;
}
.top_btn ul li {
	display:table-cell;
	border-right:1px solid #ffffff;
}
.top_btn ul li a {
	display:block;
	padding:0.5em 0.1em;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
}
.top_btn ul li a:hover {
	background-color:#fff;
}
.top_btn ul li.last {
	border-right:0px none;
}
.top_btn ul li a img {
		width:100%;
}


/*topお知らせ*/
.top_news01 {
	clear:both;
	margin: 0.2em auto;
 padding: 0.6em 0.4em;
	background: #F2F2F2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 98%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 0.8em;
box-sizing: border-box;
}
.top_news01 ul li {
list-style: none;
line-height: 180%;
}
.osirase{
font-weight: 600;
padding-right: 0.6em;
padding-left: 0.4em;
}


/*ナビボタン*/
#navi {
clear:both;
margin-top: 0.1em;
margin-bottom: 0.1em;
/*background-color: #0E6BED;*/
padding: 0.2em 0.2em;
}
#navi ul {
display:table;
table-layout:fixed;
width:100%;
}
#navi ul li {
display:table-cell;
}
#navi ul li a {
display:block;
padding:0.5em 0em;
text-align:center;
text-decoration:none;
}
#navi ul li a:hover {
}
#navi ul li.last {
border-right:0px none;
}
#navi ul li a img {
width:95%;
}


/*キーワード検索*/
#today {
	clear:both;
	padding:10px 3px 1px;
	text-align:center;
	font-size:0.7em;
	font-weight:bold;
	color: #666;
}
#wordkensaku {
	margin-bottom:5px;
	text-align:center;
	margin:0;
 padding-bottom: 0.8em;
}
#wordkensaku p {
	font-size: 1.1em;
	font-weight: 600;
	text-align: left;
	background-color:#62B4ED;
	padding: 0.4em 1em 0.2em 1em ;
	color:#fff;
 margin: 4px 6px;
}

#wordkensakuform {
 float:none;
 text-align:center;
 margin:0.2em auto;
}
#kensakuform {
margin-top: 1em;
padding-bottom: 1em;
}
#textField01 {
padding:0.4em 0.4em 0.4em 0.4em !important;
font-size:1em !important;
font-weight:normal !important;
border:solid 1px #ccc !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
background-color: #D8E3E7 !important;
color:#000 !important;
margin-right:0 !important;
height:20px !important;
}
.wordkensaku_input {
 font-size:1em;
 font-weight:500;
 padding:0.2em 0.4em;
 margin: auto auto auto 0.2em;
}


/*--ランキング物件*/
#ranking{
	margin:0 0 2px 0;
}
#ranking a{
text-decoration: none!important;
}
#ranking a:hover{
opacity: 0.6;
}
#ranking .ranking_title {
	font-size: 1.1em;
	font-weight: 600;
	text-align: left;
	background-color:#7B91B8;
	padding: 0.4em 1em 0.2em 1em ;
	color:#fff;
 margin: 4px 0 1em;
}
#ranking .ranking_bukken{
margin:0.2em 0.6em 0 0.6em;
padding: 0.6em ;
border-bottom: solid 1px #BFC9DC ;
display: block;
overflow: auto;
}
#ranking .ranking_img{
float: left;
margin: 0.6em 0.6em 0.2em 0em;
display: block;
overflow: auto;
}
#ranking .ranking_ninki{
 color:#005ED5;
	font-size: 1em;
 font-weight: 700;
 line-height: 150%
}
#ranking .ranking_icon{
width: 1.4em;
vertical-align: bottom;
padding: 0 0.2em 0.2em 0
}
#ranking .ranking_shozai{
background-color:#fff;	
 color:#000;
	font-size: 1em;
 font-weight: 600;
 line-height: 130%;
}
#ranking .ranking_kakaku{
 color:#F90004;
	font-size: 1em;
 font-weight: 600;
}
#ranking .ranking_comment{
 color:#000;
	font-size: 0.8em;
 line-height: 130%;
 margin-top: 0.4em;
}
#ranking .ranking_l{
float: left;
text-align: center!important;
width: 40%;
overflow: auto;
display: block;
}
#ranking .ranking_r{
float:right;
width: 60%;
}
#ranking .ranking_img02{
text-align: center!important;
margin: 0.6em 0.2em 0.2em auto ;
height: 100px;
width:auto!important;
}

#ranking .ranking_shubetu {
  display:inline-block;
    background-color: #005ED5;
    border: 1px #005ED5 solid;
    font-size: 12px;
    line-height: 100%;
    padding: 4px 4px 2px 4px;
				margin-left: 8px;
    color: #fff;
				position: relative;
				top:-1px;
}


/*コンテンツ*/
.contentbox {
	margin-top:10px;
}

.title01{
box-sizing: border-box;
	font-size:1.1em;
	font-weight:600;
	color:#FFF;
	padding:0.6em  0.6em  0.4em 1em;
 background-color: #0E6BED;
}
.title02{
box-sizing: border-box;
	font-size:1.1em;
	font-weight:600;
	color:#FFF;
	padding:0.8em  0.6em  0.6em 1em;
 background-color: #DB7A00;
}

.contentlist01 li{
list-style: none;
box-sizing: border-box;
width:100%;
padding: 0.8em  0.6em  0.6em  1em;
background-color: #F4F4F4;
border-top: solid 1px #ccc;
}
.contentlist01 a {
color:#000;
text-decoration:none;
}
.contentlist01 .last {
border-bottom: solid 1px #ccc;
}

/*旧*/
.content01{
box-sizing: border-box;
 width:100%;
 height:50px;
 background-color: #F4F4F4;
  border-top: solid 1px #fff;
}
.content01 a:link, .content01 a:active, .content01 a:visited, .content01 a:hover {
	color:#000;
	text-decoration:none;
}
.content01 span {	
 font-size:1.1em;
	padding-left:8px;
	position:relative;
	top:11px;
}
.content02{
box-sizing: border-box;
 width:100%;
 height:50px;
	padding:12px 5px 9px 8px;
 background-color: #F4F4F4;
 border-top: solid 1px #fff;
 font-size:1.1em; 
}
li .content02 a {
display:block;
 margin-top: 1em;
}
.content02 a:link, .content02 a:active, .content02 a:visited, .content02 a:hover {
	color:#000;
	text-decoration:none;
}
.content02 { 
 font-size:1.1em;
	padding-left:8px;
 display:block;
}
/*/旧*/


#icon01 {
  background:url(../images/smh2014_13.png) left no-repeat;
  display:block;
		height:100%;
		margin-left:5px;
		padding-left:30px;
}
#icon02 {
  background:url(../images/smh2014_13-16.png) left no-repeat;
  display:block;
		height:100%;
		margin-left:5px;
		padding-left:30px;
}
#icon03 {
  background:url(../images/smh2014_13-18.png) left no-repeat;
  display:block;
		height:100%;
		margin-left:5px;
		padding-left:30px;
}
#icon04 {
  background:url(../images/smh2014_13-20.png) left no-repeat;
  display:block;
		height:100%;
		margin-left:5px;
		padding-left:30px;
}
#icon05 {
  background:url(../images/smh2014_13-22.png) left no-repeat;
  display:block;
		height:100%;
		margin-left:5px;
		padding-left:30px;
}
#icon06 {
  background:url(../images/smh2014_13-24.png) left no-repeat;
  display:block;
		height:100%;
		margin-left:5px;
		padding-left:30px;
}


/*フッター*/
#footer_navi {
	width:100%;
	border-bottom: solid 1px #575757;
	background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#484848));
	background: -moz-linear-gradient(top, #626262, #484848);
	color: #ffffff;
	padding: 0 ;
	margin:0px;
 box-sizing: border-box;
}
#footer_navi ul {
	width:100%;
	list-style: none;
	margin:0 0 0 0px;
}
#footer_navi li {
	width:25%;
	float: left;
	margin:0;
	padding:0;
	text-align:center;
}
#footer_navi .footer_left_btn {
	font-size:11px;
	display: block;
	height:15px;
	padding: 25px 0px 20px 0px;
	color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#484848));
	background: -moz-linear-gradient(top, #626262, #484848);
	border-right:solid 1px #696969;
	border-left:solid 1px #353535;
	text-decoration: none;
}
#footer_navi .footer_right_btn {
	font-size:11px;
	display: block;
	height:15px;
	padding: 25px 0px 20px 0px;
	color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#484848));
	background: -moz-linear-gradient(top, #626262, #484848);
	border-right:solid 1px #696969;
	border-left:solid 1px #353535;
	text-decoration: none;
}
#footer_navi .footer_left_btn_active {
	display: block;
	height:15px;
	padding: 25px 0px 20px 0px;
	color:#4e4e4e;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5f1aa), to(#c8e438));
	background: -moz-linear-gradient(top, #e5f1aa, #c8e438);
	border-right:solid 1px #272727;
	border-left:solid 1px #272727;
	text-decoration: none;
}
#footer_navi .footer_right_btn_active {
	display: block;
	height:15px;
	padding: 25px 0px 20px 0px;
	color:#4e4e4e;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5f1aa), to(#c8e438));
	background: -moz-linear-gradient(top, #e5f1aa, #c8e438);
	border-right:solid 1px #272727;
	border-left:solid 1px #272727;
	text-decoration: none;
}

#footer h4 {
	font-size:0.6em;
	font-weight:normal;
	text-align:center;
	margin:6em auto  ;
	line-height:180%;
 padding-top: 6em;
}


/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}


/*賃貸いちおし物件*/
.chintaibox li {
	list-style: none;
	display:block;
	border: #CCC solid 1px;
	padding:3px;
	margin:5px auto;
	overflow: auto;
	font-size:0.9em;
}
.chintaibox a:link, .chintaibox a:active, .chintaibox a:visited, .chintaibox a:hover {
	color:#000;
	text-decoration:none;
}
.chintai img {
	height:100%;
	float:left;
	margin-right:0.6em;
}
.chintai01 {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333;
	display:inline;
	padding:2px 3px 1px 2px;
	line-height:180%;
}
.chintai02 {
	line-height:180%;
	font-size:0.8em;
}
.chintai03 {
	line-height:130%;
		font-size:0.7em;
}
.chintai04 {
	line-height:150%;
	font-weight:bold;
		font-size:1em;
}


/**/
.p01 {
text-align: center;
font-size: 1em;
font-weight: 600;
color: #fff !important;
padding: 0.2em;
margin: 1em auto 0.6em;
background-color: #D40B0E;
}
.p01 a{
color: #fff !important;
}


/*mypage*/
.shubetu_btnbox {
margin-top: 0.4em!important;
}
.mp_btnbox li a {
  width: 100%;
  margin:0 auto 1em;
  padding-top: 0!important;
 box-sizing: border-box!important;
 }
 .mp_btn01 {
 position: relative;
 display:block;
 color: #333;
 background: #E9E9E9;
  border: 1px solid #7F7F7F;
 font-weight: 500;
 margin: 0em 1em 0.6em;
 padding: 0.4em 0.5em;
 text-decoration: none;
 transition: .4s;
 　border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
}
 .mp_btn01 a:link, .mp_btn01 a:active, .mp_btn01 a:hover, .mp_btn01 a:visited  {
 color: #333;
 background: #E9E9E9;
  border: 1px solid #7F7F7F;
}
.btn_kaiin a:link, .btn_kaiin a:active, .btn_kaiin a:hover, .btn_kaiin a:visited {
text-decoration: none!important;
}
a .btn_kaiin {
text-decoration: none!important;
}


/*top検索*/
.topsearch{
box-sizing: border-box;
padding: 0.4em;
text-align: center;
font-size: 1em;
display: block;
overflow: auto;
}
.topsearch a{
text-decoration: none;
color: #333;
}
.topsearch img{
width: 20%;
margin-right: 0.4em;
position:relative; 
top:2px;
}
.topsearch li{
list-style: none;
}
.topsearch p{
color: #fff;
}
.topsearch_area{
float: left;
width: 49%;
background-color: #0E6BED;
padding: 0.4em 0.2em 0.4em 0.2em;
box-sizing: border-box;
margin-bottom: 0.4em;
	font-weight: 600;
}
.topsearch_area p{
position:relative; 
left:-6px;
}
.top_rosen{
float: right;
width: 49%;
background-color: #0E6BED;
padding: 0.4em 0.2em 0.4em 0.2em;
box-sizing: border-box;
margin-bottom:0.4em;
	font-weight: 600;
}
.top_rosen p{
position:relative; 
left:-6px;
}
.topsearch01{
	background: linear-gradient(to bottom, #F9F9F9, #EEE);
	border: 1px solid #7B91B8;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 1em;
	font-weight:500;
	line-height: 150%;
	padding: 0.1em 0.4em 0.1em;
	margin: 0.4em 0.8em 0.8em 0.8em;
}
.topsearch02{
	background: linear-gradient(to bottom, #F9F9F9, #EEE);
	border: 1px solid #7B91B8;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 1.1em;
	font-weight: 600;
	padding: 0.4em;
	margin: 0.6em 0.4em;
}


/*下階層ページテンプレート*/
#header .shousailogo {
width: 56%!important;
margin: 0.8em 0.6em 0.2em;
}
#header .headerbtn001{
background-color: #8C8C8C;
width: 5em;
margin-left: 2em;
}
#header .headerbtn001 a:link, #header .headerbtn001 a:active, #header .headerbtn001 a:hover, #header .headerbtn001 a:visited {
text-decoration:none;
color:#06C;
display: inline;
padding: 0;
width: 5em;
}


/*担当者*/
.tantoutable {
 text-align:left;
 margin: 1em 0 1em 0;
 box-sizing: border-box;
 color: #000;
 border-spacing:0;
 padding:8px 14px 20px;
 overflow: auto;
 display: block;
 width: 100%;
}
.shousai_tantou01{
 background-color: #fff;
}
.tantoutable div{
font-size: 1em;
line-height: 150%;
padding:6px 4px; 
}
.shousai_tantou02{
font-size: 1em;
position:relative;
top: 8px; 
padding: 0px 4px 0px 0px;
}
.shousai_tantou02 a{
color: #000!important;
}
.shousai_tantou03{
font-size: 1em;
font-weight: 600;
padding: 0px 4px 0px 0px;
color: #666;
overflow: auto;
display: block;
position:relative;
left: -8px;
}
.fa-comment,.fa-comment-dots {
color:#398FE9;
opacity: 1;
}
.tantoutable img{
padding:6px 6px 12px;
display: block;
}



/*おすすめ物件*/
.recommendtable {
 width:100%;
 text-align:center;
 margin:4px auto;
 padding:2px ;
 box-sizing: border-box;
 font-size: 0.9em!important;
}
.recommendtable a {
color:#333!important;
text-decoration: none!important;
}

/*詳細*/
.btntable {
 width:92%;
 text-align:center;
 margin: 10px 4% 24px;
 padding:0;
 box-sizing: border-box;
 color: #000;
 border-spacing:0;
 height: auto;
}

.btntable01 {
 width:46%;
 text-align:center;
 margin:0 auto 0;
 padding:10px 4px 2px 4px;
}



#shousai01 {
 width:100%;
	border-collapse: collapse;
	margin: 0 auto 2em;
 text-align: left;
 border-top: 1px solid #D7D7D7;
}
#shousai01 tr {
 	line-height : 170%;
}
#shousai01 th {
	font-size: 1em;
 font-weight:normal;
	color: #000;
	text-align : left;
	padding : 6px 3px 6px 8px;
	border-bottom: 1px solid #D7D7D7;
 background-color:#F3F3F3;
}

#shousai01 td {
	font-size: 1em;
 font-weight:normal;
	color: #000;
	padding : 6px 3px 6px 6px;
	border-bottom: 1px solid #D7D7D7;
 line-height:170%;
}

#shousai01 strong{
	font-size: 100% ;
 font-weight:500 ;
	color: #000!important ;
}
#shousai01 strong a{
	color: #000!important ;
}
#shousai01 .strong01{
 font-size: 112% !important;
 font-weight:800 !important;
	color: #D40306 !important;
}

#shousaitit {
background-color: #235fca;
color: #fff;
margin: 0;
padding: 0.6em 0.6em;
font-size: 1.2em;
font-weight: 500;
display: block;
overflow: auto;
}
#shousaitit .tit01{
float: left;
background-color: #fff;
color: #235fca;
padding: 0.1em 0.3em 0;
margin-top: 0.28em;
margin-right: 0.4em;
font-size: 0.76em;
}
#shousaitit .tit02{
float: left;
padding: 0.3em 0.1em 0;
}
#shousaitit .tit03{
float: right;
padding: 0.1em 0.1em 0;
margin-right: 0.2em;
}
#shousaitit .tit04{
float: left;
padding: 0.3em 0.1em 0;
font-size: 0.8em;
font-weight: 400;
}

.shousai_title02 {
background-color: #235fca;
color: #fff;
margin: 2em auto 0;
padding: 0.3em 0.6em 0.25em ;
font-size: 1em;
font-weight: 500;
display: block;
overflow: auto;
}

    
.p01{
 margin-top:0.5em;
 line-height:150%;
}

#box01{
 width:90%;
 margin:0.5em 2%;
 padding:1em;
}

.point_box{ 
 width:96%;
	margin: 10px 2% 0;
 padding:16px 8px 10px ;
 background-color: #fff;
	border: 2px solid  #E3E3E3;
}
.point_box .catch_icon li{
float: left;
padding: 2px;
color:#005FD5;
font-size: 90% ;
font-weight:600 ;
line-height:112%;
margin-right: 12px;
}

#box02{ 
 width:100%;
	margin: 10px auto 0;
 padding:16px 10px 10px ;
 background-color: #E3E3E3;
}
#box02 .catch_icon li{
float: left;
padding: 2px;
color:#005FD5;
font-size: 90% ;
font-weight:600 ;
line-height:112%;
margin-right: 12px;
}

#box03{
 margin-top:0.5em;
}

.box00{
 text-align: center; 
 margin: 1%;
 padding-top: 0.5em;
}

.shousai_shubetu{
 color: #000 ;
 text-align:left;
 font-size: 100% ;
 font-weight:600;
 line-height:130%;
 margin:3px 3px -18px 10px;
 padding:0;
}

.shousai_tel{
width: 92%;
margin: 10px 4% -1em;
padding:4px 10px 14px;
text-align:left;
box-sizing: border-box;
border: 3px solid #0060D3;
}
.shousai_telbottom{
width: 92%;
margin: 0 4% -1em;
padding:8px 10px;
text-align:left;
box-sizing: border-box;
background-color:#0060D3;
color: #fff;
font-size: 11px;
}
.shousai_tel01{
color: #0060D3 ;
font-weight:600;
line-height:100%;
padding: 4px 8px 4px;
margin: 0;
border-bottom: 2px solid #0060D3;
}
.shousai_tel02{
line-height:100%;
padding: 0;
margin-top: -12px;
}
.shousai_tel02 a{
font-size: 1.3em !important ;
font-weight:800 ;
text-decoration:none;
color:#0060D3;
}


/*パンくず*/
.pankuzubox{
background-color: #F4F4F4;
padding: 0.1em 0.1em 0.1em 0.1em;
}
#pankuzu {
margin:0.4em 0.6em 0.4em 0.6em ;
font-size:0.9em;
	line-height:130%;
text-align:left;
}
#pankuzu li {
	display:inline;
	list-style-type:none;
 padding-left:0px;
}
#pankuzu li a {
	padding-right:10px;
	background:url(/images/topicpath.gif) no-repeat right center;
 display: inline;
}
#pankuzu a:link, #pankuzu a:active, #pankuzu a:hover, #pankuzu a:visited {
	text-decoration:none;
	color:#06C;
}
#pankuzu a:hover{
padding: 0.2em 10px 0 0em!important;
}
#pankuzu li a {
padding: 0.2em 10px 0 0em!important;
}


/*一覧*/
#ichiran_footword{
margin: 2em 0;
padding: 1em;
background-color: #E4E4E4;
}
#ichiran_footword .t01{
}
#ichiran_footword .t02{
}
#ichiran_footword .t03{
}


/*SEOテキストボックス*/
#leadbox {
    padding: 5px;
				box-sizing: border-box;
}
#leadbox input[type="checkbox"] {
  display: none;
}
#leadbox .next-link:after {
  content: "　...続きを読む"; 
		text-decoration: underline;
}
#leadbox input[type="checkbox"]:checked + .next-link:after {
  content: "閉じる"; 
  display: block;
}
#leadbox input[type="checkbox"]:checked ~ .leadboxtext {
  overflow: unset;
  height: unset;
}
#leadbox input[type="checkbox"]:checked ~ .leadboxtext:after {
  display: none;
}

.multiline-text{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0.2em auto 0.4em;
		padding: 5px 10px;
  border: solid 1px #DCDCDC;
  background: #EAEAEA ;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 145%;
		color: #333;
}
.next-link,
.leadboxtext:after {
  content:"";
  position: absolute;  
  background: #EAEAEA ;
		padding: 4px 4px 6px 6px;
		line-height: 1;
		}

.next-link {
  color:#333;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.leadboxtext {
  width: 100%;
  height:50px;
  overflow: hidden;
  position: relative;
}
.leadboxtext:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 2;
}


/*物件詳細*/
.bottomlink01{
clear: both;
width: 100%;
box-sizing: border-box;
font-size: 0.9em;
font-weight: 400;
color: #FFF;
padding: 8px 5px 6px 8px;
background-color: #0060D3;
}

.bottomlink02{
background-color: #EAEAEA;
clear: both;
width: 100%;
box-sizing: border-box;
font-size: 0.9em;
line-height: 150%;
color: #333;
padding: 6px 5px 8px 6px;
}
.bottomlink02 a {
color: #333;
font-weight: 400!important;
text-decoration: none;
}


/*マイページ_条件*/
.mp_jyouken input[type="checkbox"]{
  width: 2em!important;
  height: 2em!important;
}

/*フッター*/
#footer_navi {
 width: 100%;
 border-bottom: solid 1px #575757;
 background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#484848));
 background: -moz-linear-gradient(top, #626262, #484848);
 color: #ffffff;
 padding: 0px;
 margin: 0px;
}
#footer_navi ul {
 width: 100%;
 list-style: none;
 margin: 0 0 0 0px;
}
#footer_navi li {
 width: 25%;
 float: left;
 margin: 0;
 padding: 0;
 text-align: center;
}
#footer_navi .footer_left_btn {
 font-size: 11px;
 display: block;
 height: 15px;
 padding: 25px 0px 20px 0px;
 color: #FFFFFF;
 background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#484848));
 background: -moz-linear-gradient(top, #626262, #484848);
 border-right: solid 1px #696969;
 border-left: solid 1px #353535;
 text-decoration: none;
}
#footer_navi .footer_right_btn {
 font-size: 11px;
 display: block;
 height: 15px;
 padding: 25px 0px 20px 0px;
 color: #FFFFFF;
 background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#484848));
 background: -moz-linear-gradient(top, #626262, #484848);
 border-right: solid 1px #696969;
 border-left: solid 1px #353535;
 text-decoration: none;
}
#footer_navi .footer_left_btn_active {
 display: block;
 height: 15px;
 padding: 25px 0px 20px 0px;
 color: #4e4e4e;
 background: -webkit-gradient(linear, left top, left bottom, from(#e5f1aa), to(#c8e438));
 background: -moz-linear-gradient(top, #e5f1aa, #c8e438);
 border-right: solid 1px #272727;
 border-left: solid 1px #272727;
 text-decoration: none;
}
#footer_navi .footer_right_btn_active {
 display: block;
 height: 15px;
 padding: 25px 0px 20px 0px;
 color: #4e4e4e;
 background: -webkit-gradient(linear, left top, left bottom, from(#e5f1aa), to(#c8e438));
 background: -moz-linear-gradient(top, #e5f1aa, #c8e438);
 border-right: solid 1px #272727;
 border-left: solid 1px #272727;
 text-decoration: none;
}
#footer h4 {
 font-size: 0.6em;
 font-weight: normal;
 text-align: center;
 margin: 3px auto;
 line-height: 180%;
}

/*footer*/
.footer-small {
 margin-top: 2em;
 font-size: 1em;
}
.footer-small ul li{
border-top: none!important;
}
.footer-small li{
　border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; 
    border-bottom-style: solid;
  font-weight: normal !important;
}
.footer-small__list {
 margin: 0 auto
}
.footer-small__list li {
 border-bottom: 1px solid #fff;
}
.footer-small__list li:last-child a {
 　border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; 
    border-bottom-style: solid;
}
.footer-small__list li a {
 background-color: #d6e3f4;
 display: block;
 padding: 8px 10px;
	color: #333;
	font-size: 0.9em;
font-weight: 400!important;
text-decoration: none;
}
.footer-small__list--primary li:first-child a {
 background-color: #0F63D2;
 color: #fff
}
.footer-small p {
 margin-bottom: 1em;
 white-space: nowrap
}
.footer-small__info {
 background-color: #235fca;
 color: #fff;
 font-size: 1em;
 margin: 0;
 padding: 0.6em 0.5em 0.5em 0.5em  ;
 text-align: left;
}
/**/

/*フッター*/
.footer_copyright{
text-align: center;
background-color: #F5F5F5;
font-size: 11px;
padding-bottom: 1em;
margin-bottom: 0!important;
}

#footer_js{
padding: 0 0 -10em 0;
}



/**/
	.topicsbanner {
clear: both;
box-sizing: border-box;
	padding:12px 6px 10px 6px;
	height:auto;
	margin:0.2em 0.2em 12px 0.2em;
 text-align:center;
	overflow:auto;
	font-size: 1em;
	font-weight: 500;;
	line-height: 140%;
 color: #fff;
	display: block;
 }
	.topicsbanner  a{
 color: #fff;;
	display: block;
	text-decoration: none;
	}


.title_item{
box-sizing: border-box;
font-size:1.1em;
font-weight:600;
color:#FFF;
padding:0.6em  0.6em  0.4em 1em;
background-color: #0E6BED;
}

 .contentlist ul {
  list-style: none;
 }
 .contentlist li {
	float: left;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 10px;
  width: calc(50% - 5px);
 }
 .contentlist .listitem {
  margin: 4px;
 }
 .contentlist li .a0 {
  display: block;
  min-height: 120px;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1) inset;
 }
 .contentlist li .a0 {
  line-height: 1.4;
  padding: 10px;
  font-size: 1.2rem;
 }



/**エリアリンク**/
#area{
width: 100%;
box-sizing: border-box;
margin-top: 0.6em;
margin-bottom: 0.6em;
padding:  0.6em 0.4em 0.4em 1em; 
overflow: hidden;
border: 1px solid #ccc;
}
#area ul{
clear: both;
}
#area li{
width: 20%;
float: left;
list-style-image: url(/top/arrow_gray.png)  ;
list-style-position:inherit;
margin-left: 1em;
	}
	#area a{
display: block;
color: #000;
font-size: 14px;
text-align: left;
padding-top: 0.4em;
padding-bottom: 0.4em;
}
	#area p{
color: #000;
font-size: 14px;
text-align: left;
margin-left: -0.6em;
padding-bottom: 0.4em;
}



/*絞込みアコーディオン*/
.p-accordion{
  justify-content: space-between;
}
.p-accordion li{
clear: both;
}
.p-accordion__item{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-accordion__item:first-child{
  padding-top: 0;
}
.p-accordion__head a{
  display: block;
  color: #0060d5;
  text-decoration: none;
  background-color: #D8D8D8;
  padding: 6px 12px;
  position: relative;
}
.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color:#666;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  transition: .2s;
}
.p-accordion__head a::before{
  transform: rotate(90deg);
}
.p-accordion__item[data-active] .p-accordion__head a::before{
  transform: rotate(270deg);
  opacity: 0;
}
.p-accordion__item[data-active] .p-accordion__head a::after{
  transform: rotate(180deg);
}
.p-accordion__content{
  margin-top: 4px;
  padding: 0 12px;
}
.p-accordion__content p a{
line-height: 180%;
color: #000;
padding: 4px 0;
border-bottom: 1px #ccc solid;
display: block;
}
.p-accordion__content p:last-child{
  margin-bottom: 8px;
 }
/**/

/*アコーディオン個別デザイン*/
#news .p-accordion__head{
font-size: 14px!important;
}
#news .p-accordion__head a{
color: #666!important;
background-color: #F0F0F0;
padding:6px 12px;
}
#news .p-accordion__content p a{
font-size: 14px!important;
padding: 1px 0 1px 12px!important;
margin-top: 1px!important;
}
#news .p-accordion_news	{
background-color: #fff;
padding: 3px 6px 2px ;
color: #666;
　border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
}





/*btn*/
.btn_contact01 {
 font-size:1.1em;
 font-weight:600;
 text-align:center;
 line-height:130%;
 padding: 16px 0 12px!important;
 display:block;
 overflow:hidden;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.btn_contact02 {
 font-size:0.9em;
 font-weight:600;
 text-align:center;
 line-height:150%;
 padding: 8px 0 8px!important;
 margin-bottom: 10px;
 display:block;
 overflow:hidden;
	background: #fff;
 border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.btn_contact03 {
width: 49%;
float: left;
 font-size:0.8em;
 font-weight:500;
 text-align:center;
 line-height:130%;
 padding: 20px 0 !important;
  margin-bottom: 4px;
 display:block;
 overflow:hidden;
	background: #fff;
 border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
 box-sizing: border-box;
}
.btn_contact04 {
 font-size:0.8em;
 font-weight:500;
 text-align:center;
 line-height:130%;
 padding: 20px 0 !important;
 margin-bottom: 1em;
 display:block;
 overflow:hidden;
	background: #fff;
 border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.btn_contact05 img {
 width: 100%;
 text-align:center;
 padding: 0 !important;
 margin: 0 auto;
 display:block;
}

.btn_text01 {
 float: none;
 width: 100% ;
 font-size:0.8em!important;
 font-weight:normal;
 text-align:left;
 line-height:130%;
 color: #000 !important;
 padding-left: 0;
 padding-top: 4px;
 margin: 0.1em auto 0.1em 0.1em;
 display:block;
 overflow:hidden;
}
.btn_text01 a{
color: #000 !important;
font-size:0.8em!important;
}
.btn_text01 a:link{
color: #000 !important;
}
.btn_text01 a:visited{
color: #000 !important;
}

.btn01 {
 color: #fff !important;
 text-decoration:none !important;
 background: #c93a40 !important;
}
.btn01_2 {
 color: #fff !important;
 text-decoration:none !important;
 background: #c93a40 !important;
 margin-top:0 !important;
}
.btn02 {
 color: #fff !important;
 text-decoration:none !important;
 background: #65ace4 !important;
}
.btn03 {
 color: #333;
 text-decoration: none !important;
}
.btn04 {
  color: #333;
  text-decoration:none !important;
}
.btn05 {
  color: #333;
  text-decoration:none !important;
}
.btn06 {
  color: #333;
  text-decoration:none !important;
}
.btn07 {
  color: #333;
  text-decoration:none !important;
}
.btn08 {
 color: #666;
  font-weight:200 !important;
  text-decoration:none !important;
}
.btn09 {
 color: #333;
 text-decoration:none !important;
}
.btn10 {
 color: #333;
 text-decoration:none !important;
 margin-right: 1%;
background-color: #fff;
min-height: 4em!important;
}
.btn11 {
 color: #333;
 text-decoration:none !important;
 margin-left: 1%;
background-color: #fff;
min-height: 4em!important;
}
.btn12 {
font-size: 0.9em;
font-weight: 600;
 color: #333;
 background-color: #ADBACC;
 text-decoration:none !important;
 border: none!important;
}
.btn13 {
font-size: 0.9em;
font-weight: 600;
 color: #333;
 background-color: #85B7FB;
 text-decoration:none !important;
 border: none!important;
}

.kyouyu {
 color: #111;
 font-size:0.9em;
 text-align:center;
 width:100%;
 margin:2px auto 2px ;
}
.kyouyu a{
}
.line{
color: #5DC82B;
font-size:2.6em!important;
position: relative;
top:2px;
}
.fa-envelope-open{
font-size:1.6em!important;
padding-top: 4px;
position: relative;
top:2px;
}

.clearfix:before, .clearfix:after {
 content: " ";
 display: table;
}
.clearfix:after {
clear: both;
float: none;
}
/*btnおわり*/




/*レコメンド物件スクロール*/
.scroll_box {
box-sizing: border-box;
width: 100%;
max-width: 950px;
margin-bottom: 1em;
padding: 0 1.8em 0 4px;
background-color: #EAEAEA;
background-image: url(/images/arrow04.png);
background-repeat: no-repeat;
background-position: 99% 50%;
background-size: 5% auto;
} 
.scroll_box::before {
content: "";
display: block;
clear: both;
}
.scroll {
overflow-x: scroll;
 -webkit-overflow-scrolling: touch;
padding: 4px 4px;
display: -ms-flexbox;
display: flex; 
 }

 
@media screen and (min-width: 768px) {
.scroll {
 overflow-x: inherit;
 padding: 0 4px 4px; 
 } }
.scroll > li {
 width: 100%;
 min-width: 100px; 
 border: 1px solid #ccc;
 padding: 8px 8px 4px 8px;
 font-size: 14px;
 line-height: 150%;
 text-align: center;
 background-color: #fff;
 }
.scroll > li a {
display: block;
text-decoration: none!important;
color: #333!important;
  }
  
@media screen and (min-width: 768px) {
.scroll > li {
min-width: inherit;
} }
.scroll > li:not(:last-child) {
margin-right: 4px; 
 }
.scroll > li:last-child {
padding-right: 4px; 
 }
@media screen and (min-width: 768px) {
.scroll > li:last-child {
padding-right: 0; 
} 
}

.scroll img {
vertical-align: bottom;
padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
.scroll img {
max-width: 110px;
} }
.scroll b {
font-weight: 600;
color:#035fd5;
line-height: 135%;
 }

 /*レコメンド物件スクロールおわり*/
 
 
 


.yougo{
font-size: 11px;
font-weight: 600;
color: #005FD5;
text-decoration: none!important;
padding: 2px 10px ;
background-color: #eee;
border: 1px solid #005FD5;
border-radius: 6px;
white-space: nowrap;
}
a.yougo{
color: #005FD5!important;
}
a.yougo:hover{
background-color: #eee;
opacity: 0.6;
}




/*コラムボタン*/
.banner_space02{
width: 100%!important;
margin: 2em auto 1em;
overflow: auto;
text-align: center!important;
}
.column_btn li{
float: left;
width: 48%;
margin: 0em 1% 0.8em;
color: #1E6497!important;
}
.column_btn a{
font-size: 0.9em;
font-weight: 600;
line-height: 1.5;
color: #1E6497!important;
border:#77A8DC 2px solid;
border-radius: 0.5rem;
padding: 12px 3px;
display: block;
background-color:#DBE8F5;
text-decoration: none!important;
}
.column_btn a:hover{
text-decoration: none;
transition: all 0.3s;
color: #1E6497;
background-color:#DBE8F5!important;
opacity: 0.6;
}	
.column_btn i{
font-size: 16px;
color:#77A8DC;
	}	




/*口コミ（お客様の声）調整*/
.review_title a{
    color: #333!important;
    text-decoration: none!important;
}
.review_title a:hover{
opacity: 0.6;
}
.review_btn, .review_btn a {
    color: #333!important;
    padding: 2px 14px 2px 4px;
    text-decoration: none!important;
}


/*調整*/
.ichiran_info05 p{
margin-bottom: 0!important;
}





/*物件更新情報*/
.koushin{
margin: 1em auto 2em;
}
.koushin_tit{
 font-size: 14px;
 font-weight: 600;
 padding: 14px 0px 0px 14px;
}
.koushin ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 position: relative;
 background: #F3F3F3;
 padding: 10px 10px;
}
.koushin li {
 width: 48.5%;
 font-size: 14px;
 border-bottom: 1px solid rgb(226, 226, 226);
 list-style: none;
 padding: 6px 0 6px;
}
@media screen and (max-width: 767px) {
.koushin li {
 width: 100%;
}
}
.koushin li a {
 position: relative;
 display: flex;
 align-items: center;
 line-height: 1.4;
 padding: 0 4px ;
 text-decoration: none!important;
 color: #333!important;
 background: #F3F3F3;
}
.koushin li a:hover {
 transition: 0.5s;
 background: rgba(215,215,215,1.00);
}
.koushin li a:after {
 content: "";
 position: absolute;
 z-index: 0;
 top: 0;
 left: 0;
 width: 0;
 height: 100%;
 transition: 0.2s ease;
}
.koushin li p {
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 float: left;
 padding: 4px 0 2px;
 margin: 0 0 0 4px;
 }
.koushin time {
 margin-right: 10px;
 font-weight: 600;
 position: relative;
 z-index: 1;
}
.koushin .ico_new {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
 width: 34px;
 height: 16px;
 line-height: 1;
 color: #fff;
 font-size: 10px;
 font-weight: bold;
 background: #E31744;
}



/* アイテムナビボタン */
.navi_item{
background: #eee;
overflow: auto;
padding: 4px 10px;
margin-top: 1em;
}
.navi_item li{
float: left;
padding: 4px;
margin: 2px 4px;
border: 1px solid #eee;
}
.navi_item i{
 display: inline-flex;
padding-right: 20px;
}









