
@charset "utf-8";
@media only screen and (max-width: 640px) {
	
	
.smpnone{
	display:none;}	
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

article, aside, dialog, figure, footer, header, menu, nav, section{
	display: block;
	margin:0;
	padding:0;
}
body{
	width:100%;
	min-width:auto;
	line-height:1.7;
	font-size:13px;
	padding:0;
	margin:0;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color:#222;
}
ul, ol, dl,dt,dd,div,ol,ul,li{
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
li{list-style-type:none;}

textarea{font-size:100%;}

a{outline:none;border:0;}

/*img{vertical-align: middle;border:0;}*/

a:hover img,
.opa a:hover img,
input[type="image"]:hover{
	opacity:1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a:link{color:#006699;text-decoration:underline;}
a:visited{color:#006699;text-decoration:underline;}
a:hover{color:#ED3FA4;text-decoration:underline;}
a:active{color:#006699;text-decoration:underline;}

/*位置と状態*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cen{text-align:center;}
.r{text-align:right;}
.l{text-align:left;}
.bold{font-weight:bold;}
.clearfix:after{content: "";display: block;clear: both;}

/*余白*/
.m15{ margin:15px;}
.mt5{margin-top:5px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt1em{margin-top:1em;}
.mtb20{margin:20px 0;}
.mtb15{margin:15px 0;}
.ml1em{ margin-left:1em;}
.ml10{ margin-left:10px;}
.ml50{ margin-left:50px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}

.mb20{ margin-bottom:20px;}
.mb23{ margin-bottom:23px;}
.mb05em{margin-bottom:0.5em;}
.mb1em{margin-bottom:1em;}
.mb2em{margin-bottom:2em;}
.mb3em{margin-bottom:3em;}
.mb5em{margin-bottom:5em;}
.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
.pb1em{padding-bottom:1em;}
.pb2em{padding-bottom:2em;}

.pt10{ padding-top:10px}
.pt20{ padding-top:20px}
.f11{font-size:11px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
/*テキスト*/
.txt10{font-size:10px;}
.jisage{
	padding-left:1em;
	text-indent:-1em;
}
input[type="checkbox"],
input[type="text"],
select{
	margin:0 4px 0 0;
}
img.waku{
	padding:2px;
	background:#fff;
	border:1px solid #ccc;
}
/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:middle;
}
.red {color: #f00;}

/*------
display:none;
--------*/
.header_info{
	display:none;
}
/*------
header
--------*/
header{
	width:96%;
	height:auto;
	margin:0 auto;
}
.lead{
	height:auto;
	font-size:11px;
	margin:4px 0 0;
	color:#555;
	position:absolute;
	top:0;
	left:10px;
}
.logobox{
	width:70%;
	max-width:251px;}
.logo{
	height: 0;
    padding-top: calc(50 / 306 * 100%);
    background: url(../img/logo.png) center center / cover no-repeat;
    float: none;
    display: block;
    margin: 2em 0 10px 2px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
		.logo:hover{
		opacity:0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);
		-ms-filter: "alpha( opacity=50 )";
		}
								.head_tel{
									display:none;
									}
								.head_tel:after{content: "";display: block;clear: both;}

								.head_tel .header_info{
									float:left;
									width:210px;
									margin:6px 0 0 0;
								}
								.head_tel .header_contact{
									float:right;
									width:102px;
								}
.h_tel,
.h_time,
.woman,
.h_timeout,
.h_line,
.btn_h_contact{
	display:none;
}

/*上部２つのボタン*/
ul.menubtn{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin:1em 0 20px 0;
}
ul.menubtn li{
display: table-cell;
vertical-align: middle;
}
ul.menubtn li a{
	margin: 0 auto ;
	display: block;
	width:90%;
	height: 44px;
	color: #333;
	font-size:70%;
	font-weight:bold;
	text-decoration: none!important;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	border:1px solid #aaa;
	border-radius: 3px;
}
ul.menubtn li a.mail{
	background:	url(../img/icon_04.png) no-repeat 6px 50%,-webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F8F8));
	background:	url(../img/icon_04.png) no-repeat 6px 50%,                                     linear-gradient(top, #eee, #F8F8F8);
}
ul.menubtn li a.tel{
	background:	url(../img/icon_tel.png) no-repeat 6px 50%,-webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F8F8));
	background:	url(../img/icon_tel.png) no-repeat 6px 50%,                                     linear-gradient(top, #eee, #F8F8F8);
}
ul.menubtn li a span{/*2行になっても水平真ん中*/
	display:table-cell;
	vertical-align:middle;
	height:44px;
	padding:0 0 0 36px;
	line-height:1.3;
}

/*------
footer
--------*/
footer{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:0;
	background:none;
	background:#ddd;
	padding:30px 0 0;
}
/* pageTop */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#page-top a {
	display: block;
	width: 44px;
}
.footer_link{
	width:98%;
	height:auto;
	margin:0 auto 0;
	background:url(../img/footer_hrline.png) bottom left repeat-x;
overflow:hidden;
}
.footer_link:after{content: "";display: block;clear: both;}

.footer_link ul{
	width:100%;
	margin:0 auto 20px;
	overflow:hidden;

	display: flex;			/*横並び*/
	flex-wrap: wrap;		/*flex内で改行*/
	justify-content: space-between;	/*等間隔*/
}
.footer_link ul li{
	float:none;
	padding:0;
	border-right:1px solid #ccc;
	font-size:11px;
width:46%;
height:40px;
line-height:40px;
border:none;
background:none;
margin:0 0 10px 0;
text-indent:14px;
color:#ddd;
}
.footer_link ul li.smp_non{
	display:none;
}
.footer_link ul li a{
	display:block;
	width:94%;
	height:36px;
	line-height:36px;
	background:#fff;
	border-radius:4px;
	text-indent:10px;
	margin:0 auto 20px;
	border:1px solid #555;
}
.footer_link ul li a:link{color:#555;text-decoration:none;}
.footer_link ul li a:visited{color:#555;text-decoration:none;}
.footer_link ul li a:hover{color:#555;text-decoration:underline;}
.footer_link ul li a:active{color:#555;text-decoration:none;}

.copyright{
	width:100%;
	color:#fff;
	text-align:center;
	font-size:11px;
	line-height:34px;
	margin:0 auto;
	background:#2A67BA;
}
.footmenu a:link{color:#222; text-decoration: none;}
.footmenu a:visited{color:#222; text-decoration:underline;}
.footmenu a:hover{color:#990000;text-decoration:underline;}
.footmenu a:active{color:#222; text-decoration:underline;}
/*-------------
共通
-------------*/
.wrapper{
	width:94%;
	margin:0 auto 40px;
}
.wrapper:after{content: "";display: block;clear: both;}

.wrapper_top{/*トップページ*/
	width:94%;
	margin:0 auto 40px;
}
.wrapper_top:after{content: "";display: block;clear: both;}

.contents_whole{/*右側*/
	float:none;
	width:100%;
	margin:0 auto;
}
/*ページ下部のお問合せBOX*/
.contactbox_bottom{
	width:96%;
	margin:0 auto 30px;
	padding:0 0 16px 0;
	border:1px solid #ccc;
}
.contactbox_bottom .title{
	height:29px;
	line-height:29px;
	background:#1278C4;
	text-align:center;
	color:#fff;
	font-size:15px;
}
.contactbox_bottom .tel{
	text-align:left;
	font-size:28px;
	height:50px;
}
.contactbox_bottom .tel a:link{color:#222;text-decoration:none;}
.contactbox_bottom .tel a:visited{color:#222;text-decoration:none;}
.contactbox_bottom .tel a:hover{color:#222;text-decoration:none;}
.contactbox_bottom .tel a:active{color:#222;text-decoration:none;}


.contactbox_bottom .tel:before{
	font-family: 'FontAwesome' ;
	content: '\f095';
	display: inline-block;
	width: 1.5em;		/*文字の1.2倍の横幅に*/
	text-align: center;	/*その中で中央寄せ*/
	color:#1278C4;		/*色*/
	font-size: 1.1em;		/*2倍の大きさ*/
}
.contactbox_bottom dl.time{
	width:100%;
	margin:0 auto 8px;
	padding:0 0 0 10px;
}
.contactbox_bottom dl.time:after{content: "";display: block;clear: both;}

.contactbox_bottom dl.time dt{
	clear:both;
	display:block;
	float:left;
	font-weight:bold;
}
.contactbox_bottom dl.time dd{
	display:block;
	float:left;
	margin:0 20px 0 4px;
}
.contactbox_bottom .line{
	text-align:center;
	font-size:13px;
	margin:0 0 4px 0;
}
.contactbox_bottom a.contactbox_mail{
	display:block;
	width:80%;
	height:40px;
	line-height:40px;
	background:#777;
	margin:0 auto;
	position:relative;
	padding:0 0 0 30px;
}
.contactbox_bottom a.contactbox_mail span{
	position: absolute;
	top: 0px;
	left: 60px;
}
.contactbox_bottom a.contactbox_mail:before{
	font-family: 'FontAwesome' ;
	content: '\f003';
	color:#fff;	
	font-size: 24px;
	position: absolute;
	top: 0px;
	left: 24px;
}
.contactbox_bottom a.contactbox_mail:link{color:#fff; text-decoration:none;}
.contactbox_bottom a.contactbox_mail:visited{color:#fff; text-decoration:none;}
.contactbox_bottom a.contactbox_mail:hover{color:#fff; text-decoration:none;opacity:0.7;}
.contactbox_bottom a.contactbox_mail:active{color:#fff; text-decoration:none;}

/*-------------
トップページ
-------------*/
/*メインイメージ*/
.mainimg{
	width:100%;
	height:0;
	background:url(../img/mainimg.jpg) no-repeat;
	overflow:hidden;
	padding-top:calc(100%*360/720);/*表示画像の高さ÷表示画像の幅×100 */
	background-size:cover;
	margin:0 auto 1em;
}
.mainimg p{
	white-space: nowrap;text-indent: 100%;overflow: hidden;
}
.bn_top{
	margin:0px auto 20px;
}

.bn_top_l h2{
	width: 100%;
height: 34px;
line-height: 34px;
text-indent: 10px;
background: #0068CC;
margin: 0 0 10px 0;
font-weight: bold;
color: #fff;

}
.bn_top_r h2{


width: 100%;
height: 34px;
line-height: 34px;
text-indent: 10px;
background: #CC6902;
margin: 0 0 10px 0;
font-weight: bold;
color: #fff;
}
.bn_top_l{
border: 2px solid #0068CC;
text-align: center;
padding-bottom: 10px;
margin-bottom: 1em;

}
.bn_top_r{
border: 2px solid #CC6902;
text-align: center;
padding-bottom: 10px;
}

	.top_w{
		margin-bottom: 20px;
	}
.top_w::after {
  content: "";
  display: block;
	clear: both;}
.top_cam{
	display: block;
	width: 100%;
	background-color: #36608f;
	
	}
	.top_cam{
		background: linear-gradient(to bottom, #2d6eb2, #3d8dcd);
		padding-bottom: 1px;
		padding-top: 0.2em;
	}
.top_cam p{
		color: #fff;
	font-size: 120%;
	padding-left: 1em;
	text-align: center;
	margin-bottom: 0 !important;
	}

.top_cam p {
     position: relative;
	padding-right: 2px
}
	
	
.top_cam ul{
	background-color: #fff;
	border-radius: 3px;
	margin: 3px;
	box-sizing: border-box;
	 width: calc(100% - 6px);
	}
.top_cam li{}

.top_cam a{
	color:#FFFFFF;
	background: linear-gradient(to bottom, #2d6eb2, #3d8dcd);
}


/*物件情報*/


.bukken_00 {
	overflow:hidden;
	width:100%;
}
.bukken_img td {
	text-align:center;
	width:168px;
	height:115px;
	vertical-align:middle;
}
.bukken_00 li {
	float:none;
	width:168px;
	padding:10px 20px;
	margin:8px auto 30px;
	border:1px solid #ccc;
}
.bukken_01 {
	color:#003366;
	font-size:11px;
	line-height:13px;
	padding:3px;
	margin:3px 0 0 0;
}
.bukken_02 {
	color:#333;
	font-size:10px;
	height:30px;
	padding:3px;
	border-bottom:1px dotted #ccc;
}
.bukken_03 {
	width:152px;
	overflow:hidden;
	margin-bottom:3px;
}
.bukken_03_l {
	float:left;
	width:86px;
	height:auto;
	line-height:16px;
	margin-top:2px;
	margin-bottom: 1em;
}
.bukken_03_l p {
	color:#C00;
}
.bukken_03_l span {
	font-weight:bold;
	font-size:16px;
}
.bukken_03_r {
	float:right;
	width:64px;
	height:auto;
	font-size:10px;
	margin:5px 0 0 0;
}
/*売買*/
.baibai_bukken .bukken_03 {
	width:152px;
	height:90px !important;
	overflow:hidden;
	margin-bottom:3px;
	line-height:16px;
}
.bukken_03 span {
	font-weight:bold;
	font-size:16px;
	color:#C00;
	display: block;
}

.bukken_03 p {
	margin-top:5px;
	font-size:10px;
	line-height:1.4;
}
	
.bukken_03_in{
	height:auto;
	font-size:10px;
	margin:5px 0 1em 0;
}

.icon_new{
position:relative;
width:95px;
margin:0 auto;
}
.icon_new::before{
position:absolute;
top: -18px;
left: -35px;
content: "NEW";
font-size: 5px;
padding: 0px 2px;
color:#fff;
background:#C00;
}
.top_catch{
height:25px;
border-left: solid 4px #CC6902;
font-size:12px;
font-weight:bold;
line-height:13px;
padding-left:5px;
margin-bottom: 4px;}
.top_catch_blu{
height:25px;
border-left: solid 4px #0a55ac;
font-size:12px;
font-weight:bold;
line-height:13px;
padding-left:5px;
margin-bottom: 4px;}
/*お客様の声*/

.voice_00{
overflow:hidden;
width:100%;
}
.voice_00 img {
text-align:center;
width:100%;
vertical-align:middle;
margin-bottom: 5px;
}
.voice_00 li {
width:90%;
height:auto;
padding:4px;
margin:0px auto;
}
.voice_00 p {
font-size:12px;
}

/*-------------
下層
-------------*/
.path{
	width:100%;
	height:20px;
	line-height:20px;
	font-size:11px;
	margin:0 0 20px 0;
	color:#666;
}
.path a:link{color:#666; text-decoration: none;}
.path a:visited{color:#666; text-decoration:none;}
.path a:hover{color:#666;text-decoration:underline;}
.path a:active{color:#666; text-decoration:none;}

.title01{
height: 29px;
line-height: 29px;
padding: 0 0 0 8px;
color: #222;
font-weight: bold;
border-left: 5px solid #1278C4;
}
.bk_title{/*大見出し（ページタイトル）*/
	width:100%;
	background:url(../img/bk_title.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#222;
	border:1px solid #ddd;
}
.title02 {
	background: #eee;
	padding: 6px 8px;
	color: #222;
	border-left: 5px solid #0068CC;
	font-size:13px;
	line-height:1.5;
}
.inner01{
	margin:0 0 20px 14px;
}
/*-------------
sidemenu
-------------*/
.sidemenu{
	float:none;
}
/*当社の特徴*/
.side_tokuchou {
	margin:0 0 20px 0;
}
.side_tokuchou h3{
	width:100%;
	height:34px;
	line-height:34px;
	background:#0068CC;
	text-indent:14px;
	/*white-space: nowrap;text-indent: 100%;overflow: hidden;*/
	color:#fff;
}
.tokuchoubg{
	border-right:1px solid #0068CC;
	border-bottom:1px solid #0068CC;
	border-left:1px solid #0068CC;
	padding:10px;
}
.tokuchoubg ul li{
	margin:5px 0 4px 14px;
	line-height:1.5;
	font-size:12px;
	list-style-type:disc;
}
/*お知らせ*/
.side_info{
	margin:0 0 40px 0;
}
.title_side_info{
	width:100%;
	height:34px;
	line-height:34px;
	background:#818181;
	text-indent:14px;
	/*white-space: nowrap;text-indent: 100%;overflow: hidden;*/
	color:#fff;
}
.side_info dl{
	padding:10px;
	background:#fff;
	border:1px solid #E6E6E6;
	font-size:12px;
}
.side_info dl dt{
	margin:0 0 4px 0;
}
.side_info dl dt span{
	background:#E1E1E1;
	padding:2px 4px;
}
.side_info dl dd{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #ddd;
}
.side_info dl dd:last-child{
	margin:0;
	padding:0;
	border-bottom:none;
}
.side_info dl dd a:link{color:#003F63; text-decoration: none;}
.side_info dl dd a:visited{color:#003F63; text-decoration:underline;}
.side_info dl dd a:hover{color:#003F63;text-decoration:underline;}
.side_info dl dd a:active{color:#003F63; text-decoration:underline;}

							/*サイドメニュー*/
							.title_side_menu{
								display:none;
							}
							dl.sidemenu{
								display:none;
							}
							dl.sidemenu dt{
								height:38px;
							}
							dl.sidemenu dd{
								border-bottom:1px dotted #999;
								font-size:14px;
								height:30px;
								background:url(../img/triangle.jpg) no-repeat 3px 8px;
								padding:0 5px 0 20px;
								margin:10px 0 0 0;
							}
							dl.sidemenu dd a:link{color:#003f63; text-decoration: underline;}
							dl.sidemenu dd a:visited{color:#003f63; text-decoration: underline;}
							dl.sidemenu dd a:hover{color:#990000;text-decoration:underline;}
							dl.sidemenu dd a:active{color:#003f63; text-decoration: underline;}

/*ご挨拶*/
.side_greeting{
	margin:0 0 40px 0;
}


.side_greeting p{
margin:5px auto;
line-height:1.7;
font-size:12px;
}
.side_pinkbg{
	padding:10px;
	border:1px solid #818181;
}
.side_txt{
	padding:5px 5px 0;
}
/*-------------
個人情報
-------------*/
.title_privacy{
	width:100%;
	background:url(../img/title_privacy.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}
.privacy_madoguchi{
	width:96%;
	margin:0 auto;
}
.privacy_madoguchi_inner{
	width:100%;
	margin:0 auto;
}
.privacy_madoguchi_inner:after{content: "";display: block;clear: both;}

.privacy_madoguchi01{
	float:none;
	width:96%;
	margin:0 auto 30px;
	border:1px solid #aaa;
	padding:10px 10px 0 10px;
}
.privacy_madoguchi01 dl{
	width:96%;
overflow:hidden;
}
.privacy_madoguchi01 dl dt{
clear:both;
float:none;
width:100%;
font-weight:bold;
}
.privacy_madoguchi01 dl dd{
	margin:0 0 6px 14px;
	padding:0 0 10px 0;
	word-break:break-all;
	word-wrap:break-word;
	line-height:1.3;
}
.privacy_madoguchi02{
	float:none;
	width:96%;
	margin:0 auto 30px;
	border:1px solid #aaa;
	padding:10px 10px 0 10px;
}
.privacy_madoguchi02 dl{
	width:100%;
overflow:hidden;
}
.privacy_madoguchi02 dl dt{
clear:both;
float:none;
width:100%;
font-weight:bold;
}
.privacy_madoguchi02 dl dd{
	margin:0 0 6px 14px;
	padding:0 0 10px 0;
	word-break:break-all;
	word-wrap:break-word;
	line-height:1.3;
}
.ol_privacy li{
	padding-left:1em;
	text-indent:-1em;
	margin:0 0 16px 0;
	line-height:1.7;
}
.privacy_madoguchi01{
	width:auto;
	border:1px solid #aaa;
	padding:10px;
	margin:10px 10px 10px 0;
}
.privacy_madoguchi01 li{
	list-style-type:disc !important;
	margin: 0 0 6px 22px !important;}
.privacy01 ul li{
	list-style-type: decimal;
	margin: 0 0 20px 22px;
}
/*-------------
貸したい方
-------------*/
.ttl01{
	background: #1499d0;
    height: 29px;
    line-height: 29px;
    padding: 0 0 0 8px;
    color: #222;
    font-weight: bold;
}
.title_kashitai{
	width:100%;
	background:url(../img/title_kashitai.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}

.flowbox{
	overflow:hidden;
	margin-bottom:30px;}
.flowboxl{
    text-align: center;
    padding-bottom: 5px;
}
.flow_posi{
	text-align: center;}
.flow_posi a{
	display: inline-block;
	margin:1%;
	width:46%;
	}

.flow_posi a img{
	width:100%;}
.flowboxr img{
	margin-left:auto; margin-right:auto;
	display: block;
	text-align: center;
	margin-bottom: 5px;}	

.flowboxl img {
    max-width: 170px;
    border: 2px solid #FFF;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
}

.btn_contact{
	text-align:center;
	padding:50px 0 30px 0;
}
.ttldeco01:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    display: inline-block;
    width: 1.8em;
    text-align: center;
    color: #1278C4;
}	
.ttldeco01 {
    color: #1278C4;
}
.flowboxr p{
	margin-bottom: 1em;
	}
.txtposi{
	margin-left: 2em;
	margin-right: 1em;
	}
.txtposi2{
	background-color: #ffffdc;
	padding:0.5em;
	}
.txtposi2 p{
	color: #666;
	font-weight: bold;
	margin-bottom: 0.5em;
	}
.txtposi2 ul{
	display:flex;
	flex-wrap:wrap;
	}
.txtposi2 li{
	width:45%;
	padding-left:1em;
text-indent:-1em;
	margin-bottom: 0.5em;
	}
.flow_h2_01,
.flow_h2_02,
.flow_h2_03,
.flow_h2_04,
.flow_h2_05,
.flow_h2_06,
.flow_h2_07{
	padding:0 6px;
	color:#FFFFFF;
	background-color: #1278C4;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
margin-bottom: 1em;
font-size: 120%;
line-height:1.6;
	}
	
.flow_h2_01 span,
.flow_h2_02 span,
.flow_h2_03 span,
.flow_h2_04 span,
.flow_h2_05 span,
.flow_h2_06 span,
.flow_h2_07 span{
	margin-right: 0.5em;
	display: inline-block;
	font-size: 120%;
	}	
/*-------------
サイトマップ
-------------*/
.title_sitemap{
	width:100%;
	background:url(../img/title_sitemap.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}
.sitemapli{
	margin-left: 10px;
	margin-top: 10px;
	}

.sitemapli ul{
	overflow: hidden;
	}
.sitemapli ul li h2{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #1278C4;
	
	}
.sitemapli ul li{
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 50px;
	}
.sitemapli ul li dl{
	margin-left: 1em;
	display: block;}
.sitemapli ul li dt{
    line-height: 1.5;
    display: block;
    padding: 0 10px 0 0;
    color: #1278C4;
    text-indent: 2px;
    margin-bottom: 0.5em;
}
.sitemapli dt:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    display: inline-block;
    width: 1.8em;
    text-align: center;
    color: #1278C4;
}
.sitemapli ul li a:link{color:#003; text-decoration:none;}
.sitemapli ul li a:visited{color:#003; text-decoration:none;}
.sitemapli ul li a:hover{color:#003; text-decoration:underline;}
.sitemapli ul li a:active{color:#003; text-decoration:none;}
/*-------------
お客様の声
-------------*/
.title_voice{
	width:100%;
	background:url(../img/title_voice.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}
/*-------------
スタッフブログ
-------------*/
.title_staffblog{
	width:100%;
	background:url(../img/title_staffblog.png) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}
/*-------------
お知らせ
-------------*/
.title_news{
	width:100%;
	background:url(../img/title_news.png) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}
/*-------------
会社内容
-------------*/
.title_company{
	width:100%;
	background:url(../img/title_company.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:18px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}
table.table_company{
	width:100%;
	border:none;
	border-collapse:collapse;
	margin:0 auto 3em;
}
table.table_company th{
	display:block;
	width:100%;
	padding:4px 0;
	text-align:left;
	font-weight:normal;
	background:#eee;
	border-right:none;
	border-bottom:none;
	vertical-align:top;
}
table.table_company td{
	display:block;
	width:100%;
	padding:4px 0;
	margin:0 0 10px 0;
	background:#fff;
	border-right:none;
	border-bottom:none;
	vertical-align:top;
}
.company_text_president{
	text-align:right;
	margin:0 20px 20px 0;
}
/*-------------
流れ
-------------*/
.title_flow{
	width:100%;
	background:url(../img/title_flow.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:18px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}
/*-------------
問い合わせ
-------------*/
.title_contact{
	width:100%;
	background:url(../img/title_contact.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:18px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}
.contactbox{
	margin-bottom: 2em;}
.contactbox .contactbox_inner{
	padding:14px 0;
	background:#fff;
}
.oisogiposi{
	width:94%;
	margin:0 0 0 10px;
}
.contactinin{
	background-color:#F7F7F7;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding:5px;
	}
.contactinin p{
	font-weight:bold;
	}
.contactinin .otoi{
	display:inline-block;
	color:#FFFFFF;
	background-color:#E06716;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding:5px;
margin-right:5px;
font-size:12px;
	}
.telsmp{
	font-size:136%;
	font-weight:bold;
	color:#000;
	margin-bottom: 0.5em;
	}
	


.telsmp a:link{color:#000; text-decoration: none;}
.telsmp a:visited{color:#000; text-decoration:none;}
.telsmp a:hover{color:#000; text-decoration:none;}
.telsmp a:active{color:#000; text-decoration:none;}

.contactinin .ora{
		color:#DF6D15;
}
.search_merit{
	width:90%;
	margin:0 auto;
}
.search_merit ul {
}
.search_merit li {
	list-style-type:disc;
	padding:4px 0;
}
.formtable_area{
}
.img_center{
	text-align:center;
	padding:20px 0 ;
}
.contact_02 {
	width:100%;
	margin:0 auto 20px;
border-collapse:collapse;
}
.contact_02{
	font-size:12px;
	}
.contact_02 th {
	display:block;
	font-weight: bold;
	color:#666666;
	background:#f7f7f7;
	text-align: left;
	line-height: 1.5;
	padding: 4px;
	vertical-align: middle;
	border-bottom:none;
	border-right:none;
	margin:0 0 6px 0;
}
.contact_02 td {
	display:block;
	width:100%;
	padding:0;
	vertical-align: middle;
	background-color: #fff;
	line-height: 1.75em;
	text-align:left;
	border-bottom:none;
	margin:0 0 20px 0px;
	border-bottom:none;
}
.hissu {
	color:#CC0000;
	font-weight:bold;
}
.error {
	color:#CC0000;
	display:block;
}

.contact_li li{
	float:left;
	width:200px;
	margin:0 10px 10px 0;
}

.contact_02 textarea {
    width: 90%;
}
.rai_02 input[type="text"],
.rai_01 input[type="text"]{
	margin-top:0.5em;
	margin-bottom: 0.5em;
}

.rai_01 {
	border-left:5px solid #6b9ad3;
	border-bottom:1px dotted #ccc;
	margin:10px 0 10px 0;
	padding-left: 6px;
}
.rai_02 {
	border-left:5px solid #6b9ad3;
	border-bottom:1px dotted #ccc;
	margin:20px 0 0 0;
	padding-left: 6px;
}
span.nml {
	font-weight:normal;
	font-size:11px;
}
table.sta{
width:640px;
margin:10px 0 0 20px;
background:#eee;
border:1px solid #ccc;
}
table.sta td{
vertical-align:top;
padding:14px 18px;
}
.ttl01{
	padding:3px 10px;
	border:2px solid #0295c0;
	background-color:#c5eaf2;
	color:#3f7e8f;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
		margin-bottom:10px;
		display:inline-block;
	}
.form_01{
	width:150px;
	border: solid 1px #d8d8d8;
	font-size:12px;
	padding:3px;
}

.form_02{
	width:100px;
	border: solid 1px #d8d8d8;
	font-size:12px;
	padding:3px;
}
.form_03{
	font-size:12px;
	line-height:15px;
}

.form_04{
	width:204px;
	color:#aaa;
	border: solid 1px #d8d8d8;
	font-size:12px;
	line-height:12px;
	padding:6px 3px;
	height:18px;
}
.form_05{
	width:90%;
	font-size:13px;
	line-height:18px;
	padding:0 3px;
	height:24px;
}
.form_06{
	font-size:13px;
	line-height:18px;
	padding:10px 3px;
	height:24px;
	margin-top:5px;
}
/* 矢印エリア */
.ya_smp{
	width:98%;
	margin:0 auto;
	overflow:hidden;
}
.yajirushi{
	width:27%;
	float:left;
	margin:0 16px 20px 0;
}
.arrow{
	width:100%;
}
/* 矢印on */
.arrow_on {
    padding-top: 5px; /* 要素の上の余白調整 */
    width: 96%; /* 四角形の幅 */
    height: 26px; /* 四角形の高さ */
    background: #FFA200;
    position: relative;
	color:#fff;
}
.arrow_on:after {
    border-left: 15px solid #FFA200; /* 右向きの三角形を作るため左のボーダーに色を付ける */
    border-top: 15px solid transparent; /* 上のボーダーを透過に指定 */
    border-bottom: 15px solid transparent; /* 下のボーダーを透過に指定 */
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
}
/* 矢印off */
.arrow_off {
    padding-top: 5px; /* 要素の上の余白調整 */
    width: 96%; /* 四角形の幅 */
    height: 26px; /* 四角形の高さ */
    background: #eee;
    position: relative;
	color:#aaa;
}
.arrow_off:after {
    border-left: 15px solid #eee; /* 右向きの三角形を作るため左のボーダーに色を付ける */
    border-top: 15px solid transparent; /* 上のボーダーを透過に指定 */
    border-bottom: 15px solid transparent; /* 下のボーダーを透過に指定 */
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
}
/* テキストの指定 */
.arrow span {
    position: relative;
    z-index: 3;
    font-weight: bold;
	height:20px;
	line-height:20px;
	font-size:14px;
	text-align:center;
	padding:0 0 0 5px;
	display:block;
}
.ya_pc{
	display:none;
}
.textareatd{
	width:94%;
	margin:0 auto;
}
.btn_orange{/*ボタンオレンジ*/
	padding: 16px;
	overflow: hidden;
	text-decoration: none!important;
	border:1px solid #F7B800;
	background:#ffd65e;
	background: -webkit-linear-gradient(top, #ffd65e, #febf04);
	background:         linear-gradient(top, #ffd65e, #febf04);
	border-radius:4px;
	cursor: pointer;
	font-weight:bold;
	color:#666;
}
.btn_orange:link{color:#fff;}
.btn_orange:visited{color:#fff;}
.btn_orange:hover{color:#fff; opacity:0.6;}
.btn_orange:active{color:#fff;}
.btn_submit01{/*ボタングレー*/
	padding: 16px;
	overflow: hidden;
	text-decoration: none!important;
	border:1px solid #ccc;
	background:#eee;
	background: -webkit-linear-gradient(top, #fafafa, #eee);
	background:         linear-gradient(top, #fafafa, #eee);
	border-radius:4px;
	cursor: pointer;
	color:#666;
}
.btn_submit01:link{color:#333;text-decoration:none;}
.btn_submit01:visited{color:#333;text-decoration:none;}
.btn_submit01:hover{color:#333;text-decoration:none;opacity:0.5;}
.btn_submit01:active{color:#333;text-decoration:none;}

input[type="checkbox"]{
	transform: scale(1.5);
}
input[type="radio"]{
	transform: scale(1.5);
}
.title_top_voice,
.title_top_baibai,
.title_top_chintai,
.title_top_biz{
padding:0 4px;}

.title_top_voice span{
	margin-left:auto;
	}
	
.bn_top_r h2:before {
    font-family: 'FontAwesome';
    content: '\f1ad';
    display: inline-block;
    width: 1.6em;
    text-align: center;
    font-size: 1.4em;
	font-weight: normal;
}

.bn_top_l h2:before {
    font-family: 'FontAwesome';
    content: '\f015';
    display: inline-block;
    width: 1.6em;
    text-align: center;
    font-size: 1.4em;
	font-weight: normal;
}

.bn_top{
	overflow: hidden;}
.bn_top p{
	margin-bottom: 1em;}
.bn_top a{
			font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
			line-height:1.4;
			text-align: center;
			width:100%;
			font-size: 120%;
			line-height:2;
			padding:3% 0;
			vertical-align:middle;
			box-sizing:border-box;
			display: inline-block;
			-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
	}

.bn_top a:hover{
opacity:0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

.bn_top a:link{color:#fff; text-decoration: none;}
.bn_top a:visited{color:#fff; text-decoration:none;}
.bn_top a:hover{color:#fff; text-decoration:none;}
.bn_top a:active{color:#fff; text-decoration:none;}

.bn_top_l a{
	color:#FFFFFF;
	background: linear-gradient(to bottom, #147ACC, #076196);
}
.bn_top_r a{
	color:#FFFFFF;
	background: linear-gradient(to bottom, #C88012, #985B08);
}

.com_greet{
overflow:hidden;
}
.com_greet .photobox {
	max-width:300px;
	width:70%;
margin:0 auto 10px auto;
text-align: center;
font-family:'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.com_greet .photobox img{
	width:100%;
margin:0 0 10px 0;
}

/*-------------
スタッフ紹介
-------------*/
.title_staff{
	width:100%;
	background:url(../img/title_staff.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:18px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}

.staffarea li .photo img{
	max-width:250px;
	width:80%;
	text-align: center;
	margin-left:auto; margin-right:auto;
	display: block;
	margin-bottom: 1em;
}

.staffarea .text dl dd{
	margin-bottom: 0.5em;
}

.staffarea ul li{
	box-sizing: border-box;
	margin-bottom: 2em;
}

.komarigoto img{
	text-align: center;
	display: block;
	margin-left:auto; margin-right:auto;
	margin-bottom: 1em;}
	
	
.kentou{font-size: 120%;}
.sankaku{
	font-size: 18px;
	}
.naiyo li{
	margin-bottom: 0.5em;}

.kashitaitokucho img{
	text-align: center;
	margin-left:auto; margin-right:auto;
	margin-bottom: 1em;
	display: block;
	width:70%;}

/*駐車場*/
.ttl_parking{
	width:100%;
	background:url(../img/title_parking.jpg) no-repeat top right;
	height:96px;
	line-height:96px;
	text-indent:20px;
	font-size:16px;
	font-weight:bold;
	color:#1278C4;
	border:1px solid #ddd;
}

/*売りたい*/
.title_uritai {
    width: 100%;
    background: url(../img/title_uritai.jpg) no-repeat top right;
    height: 96px;
    line-height: 96px;
    text-indent: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #1278C4;
    border: 1px solid #ddd;
}


/*物件検索*/
.dpcms_station_box01 ul {
    padding: 10px 4px 12px !important;
}

.wrap_cms .asp_pan a{
	margin-left: 5px;
}
}







