@charset "utf-8"; 

/* ------------------------------
    reset
------------------------------ */

a{
	color:#00afec; 
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
} 
html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#424242; 
}

textarea { font-size: 100%; }
img { vertical-align: bottom; }
.fl{float:left;}
.fr{float:right;}
.bold{font-weight:bold;}
.ac{text-align:center;}
.ar{text-align:right;}
.red{color:#ed0101;}
.mark{background: #ffff6b;}
.ul{text-decoration:underline;}
.gr{color:#599a95;}

/* ------------------------------
    base
------------------------------ */

body{
	background:#fff;
	color:#424242; 
	font-size:1.0rem;
}
p,table,dl,ol  {
	font-size: 1.8rem;
	line-height: 1.6;
}

/* ------------------------------
    contents
------------------------------ */

#header{
	height:540px;
	background:url(../img/header_bg.jpg) center center no-repeat;
	background-size:cover;
	box-sizing:border-box;
	padding:25px 0 0 0;
}
#header h1{
	width: 680px;
	position:absolute;
	top:23px;
	left:25px;
	font-size:3.0rem;
	text-align: center;
}
#header h1 span{
	font-size:4.2rem;
	color:#ff0000;
	font-weight:bold;
}
#header .wrap{
	position:relative;
	width:966px;
	margin:0 auto;
}
.wrap{
	width:960px;
	margin:0 auto;
}

#header.sub{
	height:200px;
	background:url(../img/header_bg.jpg) center center no-repeat;
	background-size:cover;
	box-sizing:border-box;
	padding:0;
}
#header.sub h1{
	position:inherit;
	top:auto;
	left:auto;
}

#breadcrumb{
	padding:25px 0;
}
#breadcrumb ul{
	width:960px;
	margin:0 auto;
}
#breadcrumb ul li{
	float:left;
	font-size:1.4rem;
}
#breadcrumb ul li a{
	color:#00afec;
	margin:0 5px 0 0;
}
#breadcrumb ul li+li{
	margin:0 0 0 5px;
}

h2.border{
	position:relative;
	background:#006fbf;
	color:#fff;
	font-size:2.4rem;
	font-weight:bold;
	padding:13px 20px;
	margin:0 0 25px 0;
}
h2.border::before{
	position:absolute;
	top:50%;
	left:5px;
	content:'';
	width:6px;
	height:40px;
	background:#fff;
	margin-top:-20px;
}
h3.border{
	position:relative;
	color:#222;
	font-size:2.4rem;
	font-weight:bold;
	border-bottom:3px solid #006fbf;
	padding:13px 20px;
	margin:0 0 25px 0;
}
h3.border::before{
	position:absolute;
	top:50%;
	left:5px;
	content:'';
	width:6px;
	height:40px;
	background:#006fbf;
	margin-top:-20px;
}
p+.border{
	margin-top:60px;
}
.wrap.sub p+p{
	margin-top:22px;
}
ul.dot {
	padding-left: 30px;
	font-size: 1.8rem;
}
ul.dot > li {
	margin-bottom: 10px;
	list-style-type: disc;
}
ul.dot > li:last-child {
	margin-bottom: 0;
}

#sec01{
	text-align:center;
	padding:25px 0 48px 0;
}
#sec02{
	height:514px;
	background:url(../img/sec02_bg.jpg) center center no-repeat;
	background-size:cover;
	box-sizing:border-box;
	padding:38px 0 0 0;
}
#sec02 h3{
	text-align:center;
	margin:0 0 18px 0;
}
#sec02 .inner{
	float:left;
	width:306px;
	background:#fff;
	box-shadow:0 0 4px 3px rgba(14,14,14,0.2);
	padding:18px 0 0 0;
}
#sec02 .inner p{
	font-size:2.4rem;
	line-height:1.4;
	text-align:center;
	color:#00b71a;
	padding:0 0 5px 0;
}
#sec02 .big{
	display:block;
	font-size:2.8rem;
}
#sec02 .inner+.inner{
	margin:0 0 0 21px;
}
#sec03 .box{
	text-align:center;
	padding:45px 0;
}
#sec03 .box2{
	position:relative;
	background:#eff3fb;
	padding:65px 0 50px 0;
}
#sec03 .box2::before{
	position:absolute;
	top:0;
	left:50%;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 65px 0 65px;
	border-color: #ffffff transparent transparent transparent;
	margin-left:-50px;
}
#sec03 .inner{
	background:#fff;
	box-shadow:0 0 4px 3px rgba(14,14,14,0.2);
	padding:15px 0 23px 0;
}
#sec03 .inner+.inner{
	margin-top:25px;
}
#sec03 .inner ol{
	padding:0 20px;
	margin:15px 0 0 0;
}
#sec03 .inner ol li{
	font-size:2.6rem;
}
#sec03 .inner ol li+li{
	margin-top:20px;
}
#sec03 .inner ol li span{
	color:#006fbf;
}
#sec03 .inner ul {
	padding:0 20px;
	margin:15px 0 0 0;
}
#sec03 .inner ul li{
	font-size:2.6rem;
	background:url(../img/icon.png) 0 0 no-repeat;
	padding:0 0 0 35px;
}
#sec03 .inner ul li+li{
	margin-top:20px;
}
#sec03 .inner p{
	padding:0 20px;
}
#sec03 .inner p span{
	font-size:2.4rem;
}
#sec04{
	padding:0 0 48px 0;
}
#sec04 h3{
	background:url(../img/sec04_ttlbg.png) center center no-repeat;
	background-size:cover;
	text-align:center;
	margin:0 0 25px 0;
}
#sec04 .inner{
	width:960px;
	margin:0 auto;
}
#sec04 div.ttl{
	position:relative;
	background: -moz-linear-gradient(top, #0586e2 0%, #006fbf 100%);
	background: -webkit-linear-gradient(top, #0586e2 0%,#006fbf 100%);
	background: linear-gradient(to bottom, #0586e2 0%,#006fbf 100%);
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	padding:6px 20px;
}
#sec04 div.ttl img{
	float:left;
}
#sec04 div.ttl p.ttl{
	width:610px;
	font-size:3.6rem;
	font-weight:bold;
	color:#fff;
}
#sec04 div.ttl img+p.ttl{
	padding:0 0 0 65px;
}
#sec04 div.ttl p.num{
	position:absolute;
	bottom:13px;
	right:20px;
	color:#fff;
	font-size:2.8rem;
}
#sec04 .box{
	border:1px solid #006fbf;
	padding:12px;
}
#sec04 .box .fr{
	/*width:450px;
	padding:7px 0 0 0;*/
	width: 500px;
}
/* 提携数（小さい版） */
#sec04 .box .fr .caption{
	box-sizing: border-box;
	position: relative;
	/*display:table;
	width:444px;
	height:190px;*/
	width: 100%;
	height: 80px;
	border:3px solid #006fbf;
	background:url(../img/sec04_bg.jpg) 0 0 repeat;
}
#sec04 .box .fr .caption div{
	/*display:table-cell;
	vertical-align:middle;*/
}
#sec04 .box .fr .caption .case{
	/*display:inline-block;*/
	background:#006fbf;
	position: absolute;
	top: 22px;
	color:#fff;
	line-height:1.0;
	padding:6px 18px;
	border-radius:15px;
	/*margin:0 0 0 50px;*/
	margin: 0 0 0 20px;
}
#sec04 .box .fr .caption .num{
	font-size:6.0rem;
	text-align:center;
	line-height:1.0;
	font-weight:bold;
	/*margin:10px 0 0 0;*/
	margin: 10px 0 0 110px;
}
#sec04 .box .fr .caption .num span.red{
	margin:0 15px 0 0;
}
#sec04 .box .fr .caption .num span.small{
	font-size:3.4rem;
	margin:0 0 0 15px;
}
/* 提携数（大きい版） */
#sec04 .box .fr .caption2 {
	box-sizing: border-box;
	display:table;
	width: 100%;
	height: 190px;
	border:3px solid #006fbf;
	background:url(../img/sec04_bg.jpg) 0 0 repeat;
}
#sec04 .box .fr .caption2 div{
	display:table-cell;
	vertical-align:middle;
}
#sec04 .box .fr .caption2 .case{
	display:inline-block;
	background:#006fbf;
	color:#fff;
	line-height:1.0;
	padding:6px 18px;
	border-radius:15px;
	margin:0 0 0 50px;
}
#sec04 .box .fr .caption2 .num{
	font-size:6.0rem;
	text-align:center;
	line-height:1.0;
	font-weight:bold;
	margin:10px 0 0 0;
	padding-left: 10px;
}
#sec04 .box .fr .caption2 .num span.red{
	margin:0 15px 0 0;
}
#sec04 .box .fr .caption2 .num span.small{
	font-size:3.4rem;
	margin:0 0 0 15px;
}
/* 得意な物件タイプ */
#sec04 .box .fr h4.table_tit {
	margin: 23px 0px 5px 0px;
	font-size: 1.8em;
}
#sec04 .box .fr table.evaluation {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
#sec04 .box .fr table.evaluation th,
#sec04 .box .fr table.evaluation td {
	padding: 8px 0;
	text-align: center;
	border: 1px solid #006fbf;
}
#sec04 .box .fr table.evaluation th {
	background: -moz-linear-gradient(top, #0586e2 0%, #006fbf 100%);
  background: -webkit-linear-gradient(top, #0586e2 0%,#006fbf 100%);
  background: linear-gradient(to bottom, #0586e2 0%,#006fbf 100%);
  border-right-color: #ffffff;
	font-size: .9em;
	color: #ffffff;
}
#sec04 .box .fr table.evaluation th:last-child {
  border-right-color: #006fbf;
}
#sec04 .box .fr table.evaluation td {
	font-size: 2em;
}
#sec04 .box .fr table.evaluation td span {
	font-weight: bold;
}
#sec04 .box .fr .btn{
	font-size:3.0rem;
	text-align:center;
	text-shadow:1px 1px 1px rgba(102,102,102,0.8);
	margin:22px 0 0 0;
}
#sec04 .box .fr .btn a{
	display:block;
	background: -moz-linear-gradient(top, #fcb33a 0%, #fcb33a 50%, #fb8200 50%, #fb8200 100%);
	background: -webkit-linear-gradient(top, #fcb33a 0%,#fcb33a 50%,#fb8200 50%,#fb8200 100%);
	background: linear-gradient(to bottom, #fcb33a 0%,#fcb33a 50%,#fb8200 50%,#fb8200 100%);
	border:1px solid #fa7b00;
	border-radius:8px;
	color:#fff;
	padding:7px 0;
}
#sec04 .box .fr .btn a:hover{
	text-decoration:none;
}
#sec04 .inner+.inner{
	margin-top:18px;
}
#sec05 a {
	color: #424242;
}
#sec05 h3{
	text-align:center;
	font-size:2.6rem;
	color:#fff;
	background:#51b2ff;
	padding:23px 0;
	margin:0 0 18px 0;
}
#sec05>p{
	text-align:center;
	line-height:1.8;
	margin:0 0 30px 0;
}
#sec05 .ttl{
	color:#fff;
	font-size:2.4rem;
	text-align:center;
	background:#fcb33a;
	border-bottom:2px solid #fb8200;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:3px 0
}
#sec05 .wrap .inner{
	width:470px;
	border:2px solid #fb8200;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
#sec05 .wrap .inner div{
	padding:8px 18px 10px 18px;
}
#sec05 .wrap .inner div p{
	font-size:1.4rem;
	line-height:1.8;
}
#footer{
	background:#51b2ff;
	margin:80px 0 0 0;
	padding:18px 0;
}
#footer .wrap{
	width:920px;
	margin:0 auto;
}
#footer ul{
	float:left;
	text-align:left;
	font-size:0;
	/*width:190px*/
}
#footer ul li{
	display:inline-block;
	font-size:1.4rem;
}
#footer ul li+li{
	border-left:1px solid #fff;
	margin:0 0 0 11px;
	padding:0 0 0 11px;
}
#footer ul li a{
	color:#fff;
}
#footer p{
	float:right;
	color:#fff;
	font-size:1.4rem;
	line-height:1.0;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.cf {display: inline-block;} 

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */ 


/* ------------------------------
    search_form
------------------------------ */
#search_form {
	margin: 15px 0;
}
#search_form form {
	width: 966px;
	margin: 0 auto;
	border: 1px solid #006fbf;
	border-radius: 5px;
	background: #ecfefe;
}
#search_form form h3 {
	background-color: #006fbf;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	color: #fff;
}
#search_form form dl {
	margin: 0 10px 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #aaa;
}
#search_form form dl dt {
	float: left;
	width: 18%;
}
#search_form form dl dt:before {
	content: "▶ ";
	color: #006fbf;
}
#search_form form dl dd {
	float: left;
	width: 82%;
}
#search_form form dl dd label {
	vertical-align: middle;
	margin-right: 5px;
}
#search_form form .search_button {
	margin: 0 10px 10px;
	text-align: center;
}
#search_form form .search_button button {
	background-color: #fb8200;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 2px #555;
	border-radius: 5px;
	width: 300px;
	color: #fff;
	font-size: large;
	font-weight: bold;
	padding: 10px 10px;
}
#search_form form .search_button button:hover {
	background-color: #fcb33a;
	box-shadow: 1px 1px 3px #555 inset;
	cursor: pointer;
}
#search_form form .search_button button:focus {
	outline: 0;
}


/*----------------------------
	検索結果
----------------------------*/
#hikaku {}
#hikaku table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
#hikaku table th {
	padding: 10px 0;
	background-color: #006fbf;
	color: #fff;
	border: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
}
#hikaku table th:first-child,
#hikaku table th:nth-child(2) {
	width: 22%;
}
#hikaku table th:nth-child(6) {
	width: 18%;
}
#hikaku table td {
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
}
#hikaku table td p {
	text-align: center;
}
#hikaku table tr:nth-child(2n) {
	background-color: #ecfefe;
}
#hikaku table td.research_detail {}
#hikaku table td.research_detail ul {
	font-size: small;
	text-align: left;
}
#hikaku table td.research_detail ul li {
	margin-bottom: 5px;
}
#hikaku table td.research_detail ul li:last-child {
	margin-bottom: 0;
}
#hikaku table td.table_point {
	text-align: left;
}
#hikaku table td.table_point ul {
	list-style-type: disc;
	font-size: small;
}
#hikaku table td.table_point ul li {
	margin-left: 18px;
	margin-bottom: 10px;
}
#hikaku table button {
	width: 100%;
	background-color: #fb8200;
	/*background-image: url(../img/ico_arrow_right.png);
	background-repeat: no-repeat;
	background-size: 10%;
	background-position: 5%;*/
	box-shadow: 1px 1px 2px #555;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}
#hikaku table button:hover {
	box-shadow: 1px 1px 3px #555 inset;
	background-color: #fcb33a;
	cursor: pointer;
}
#hikaku table button:focus {
	outline: 0;
}
#hikaku table td img {
	width: 100%;
	margin-left: -2px;
	box-shadow: 1px 1px 2px #555;
}
#hikaku table td a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
#hikaku table td span.star {
	line-height: 1;
	font-size: 130%;
}
#hikaku table td span.star.yellow {
	color: #ffa500;
}
#hikaku table td span.star.glay {
	color: #A9A9A9;
}
#hikaku table td p.person_num:after {
	content: "人";
}
/*#hikaku table td p.achievement:after {
	content: "社";
}*/
p#more, p#close {
	text-align: center;
	margin-top: 15px;
}