@charset "utf-8";

/* body
--------------------------------------------------------------------------------------------------------------------*/
body {
font-family:Hiragino Kaku Gothic Pro, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-se;
color:#333;
padding-top: 100px;
}
 @media only screen and (max-width: 767px) {
	 body{
		 min-width: 10px;
		 padding-top: 0px;
	 }
	 
/**/}
/*iOS*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: #fff;
}
input{
    -webkit-appearance: none;
}
/* リンク
--------------------------------------------------------------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
/* リンク画像はオンマウスでアルファ-----------------*/
a:hover img,input:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
}
/* PDFへのテキストリンクにPDFアイコン-----------------*/

.pdfico a {
	background: url(../images/common/pdf_ico.svg) no-repeat 0 0px;
	padding-left: 24px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* 見出しタイトル<h>
--------------------------------------------------------------------------------------------------------------------*/
#h_area h1{
font-size: 10px;
position: absolute;
top: -1.8em;
right: 0;
width: 54%;
line-height: 1.2;
text-align: right;
}
h2 {
	width:100%;
	font-size: 30px;
	padding: 8px 0 8px 50px;
    box-sizing: border-box;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-weight: bold;
}
h2.mt20 {
	margin-top: 2px;
}
h2.h2_res_tit{
	font-weight: bold;
	padding: 8px 0 8px 50px;
}
h2.h2_res_tit.mt30{
	margin-top: 2px;
}
h2.h2_res_tit.mb30{
	margin-bottom: 20px;
}
h2.h2_res_tit span{
	font-size: 22px;
	padding-left: 4px;
}
h2.h2_img_tit{
	border:0;
	padding: 0;
}
h2.h2_img_tit img{
	width: 100%;
}
h3 {
    font-size: 26px;
    font-weight: bold;
    padding: 4px 4px 6px 0px;
    position: relative;
}
h3 .en {
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 0.08em;
    font-size: 16px;
    padding-left: 10px;
}
h3::before {
    background-image: linear-gradient(to right, #2292F9, #2292F9 10px, transparent 10px, transparent 10px);
    background-size: 20px 10px;
    background-repeat: repeat-x;
    content: "";
    display: inline-block;
    height: 10px;
    width: 100%;
	position: absolute;
	bottom: 0;
}
h4 {
    font-size: 26px;
    font-weight: bold;
    padding: 4px 4px 6px 0px;
    position: relative;
}
h4 .en {
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 0.08em;
    font-size: 16px;
    padding-left: 10px;
}
h4::before {
    background-image: linear-gradient(to right, #FFD700, #FFD700 10px, transparent 10px, transparent 10px);
    background-size: 20px 10px;
    background-repeat: repeat-x;
    content: "";
    display: inline-block;
    height: 10px;
    width: 100%;
	position: absolute;
	bottom: 0;
}
h5 {
    font-size: 20px;
	width: 100%;
	text-align: center;
}
h5::after {
	border-bottom: 4px solid #FFD700;
    width: 70px;
	content: "";
	height: 6px;
	display: block;
	margin: 0 auto;
}
h6 {
    font-size: 16px;
    padding: 4px 0 6px 20px;
    position: relative;
	background-color: #EBF5FF;
}
h6::before {
    background-image: linear-gradient(to right, #2292F9, #2292F9 4px, transparent 4px, transparent 4px);
    background-size: 10px 4px;
	background-color: #FFF;
    background-repeat: repeat-x;
    content: "";
    display: inline-block;
    height: 4px;
    width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
}
/* 見出しタイトル<h>-sp*/
 @media only screen and (max-width: 767px) {
 #h_area h1{
font-size: 10px;
position: relative;
top: auto;
right: auto;
width: 100%;
line-height: 1.2;
text-align: left;
}
h2 {
	width:100%;
	font-size: 30px;
	padding: 20px 0 20px 10px;
    box-sizing: border-box;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	line-height: 1.2;
}
h2.h2_res_tit{
	font-weight: bold;
	padding: 16px 0 16px 10px;
	line-height: 1.2;
}
h2.h2_res_tit span {
    font-size: 24px;
    line-height: 1.2;
}
}/* /見出しタイトル<h>-sp*/

.logo h1{
	margin:0;
	padding:0;
	height:auto;
}

.logo h1 a:hover img,
.head_nav_list li:first-child a:hover img,
#top_eye h1 a:hover img{
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
        -moz-opacity: 1;
        -khtml-opacity: 1;
}
.logo h1 span{
	color: #333;
 font-size: 180%;
 font-weight: normal;
	width:auto;
	margin:0;
	display:block;
	padding-top:0px;
}





/* コンテンツのカラム
--------------------------------------------------------------------------------------------------------------------*/
.wrapper {
	width: 1100px;
	margin: 0 auto;
	position:relative;
}
.head_position{
	/*margin-top: 62px;*/
}
section{
min-width: 1100px;
}
 @media only screen and (max-width: 767px) {
 section{min-width: 10px;}
 }/**/
/* pタグ
--------------------------------------------------------------------------------------------------------------------*/
p{
	padding:0 0 10px 0;
}

/* 斜め背景
--------------------------------------------------------------------------------------------------------------------*/
/*左上のみ*/
.bg_lefttop {
    padding: 2em 0 2em 0;
    background-image: url("../../common/images/common/bg_lefttop.svg");
    background-position:left top 0px;
    background-repeat: no-repeat;
	background-size: 50% auto;
}
/*右下のみ*/
.bg_rightbtm {
    padding: 2em 0 2em 0;
    background-image: url("../../common/images/common/bg_rightbtm.svg");
    background-position:  right bottom 0px;
    background-repeat: no-repeat;
	background-size: 50% auto;
}
/*両方*/
.bg_lefttop.bg_rightbtm{
padding: 2em 0 2em 0;
    background-image: url("../../common/images/common/bg_lefttop.svg") ,url("../../common/images/common/bg_rightbtm.svg");
    background-position:left top 0px,right bottom 0px;
    background-repeat: no-repeat,no-repeat;
	background-size: 50% auto,50% auto;
	overflow: hidden;
}
/*おすすめ物件用の左上・右下・右下文字背景*/
.bg_lefttop.bg_rightbtm.bg_recommend{
    padding:2em 0 4.5em 0;
background-image: url("../../common/images/common/bg_recommend.svg") ,url("../../common/images/common/bg_rightbtm.svg") ,url("../../common/images/common/bg_lefttop.svg");
background-position: right 10px bottom 10px, right bottom 0px, left top 0px;
background-repeat: no-repeat,no-repeat,no-repeat;
	background-size: 30% auto,40% auto,40% auto;
}
.bg_lefttop.bg_rightbtm.bg_recommend.mini{
	background-size: 22% auto,contain,contain;
	clear: both;
}
/*斜め背景-sp*/
 @media only screen and (max-width: 767px) {
 /*左上のみ*/
.bg_lefttop {
	background-size: 70% auto;
}
/*右下のみ*/
.bg_rightbtm {
	background-size: 70% auto;
}
/*両方*/
.bg_lefttop.bg_rightbtm{
background-size: 70% auto,70% auto;
}
/*おすすめ物件用の左上・右下・右下文字背景*/
.bg_lefttop.bg_rightbtm.bg_recommend{
    padding:2em 0 4.5em 0;
	background-size: 50% auto,70% auto,70% auto;
}
.bg_lefttop.bg_rightbtm.bg_recommend.mini{
	background-size: 50% auto,contain,contain;
}
 }/*/-sp*/
 
/* パンくずリスト
--------------------------------------------------------------------------------------------------------------------*/
.pan_nav ul  {
	width: 1100px;
	padding: 28px 0 3px 0;
	margin: 0 auto;
}
.pan_nav ul li{
	display:inline-block;
	color: #333;
	font-size: 12px;
}
.pan_nav ul li a{
	color: #333;
	text-decoration: underline;
}.pan_nav ul li a:hover{
	color: #999;
}
.pan_nav li:last-child{
	color: #333;
}
.pan_nav ul li:after {
    content: ">";
}
.pan_nav ul li:last-child:after {
    content: " ";
}

#h_area{
width: 1100px;
	margin: 0 auto 0;
	position: relative;
}
 @media only screen and (max-width: 767px) {
.pan_nav ul {
	width: 100%;
	padding: 1.7em 1em 3px 1em;
	margin: 0 auto;
	box-sizing: border-box;
}
#h_area{
width: 100%;
	margin: 0 auto 10px;
	padding: 0 1em;
	box-sizing: border-box;
}
	 
/**/}
/* 種別
--------------------------------------------------------------------------------------------------------------------*/
.s_mark_mnsn{
	padding: 5px 10px;
	color: #fff;
	display:inline-block;
	font-weight: bold;
}
.s_mark_mnsn{
	background-color: #FF7F00;
}

/* 区切り線
--------------------------------------------------------------------------------------------------------------------*/
hr.hr1 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  border: 0;
}


hr.hr2 {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dotted #cccccc;
}


/* googleマップ埋め込み
--------------------------------------------------------------------------------------------------------------------*/
.g_map {
position: relative;
padding-bottom: 56.25%; /*ここで縦横比の調整*/
padding-top: 30px;
height: 0;
overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* margin,padding
--------------------------------------------------------------------------------------------------------------------*/
.mt1 {margin-top: 1px;}
.mt2 {margin-top: 2px;}
.mt3 {margin-top: 3px;}
.mt4 {margin-top: 4px;}
.mt5 {margin-top: 5px;}
.mt6 {margin-top: 6px;}
.mt7 {margin-top: 7px;}
.mt8 {margin-top: 8px;}
.mt9 {margin-top: 9px;}
.mt10 {margin-top: 10px;}
.mt11 {margin-top: 11px;}
.mt12 {margin-top: 12px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mt150 {margin-top: 150px;}
.mb0 {margin-bottom: 0px !important;}
.mb3 {margin-bottom: 3px;}
.mb5 {margin-bottom: 5px;}
.mb8 {margin-bottom: 8px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}
.mb130 {margin-bottom: 130px;}
.mtb5 {margin-top: 5px; margin-bottom: 5px;}
.mtb10 {margin-top: 10px; margin-bottom: 10px;}
.mtb15 {margin-top: 15px; margin-bottom: 15px;}
.mtb20 {margin-top: 20px; margin-bottom: 20px;}
.mtb30 {margin-top: 30px; margin-bottom: 30px;}
.ml1 {margin-left: 1px;}
.ml2 {margin-left: 2px;}
.ml3 {margin-left: 3px;}
.ml4 {margin-left: 4px;}
.ml5 {margin-left: 5px;}
.ml7 {margin-left: 7px;}
.ml9 {margin-left: 9px;}
.ml-9 {margin-left: -9px;}
.ml0i {margin-left:0 !important;}
.ml10 {margin-left:10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml34 {margin-left: 34px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml47 {margin-left: 47px;}
.ml50 {margin-left: 50px;}
.ml56 {margin-left: 56px;}
.ml60 {margin-left: 60px;}
.ml70 {margin-left: 70px;}
.ml80 {margin-left: 80px;}
.ml90 {margin-left: 90px;}
.ml100 {margin-left: 100px;}
.ml110 {margin-left: 110px;}
.ml300{margin-left: 300px;}
.mr0i {margin-right: 0 !important;}
.mr1 {margin-right: 1px;}
.mr2 {margin-right: 2px;}
.mr3 {margin-right: 3px;}
.mr4 {margin-right: 4px;}
.mr5 {margin-right: 5px;}
.mr8 {margin-right: 8px;}
.mr10 {margin-right: 10px;}
.mr12 {margin-right: 12px;}
.mr13 {margin-right: 13px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.mr60 {margin-right: 60px;}
.mr70 {margin-right: 70px;}
.mr80 {margin-right: 80px;}
.mr90 {margin-right: 90px;}
.mr100 {margin-right: 100px;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr10 {margin-left: 10px; margin-right: 10px;}
.mlr12 {margin-left: 12px; margin-right: 12px;}
.mlr13 {margin-left: 13px; margin-right: 13px;}
.mlr14 {margin-left: 14px; margin-right: 14px;}
.mlr15 {margin-left: 15px; margin-right: 15px;}
.mlr16 {margin-left: 16px; margin-right: 16px;}
.mlr22 {margin-left: 22px; margin-right: 22px;}
.mr11 {margin-right: 11px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.pt1 {padding-top:1px;}
.pt3 {padding-top:3px;}
.pt6 {padding-top:6px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}
.pt80 {padding-top:80px;}
.ptb5 {padding-top: 5px; padding-bottom: 5px;}
.ptb10 {padding-top: 10px; padding-bottom: 10px;}
.ptb15 {padding-top: 15px; padding-bottom: 15px;}
.ptb20 {padding-top: 20px; padding-bottom: 20px;}
.ptb30 {padding-top: 30px; padding-bottom: 30px;}
.ptb40 {padding-top: 40px; padding-bottom: 40px;}
.ptb50 {padding-top: 50px; padding-bottom: 50px;}
.pb3 {padding-bottom: 3px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}
.pl1 {padding-left: 1px;}
.pl2 {padding-left: 2px;}
.pl3 {padding-left: 3px;}
.pl4 {padding-left: 4px;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pl50 {padding-left: 50px;}
.pl60 {padding-left: 60px;}
.pl70 {padding-left: 70px;}
.pl80 {padding-left: 80px;}
.pl90 {padding-left: 90px;}
.pl100 {padding-left: 100px;}
.pl145 {padding-left: 145px;}
.pl150 {padding-left: 150px;}
.pl250 {padding-left: 250px;}
.plr0i {padding-left: 0 !important; padding-right: 0 !important;}
.pr1 {padding-right: 1px;}
.pr2 {padding-right: 2px;}
.pr3 {padding-right: 3px;}
.pr4 {padding-right: 4px;}
.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.pr50 {padding-right: 50px;}
.pr60 {padding-right: 60px;}
.pr70 {padding-right: 70px;}
.pr80 {padding-right: 80px;}
.pr90 {padding-right: 90px;}
.pr100 {padding-right: 100px;}
.pr0i {padding-right: 0 !important;}
.plr1 {padding-left: 1px; padding-right: 1px;}
.plr5 {padding-left: 5px; padding-right: 5px;}
.plr10 {padding-left: 10px; padding-right: 10px;}
.plr12 {padding-left: 12px; padding-right: 12px;}
.p0 {padding: 0 !important;}
.m0 {margin: 0 !important;}
.p_all10 {padding: 10px !important;}
.p_all20 {padding: 20px !important;}
.m_inline{
	display: block;
	padding-left: 6em;
}
/* width %
--------------------------------------------------------------------------------------------------------------------*/
.w15per {width: 15%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w30per {width: 30%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w50per {width: 50%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w70per {width: 70%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w80per {width: 80%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w100per {width: 100%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w3 {width: 3px;}
.w4 {width: 4px;}
.w7 {width: 7px;}
.w60 {width: 60px;}
.w78 {width: 78px;}
.w85 {width: 85px;}
.w90 {width: 90px;}
.w108 {width: 108px;}
.w126 {width: 126px;}
.w135 {width: 135px;}
.w140 {width: 140px;}
.w145 {width: 145px;}
.w147 {width: 147px;}
.w184 {width: 184px;}
.w200 {width: 200px;}
.w212 {width: 212px;}
.w213 {width: 213px;}
.w254 {width: 254px;}
.w260 {width: 260px;}
.w265 {width: 265px;}
.w270 {width: 270px;}
.w275 {width: 275px;}
.w282 {width: 282px;}
.w293 {width: 293px;}
.w300 {width: 300px;}
.w328 {width: 328px;}
.w385 {width: 385px;}
.w405 {width: 405px;}
.w430 {width: 430px;}
.w455 {width: 455px;}
.w490 {width: 490px;}
.w505 {width: 505px;}
.w585 {width: 585px;}
.w700 {width: 700px;}

/* font
--------------------------------------------------------------------------------------------------------------------*/
.fnt_bld {font-weight: bold;}
.fnt_normal {font-weight: normal;}
dt span.ftt_tx{font-size: 80%;font-weight: normal;
	line-height: 1.3 !important;
	display: inline-block;
}

/* font-size--------------------------*/

.fnt70 {font-size: 70%;}
.fnt05 {
	font-size: 75%;
}
.fnt80 {font-size: 80%;}
.fnt85 {font-size: 85%;}
.fnt95 {font-size: 95%;}
.fnt90 {font-size: 90%;}
.fnt92 {font-size: 92%;}
.fnt99 {font-size: 99%;}
.fnt110 {font-size: 110%;}
.fnt120 {font-size: 120%;}
.fnt130 {font-size: 130%;}
.fnt135 {font-size: 135%;}
.fnt140 {font-size: 140%;}
.fnt150 {font-size: 150%;}
.fnt165 {font-size: 165%;}
.fnt180 {font-size: 180%;}
.fnt200 {font-size: 200%;}
.fnt220 {font-size: 220%;}
.fnt240 {font-size: 240%;}
.fnt270 {font-size: 270%;}


/* font-color
--------------------------*/
.clr_red {color: #D80000;}
.clr_red2 {color: #D80000;}
.clr_blk {color: #000;}
.clr_blue {color: #3399FF;}
.clr_blue2 {color: #0059B2;}
.clr_hk_blue {color: #397db2;}
.clr_blue2 {color: #1B5FBE;}
.clr_white {color: #fff;}
.clr_ora {color: #FF5B26;}
.clr_gre {color: #59B200;}
.clr_pink{color: #EC6D80;}
.clr_pink2{color: #EB456B;}
.clr_pink3{color: #F38581;}
.clr_green{color: #60C4B3;}

/* other
--------------------------------------------------------------------------------------------------------------------*/
.clr_bth {clear: both;}
.clearfix {clear: both;}
.t_left {text-align: left;}
.t_center {text-align: center;}
.t_right {text-align: right;}
.disp_blk {display: block;}
.disp_inl {display: inline;}
.disp_ne {display:none;}
.crsr_pr {cursor: pointer;}
.ps_r {position: relative;}
.ps_a0 {position: absolute; top: 0; left: 0;}
.ps_rt10 {position: relative; top: 10px;}
.ps_r_tp2 {position: relative; top: 2px;}
.flt_lists li {float: left;}
.flt_lft {float: left;}
.flt_rgt {float: right;}
.lne_h1 {line-height: 1 !important;}
.bdr_ne {border: none !important;}
.bkg_ne {background: none !important;}
.bdr_g1 {border: 1px solid #dbdbea;}
.mh280 {min-height: 280px;}

.vatop {	vertical-align:top;}
.vtcl_m {vertical-align: middle;}
.dis_ib {display: inline-block}
.m0a{margin: 0px auto;}
.bg_w{	background:#fff;}
.bg_glay{	background:#f2f2f2;}
.bg_pink{	background:#FEF1F4;
overflow:hidden;}
.bo_all_01{	border:1px solid #ddd;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;}
.bo_all_02{	border:1px solid #444;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;}

/* pagetop
--------------------------------------------------------------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:1000;
}
.pagetop a {
	display: block;
	width: 71px;
	height: 71px;
}
/*sp*/
@media only screen and (max-width: 767px) {
.pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index:1000;
}
.pagetop a {
	display: block;
	width: 46px;
	height: 46px;
}
}/*sp*/

/* 画像の回り込み
--------------------------------------------------------------------------------------------------------------------*/
.img-right{
	float:right;
	padding:0 0 5px 10px;
	display: inline;
}
.img-left{
	float:left;
	padding:0 10px 5px 0;
	display: inline;
}

.img-center{
	padding:5px 0 10px 0;
	text-align:center;
}

/* 画像横並べ
--------------------------------------------------------------------------------------------------------------------*/
.block-two, .block-three, .block-four, .block-five, .block-six {
    list-style: outside none none;
    margin-bottom: 0;
    /* margin-left: -3.19149%; */
}
.block-two::after, .block-three::after, .block-four::after, .block-five::after, .block-six::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.block-two > li, .block-three > li, .block-four > li, .block-five > li, .block-six > li {
    float: left;
    height: auto;
    margin-bottom: 0.5em;
	/* margin-left: 3.19149%; */
	/* margin-left:3px; */
}
.block-two > li {
    width: 46.8085%;
}
.block-three > li {
	width: 30.1418%;
}
.block-four > li {
    width: 21.8085%;
}
.block-five > li {
    width: 16.8085%;
}
.block-six > li {
    width: 13.4752%;
}
.image-left {
    float: left;
    margin: 0 1em 1em 0;
}



/* ボタン
-------------------------------------------------------------------------------------
-------------------------------*/
.btn_conte a{
font-size:18px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #F29300;
display: inline-block;
color:#fff;
width:100%;
text-align:center;
width: 100%;
padding: 14px 0;
background: #F29300;
font-weight: bold;
}
.btn_conte a:hover{
background: #FFC166;
color:#000;
border:2px solid #FFC166;
text-decoration:none;
}
.btn_conte_cancel a{
font-size:18px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #E94B35;
display: inline-block;
color:#fff;
width:100%;
text-align:center;
width: 100%;
padding: 14px 0;
background: #E94B35;
font-weight: bold;
}
.btn_conte_cancel a:hover{
background: #F18B7C;
color:#000;
border:2px solid #F18B7C;
text-decoration:none;
}
.btn_conte_touroku a{
font-size:18px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #008000;
display: inline-block;
color:#fff;
width:100%;
text-align:center;
width: 100%;
padding: 14px 0;
background: #008000;
font-weight: bold;
}
.btn_conte_touroku a:hover{
background: #539924;
color:#000;
border:2px solid #539924;
text-decoration:none;
}
input.btn_jukou{
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
text-transform:uppercase;
cursor:pointer;
display: inline-block;
color:#fff;
width:100%;
text-align:center;
width: 100%;
padding: .375rem .75rem;;
background: #F29300;
	border: 0;
}
input.btn_jukou:hover{
background: #F29300;
color:#000;
text-decoration:none;
}
/* ボタン　下部
--------------------------*/
span.btn_r_01{
	float: right;
	font-size: 12px;
	background: url(../images/common/mark_line.png) no-repeat 0 5px;
	padding: 0 0 0 8px;
}
span.btn_r_02{
	float: right;
	font-size: 12px;
	background: url(../images/common/mark_line_h.png) no-repeat 0 5px;
	padding: 0 0 0 8px;
}
span.btn_r_02 a{
	color: #fff;
}

/* ボタン　下部
--------------------------*/
.btn_u_list a{padding:9px 6px 6px 6px;
font-size:12px;
text-transform:uppercase;
cursor:pointer;
border:1px solid #3399FF;
display: inline-block;
color:#3399FF;
border-radius:8px;
margin-right:4px;
}
.btn_u_list a:hover{
background: #3399FF;
color:#fff;
border:1px solid #3399FF;
text-decoration:none;
}


/* ボタン-btn_anchor
--------------------------*/
.btn_anchor a{
	width:100%;
	background-color:#F29300;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#fff;
	font-size:15px;
	height:46px;
	line-height:46px;
	border:0px solid #EF847F;
	/*font-size:4.6875vw;*/
	position:relative;
	margin-top: 3px;
}
.btn_anchor a:hover{
	/*background-color:#FDECF1;*/
	text-decoration:none;
	color:#fff;
/*-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
		border:1px solid #FDE3E9;*/
		opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha( opacity=100 )";
        -moz-opacity: 1;
        -khtml-opacity: 1;
								margin-top:-3px;
								margin-top: 0px;
margin-bottom: 3px;
	}
	
	.btn_anchor a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
	.btn_anchor a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media only screen and (max-width: 767px) {
.btn_anchor a::before {
	display:none;

}
	/**/
}

/* ボタン01
--------------------------*/
.btn_line a{
padding:7px 0px 6px 0px;
font-size:100%;
text-transform:uppercase;
cursor:pointer;
/*border:2px solid #FFA0AC;*/
/*background: url(../images/common/mark_line.png) no-repeat 16px 12px #fff;*/
display: inline-block;
width:100%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				text-decoration:underline;
}
.btn_line a:before {
    content: url(../images/common/mark_line.png);
    margin-right: 6px;
    position: relative;
}
.btn_line a:hover:before {
    content: url(../images/common/mark_line.png);
}
.btn_line a:hover{
/*background:  #FFA0AC;
color:#fff;
border:2px solid #FFA0AC;
text-decoration:none;*/
}
/* ボタン青
--------------------------*/
.btn_blue a{
background:  #fff;
color:#333;
border:1px solid  #ccc;
text-decoration:none;
	display: inline-block;
width:100%;
padding:15px 0px;
font-size:20px;
text-transform:uppercase;
cursor:pointer;
box-sizing: border-box;
text-decoration:none;
	text-align: center;
}
.btn_blue.active a,
.btn_blue.actives a,
.btn_blue a:hover{

border:1px solid  #039CD6;
background:  #039CD6;

	color: #fff;
}

/* ボタン青2
--------------------------*/
.btn_blue2 a{
background: #eee;
color:#333;
border:1px solid  #ccc;
text-decoration:none;
	display: inline-block;
width:100%;
padding:10px 0px 8px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
box-sizing: border-box;
text-decoration:none;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.btn_blue2 a{
padding:8px 0px 6px;
}
}/**/
.btn_blue2.active a,
.btn_blue2.actives a,
.btn_blue2 a:hover{

border:1px solid  #039CD6;
background:  #039CD6;

	color: #fff;
}
/* 黄ボタン
--------------------------*/
.areabtnset1 li a{
	background: #FEE302;
	border-radius: 5px;
	text-align: center;
	padding: 7px 0 5px;
	width: 80px;
	    display: inline-block;
}
.areabtnset1 li a:hover{
	background: #eee;
	text-decoration: none;
}

/* シルバーボタン
--------------------------*/
.areabtnset2 li a{
	background: linear-gradient(180deg, rgba(255, 253, 253, 1) 26%, rgba(234, 232, 232, 1));
    border-radius: 5px;
    text-align: center;
    padding: 9px 0 7px;
    width: 100%;
    display: inline-block;
    font-size: 11px;
	border: 1px solid #ccc;
}
.areabtnset2 li a:hover{
	background: #eee;
	text-decoration: none;
}
/* ボタンset_area
--------------------------*/
.btnset_area ul{
	text-align: center;
	width: 100%;
}
.btnset_area ul li{
	display: inline-block;
	width: auto;
}
/* ボタン basedesign
--------------------------*/
.btnset_area a,.btnset_area input{
padding:12px 0 10px 0;
/*text-transform:uppercase;*/
cursor:pointer;
border:3px solid #2D577D;
background: #2D577D;
color:#fff;
font-weight: bold;
border-radius: 5px;
box-sizing: border-box;
text-align: center;
display: block;
margin: 0 5px;
}
.btnset_area a:hover,.btnset_area input:hover{
color:#2D577D;
border:3px solid #2D577D;
text-decoration:none;
background:#fff;
opacity:1.0;
}
.btnset_area.inline-j-btn input{
padding:12px 4em 10px;
text-transform:uppercase;
cursor:pointer;
border:3px solid #2D577D;
background: #2D577D;
color:#fff;
font-weight: bold;
border-radius: 5px;
box-sizing: border-box;
text-align: center;
display: block;
margin: 0 auto;
font-size: 15px;
}

/* ボタンset01
--------------------------*/
.btnset_area ul.btn_set01 li a,.btnset_area ul.btn_set01 li input{
width: 520px;
font-size:18px;
margin: 0 12px;
}

/* ボタンset02
--------------------------*/
.btnset_area ul.btn_set02 li a,.btnset_area ul.btn_set02 li input{
width: 355px;
font-size:14px;
margin: 0 4px;
}

/* ボタンset03
--------------------------*/
.btnset_area .btn_set03 a,.btnset_area .btn_set03 input{
width: 150px;
font-size:14px;
margin: 0 4px;
border:2px solid #2D577D;
background-image: url("../../common/images/common/icon_more.svg");
background-repeat: 	no-repeat;
background-position: right 20px center;
padding: 0;
height: 50px;
border-radius: 0px;
line-height: 46px;
}
.btnset_area .btn_set03 a:hover,.btnset_area .btn_set03 input:hover{
background-image: url("../../common/images/common/icon_more_hv.svg");
border:2px solid #2D577D;
}

/* ボタンset06
--------------------------*/
.btnset_area ul.btn_set06 li a,.btnset_area ul.btn_set06 li input{
width: 520px;
font-size:24px;
margin: 0 12px;
padding: 15px 0;
}

/* ボタンset07
--------------------------*/
.btnset_area ul.btn_set07 li a,.btnset_area ul.btn_set07 li input{
width: 150px;
font-size:14px;
margin: 0 4px;
border:2px solid #2D577D;
background-image: url("../../common/images/common/back.png");
background-repeat: 	no-repeat;
background-position: center center;
padding: 0;
text-indent: -9999px;
height: 50px;
border-radius: 0;
}
/* ボタン戻る
--------------------------*/
.btn_back a,input.btn_back{
padding:0.5em 1em;
font-size:15px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #777;
display: inline-block;
color:#777;
background:#fff;
}
.btn_back a:hover,input.btn_back:hover{
background:#777;
color:#fff;
border:2px solid #777;
text-decoration:none;
opacity:1.0;
}

/*ボタン-sp*/
@media only screen and (max-width: 767px) {
/* ボタンset01
--------------------------*/
.btnset_area ul.btn_set01 li a,.btnset_area ul.btn_set01 li input{
width: 100%;
margin: 12px 0 0;
}
.btnset_area ul.btn_set01 li{
	display: block;
}
/* ボタンset02
--------------------------*/
.btnset_area ul.btn_set02 li a,.btnset_area ul.btn_set02 li input{
width: 100%;
margin: 0;
padding: 16px 0 14px 0;
}
.btnset_area ul.btn_set02 li{
	width: 47%;
	margin: 12px 2% 0 0;
}
.btnset_area ul.btn_set02 li:nth-child(2n){
	width: 47%;
	margin: 12px 0 0 0;
}
/* ボタンset03
--------------------------*/
.btnset_area ul.btn_set03 li a,.btnset_area ul.btn_set03 li input{
width: 150px;
height: 50px;
}
/* ボタンset06
--------------------------*/
.btnset_area ul.btn_set06 li a,.btnset_area ul.btn_set06 li input{
width: 100%;
font-size:24px;
margin: 12px 0;
}
.btnset_area ul.btn_set06 li{
	display: block;
}
	
}/*/ボタン-sp*/

/**/
.tabcases{
border-bottom: 4px solid #2D577D;
margin-bottom: 20px;
padding-bottom: 0px;
}
.tabcases button{
margin-bottom: -2px;
}
/**/


/*result_tab-area*/
/*タブ切り替え*/
.result_tab-area {
    float: left;
}
.rta_txt{
    padding: 8px 5px 0 0;
	display: inline-block;
    vertical-align: 22px;
}
.result_tab-case {
    border-radius: 3px;
	border: 1px solid #333;
	float: right;
	padding: 2px;
}
.result_tab-area .result_tab,
.result_tab-area .result_tab_pa2,
.result_tab-area .result_tab_pa3,
.result_tab-area .result_tab_pa4,
.result_tab-area .result_tab_pa5{
    text-align: center;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
  }

.result_tab-area .result_tab .result_icon_list,
.result_tab-area .result_tab_pa2 .result_icon_list,
.result_tab-area .result_tab_pa3 .result_icon_list,
.result_tab-area .result_tab_pa4 .result_icon_list,
.result_tab-area .result_tab_pa5 .result_icon_list{
    width: 36px;
    height: 30px;
	display: inline-block;
	background: url("../../common/images/common/result_lineicon_hv.png") no-repeat center center;
	text-indent: -9999px;
}
.result_tab-area .result_tab.active .result_icon_list,
.result_tab-area .result_tab_pa2.active_pa2 .result_icon_list,
.result_tab-area .result_tab_pa3.active_pa3 .result_icon_list,
.result_tab-area .result_tab_pa4.active_pa4 .result_icon_list,
.result_tab-area .result_tab_pa5.active_pa5 .result_icon_list{
    width: 36px;
    height: 30px;
	display: inline-block;
	background: url("../../common/images/common/result_lineicon.png") no-repeat center center;
	text-indent: -9999px;
}
.result_tab-area .result_tab.active .result_icon_block,
.result_tab-area .result_tab_pa2.active_pa2 .result_icon_block,
.result_tab-area .result_tab_pa3.active_pa3 .result_icon_block,
.result_tab-area .result_tab_pa4.active_pa4 .result_icon_block,
.result_tab-area .result_tab_pa5.active_pa5 .result_icon_block{
    width: 40px;
    height: 30px;
	display: inline-block;
	background: url("../../common/images/common/result_blockicon.png") no-repeat center center;
	text-indent: -9999px;
  }
.result_tab-area .result_icon_block {
    width: 40px;
    height: 30px;
	display: inline-block;
	background: url("../../common/images/common/result_blockicon_hv.png") no-repeat center center;
	text-indent: -9999px;
  }
.result_tab-area .result_tab.active,
.result_tab-area .result_tab_pa2.active_pa2,
.result_tab-area .result_tab_pa3.active_pa3,
.result_tab-area .result_tab_pa4.active_pa4,
.result_tab-area .result_tab_pa5.active_pa5{
    background-color: #333;
    color: #fff;
    border: none;
  }
.result_content-area {
  	display: inline-block;
	width: 100%;
	clear: both;
	margin-top: 20px;
	
}
.result_content-area .result_content,
.result_content-area .result_content_pa2,
.result_content-area .result_content_pa3,
.result_content-area .result_content_pa4,
.result_content-area .result_content_pa5{
	width: 100%;
	opacity: 0;
	height: 0;
	margin: 0 auto;
	display: none;
  }
.result_content-area .result_content.show,
.result_content-area .result_content_pa2.show_pa2,
.result_content-area .result_content_pa3.show_pa3,
.result_content-area .result_content_pa4.show_pa4,
.result_content-area .result_content_pa5.show_pa5{
    display: block;
	opacity: 1;
  }
/**/
.result_count{
	float: left;
	margin-left: 1.5em;
	z-index: 10;
	position: relative;
}
.result_change{
	float: left;
	margin-left: 1.5em;
	z-index: 10;
	position: relative;
}
.tabs {
    padding: 2px;
    background-color: #fff;
    margin: 5px auto;
    border: 1px solid #333;
    border-radius: 3px;
    display: inline-block;
}
.tab_item {
  width: 40px;
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  color: #333;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  /*margin: 0 5px 0 0;*/
}
  .tab_item:hover {
  opacity: 0.75;
}
  input[name="tab_item"] {
  display: none;
}
  .tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}
  #buken_list_02:checked ~ #buken_list_02_content,
  #buken_list_01:checked ~ #buken_list_01_content,
  #Map:checked ~ #Map_content {
  display: block;
}
  .tabs input:checked + .tab_item {
  background-color: #333;
  color: #fff;
}
.tab_item.icon1:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c9";
	font-weight:bold;
}
.tab_item.icon2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00a";
	font-weight:bold;
}
/*result_tab-area-sp*/
@media only screen and (max-width: 560px) {
.result_change{
	/*float: none;
	clear: both;
	margin-left: 0em;
	padding-top: 0.5em;*/
}
}/**/
@media only screen and (max-width: 767px) {

.result_tab-area .rta_txt {
    line-height: 0.6;
	text-align: right;
}
.result_tab-area .result_tab .result_icon_list {
    width: 36px;
    height: 30px;
	display: inline-block;
	background: url("../../common/images/common/result_homeicon_hv.svg") no-repeat center center;
	text-indent: -9999px;
}
.result_tab-area .result_tab.active .result_icon_list,
.result_tab-area .result_tab_pa2.active_pa2 .result_icon_list{
    width: 36px;
    height: 30px;
	display: inline-block;
	background: url("../../common/images/common/result_homeicon.svg") no-repeat center center;
	text-indent: -9999px;
}
.result_tab-area .result_tab.active .result_icon_block,
.result_tab-area .result_tab_pa2.active_pa2 .result_icon_block{
    width: 40px;
    height: 30px;
	display: inline-block;
	background: url("../../common/images/common/result_madoriicon.svg") no-repeat center center;
	text-indent: -9999px;
  }
.result_tab-area .result_icon_block {
    width: 40px;
    height: 30px;
	display: inline-block;
	background: url("../../common/images/common/result_madoriicon_hv.svg") no-repeat center center;
	text-indent: -9999px;
  }
}/*/result_tab-area-sp*/

/*問い合わせ番号*/
.t_tell_area{
	position: relative;
	margin: 20px 0 20px;
	float: right;
}
@media all and (-ms-high-contrast: none) {
.t_tell_area{
	width: 60%;
}
}/**/
.t_tell_area::after{
content: "";
    clear: both;
    display: block;
}
.t_tell_area .tta_txt{
	font-size: 12px;
	float: left;
	padding: 0 1em;
	line-height: 1.3;
}
.t_tell_area img{
	float: left;
	height: 30px;
}
.t_tell_area .tta_tel{
	font-size: 36px;
	color: #FF0000;
	font-weight:700;
	line-height: 1;
}

@media only screen and (max-width: 1100px) {
.t_tell_area .tta_tel{
	font-size: 32px;
}
}/**/
.t_tell_area .tta_tel a{
	color: #FF0000;
}
.t_tell_area .tta_time{
	font-size: 16px;
}
/*問い合わせ番号-sp*/
@media only screen and (max-width: 767px) {
.t_tell_area{
	position: relative;
	margin: 10px auto 20px;
	float: none;
	display: block;
	width: 320px;
}
.t_tell_area .tta_txt{
	padding: 0 0 0 1em;
}
.t_tell_area img{
	
}
.t_tell_area .tta_tel{
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	clear: both;
    width: 100%;
    display: block;
}
}/*/件を表示*/
/*件を表示*/
.list_count{
	font-size: 22px;
	font-weight: bold;
	/*padding-top: 14px;*/
}
.search_result_list_count{
	font-size: 32px;
	color: #FF0020;
}
/*件を表示-sp*/
@media only screen and (max-width: 767px) {
.flt_lft.pl50.count_no{
	padding-left: 0;
}
}/*/件を表示*/

/*チェックした物件を*/
.check_txt_area{
	background-color: rgba(45,87,125,1);
	padding: 8px 12px;
}
.check_txt_area span{
	float: left;
}
.check_txt_area .ink a {
    display: inline-block;
    width: 155px;
	height: 35px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    background: url("../../common/images/common/menu/icon-leaflet-ft.svg") no-repeat left 30px bottom 6px;
    box-sizing: border-box;
    background-color: rgba(45,87,125,1);
    letter-spacing: 0.1em;
    vertical-align: middle;
	margin-left: 6px;
	background-size: 18px 22px;
}
.check_txt_area .ink a:hover {
    background: url("../../common/images/common/menu/icon-leaflet-ft_on.svg") no-repeat left 28px bottom 5px;
    background-color: rgba(255,255,7255,1);
    background-size: 18px 22px;
    color: #2D577D;
    border: 2px solid #2D577D;
}
.check_txt_area .sakujo a {
    display: inline-block;
    width: 155px;
	height: 35px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    background: url("../../common/images/common/menu/svg_sakujo.svg") no-repeat left 30px bottom 6px;
    box-sizing: border-box;
    background-color: rgba(45,87,125,1);
    letter-spacing: 0.1em;
    vertical-align: middle;
	margin-left: 6px;
	background-size: 18px 22px;
}
.check_txt_area .sakujo a:hover {
    background: url("../../common/images/common/menu/svg_sakujo_hv.svg") no-repeat left 28px bottom 5px;
    background-color: rgba(255,255,7255,1);
    background-size: 18px 22px;
    color: #2D577D;
    border: 2px solid #2D577D;
}
.check_txt_area .fav2 a {
    display: inline-block;
    width: 155px;
	height: 35px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
	background: url("../../common/images/common/menu/icon-fav-ft.svg") no-repeat left 16px bottom 8px;
    box-sizing: border-box;
      letter-spacing: 0.1em;
    vertical-align: middle;
	margin-left: 6px;
	background-size: 20px;

}
.check_txt_area .fav2 a:hover {
    background: url("../images/common/menu/icon-fav-ft_on.svg") no-repeat left 14px bottom 6px;
    background-color: rgba(255,255,255,1);
    background-color: rgba(255,215,0,1);
    background-size: 20px;
    color: #2D577D;
    border: 2px solid #FFD700;
}
.check_txt_area{
    color: #fff;
}
.check_txt_area .check_txt {
    float: left;
	margin: 6px 6px 0 0;
}
.check_txt_area .check_txt{
	background: url("../images/common/menu/icon-check.svg") no-repeat left 8px bottom 4px;
    background-size: auto;
background-size: 20px;
padding: 0;
    padding-left: 0px;
padding-left: 32px;
font-size: 16px;
	color: #fff;
}
.check_txt_area p {
    width: 80%;
    font-size: 14px;
    text-align: center;
    float: right;
    line-height: 100%;
    padding: 0;
    margin: 11px 0 0 0;
}
/*チェックした物件を-sp*/
 @media only screen and (max-width: 767px) {
.check_txt_area .check_txt {
    float: none;
	/*text-align: center;*/
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
}
.check_txt_area {
    overflow: hidden;
}
.check_txt_area span{
	float: none;
	width: 100%;
	display: block;
}
.check_txt_area span.sakujo{
	float: none;
width: 100%;
display: inline-block;
}
.check_txt_area p {
    width: 97%;
    font-size: 14px;
    text-align: center;
    float: right;
    line-height: 100%;
    padding: 0;
    margin: 11px 0 0 0;
}
.check_txt_area .ink a, .check_txt_area .fav2 a, .check_txt_area .sakujo a {
		 width: 100%;
		 margin-left:  0;
		 margin-bottom: 0.5em;
}
.check_txt_area .ink a {
	margin-left: 0px;
	margin-right: 6px;
}
}/*/チェックした物件を-sp*/

/*現在の検索条件を表示する*/
#search_jouken{
padding-top: 100px;
    margin-top:-70px;
}
.search_conditions_area{
	width: 100%;
	background: url("../../common/images/common/search_conditions_area_bg.gif") repeat-x 0 113px;
	 box-sizing: border-box;
	 padding-left: 7em;
	 
}
.search_conditions_area .btn_search_conditions{
	display: inline-block;
}
.search_conditions_area .btn_search_open{
	float: left;
	padding: 3px 1em 0 2em;
font-size: 16px;
position: relative;
}
.search_conditions_area .btn_search_open:hover{
cursor: pointer;
}
.search_conditions_area .btn_search_conditions a{
	border: 1px solid #000;
	border-radius: 4px;
	background:#2D577D url("../../common/images/common/icon_hozon_k.svg") no-repeat 8px 5px;
	background-size: 14px 14px;
	display: block;
	font-size: 10px;
	padding: 6px 8px 5px 30px;
	color: #fff;
	text-decoration: none;
}
.search_conditions_area .btn_search_conditions a:hover{
text-decoration: none;
background:#fff url("../../common/images/common/icon_hozon_k_hv.svg") no-repeat 8px 5px;
color: #2D577D;
background-size: 14px 14px;
}
.search_conditions_area .btn_search_open a{
	color: #000;
	text-decoration: none;
	display: block;
}
.search_conditions_area .btn_search_open img{
	padding-top: 5px;
}
.search_conditions_area .sca_case{
	background: #fff;
	padding: 0 1em;
	display: inline-block;
}
.sr_set_a_icn_area {
    width: 44px;
    height: 42px;
    position: absolute;
    background: url( "../images/common/icon_arrow_top.svg") no-repeat;
    top:9px;
    cursor: pointer;
    left: 0;
}
.sr_set_a_icn_area_o {
    width: 44px;
    height: 42px;
    position: absolute;
    background: url("../images/common/icon_arrow.svg") no-repeat  !important;
    top: 10px;
    cursor: pointer;
    right: 0;
}
.search_conditions_ul tr {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
ul.ssata_list{
padding: 0.8em 0;
}
ul.ssata_list li{
font-size: 12px;
display: inline-block;
text-align: left;
position: relative;
margin-bottom: 5px;
padding-left: 10px;
box-sizing: border-box;
margin-right: 1em;
}
.search_conditions_ul ul li:before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: #FFD700;
    position: absolute;
}
.search_conditions_ul ul li .search_conditions_koumoku {
    margin: 0 0 0 10px;
}
ul.ssata_list li a:hover{
text-decoration: none;
background: #333;
color: #fff;
}
/*現在の検索条件を表示する-sp*/
 @media only screen and (max-width: 767px) {
#search_jouken {
    padding-top: 0px;
    margin-top: 2em;
}
.search_conditions_area{
	width: 100%;
	background: url("../../common/images/common/search_conditions_area_bg.gif") repeat-x 0 13px;
	 box-sizing: border-box;
	 padding-left: 1em;
	 
}
.search_conditions_area .btn_search_conditions {
    position: relative;
width: 100%;
right: 0;
top: 0;
}
.search_conditions_area .btn_search_conditions a {
    border: 1px solid #000;
    border-radius: 4px;
    background: url("../../common/images/common/ico_search_conditions.svg") no-repeat 8px 8px;
        background-size: auto;
    background-size: 14px 14px;
    display: block;
    font-size: 14px;
    padding: 6px 8px 5px 30px;
    color: #000;
    text-decoration: none;
}
.search_conditions_area {
    position: relative;
	margin-top: 50px;
}
}/*/現在の検索条件を表示する-sp*/

/*buken_list_01*/
.buken_list_01 ul li{
	width: 32%;
	position: relative;
	background:#f8f8f8 url("../../common/images/common/buken_list_01_bg.png") no-repeat right bottom;
	border-radius: 0px 0px 12px 12px;
	box-shadow:0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
 -webkit-box-shadow:0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
 -moz-box-shadow:0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}
.buken_list_01 .search_parts ul li {
	background:none;
	border-radius: none;
	box-shadow:none;
    border-radius: 0px;
}
.buken_list_01 ul[class^="rank-"] li {
    width:calc(98% / 5);
}
.buken_list_01 ul li li {
	background:#f8f8f8;
    box-shadow: none;
    border-radius: 0px;
    margin-right: 0%;
    margin-bottom: 0px;
}
.buken_list_01 ul li:nth-of-type(3n) {
	margin-right: 0px !important;
}
.buken_list_01 ul .SearchResult > li.bl02_case {
	width: 32%;
	position: relative;
	background:#f8f8f8 url("../../common/images/common/buken_list_01_bg.png") no-repeat right bottom;
	border-radius: 0px 0px 12px 12px;
	box-shadow:0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
 -webkit-box-shadow:0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
 -moz-box-shadow:0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
    height: 460px;
    font-feature-settings: "palt";
}
.favorite .buken_list_01 ul .SearchResult > li.bl02_case {
    height: 526px;
}
.buken_list_01 ul .SearchResult > li.bl02_case:nth-of-type(3n) {
	margin-right: 0px !important;
}
@media only screen and (max-width: 767px) {
.buken_list_01 ul li,
.buken_list_01.SP ul li.bl02_case {
	width: 100%;
}
.buken_list_01.SP ul li.bl02_case .fmstyle input[type="checkbox"] {
     display: block;   
}
.buken_list_01.SP ul li.bl02_case .flt_rgt.w50per .bl2_buttons ul li {
     margin-top: 0px !important;
     margin-bottom: unset !important;
}
.buken_list_01.SP ul li.bl02_case .w50per .bl2_photo {
    order: -1;
    width: calc(100% - 47px);    
}
.buken_list_01.SP ul li.bl02_case .w50per .bl2_photo img {
    height: 229px;
    width: 100%;
}
}

.buken_list_01 ul li.bl02_case .w50per {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.buken_list_01 ul li.bl02_case .w50per .bl2_photo {
    order: -1;
    width:calc(100% - 47px);
}
.buken_list_01 ul li.bl02_case .w50per .bl2_photo img {
    max-height: 228px;
}
.buken_list_01 ul li.bl02_case .w50per .bl2_photo ul,
.buken_list_01 ul li.bl02_case .w50per .bl2_photo ul a,
.buken_list_01 ul li.bl02_case .w50per .bl2_photo ul a li {
    width:100%;
}
.buken_list_01 ul li.bl02_case .w50per .bl2_photo ul li:last-child,
.buken_list_01 ul li.bl02_case .w50per .rda_data {
    display:none;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per {
    padding: 0 10px;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl2_buttons {
    position: absolute;
    top:0px;
    right:0px;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl2_buttons ul {
    display: flex;
    flex-direction: column;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl2_buttons ul li {
    float: unset;
    margin-top: 0px;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl2_buttons ul li:first-child {
    
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per.bl2_buttons .arr,
.buken_list_01 ul li.bl02_case .bl02_staff {
    display: none;
}
.buken_list_01.no_bg ul li{
	background:#f8f8f8 url("") no-repeat right bottom;
}
.buken_list_01 ul li:nth-of-type(3n){
	margin-right: 0;
}
.buken_list_01 .bl_photo{
	display: table-cell;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
}
.buken_list_01 .bl_photo div{
	height: 100%;
}
.table_case{
	display: table;height: 40%;
}
.buken_list_01 .bl_photo a{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
.buken_list_01 .bl_photo .i-360,
.buken_list_01 .SearchResult .flt_lft .IconPano {
	position:absolute;
	left:5px;
	top:5px;
	width:90px;
    background-color:rgba(255,255,255,0.6);
    border-radius:10px;
    padding:5px;
}
.buken_list_02 .SearchResult .flt_lft .IconPano {
	position: unset;
	width:90px;
    background-color:rgba(255,255,255,0.6);
    border-radius:10px;
    padding:5px;
}
.buken_list_01 .bl_right{
	display: table-cell;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl2_buttons ul li:nth-child(3) {
    order: -1;
    left: -46px;
}
.buken_list_01 .bl_right .bl_fab a {
	width: 45px;
	height: 45px;
	display: block;
	/*background: url("../../common/images/common/ico-fav.svg") no-repeat center center;
	background-size: 25px 25px;
	text-indent: -9999px;*/
	border: 2px solid #2D577D;
	 box-sizing: border-box;
	margin-left: 2px;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl2_buttons ul li .fav2 .bookmark_off a {
	width: 45px;
	height: 45px;
	display: block;
	background: #fff url("../../common/images/common/ico-fav.svg") no-repeat center center;
	background-size: 25px 25px;
	text-indent: -9999px;
	border: 2px solid #2D577D;
	box-sizing: border-box;
	margin-left: 2px;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl2_buttons ul li .fav2 .bookmark_on a {
	width: 45px;
	height: 45px;
	display: block;
	background: #fff url("../../common/images/common/ico-fav-hover.svg") no-repeat center center;
	background-size: 25px 25px;
	text-indent: -9999px;
	border: 2px solid #FFD700;
	box-sizing: border-box;
	margin-left: 2px;
}
.buken_list_01 .bl_right .bl_inq a,
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl2_buttons ul li:first-child a {
	width: 45px;
	height: 45px;
	display: block;
	background: url("../../common/images/common/ico-inq.svg") no-repeat center center;
	background-size: 25px 25px;
	text-indent: -9999px;
	border: 2px solid #2D577D;
	margin-top: -45px;
	box-sizing: border-box;
	margin-left: 2px;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl2_buttons ul li.kengaku_yoyaku a {
	width: 45px;
	height: 45px;
	display: block;
	background: url("../../common/images/common/icon_kengaku_b_g.svg") no-repeat center center;
	background-size: 38px 38px;
	text-indent: -9999px;
	border: 2px solid #2D577D;
	margin-top: 1px;
	 box-sizing: border-box;
	margin-left: 2px;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl2_buttons ul li:last-child{
    display:none;
}
.buken_list_01 .bl_right .bl_i-set,
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl_i-set span {
	background:#F43030;
	background-size: 100% 100%;
	width: 45px;
	height: 137px;
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-top: 2px;
	margin-left: 2px;
    position: absolute;
    top:90px;
    right:0px;
    padding: 10px;
    box-sizing: border-box;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl_i-set.iset_cyuko span,
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl_i-set.iset_minyukyo span {
	background:#006CFF;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl_i-set.iset_apartment span {
	background:#F59432;
}
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl_i-set.iset_toti span,
.buken_list_01 ul li.bl02_case .flt_rgt.w50per .bl_i-set.iset_tochi span {
	background:#66B73B;
}
.buken_list_01 .bl_right .bl_i-set span{
	position: absolute;
	height: 100%;
	text-align: center;
	padding-right: 8%;
}
.buken_list_01 .bl_tit{
	font-size: 16px;
	font-weight: bold;
	padding: 0.5em 0.5em 0;
	width: 100%;
	display: block;
	box-sizing: border-box;
	position: relative;
	padding-right: 56px;
}
.buken_list_01 li.bl02_case .flag_icon_new{
	position: absolute;
    top: 240px;
    right: 2px;
    height: 42px;
    background-size: cover;
    width: 42px;
    background: url(../../common/images/common/bg_icon-new.svg) no-repeat left 0px bottom 0px;
    padding-left: 1px;
	text-indent: -9999px;
    background-size: 100%;
}
.buken_list_01 .bl_right .bl_fab a:hover,
.buken_list_01 .bl_right .bl_fab.nod a{
    background-image: url("../../common/images/common/ico-fav-hover.svg");
    border-color: #FFD700;
    transition: 0.3s;
}
.buken_list_01 .bl_right .bl_inq a:hover {
    background-image: url("../../common/images/common/ico-inq-hover.svg");
    background-color: #2d577d;
    transition: 0.3s;
}

.buken_list_01 dl{
	font-size: 12px;
}
.buken_list_01 dl dt {
	float: left;
	width: 20%;
	padding:0em 1em 0.3em 0;
	text-align: right;
	 box-sizing: border-box;
	clear: both;
}
.buken_list_01 .bl_price span:first-child {
	float: left;
	width: 20%;
	padding: 0em 1em 0em 0;
	text-align: right;
	box-sizing: border-box;
	clear: both;
    line-height: 35px;
}
.buken_list_01 dl dd{
	float: right;
	width: 80%;
	/*padding:0 3.5em 0.3em 0;*/
	 box-sizing: border-box;
}
.buken_list_01 .bl_price{
	font-size: 12px;
}
.buken_list_01 .bl_price strong{
	color: #FF0020;
	font-size: 24px;
	font-weight: bold;
}
.buken_list_01 .bl_price .man{
	color: #FF0020;
	font-size: 14px;
	margin-top: -10px;
    float: unset;
}
.buken_list_01 .bl_banner .blb_photo{
	width: 100%;
	height: 80%;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding: 3.5em;
	position: relative;
	box-sizing: border-box;
}
.buken_list_01 .bl_banner .blb_photo .blb_pickup{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #D8041F;
	color: #fff;
	padding: 3px 20px 2px;
}
.buken_list_01 .bl_banner .blb_case{
	background:rgba(255,255,255,0.8);
	text-align: center;
	height: 100%;
}
.buken_list_01 .bl_banner .blb_days{
	font-size:18px;
	text-align: center;
	padding-top: 35%;
}
.buken_list_01 .bl_banner .blb_tit{
	font-size:18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.buken_list_01 .bl_banner .blb_area{
	font-size:16px;
	text-align: center;
}
.buken_list_01 .bl_banner .blb_txt{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	font-size:13px;
}
.buken_list_01 .bl_banner .blb_more{
	position: absolute;
	bottom: 2em;
	width: 150px;
	margin: 0 auto;
	left: 0;
	right: 0;

}
.buken_list_01 ul li.bl_banner{
	background:#fff url() ;
}
.buken_list_01 .bl_banner .blb_tenpo{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	background: #D8041F;
	width: 100%;
	text-align: center;
	border-radius: 13px;
	box-sizing: border-box;
}
.buken_list_01 ul li.bl02_case .fmstyle input {
    position: absolute;
    right:10px;
    bottom:10px;
}

/*buken_list_02*/
.buken_list_02 ul li.bl02_case{
	width: 100%;
	position: relative;
	background:#f8f8f8 url("../../common/images/common/buken_list_02_bg.png") no-repeat right top;
	border-radius: 12px;
	box-shadow:0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
 -webkit-box-shadow:0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
 -moz-box-shadow:0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 1em 2em 2em;
	box-sizing: border-box;
	display: inline-block;
}
.buken_list_02 .flt_lft {
	padding-right: 0em !important;
    padding-top: 0.2em;
}
.buken_list_02 .flt_rgt {
	padding-left: 2em;
}
.buken_list_02 .bl_tit {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 19px 0 0;
    display: block;
	float: left;
}
.bl02_case .bl_recommend {
    display: none;
}
.buken_list_02 li.bl02_case .flag_icon_new{
	position: absolute;
    top: 10px;
    left: 460px;
    height: 80px;
    background-size: cover;
    width: 80px;
    background: url(../../common/images/common/bg_icon-new.svg) no-repeat left 0px bottom 0px;
    padding-left: 1px;
	text-indent: -9999px;
    background-size: 100%;
}
.buken_list_02 .bl2_photo {
	height: 188px;
	overflow: hidden;
	clear: both;
	padding-top: 1em;
}
.buken_list_02 .bl2_photo ul {
    /*display: table;*/
}
.buken_list_02 .bl2_photo ul li {
    /*display: table-cell;*/
	float: left;
	width: 49%;
	padding-right: 1%;
}
.buken_list_02 .bl2_photo ul li img {
	width: 100%;
}
.buken_list_02 li span.rda_data span {
    font-size: 12px;
    width: 31%;
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}
.buken_list_02 li span.rda_data span::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: #FFD700;
    position: absolute;
    top: -1px;
    left: 0;
}
.buken_list_02 li span.rda_data{
	margin-top: 3em;
	display: block;

}
.buken_list_02 .bl_i-set {
    background:#F43030;
    background-size: 100% 100%;
    width: 106px;
    height: 36px;
    display: block;
    font-size: 13px;
    color: #fff;
    position: relative;
	text-align: center;
	padding-top: 10px;
	padding-top: 10px;
	box-sizing: border-box;
}
.buken_list_02 .bl_i-set.iset_cyuko{
	background: #006CFF;
	background-size: 100% 100%;
}
.buken_list_02 .bl_i-set.iset_minyukyo{
	background: #006CFF;
	background-size: 100% 100%;
    width: 136px;
}
.buken_list_02 .bl_i-set.iset_apartment{
	background: #FF7F00;
	background-size: 100% 100%;
}
.buken_list_02 .bl_i-set.iset_tochi,
.buken_list_02 .bl_i-set.iset_toti{
	background: #66B73B;
	background-size: 100% 100%;
}
.buken_list_02 .bl_price {
    font-size: 16px;
	color: #FF0020;
	padding: 5px 0 10px;
	display: block;
	float: left;
}
.buken_list_02 .bl_price .man {
    font-size: 16px;
	color: #FF0020;
	padding: 5px 0 10px 5px;
	display: unset;
}
.buken_list_02 .bl_price span {
	color: #333;
}
.buken_list_02 .bl_price strong {
    color: #FF0020;
    font-size: 24px;
    font-weight: bold;
}
.buken_list_02 .bl2_list dl {
	border-top: 1px solid #333;
	width: 100%;
	display: table;
}
.buken_list_02 .bl2_list dl:last-child {
	border-bottom: 1px solid #333;
}
.buken_list_02 .bl2_list dt {
	border-top: 1px solid #333;
	display: table-cell;
	background: #FFEF99;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	padding: 1em;
	font-size: 16px;
}
.buken_list_02 .bl2_list dd {
	border-top: 1px solid #333;
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	padding: 1em;
	font-size: 14px;
}
.buken_list_02 .bl2_list dl.twoset dt {
	width: 20%;
}
.buken_list_02 .bl2_list dl.twoset dd {
	width: 30%;
}
.buken_list_02 .bl2_list dl.twoset dt.leftline {
	border-left: 1.5px solid #333;
	
}
.bl2_buttons ul li{
	float: left;
	margin-top: 20px;
}
.buken_list_01 .kengaku_yoyaku.non,
.buken_list_02 .arr.non {
    display:none;
}
.buken_list_02 .bl2_buttons .ink a {
    display: inline-block;
    width: 162px;
	height: 50px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    background:#FF2B2B url("../../common/images/common/bl2_inq.svg") no-repeat left 16px top 13px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    vertical-align: middle;	
	background-size: 16px 21px;
}
.buken_list_02 .bl2_buttons .ink a:hover {
    border: 2px solid rgba(45,87,125,1);
    color: rgba(45,87,125,1);
	background: url("../../common/images/common/bl2_inq_hv.svg") no-repeat left 16px top 13px;
	background-color: #fff;
	background-size: 16px 21px;
}
.buken_list_02 .bl2_buttons .kengaku a {
    display: inline-block;
    width: 162px;
	height: 50px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    background:#0A75D8 url("../../common/images/common/menu/icon_kengaku_b.svg") no-repeat left 16px top 13px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    vertical-align: middle;	
	background-size: 30px 25px;
}
.buken_list_02 .bl2_buttons .kengaku a:hover {
    border: 2px solid rgba(45,87,125,1);
    color: rgba(45,87,125,1);
	background: url("../../common/images/common/menu/n_kengaku_w.svg") no-repeat left 16px top 13px;
	background-color: #fff;
	background-size: 30px 25px;
}
.buken_list_02 .bl2_buttons .fav2 .bookmark_off a {
    display: inline-block;
    width: 170px;
	height: 50px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
	background:#FFD700 url("../../common/images/common/bl2_fav.svg") no-repeat left 7px top 13px;
    box-sizing: border-box;
    letter-spacing: 0em;
    vertical-align: middle;
	background-size: 20px 20px;
	margin-left: 2px;
    line-height: 50px;
    padding-left: 33px;
    font-size: 16px;
    font-weight: bold;
}
.buken_list_02 .bl2_buttons .fav2 a:hover,
.buken_list_02 .bl2_buttons .fav2 .bookmark_on a {
    display: inline-block;
    width: 170px;
	height: 50px;
    border-radius: 5px;
    border: 2px solid rgba(45,87,125,1);
    color: rgba(45,87,125,1);
	background:#fff url("../../common/images/common/bl2_fav_hv.svg") no-repeat left 7px top 13px;
    box-sizing: border-box;
    letter-spacing: 0em;
    vertical-align: middle;
	background-size: 20px 20px;
	margin-left: 2px;
    line-height: 50px;
    padding-left: 33px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.buken_list_02 .bl2_buttons .fav2.nod a{
    border: 2px solid rgba(45,87,125,1);
    color: rgba(45,87,125,1);
	background: url("../../common/images/common/bl2_fav_hv.svg") no-repeat left 7px top 13px;
	background-color: #fff;
	background-size: 20px 20px;
    text-decoration: none;
}
.bl2_buttons .fav2.nod a p.p1,
.bl2_buttons .fav2 a p.p2{
display: none;
}
.bl2_buttons .fav2 a p.p1,
.bl2_buttons .fav2.nod a p.p2{
display: block;
}
.bl2_buttons .fav2.nod a p.p2{
font-size: 15px;
}
.bl2_buttons .arr a {
    display: inline-block;
    width: 162px;
	height: 50px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
	background: url("../../common/images/common/bl2_arr.svg") no-repeat left 10px top 14px;
    box-sizing: border-box;
	background-color: rgba(45,87,125,1);
    letter-spacing: 0.1em;
    vertical-align: middle;
	margin: -5px 0 0 15px;
	background-size: 10px 18px;
}
@media only screen and (max-width: 1101px) {
	.bl2_buttons .arr a {
    width: 156px;
	margin-left: 6px;
}
}/**/
.bl2_buttons .arr a:hover {
    border: 2px solid rgba(45,87,125,1);
    color: rgba(45,87,125,1);
	background: url("../../common/images/common/bl2_arr_hv.svg") no-repeat left 10px top 14px;
	background-color: #fff;
	background-size: 10px 18px;
}
.buken_list_02 .bl2_buttons p {
    width: 84%;
    font-size: 16px;
    text-align: center;
    float: right;
    line-height: 100%;
    padding: 0;
    margin: 17px 0 0 0;
	font-weight: bold;
}
.buken_list_02 .bl2_check{
	position: absolute;
	top: 16px;
	right: 20px;
}
.buken_list_02 .bl02_staff{
	margin-top: 2em;
}
.buken_list_02 .bl02_staff img{
	float: left;
	width: 60px;
}
.buken_list_02 .arrow_box{
    position:relative;
    width:430px;
    background:#FFFFFF;
    padding:9px;
    text-align:left;
    border:1px solid #333333;
    color:#333;
    font-size:10px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	margin-left: 76px;
	box-sizing: border-box;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.arrow_box:after{
    border-color: rgba(255, 15, 0, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-right-color:#fff;
}
.arrow_box:before{
    border-color: rgba(51, 51, 51, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:11px;
    border-right-width:11px;
    margin-top: -11px;
    margin-right: 1px;
    border-right-color:#333333;
}
.buken_list_02 .new_icon{
	float: right;
	padding-left: 10px;
}
.buken_list_02 .new_icon span.IconPano img {
	height: 70px;
}
.buken_list_02 li.bl_banner{
	padding: 10px 0 30px 0;
}
.buken_list_02 .bl_banner .blb_photo{
	background-repeat: no-repeat;
	background-size: cover;
}
.buken_list_02 .bl_banner .blb_case{
	color: #fff;
	padding-left: 30px;
	padding-bottom: 10px;
	 text-shadow:0 0 5px #666, 0 0 5px #666, 0 0 1px #666;
 -webkit-text-shadow:0 0 5px #666, 0 0 5px #666, 0 0 1px #666;
 -moz-text-shadow:0 0 5px #666, 0 0 5px #666, 0 0 1px #666;
}
.buken_list_02 .bl_banner .blb_days{
	font-size:18px;
	text-align: left;
	padding: 20px 0 0 0;
}
.buken_list_02 .bl_banner .blb_tit{
	font-size:30px;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	padding: 10px 0 0 0;
}
.buken_list_02 .bl_banner .blb_area{
	font-size:16px;
	text-align: center;
}
.buken_list_02 .bl_banner .blb_txt{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	font-size:13px;
}
.buken_list_02 .bl_banner .blb_tenpo {
    padding: 6px 20px;
    background: #D8041F;
    text-align:left;
    border-radius: 13px;
    box-sizing: border-box;
	display: inline-block;
	margin-top: 10px;
}

.buken_list_02 li.bl_banner2{
	padding: 10px 0 30px 0;
}
.buken_list_02 li.bl_banner2 dl{
	display: table;
	width: 100%;
	border: 1px solid #707070;
}
.buken_list_02 li.bl_banner2 dl dt{
	display: table-cell;
	width: 30px;
	background: #2D577D;
	writing-mode:vertical-rl;
	color: #fff;
	font-size:18px;
	font-weight: bold;
	padding-left: 2px;
	vertical-align: middle;
}
.buken_list_02 li.bl_banner2 dl dd{
	display: table-cell;
}
.buken_list_02 li.bl_banner2 dl dd.blbp{
	width: 260px;
	background-size: cover;
	background-position: center center;
}
.buken_list_02 .bl_banner2 .blb_tit{
	font-size:18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	padding: 20px 0 0 10px;
}
.buken_list_02 .bl_banner2 .blb_days{
	text-align: left;
	line-height: 1.3;
	padding: 5px 0 0 10px;
}
.buken_list_02 .bl_banner2 .blb_txt{
	text-align: left;
	line-height: 1.3;
	padding: 5px 0 0 10px;
}
.buken_list_02 .bl_banner2 .blb_more a {
    padding: 12px 0 10px 0;
    text-transform: uppercase;
    cursor: pointer;
    border: 3px solid #2D577D;
    background: #2D577D;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 1em;
	width: 30%;
	float: right;
	text-decoration: none;
}
.buken_list_02 .bl_banner2 .blb_more a:hover {
    border: 3px solid #2D577D;;
    color: #2D577D;;
	background-color: #fff;
}

/*buken_list_01 bl03*/
.buken_list_01.bl03 ul li {
    width: 100%;
    background: #f8f8f8 url("../../common/css/%22%22") no-repeat right bottom;
	margin-bottom: 30px;
}
.buken_list_01.bl03 ul li .table_case{
	float: left;
	width: 54%;
	height: 320px;
}
.buken_list_01.bl03 ul li .bl_data {
    float: right;
	width: 44%;
    display: block;
	padding: 2em 2em 2em 0;
	box-sizing: border-box;
}
.buken_list_01.bl03 ul li:nth-child(2n) .table_case{
	float: right;
}
.buken_list_01.bl03 ul li:nth-child(2n) .bl_data {
    float: left;
	padding: 2em 0 2em 2em;
}
.buken_list_01.bl03 .bl_price {
    font-size: 20px;
    color: #FF0020;
    padding: 5px 0 10px;
    display: block;
	font-weight: bold;
}
.buken_list_01.bl03 .bl_price span {
    color: #FF0020;
    font-size: 34px;
    font-weight: bold;
}
.buken_list_01.bl03 .bl_tit {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 1em;
    width: 100%;
    display: block;
}
.buken_list_01.bl03 .blb_more a {
    display: inline-block;
    width: 80%;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #2D577D;
    color: #fff;
    box-sizing: border-box;
    background-color: rgba(45,87,125,1);
    letter-spacing: 0.1em;
    vertical-align: middle;
    background-size: 20px 20px;
	text-align: center;
	line-height: 50px;
	margin-top: 30px;
	text-decoration: none;
}
.buken_list_01.bl03 .blb_more a:hover {
    border: 2px solid #2D577D;
    color: #2D577D;;
	background-color: #fff;
}
.buken_list_01.bl03 .bl_right .bl_i-set {
    background: url("../../common/images/common/bg_icon-kodate-tate.png") no-repeat center center;
	background-size: 100% 100%;
    width: 45px;
    height: 227px;
}
.buken_list_01.bl03 .bl_right .bl_i-set span {
    padding-right: 5%;
}
.buken_list_01.bl03 li.bl03bn{
	box-shadow: 0 0 0;
}
.buken_list_01.bl03 li.bl03bn .listbn{
	width: 48%;
	position: relative;
	overflow: hidden;
}
.buken_list_01.bl03 li.bl03bn .listbn .listbn_photo img{
	width: 100%;
}
.buken_list_01.bl03 li.bl03bn .morearea{
overflow: hidden;
position: relative;
height: 100%;
padding: 0.3em 5% 1em 5%;
box-sizing: border-box;
}
.buken_list_01.bl03 li.bl03bn .morearea{
    background:rgba(0,0,0,0.6);
    position:absolute;
    top:100%;
    left:0;
    color:#fff;
    -webkit-transition: 0.2s;
    -moz-transition:  0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    height: 100%;
    z-index:1000;
	margin-top: -50px;
}
.buken_list_01.bl03 li.bl03bn .morearea:hover{
top:0;
left:0;
	margin-top: 0px;
}
.buken_list_01.bl03 li.bl03bn .morearea dl{
width: 100%;
	color: #fff;
}
.buken_list_01.bl03 li.bl03bn .morearea dl dt{
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	float: none;
	width: 100%;
	text-align: left;
	padding: 5px 0 0 0;
}
.buken_list_01.bl03 li.bl03bn .morearea dl dd{
padding-top: 10px;
	float: none;
	width: 100%;
}
.buken_list_01.bl03 li.bl03bn .morearea:hover dl dt{
padding: 25px 0;
}
.buken_list_01.bl03 li.bl03bn .listbn_btn a{
	color: #333;
	background: #fff;
	width: 90%;
	padding: 0.5em 0;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 1em;
}
.buken_list_01.bl03 li.bl03bn .listbn_btn a:hover{
	background:rgba(255,255,255,0.6);
	text-decoration: none;
}

/*buken_list-sp*/
@media only screen and (max-width: 767px) {
	.buken_list_01.SP li {
    width:100%;
    float: none;
    margin-right: 0%;
    margin-bottom: 15px;
}
.buken_list_01 .bl_banner .blb_days {
    padding-top: 10%;
}
.buken_list_01 .bl_banner .blb_area {
     padding-bottom: 16%;
}
.buken_list_01 .bl_banner .blb_txt {
    position: relative;
}
.buken_list_01 .bl_banner .blb_tit {
    padding-bottom: 16%;
}
.buken_list_01 .bl_banner .blb_tenpo {
    position: relative;
}
.buken_list_02 ul li.bl02_case {
    width: 100%;
    background-size: 80px;
}
.buken_list_02 .w50per {
    width:100%;
}
.buken_list_02 .flt_lft {
    padding-right: 0em;
}
.buken_list_02 .bl2_photo {
    height: 120px;
    overflow: hidden;
}
.buken_list_02 li span.rda_data {
    margin-top: 1em;
    display: block;
}
.buken_list_02 li span.rda_data span {
    width: 50%;
}
.buken_list_02 .flt_rgt {
    padding-left: 0em;
	padding-top: 1em;
}
.buken_list_02 .bl2_list dl {
    border-top: 0px solid #333;
    width: 100%;
    display: block;
}
.buken_list_02 .bl2_list dt {
    border-top: 1px solid #333;
    display: block;
    background: #FFEF99;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 16px;
	box-sizing: border-box;
}
.buken_list_02 .bl2_list dd {
    border-top: 1px solid #333;
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 1em;
    font-size: 14px;
	box-sizing: border-box;
}
.buken_list_02 .bl2_list dl.twoset dt {
    width: 100%;
}
.buken_list_02 .bl2_list dl.twoset dd {
    width: 100%;
}
.bl2_buttons ul li {
    float: none;
    margin-top: 10px;
	width: 100%;
}
.bl2_buttons .fav2 a {
    width: 100%;
    height: 50px;
    background: url("../../common/images/common/bl2_fav.svg") no-repeat left 16px top 13px;
	background-color: rgba(45,87,125,1);
    background-size: 20px 20px;
}
.bl2_buttons .ink a {
    width: 100%;
    height: 50px;
    background: url("../../common/images/common/bl2_inq.svg") no-repeat left 16px top 13px;
	background-color: rgba(45,87,125,1);
    margin-left: 0px;
}
.bl2_buttons .arr a {
    width: 100%;
    height: 50px;
    background: url("../../common/images/common/bl2_arr.svg") no-repeat left 20px top 14px;
	background-color: rgba(45,87,125,1);
	margin-left: 0px;
}
.bl2_buttons p {
    width: 90%;
}
.buken_list_02 .bl2_check {
    position: absolute;
    top: 8px;
    right: 5px;
}
.buken_list_02 .arrow_box {
    width: 80%;
	margin-bottom:2em;
}
.buken_list_01.bl03 ul li .table_case{
	float: none;
	width: 100%;
	height: 320px;
}
.buken_list_01.bl03 ul li .bl_data {
    width: 100%;
    display: block;
	float: none;
	padding: 2em 2em 2em 2em;
	box-sizing: border-box;
	position: relative;
}
.buken_list_01.bl03 .bl_price {
    position: absolute;
top: 10px;
right: 1em;
}
.buken_list_01.bl03 .bl_tit {
    padding: 1em 0 0.2em;
}
.buken_list_01.bl03 .blb_more {
	text-align: center;
}
.buken_list_01.bl03 ul li {
	float: left;
}
.buken_list_01.bl03 li.bl03bn .morearea:hover dl dt{
padding: 25px 0 0;
}
.buken_list_01.bl03 li.bl03bn .listbn {
    width: 100%;
    margin-bottom: 2em;
}
}/*/sp-buken_list*/


#sub_area input.s_btn {
    padding: 5px 20px;
				width:130px;
				font-size: 1em;
				font-weight:normal;
				margin:0;
}
#sub_area input.s_btn.w180 {
				width:180px;
}
.ib_cart input.ibs_btn {
    font-size: 10px;
    padding: 5px;
				width:86px;
				margin:6px 0;
				font-weight:normal;
}
.ib_cart input.ibs_btn_no {
    font-size: 10px;
    padding: 5px;
   	width:86px;
				margin:6px 0;
				opacity: 0.6;
 filter: alpha(opacity=60);
 -ms-filter: "alpha( opacity=60 )";
 -moz-opacity: 0.6;
 -khtml-opacity: 0.6;
}
.item_box .ib_cart span{
	display: inline-block;
    margin: 7px 0 0 6px;
    vertical-align: top;
}
.alpha{
	opacity: 0.6;
 filter: alpha(opacity=60);
 -ms-filter: "alpha( opacity=60 )";
 -moz-opacity: 0.6;
 -khtml-opacity: 0.6;
}
.idr_cart input.idr_btn {
    font-size: 15px;
    padding: 12px 20px;
				width:220px;
				margin:6px 0;
}
/*FAQ
--------------------------------------------------------------------------------------------------------------------*/
dl.faq {
    border-bottom: 1px solid #ddd;
    font-size: 110%;
    margin: 0;
    padding: 6px 2px;
    position: relative;
    width: 960px;
}
dl.faq dd {
    padding: 6px 0 0 32px;
}
/*一覧
--------------------------------------------------------------------------------------------------------------------*/
/* 一覧01--------------------------*/
.list_01 {
    margin-top: 10px;
    padding-left: 6px;
}
.list_01 li {
    background: url("../images/common/mark_line.png") 3px center no-repeat;
    border-bottom: 1px solid #ccc;
    /*height: 1.8em;
    line-height: 2.1;*/
    padding: 8px 0 10px 7px;
				font-size:14px;
}
.list_01 .listdate {
	padding: 0 10px;
	vertical-align: top;
}
.icon_new_01{
	border:1px solid #D90000;
	color:#D90000;
	font-size:9px;
	padding:0 5px;
}
.icon_new_02{
	border:1px solid #D90000;
	color:#D90000;
	padding:0 5px;
}

/* 一覧02（年月）※沿革--------------------------*/
.list_02 dl{
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-top: 1px solid #CCC;
display:table;
width:100%;
	margin-bottom: 0;
}
.list_02 dt {
 border-top: 1px solid #ccc;
 width: 180px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#eee;
	font-weight: bold;
    border-right: 1px solid #ccc;
}
.list_02 dl dd{
 border-top: 1px solid #ccc;
 display: table;
 font-size: 0.9em;
 height: auto;
 width: 100%;
	padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    
	
		
}
.list_02 dl dd .month{
	background: #f3f3f3 none repeat scroll 0 0;
 border-right: 1px solid #ccc;
 display: table-cell;
 height: auto;
 padding: 10px 10px 10px 0;
 text-align: right;
 width: 60px;
}
.list_02 dl dd .hl_txt{
	display: table-cell;
 height: auto;
 padding: 0 0 10px 10px;
}

.list_02 dt:first-child,
.list_02 dd:first-of-type { border-top: 0 none transparent; }
.list_02 dl:last-child { border-bottom: 1px solid #CCC; }

/* 一覧03--------------------------*/
.list_03 ul li{
background: url("../images/common/mark_line.png") 3px 8px no-repeat;
padding:0 0 0 14px;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				margin-bottom: 0.5em;
}
/* 一覧04--------------------------*/
.list_04 {
    margin-top: 10px;
    padding-left: 6px;
}
.list_04 li {
    border-bottom: 1px solid #ddd;
    height: 1.8em;
    line-height: 2.1;
    padding: 10px 0 15px 7px;
}
.list_04 .listdate {
    padding: 0 10px;
}
.list_04 li a[href$=".pdf"] {
	background: url(../images/common/icon_pdf.png) no-repeat 0 3px;
}
/* 一覧05--------------------------*/
.list_05  {
				clear:both;
				width:100%;
}
.list_05 a  {
				padding:20px 0px 20px 0px;
				border:3px solid #FFA0AC;
				display:block;
				margin-top:20px;
				color:#656565;
}
.list_05 a:hover  {
				background-color:#FFA0AC;
				color:#fff;
				text-decoration:none;
}
.list_05 ul li {
    font-size: 13px;
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 10px;
}
/* 一覧06--------------------------*/
.list_06 {
				padding:0 0 0 0.5em;
}
.list_06 ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 10px;
}
/* 一覧07--------------------------*/
.list_07 dl{
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
width:100%;
display:table;
}
.list_07 dl.last { border-bottom: 1px solid #ddd;}
.list_07 dl dt {
 border-right: 1px solid #ddd;
 width: 120px;
	vertical-align:middle;
	text-align:center;
	background:#f2f2f2;
	display:table-cell;
	padding:0.5em;
}
.list_07 dl dd{

 font-size: 0.9em;
	display:table-cell;
padding:0.5em;

}
/* 一覧08--------------------------*/
.list_08 dl{

border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
width:100%;
display:table;
}
.list_08 dl.last { border-bottom: 1px solid #ddd;}
.list_08 dl dt {
 border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
 width: 15%;
	vertical-align:middle;
	text-align:center;
	background:#f2f2f2;
	display:table-cell;
	padding:0.5em;
}
.list_08 dl dd{
 font-size: 0.9em;
	display:table-cell;
padding:0.5em;
width: 32%;

}
/* 一覧09-recuruit-------------------------*/
.list_09 dl{
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
width:100%;
display:table;
}
.list_09 dl.last { border-bottom: 1px solid #ddd;}
.list_09 dl dt {
 border-right: 1px solid #ddd;
 width: 120px;
	vertical-align:middle;
	text-align:center;
	background:#f2f2f2;
	display:table-cell;
	padding:0.5em;
}
.list_09 dl dd{

 font-size: 0.9em;
	display:table-cell;
padding:0.5em;

}
/* 一覧10--------------------------*/
.list_10 {
    padding: 0 0 0 10px;
}
.list_10 dl{
	border-bottom: 1px dotted #ddd;
	/*display:table;*/
	width: 100%;
	padding: 12px 0 8px;
}
.list_10 dl dt {
	font-size:10px;
	font-weight: bold;
	/*display: table-cell;
	width: 80px;*/
}
.list_10 dl dd {
	font-size:12px;
	padding-top: 5px;
	/*display:table-cell;*/
}
/*.list_10 dl dd a {
	color: #333;
}*/
.list_10 .listdate {
    padding: 0 10px 0 0;
}


@media only screen and (max-width: 767px) {
	.list_07 dl dt {
 border-right: 0px solid #ddd;
 width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.list_07 dl dd{

	display: block;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.list_08 dl{
border-right: 0px solid #ddd;
border-top: 0px solid #ddd;
border-bottom: 1px solid #ddd;
width:100%;
display: block;
}
.list_08 dl dt {
 width:100%;
display: block;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				border-right:0px solid #ddd;
	border-left: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
	    padding: 1em 15px;
    text-align: left;
				
}
.list_08 dl:first-child > dt {
    border-top: 1px solid #ddd;
}
.list_08 dl dd{
 width:100%;
display: block;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				border-left:0px solid #ddd;
				border-bottom:0px solid#ddd;
    padding: 1em 5px;
}
	.list_09 dl dt {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				width:50px;
}
.list_09 dl dd{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				word-break:break-all;

}
/**/}


/* 高さ固定--------------------------*/
.scroll_80 {
    overflow: auto;
				height:80px;
}
.scroll_120 {
    overflow: auto;
				height:120px;
}
.scroll_130 {
    overflow: auto;
				height:130px;
}
.scroll_150 {
    overflow: auto;
				height:150px;
}
.scroll_200 {
    overflow: auto;
				height:200px;
}
.scroll_max_130 {
	overflow: auto;
	max-height:130px;
}

/* table
--------------------------------------------------------------------------------------------------------------------*/

/* table01
--------------------------*/
.table_01  { width: 100%; }
.table_01.w50per  { width: 50%; }
.table_01 th, .table_01 td  { padding: 6px 10px; border: 1px solid #ddd; }
.table_01 th  { background: #f4f4f4;
text-align: center;
font-weight: bold;
font-size: 90%;}
.table_01.t_center th ,.table_01.t_center td  {
	text-align:center; }
	.table_01.t_center th.t_left,.table_01.t_center td.t_left  {
	text-align:left; }


/* 画像ズーム
--------------------------------------------------------------------------------------------------------------------*/
img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
img.grow:hover {
	-webkit-transform:scale(1.02,1.02);
	-moz-transform:scale(1.02,1.02);
	-ms-transform:scale(1.02,1.02);
	-o-transform:scale(1.02,1.02);
	transform:scale(1.02,1.02);
}
/* ページャー
--------------------------------------------------------------------------------------------------------------------*/
.pgr_count {
				text-align:center;
}
.pgr_count.pg_left {
    float: left;
}
.pgr_count.pg_right {
    float: right;
}
.pgr_count ul {
    display: inline-block;
	z-index: 10;
	position: relative;
}
.pgr_count ul li.thispage {
    background: #333 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 7px;
}
.pgr_count ul li {
    display: inline-block;
    vertical-align: middle;
}
.pgr_count ul li a {
    background-color: #ffffff;
    /*background-image: linear-gradient(#f5f5f5, #ffffff 30%);*/
    border: 1px solid #333;
    border-radius: 2px;
    /*box-shadow: 0 1px 1px #ccc, 0 2px 0 white inset, 0 -2px 0 #eeeeee inset;*/
    color: #333;
    display: inline-block;
    font-weight: bold;
    padding: 8px 10px 7px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.pgr_count ul li a:hover {
    opacity: 0.6;
}

.pager_view_all {
	text-align:center;
    float: right;
    /*margin-top:-21px;*/
}
.pager_view_all.pg_left {
    float: left;
}
.pager_view_all.pg_right {
    float: right;
}
.pager_view_all .list_pre_button,
.pager_view_all .pager_view,
.pager_view_all .list_next_button{
    display: inline-block;
	z-index: 10;
	position: relative;
    margin-top: -21px;
}
.pager_view_all .pager_view span.page_on {
    background: #333 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 7px;
    border: 1px solid #333;
}
.pager_view_all .pager_view span {
    display: inline-block;
    vertical-align: middle;
}
.pager_view_all .pager_view span a {
    background-color: #ffffff;
    border: 1px solid #333;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-weight: bold;
    padding: 8px 10px 7px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.pager_view_all .pager_view span a:hover {
    opacity: 0.6;
}
.pager_view_all .list_pre_button input,
.pager_view_all .list_next_button input {
    background-color: #ffffff;
    border: 1px solid #333;
    border-radius: 2px;
    color: #333 !important;
    display: inline-block;
    font-weight: normal;
    padding: 8px 10px 8px !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.0em;
}
.pager_view_all .list_pre_button input:hover,
.pager_view_all .list_next_button input:hover {
    border: 1px solid #333;
    opacity: 0.6;
    cursor:pointer;
}
.opa{
 opacity: 0.3;
 filter: alpha(opacity=30);
 -ms-filter: "alpha( opacity=30 )";
 -moz-opacity: 0.3;
 -khtml-opacity: 0.3;
}
.SearchResult {
    margin: 20px 0 0;
    display: table;
    width: 100%;
}
/*ページャー-sp*/
 @media only screen and (max-width: 767px) {
.pager_view_all.pg_right {
    float: none;
	margin-top: 1em;
	display: inline-block;
	width: 100%;
}
 }/*/ページャー-sp*/

/*再検索*/
.search_conditions_ul table {
    width: 100%;
}
#research_link,
#search_area_modal_button,
#search_line_modal_button,
#search_other_modal_button {
    float:left;
    margin:2px 0;
}
#research_link a,
a.SearchAreaModal,
a.SearchLineModal,
a.SearchOthersModal {
  background-color: #ffffff;
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-weight: normal;
  padding: 8px 10px 7px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  float: right;
}
.search_condition_saved a {
  background-color: #2D587C;
  border: 1px solid #2D587C;
  padding: 7px 10px;
  color: #fff;
  display: inline-block;
  margin: 3px 5px 3px 0;
}
#research_link a:hover,
a.SearchAreaModal:hover,
a.SearchLineModal:hover,
a.SearchOthersModal:hover,
.search_condition_saved a:hover {
  opacity: 0.5;
  text-decoration: none;
}
a.SearchAreaModal {
	margin:0 6px 0 0;
}

/* ico
--------------------------------------------------------------------------------------------------------------------*/
.ico_red_01 {
    background: #ff0020 none repeat scroll 0 0;
    color: #fff;
	display: inline-block;
	padding: 2px 1em;
	font-size: 16px;
}


.switch {
	visibility: hidden;
}
.sp, .SP{
	display:none!important;}
/*.pc, .PC{
	display:inline-block!important;}*/

@media only screen and (max-width: 768px) {
	.sp, .SP{
	display:inline-block!important;}
	.pc, .PC{
	display:none!important;}
body {
 -webkit-text-size-adjust: 100%;
}
* {
    -webkit-appearance: none;
}
input{
width:100%;
border-radius:0;
 box-sizing: border-box;
}
.flt_lft {float: none;}
.flt_rgt {float: none;}
.search_conditions .flt_lft {
    float: left;
}
h1 span{
	width:100%;
	padding:0 0 0 1em;
	line-height:50px;
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				font-size:120%;

}
/* コンテンツのカラム
--------------------------------------------------------------------------------------------------------------------*/

/* 1カラム-----------------*/
#contents_one {
    padding: 0px 10px;
    width: 100%;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
	width: 94%;
	margin-left: 3%;
}
	
.pan_nav{
	width: 100%;
	
}
/* 画像の回り込み
--------------------------------------------------------------------------------------------------------------------*/
.img-right{
	float:none;
	padding:0 0 10px 0;
	margin:0 auto;
	display:block;
}
.img-left{
	float:none;
	padding:0 0 10px 0;
	margin:0 auto;
	display:block;
}

.img-center{
	padding:5px 0 10px 0;
	text-align:center;
}

/* 画像横並べ
--------------------------------------------------------------------------------------------------------------------*/
.block-two,
  .block-three,
  .block-four,
  .block-five,
  .block-six {
    margin-left: 0;
    margin-bottom: 1.5em;
  }
  .block-two > li,
  .block-three > li,
  .block-four > li,
  .block-six > li {
    float: none;
    margin: 0;
    width: 100%;
  }
  .block-five > li{
    margin: 0 0.3em 0.5em;
    width: 46.8085%;
  }
  .block-three.recmenu > li{
    float: left;
    height: auto;
    margin-bottom: 0.5em;
    margin-left: 3.19149%;
				width: 30.1418%;
  }

/*一覧
--------------------------------------------------------------------------------------------------------------------*/
/* 一覧01--------------------------*/
ul.list_01 {
    margin-top: 10px;

}
ul.list_01 li {
				position:relative;
				padding: 6px 10px 6px 16px;
				background: rgba(0, 0, 0, 0) url("../images/common/mark_line.png") no-repeat scroll 3px 11px;
				height:auto;
				width:100%;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				

}
ul.list_01 .listdate {
				display:block;
				padding:0;

}
.icon_new_01{
	position: absolute;
 right: 0;
 top: 10px;
}

/* 一覧02（年月）※沿革--------------------------*/
.list_02 dl{
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-top: 1px solid #CCC;
display:block;
width:100%;
}
.list_02 dt {
 border-bottom: 1px solid #ccc;
 width:100%;
	display:block;
	padding:10px 0;

}
.list_02 dl dd{
	border-left: 0px solid #ccc;

}
.list_02 dl dd .month{
 width: 20%;
}

/* 一覧03--------------------------*/
.list_03 ul li{
width: 50%;
float:left;
}

/* 一覧04--------------------------*/
ul.list_04 {
    margin-top: 10px;

}
ul.list_04 li {
				position:relative;
				padding: 6px 0 6px 6px;
				height:auto;

}
ul.list_04 .listdate {
				display:block;
				padding:0;

}
/* 画像ズーム
--------------------------------------------------------------------------------------------------------------------*/
img.grow:hover {
	-webkit-transform:scale(1.0,1.0);
	-moz-transform:scale(1.0,1.0);
	-ms-transform:scale(1.0,1.0);
	-o-transform:scale(1.0,1.0);
	transform:scale(1.0,1.0);
}
}/*sp*/






/* form
-----------------------------*/
input{
	border-color: #333;
	padding: 0.5em;
}
.fmstyle input[type=radio], .fmstyle input[type=checkbox], .fmstyle_bkn_area input[type=radio], .fmstyle_bkn_area input[type=checkbox], .fmstyle_bkn_left input[type=radio], .fmstyle_bkn_left input[type=checkbox] {
	display: inline-block;
}
.fmstyle input[type=radio] + label, .fmstyle input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	cursor: pointer;
	font-size: 14px;
}
.fmstyle_bkn_area input[type=radio] + label, .fmstyle_bkn_area input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.fmstyle_bkn_left input[type=radio] + label, .fmstyle_bkn_left input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.fmstyle{
	font-size: 16px;
}
ul.fmstyle li{
	float: left;
	padding-right: 1em;
}
ul.fmstyle li a{
	color: #333;
}
ul.fmstyle.lins,
ul.fmstyle.twolins,
ul.fmstyle.threelins{
	/*border-top: 1px solid #D0E8FF;*/
	width: 90%;
	margin: 0 5%;
	box-sizing: border-box;
}
ul.fmstyle.lins li{
	float: left;
	border-right: 1px solid #D0E8FF;
	/*border-bottom: 1px solid #D0E8FF;*/
	width: 25%;
	padding: 0 1em;
	margin: 0.2em 0;
	box-sizing: border-box;
}
ul.fmstyle.twolins li{
	float: left;
	border-right: 1px solid #D0E8FF;
	/*border-bottom: 1px solid #D0E8FF;*/
	width: 50%;
	padding: 0 1em;
	margin: 0.2em 0;
	box-sizing: border-box;
}
ul.fmstyle.threelins li{
	float: left;
	border-right: 1px solid #D0E8FF;
	/*border-bottom: 1px solid #D0E8FF;*/
	width: 33.3%;
	padding: 0 1em;
	margin: 0.2em 0;
	box-sizing: border-box;
}
/*ul.fmstyle.lins li:nth-child(4n){
	border-right: 0px solid #D0E8FF;
}

ul.fmstyle.twolins li:nth-child(2n){
	border-right: 0px solid #D0E8FF;
}
ul.fmstyle.threelins li:nth-child(3n){
	border-right: 0px solid #D0E8FF;
}*/
ul.fmstyle:after,
ul.fmstyle.lins:after{
	content: "";
	display: block;
	clear: both;
}
select {
    -moz-appearance: button;
    border: 1px solid #ccc;
    border-radius: 5px;
    /*box-shadow: 0px 1px 1px #CCC, 0 2px 0 white inset, 0 -2px 0 #EEEEEE inset;*/
    font-size: 13px;
    padding: 7px 4px 5px;
}
form input {
    font-size: 14px;
    padding: 6px 0;
}
form .sts_btn{
	position: absolute;
	right: 5px;
	top: 0px;
}
@media (min-width: 1px) {
.fmstyle input[type=radio],  .fmstyle input[type=checkbox] {
	display: none;
	margin: 0;
}
.bl2_check.fmstyle input[type=checkbox] {
	display: block;
	margin: 0;
}
.fmstyle input[type=radio] + label,  .fmstyle input[type=checkbox] + label {
	padding: 3px 0 3px 24px;
	left: 7px;
}
.fmstyle input[type=radio] + label::before,  .fmstyle input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}
.fmstyle input[type=radio] + label::before {
	border: 1px solid #333;
	border-radius: 30px;
}
.fmstyle input[type=checkbox] + label::before {
	border: 1px solid #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.fmstyle input[type=radio]:checked + label::after,  .fmstyle input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 12px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.fmstyle input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #4EA51A;
	border-radius: 8px;
}
.fmstyle input[type=checkbox]:checked + label::after {
	left: 4px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #4EA51A;
	border-bottom: 3px solid #4EA51A;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bl2_check.fmstyle input[type=checkbox]:checked + label::after {
	margin-top: -16px;
}
.buken_list_01 .fmstyle input[type="checkbox"]:checked + label::after {

    margin-top: -16px;

}
/* fmstyle_bkn_area
-----------------------------*/
.fmstyle_bkn_area input[type=radio],  .fmstyle_bkn_area input[type=checkbox] {
	display: none;
	margin: 0;
}
.fmstyle_bkn_area input[type=radio] + label,  .fmstyle_bkn_area input[type=checkbox] + label {
	padding: 0 0 0 0;
	left: 0;
}
.fmstyle_bkn_area input[type=radio] + label::before,  .fmstyle_bkn_area input[type=checkbox] + label::before {
	content: "";
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	background: #FFF;
}
.fmstyle_bkn_area input[type=radio] + label::before {
	border: 2px solid #ccc;
	border-radius: 30px;
}
.fmstyle_bkn_area input[type=checkbox] + label::before {
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.fmstyle_bkn_area input[type=radio]:checked + label::after,  .fmstyle_bkn_area input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.fmstyle_bkn_area input[type=radio]:checked + label::after {
	left: 7px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #4EA51A;
	border-radius: 8px;
}
.fmstyle_bkn_area input[type=checkbox]:checked + label::after {
	left: 4px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #4EA51A;
	border-bottom: 3px solid #4EA51A;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* fmstyle_bkn_left
-----------------------------*/
.fmstyle_bkn_left input[type=radio],  .fmstyle_bkn_left input[type=checkbox] {
	display: none;
	margin: 0;
}
.fmstyle_bkn_left input[type=radio] + label,  .fmstyle_bkn_left input[type=checkbox] + label {
	padding: 0 2px 0 0;
	left: 0;
}
.fmstyle_bkn_left input[type=radio] + label::before,  .fmstyle_bkn_left input[type=checkbox] + label::before {
	content: "";
	top: 50%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	background: #FFF;
	margin-right: 2px;
}
.fmstyle_bkn_left input[type=radio] + label::before {
	border: 2px solid #ccc;
	border-radius: 30px;
}
.fmstyle_bkn_left input[type=checkbox] + label::before {
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.fmstyle_bkn_left input[type=radio]:checked + label::after,  .fmstyle_bkn_left input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.fmstyle_bkn_left input[type=radio]:checked + label::after {
	width: 8px;
	height: 8px;
	left: 5px;
	margin-top: -5px;
	background: #4EA51A;
	border-radius: 8px;
}
.fmstyle_bkn_left input[type=checkbox]:checked + label::after {
	left: 4px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #4EA51A;
	border-bottom: 3px solid #4EA51A;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}
/* form -->list-rail-eki
-----------------------------*/

/*form-sp*/
@media only screen and (max-width: 767px) {
ul.fmstyle.lins, ul.fmstyle.twolins, ul.fmstyle.threelins {
    border-top: 1px solid #D0E8FF;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
	padding:  0;
}
	ul.fmstyle.lins li {
    float: left;
    border-right: 1px solid #D0E8FF;
    border-bottom: 1px solid #D0E8FF;
    width: 50%;
    padding: 0.5em 0em;
    box-sizing: border-box;
	font-size: 15px;
}
ul.fmstyle.lins li:nth-child(2n) {
    border-right: 0px solid #D0E8FF;
}
ul.fmstyle.twolins li {
    float: none;
    border-right: 0px solid #D0E8FF;
    border-bottom: 1px solid #D0E8FF;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
}
ul.fmstyle.threelins li {
    loat: none;
    border-right: 0px solid #D0E8FF;
    border-bottom: 1px solid #D0E8FF;
    width: 100%;
    padding: 0.2em 0;
    box-sizing: border-box;
}
}/*/form-sp*/

/* 物件詳細-おすすめ物件
---------------------------*/

.list_recommend::after {
    clear: both;
    content: "";
    display: block;
}
.list_recommend .wrapper {
}
.list_recommend h4 {
    padding-bottom: 10px!important;
}
.list_recommend h4::after {
    background-image: linear-gradient(to right, #FFD700, #FFD700 10px, transparent 10px, transparent 10px);
    background-size: 20px 10px;
    background-repeat: repeat-x;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 40%;
  }
.list_recommend ul {
    width: 1000px;
    margin:0 auto 20px;
}
.list_recommend li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
	/**/
	/*padding-bottom: 118px;*/
min-height: 287px;
}
.list_recommend li a {
text-decoration: none;
transition: .3s;
box-sizing: border-box;
display: block;
padding: 6px;
}
.list_recommend li a:hover {
box-shadow: inset 0px 0px 0px 2px #0A75D8;
	  box-sizing: border-box;
	  
}
.list_recommend li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
	/**/
	/*padding-bottom: 118px;*/
min-height: 287px;
}
.list_recommend ul.slick-dots{
	width: 100%;
	text-align: center;
	}
.list_recommend ul.slick-dots li{
	border-radius: 20px;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	background: #ccc;
	margin: 10px 3px 10px;
	display: inline-block;
	min-height: 1px;
	}
.list_recommend ul.slick-dots li.slick-active{
	background: #D90000;
	
	}
.list_recommend ul.slick-dots li:hover{
	cursor: pointer;
	}
.list_recommend .slide-item img.Image1 {
    /*max-height: 257px;
    max-width: 100%;*/
} 
	
.results_i-new .flag_icon_new {
    display: inline-block;
	width: 83px;
    height: 83px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 83px;/*heightと同じ値に*/
    z-index: 30;
    font-family: sans-serif;
    background: url(../../common/images/common/bg_icon-new.svg) no-repeat left 0px bottom 0px;
    padding-left: 1px;
	text-indent: -9999px;
	z-index: 10;
}
.list_recommend li .i-new {
    position: absolute;
    top: 0px;
    right: 5px;
    display: table-cell;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 83px;/*heightと同じ値に*/
    z-index: 30;
    font-family:sans-serif;
    background: url(../../common/images/common/bg_icon-new.svg) no-repeat left 0px bottom 0px;
    padding-left: 1px;
	background-size: cover;
}
.list_recommend div .i-new,
.list_recommend div .flag_icon_new {
    position: absolute;
    right: 0px;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 83px;/*heightと同じ値に*/
    z-index: 30;
    font-family:sans-serif;
    background: url(../../common/images/common/bg_icon-new.svg) no-repeat left 0px bottom 0px;
    padding-left: 1px;
	background-size: 35px;
}
.list_recommend dl {
    color: #333;
    margin-top: 10px;
	/**/
	width: 100%;
}
.list_recommend dl dt {
    font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.list_recommend dl dd {
    font-size: 13px;
}

.list_recommend dl img {
}
.list_recommend dl dd p {
    padding: 0 0 15px 0;
	line-height: 1.2;
	height: 48px;
}
.list_recommend dl br {
}
.list_recommend dl dt p.name {
    padding-left: 0px;
    line-height: 120%;
	height: 34px;
	padding-right: 38px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.list_recommend dl .price {
    font-size: 12px;
    text-align: right;
	padding: 5px 0 0 0;
}
.list_recommend dl  .price strong {
    font-size: 24px;
    color: #ff0000;
}
.list_recommend .i-man_used {
    display: inline-block;
    display: table-cell;
    background-color: #FF7F00;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    border-radius: 0px;
    background: #FF7F00;
}
.list_recommend .i-kodate_new {
    display: inline-block;
    display: table-cell;
    background-color: #F43030;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    border-radius: 0px;
    background: #F43030;
}
.list_recommend .i-kodate_used {
    display: inline-block;
    display: table-cell;
    background-color: #006CFF;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    border-radius: 0px;
    background: #006CFF;
}
.list_recommend .i-man_new {
    display: inline-block;
    display: table-cell;
    background-color: #FF7F00;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    border-radius: 0px;
    background: #FF7F00;
}
.list_recommend .i-tochi {
    display: inline-block;
    display: table-cell;
    background-color: #66B73B;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    border-radius: 0px;
    background: #66B73B;
}

/*list_recommend-sp*/
 @media only screen and (max-width: 767px) {
/* 物件詳細-おすすめ物件
---------------------------*/

.list_recommend::after {
    clear: both;
    content: "";
    display: block;
}
.list_recommend .wrapper {
}
.list_recommend h4 {
    padding-bottom: 10px!important;
}
.list_recommend h4::after {
    background-image: linear-gradient(to right, #FFD700, #FFD700 10px, transparent 10px, transparent 10px);
    background-size: 20px 10px;
    background-repeat: repeat-x;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
.list_recommend ul {
    width: 100%;
    margin-bottom: 20px;
}
.list_recommend li {
    width: 90%;
    position: relative;
    /*float: left*/
    display: inline-block;
    margin-right: 10px;
	padding-bottom: 0px;
min-height: 10px;
}
.list_recommend li img {
    width: 100%;
    
}

.list_recommend li .i-new {
    
}

.list_recommend dl {
    color: #333;
    margin-top: 10px;
	position: relative;
bottom: 0;
}
.list_recommend dl dt {
    font-size: 14px;
}
.list_recommend dl dd {
    clear: both;
}

.list_recommend dl img {
}
.list_recommend dl dd p {
    padding: 0 0 5px 0;
}
.list_recommend dl br {
}
.list_recommend dl dt p.name {
    overflow: auto;
    line-height: 120%;
}
.list_recommend dl .price {
    font-size: 12px;
    text-align: right;
}
.list_recommend dl  .price strong {
    font-size: 21px;
    color: #D8041F;
}
.list_recommend .i-man_used {
    display: inline-block;
    display: table-cell;
    background-color: #FF7F00;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    border-radius: 0px;
    background: #FF7F00;
}
.list_recommend .i-kodate_new {
    display: inline-block;
    display: table-cell;
    background-color: #F43030;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    border-radius: 0px;
    background: #F43030;
}
.list_recommend .i-kodate_used {
    display: inline-block;
    display: table-cell;
    background-color: #006CFF;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    border-radius: 0px;
    background: #006CFF;
}
.list_recommend .i-man_new {
    display: inline-block;
    display: table-cell;
    background-color: #FF7F00;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    border-radius: 0px;
    background: #FF7F00;
}
.list_recommend .i-tochi {
    display: inline-block;
    display: table-cell;
    background-color: #66B73B;
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    float: left;
    line-height: 36px;
    border-radius: 0px;
    background: #66B73B;
}   
 }/*/list_recommend-sp*/

/**/
.s_mark_mnsn{
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 36px;
    border-radius: 0px;
    background: #FF7F00 ;
    padding: 0;
}
.s_mark_kodate{
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 36px;
    border-radius: 0px;
    background: #F43030 ;
    padding: 0;
}
.s_mark_kodate_used,
.s_mark_kodate.iset_cyuko,
.s_mark_kodate.iset_minyukyo {
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 36px;
    border-radius: 0px;
    background: #006CFF ;
    padding: 0;
}
.s_mark_kodate_mi{
    width: 138px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 36px;
    border-radius: 0px;
    background: #006CFF ;
    padding: 0;
}
.s_mark_tochi{
    width: 108px;
    height: 36px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 36px;
    border-radius: 0px;
    background: #66B73B;
    padding: 0;
}
/**/
input.ptn1 {
    width: 128px;
}
input.ptn2 {
    width: 238px;
}
input.ptn3 {
    width: 78px;
}
input.ptn4 {
    width: 58px;
}
.osusume_kodate,
.osusume_ms,
.osusume_cyuko,
.osusume_toti,
.osusume_jokentsuki {
    width: 90px;
    display: inline-block;
    text-align: center;
	font-size: 12px;
}
.osusume_kodate {
    background-color: #F43030;
    padding: 2px 10px 1px;
}
.osusume_ms {
    background-color: #F59432;
    padding: 2px 10px 1px;
}
.osusume_cyuko {
    background-color: #006CFF;
    padding: 2px 10px 1px;
}
.osusume_toti {
    background-color: #66B73B;
    padding: 2px 10px 1px;
}
/**/

.rda_data span.point{
	font-size: 12px;
	width: 46%;
    display: inline-block;
    text-align: left;
    position:relative;
	margin-bottom: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}
.rda_data span.point::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: #FFD700;
    position: absolute;
    top: -1px;
    left: -5px;
}
/*utilities*/
.tooltip {
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: #1B5FBE;
  text-align: center;
  border: 1px solid #1B5FBE;
  padding: 3px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 102%;
  left: 0;
  font-size: 10px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip:nth-child(2) .tooltiptext {
  left: 35px;
}

.tooltip:nth-child(3) .tooltiptext {
  left: 75px;
}

.tooltip:nth-child(4) .tooltiptext {
  left: 110px;
}

.tooltip:nth-child(5) .tooltiptext {
  left: 140px;
}

/* Custom spacing */

.pb80 {
  padding-bottom: 80px;
}

.pt40 {
  padding-top: 40px;
}

.custom-reset-style {
  font-size: 1rem;
  line-height: 1.5rem;
}

button.tab {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  --tw-text-opacity: 1;
  color: rgba(45, 87, 125, 1);
}

button.tab.active {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 87, 125, 1);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
}

.tab-content {
  display: none;
}

.tab-content.show {
  display: block;
}

.custom-reset-style h4:before, .custom-reset-style h3:before {
  content: none;
}

.custom-reset-style a.button {
  text-decoration: none;
}

.rectable-section-area {
  padding: 4em 0 0.5em 0;
  background-image: url(/file/list/images/bg_rightbtm.svg), url(/file/list/images/bg_lefttop.svg);
  background-position: right bottom 0px, left top 0px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-color: #fff;
}

/* Use for table corlor */

.table-color ul {
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}

.table-color li {
  background-color: #fff;
  border-top: 1px solid #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.table-color li:nth-child(2n+1) {
  background-color: #F2F2F2;
}

.table-color dl {
  overflow: hidden;
  border-top: none;
}

.table-color dt {
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
 
}
.list.wrapper-content dt{
 width: 200px;
}
.list.wrapper-content dt.w-36{
 width: 130px;
}
.list.wrapper-content dd{
 width: 74%;
}
.table-color dd {
  padding: 20px;
  box-sizing: border-box;
}

.table-color dd:nth-child(2n+1) {
  background-color: none;
}

.table-color dd:after {
  display: block;
  content: "";
  clear: both;
}

.table-color .icon_area {
  width: 22px;
  height: 26px;
  margin-left: 10px;
}

.bg-transparent {
  background-color: transparent;
  background-image: none;
}
.search_condition_saved_view {
    margin: 0 1em;
}
.search_condition_saved_view table {
    width:100%;
}
.search_condition_saved_view table tr:nth-child(2n+1) {
    background-color: #F2F2F2;
}
.search_condition_saved_view table tr td {
    padding: 20px;
    box-sizing: border-box;
}
.search_condition_saved_view table tr td a {
    white-space: nowrap;
    font-size: 1.1em;
}
.search_condition_saved_delete {
    text-align: center;
}
.search_condition_saved_delete a {
  display: inline-block;
  height: 35px;
  border-radius: 4px;
  border: 2px solid #fff;
  color: #fff;
  background: url("../../common/images/common/menu/svg_sakujo.svg") no-repeat left 20px bottom 6px;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  box-sizing: border-box;
  background-color: rgba(45,87,125,1);
  letter-spacing: 0.1em;
  vertical-align: middle;
  background-size: 18px 22px;
  padding: 6px 20px 0 50px;
}
.search_condition_saved_delete a:hover {
  background: url("../../common/images/common/menu/svg_sakujo_hv.svg") no-repeat left 20px bottom 6px;
  background-color: rgba(255,255,7255,1);
  background-size: 18px 22px;
  color: #2D577D;
  border: 2px solid #2D577D;
  text-decoration: none;
}

@media only screen and (max-width: 460px) {
ul.fmstyle.lins li {
    float: left;
    border-right: 1px solid #D0E8FF;
    border-bottom: 1px solid #D0E8FF;
    width: 100%;
    padding: 0.5em 0em;
    box-sizing: border-box;
	font-size: 15px;
	}
}/**/

.black_cover{
background:rgba(0,0,0,0.5);
height: 100vh;
transition: .5s;
width: 100%;
}
@media only screen and (max-width: 767px) {
.black_cover{
background:rgba(0,0,0,0.5);
height: 100vh;
transition: .5s;
width: 100%;
}
.search_condition_saved_view table tr td {
    padding: 10px;
    box-sizing: border-box;
    display: block;
    text-align: center;
}
.search_condition_saved_view table tr td a {
    white-space:unset;
} 
.SearchNaviView #list_sort_select,
.SearchNaviView .BukkenNumPerPage,
.SearchNaviView .pager_view_all,
.SearchNaviViewBottom #list_sort_select,
.SearchNaviViewBottom .BukkenNumPerPage,
.SearchNaviViewBottom .pager_view_all {
     display:block;   
}
.SearchNaviView .pager_view_all,
.SearchNaviViewBottom .pager_view_all {
     text-align: left;
     float: left;
}

}/**/

sup {
	font-size: 0.5em;
	vertical-align: top;
}
    
#js-changeDisplay.buken_list_02,
#js-changeDisplay.buken_list_02 .mpl_keep br {
    display:block !important;
}
#js-changeDisplay.buken_list_02 br {
    display:none;
}
.thanks_text {
    text-align: center;
    font-size:1.2em;
}
.c_mark.leave {
    background: #EBF5FF;
    padding: 0 20px 20px;
    text-align: right;
}
.c_mark.leave a {
    text-decoration: underline;
}
.c_mark.leave a:hover {
    text-decoration: none;
}
#leave .c_mark.leave {
    display: none;
}
