@charset "utf-8";

main{
	width:100%;
	overflow:hidden;
}
main h2{
	position: relative;
	padding: 7px 10px;
	font-size:16px;
	line-height:1.4;
	border: 1px solid #ccc;
	border-top: 3px solid #086ACC;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.cntWrap{
	padding:10px;
}
h3,.question dt {
	margin-bottom:10px;
	padding: 0 0.3em 0 1.5em;
	font-size:13px;
	font-weight:bold;
	position: relative;
	border-bottom: 1px solid #ccc;
}
h3::after,.question dt::after {
	position: absolute;
	top: .3em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	background: #197CCD;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
h3 span{
	font-size:11px;
	color:#121212;
}
.cntBox{
	padding:15px 20px;
	background: #FFF;
	border: 5px solid #e4e4dc;
	box-sizing:border-box;
}
.cntWrap2{
	margin-top:15px;
	padding:8px;
	background:#eeecd6;
}
.contents {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.contents li {
	width: 48%;
	margin:3px;
	display: table-cell;
	box-sizing:border-box;
	float:left;
}
.reformMenu {
	width: 100%;
	display: table;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	table-layout: fixed;
}
.reformMenu li {
	width: 50%;
	display: table-cell;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	float:left;
}
/*.reformMenu li:nth-child(3n) {
	border-right:none;
}*/
.reformMenu li:nth-child(3) {
	border-right:1px solid #ccc;
}
.reformMenu li a {
	display: block;
	padding:15px 0;
	color:#050F29;
	background:#FFF;
	text-align:center;
	text-decoration:underline;
}


.newsBox{
	margin-bottom:5px;
	padding: 3px 10px 10px;
	background:#FFF;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius:4px;
	box-shadow: 0px 0px 3px rgba(0,0,0, .1);
}
.newsBox time {
	line-height:2.5;
}
.newsBox p {
	font-size:13px;
}
.newsBox a {
	text-decoration:underline;
}



/***** 物件情報 *****/
.article{
	width:100%;
	table-layout:fixed;
	display:table;
	line-height:1.5;
	background:#FFF;
}
.articleListWrap{
	width:100%;
	padding:5px;
	background: #e4e4dc;
	box-sizing:border-box;
}
.article figure{
	width:100px;
	display:table-cell;
}
.article figure a{
	border:1px solid #edeade;
	box-sizing:border-box;
	display:block;
}
.article figure img{
	border:3px solid #FFF;
	box-sizing:border-box;
}
.articleBox{
	margin-bottom:5px;
	background:#FFF;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius:4px;
	box-shadow: 0px 0px 3px rgba(0,0,0, .1);
}
.articleBoxInner{
	width:100%;
	margin:0 auto;
	padding:8px;
	box-sizing:border-box;
}
.articleTitle{
	width:100%;
	padding:8px;
	position:relative;
	border-bottom:1px solid #d6ceb4;
	box-sizing:border-box;
}
.articleName a{
	font-size:13px;
	font-weight:bold;
	color:#050F29;
	line-height:1.6;
}
.articleType{
	padding:1px 4px 0;
	font-size: 10px;
	color: #FFF;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	position:absolute;
	top:10px;
	right:8px;
}
.type01{
  background: #1abab7;
}
.type02{
  background: #FFB500;
}
.type03{
  background: #e20b0b;
}
.type04{
  background: #197CCD;
}
.article_cnt{
	width:100%;
	margin-left:-80px;
	display:table-cell;
	vertical-align:middle;
}
.article_cnt h4{
	margin:0 0 5px;
	font-size:10px;
	color:#050F29;
	border-bottom:1px dotted #d6ceb4;
}
.content_ttl span{
	font-size:14px;
	font-weight:bold;
}
.article_cntInner{
	margin-left:10px;
	position:relative;
}
.more{
	width:85%;
	margin:10px auto 0;
	padding:12px 10px;
	display:block;
	background: #f7a603;
	border-radius: 4px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #d58f03;
}
.more a{
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	display:block;
	color: #fff !important;
}
.pageNumber{
	width:100%;
	padding:5px;
	box-sizing:border-box;
}
.pageNumber span{
	font-size:14px;
	font-weight:bold;
	color: #197CCD;
}
/***** /物件情報 *****/

/***** pager *****/
#pager {
	width: 100%;
}
.btn {
	display: inline-block;
	padding: 10px;
	border-radius: 5px; /*optional*/
	color: #aaa;
	font-size: .875em;
}
.pagination {
	width: 100%;
	margin:0 auto;
	padding: 10px 10px 14px;
	box-sizing: border-box;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page {
	display: inline-block;
	padding: 5px 10px;
	line-height: 1.5;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
	background: #e9e9e9;
	box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
	color: #717171;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.page:hover, .page.gradient:hover {
	background: #fefefe;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.page.active {
	padding:6px 11px !important;
	border: none;
	background: #616161;
	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
	color: #f0f0f0;
	text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}
/***** /pager *****/

.promise,.occupation {
	margin-top:10px;
	text-align:justify;
}
.promise h4,.occupation h4,.handling dt,.consultation dt,.case dt,.buyBox dt {
	margin-bottom:10px;
	overflow: hidden;
	text-align: center;
}
.promise h4 span,.occupation h4 span,.handling dt span,.buyBox dt span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	font-size:14px;
	text-align: center;
}
.consultation dt span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	font-size:18px;
	text-align: center;
}
.case dt span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	font-size:16px;
	text-align: center;
}

.promise h4 span::before,
.promise h4 span::after,
.occupation h4 span::before,
.occupation h4 span::after,
.handling dt span::before,
.handling dt span::after,
.consultation dt span::before,
.consultation dt span::after,
.case dt span::before,
.case dt span::after,
.buyBox dt span::before,
.buyBox dt span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.promise h4 span::before,
.occupation h4 span::before,
.handling dt span::before,
.consultation dt span::before,
.case dt span::before,
.buyBox dt span::before {
	right: 100%;
}
.promise h4 span::after,
.occupation h4 span::after,
.handling dt span::after,
.consultation dt span::after,
.case dt span::after,
.buyBox dt span::after {
	left: 100%;
}
.promise li{
	margin-bottom:10px;
}
.promise li span{
	color:#197CCD;
}
.promise p,.occupation p{
	padding-top:8px;
	border-top:1px dotted #ccc;
}
.occupation ul{
	width:100%;
	margin-bottom:4px;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0; 
}
.occupation li{
	width:50%;
	margin:3px 0;
	padding:8px 4px;
	color:#FFF;
	font-size:12px;
	text-align:center;
	background: #1abab7;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	display: table-cell;
	box-sizing:border-box;
}

/***** 求む！売却不動産 *****/
#acMenu dt{
	height:50px;
	padding:15px 35px 10px 10px;
	position: relative;
	display:block;
	width:100%;
	color:#FFF;
	border-top: 1px solid #faf9f6;
	border-bottom: 1px solid #d6ceb4;
	cursor:pointer;
	background: #1abab7;
	box-sizing:border-box;
}
#acMenu dt:before{
	display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 48%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #FFF;
}
#acMenu dt:after{
	display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: #1abab7;
}
#acMenu dd{
	padding:12px 10px;
	background:#f2f2f2;
	width:100%;
	display:none;
	box-sizing:border-box;
}
#acMenu dt.active:before{
	display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 52%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #FFF;
}
#acMenu dt.active:after{
	display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 70%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
  background: #1abab7;
}
/***** /求む！売却不動産 *****/


/***** 不動産無料査定 *****/
.merit{
	width:100%;
	margin-top:20px;
	border:1px solid #1abab7;
	box-sizing:border-box;
}
.merit h4{
	padding:5px;
	font-size:16px;
	text-align:center;
	color:#FFF;
	background: #1abab7;
}
.merit dl{
	padding:10px 15px;
	background: #FFF;
}
.merit dt,.privacyCnt dt{
	margin:10px 0 5px;
	font-size:14px;
	font-weight:bold;
	line-height:1.7;
	border-bottom:1px solid #1abab7;
}
.merit dt:first-child,.privacyCnt dt:first-child{
	margin-top:0;
}
/***** /不動産無料査定 *****/


/***** 賃貸物件大募集 *****/
.handling h4 {
	position: relative;
	padding: 5px 10px 5px 18px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background: #197CCD;
}
.handling h4::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background: #d9ecfa;
	border-radius: 4px;
}
.handling dt {
	font-weight:bold;
}
.handling dd {
	font-size:13px;
}
/***** /賃貸物件大募集 *****/


/***** /管理物件オーナー様募集 *****/
.consultation dt,.case dt,.buyBox dt {
	font-weight:bold;
}
.buyBox dd{
	margin-bottom:5px;
	font-size:13px;
}
.consultation dd{
	margin-bottom:5px;
	padding-left:13px;
	text-indent:-13px;
	font-size:13px;
}
.case dd{
	margin-bottom:25px;
}
.case dd:last-child{
	margin-bottom:0;
}
.consultation ul{
	margin-top:5px;
	padding:8px;
	background: #FFF;
	border: 3px solid #e4e4dc;
	box-sizing:border-box;
}
.consultation li{
	margin:2px 0;
	padding-left:12px;
	text-indent:-12px;
	text-align:justify;
}
.occupationWrap{
	display: -webkit-flex;
	display: flex;
}
.occupationMain{
	padding-right:10px;
	-webkit-flex: 1;
	flex: 1;
}
.occupationSide{
	width: 120px;
}

/***** /管理物件オーナー様募集 *****/


/***** パンくず *****/
#bread-crumb {
	padding: 10px 10px 8px;
	font-size: 12px;
	line-height:1;
  background:#edeade;
}
#bread-crumb ul{
	display:inline-block;
}
#bread-crumb ul li{
	float: left;
	margin-right: 10px;
}
#bread-crumb ul li span {
  font-weight: bold;
}
#bread-crumb ul li a{
  color: #878787;
	text-decoration: underline;
}
/***** /パンくず *****/


/***** お問い合わせ *****/
#form{
	padding-top:15px;
	padding-bottom:20px;
}
#form dt{
	vertical-align:top;
}
.input_text{
	margin-bottom:5px;
}
.input_text span,#form article p span{
	font-size:10px;
	color:#197CCD;
}
#form label{
	font-size:12px;
	color:#444;
	display:block;
}
#form .txtInput{
	width:100%;
	margin-bottom:10px;
	padding:10px 5px;
	line-height:1.3;
	border:1px solid #e5e5e5;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	background:#FFF;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}
#form textarea{
	width:100%;
	height:100px;
	padding:5px;
	font-size:11px;
	line-height:1.3;
	border:1px solid #e5e5e5;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	background:#FFF;
	box-sizing:border-box;
}
#form .txtInput:focus,#form textarea:focus{
	background: #FFF;
	box-shadow: inset 0 0 5px rgba(8, 1, 3, 0.1);
}
.labelfocus {
  color:#000 !important;
	font-weight:bold;
}
button{
	width:85%;
	margin:10px auto 0;
	padding:12px 10px;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	display:block;
	background: #f7a603;
	border-radius: 4px;
	color: #fff !important;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #d58f03;
}
/***** /お問い合わせ *****/


/***** 店舗概要 *****/
.shopData ul{
	margin:8px 0;
}
.shopData li{
	margin:2px 0;
	font-size:13px;
	font-weight:bold;
}
.ph_shop{
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#dataBlock .tableinfo{
	width:100%;
	border-left:1px solid #197CCD;
	border-right:1px solid #197CCD;
	box-sizing:border-box;
	float:left;
}
#dataBlock a{
	text-decoration:underline;
}
#dataBlock table{
	width:100%;
	font-size:12px;
	background-color:#197CCD;
	border-collapse:separate;
	border-spacing:0px 1px;
	table-layout: fixed;
	display:table;
}
#dataBlock table tr th{
  width:25%;
  background-color:#197CCD;
  border:1px solid #FFF;
  text-align:center;
  font-weight:bold;
  color:#FFF;
  padding:7px 0px 5px;
}
#dataBlock table tr td {
  width:75%;
  padding:7px 0px 5px;
  background:#FFF;
  word-break: break-all;
}
#dataBlock table tr th div,
#dataBlock table tr td div {
  padding:0 9px;
}
/***** /店舗概要 *****/


/***** プライバシーポリシー *****/
.privacyWrap,.aboutWrap{
	line-height:1.6;
}
.privacyInner,.aboutBox{
	padding:5px 10px;
	background:#FFF;
	border:1px solid #e8e8e8;
	border-radius: 0px 0px 4px 4px;
		-moz-border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px 0px 4px 4px;
	position:relative;
}
.privacyWrap ul{
	margin:15px 0;
}
.privacyWrap li{
	margin-bottom:10px;
	padding-left:12px;
	text-indent:-12px;
}
.privacyWrap dt,.aboutWrap dt{
	margin-top:10px;
	padding:0 0 3px 12px;
	color:#CB0808;
}
.aboutWrap dt{
	padding-left:12px;
	text-indent:-6px;
  font-weight: bold;
}
.privacyWrap dd{
	margin-top:5px;
}
.aboutWrap dd{
	margin-top:5px;
	padding-left:12px;
	text-indent:-12px;
}
/***** /プライバシーポリシー *****/

.consultation dl{
	width:100%;
	margin-bottom:4px;
}
.consultation dd{
	width:100%;
	margin:3px 0;
	padding:8px 4px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	background: #1abab7;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	box-sizing:border-box;
}
.flowWrap{
	padding:10px;
	min-height:150px;
}


/***** よくあるご質問 *****/
.question dd{
	margin-bottom:25px;
}
/***** /よくあるご質問 *****/

.pageTop a{
	width:100%;
	padding:12px 10px;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	color: #fff !important;
	display:block;
	background: #050F29;
	box-sizing:border-box;
}