
/* Mainimg
===============================================================*/
#Mainimg {
	height:58px;
}

#Mainimg h2 {
	width:310px;
	margin:0 auto;
}

#Mainimg h2 span {
	display:block;
	width:142px;
	height:42px;
	text-indent:-9999px;
	background:url(../images/assessment/img_tit_01.jpg) no-repeat 0 0;
	background-size:142px 43px;
}

.single #Main .title {
	color:#472f12;
	height:37px;
	padding:6px 0 0 15px;
	margin:0 0 18px 0;
	border-bottom:#895c3d 1px dotted;
}

.single #Main .title h2 {
	color:#472f12;
	font-size:18px;
	font-weight:normal;
}


/* lead
===============================================================*/
.lead {
	margin:0 10px 15px 10px;
}

.lead p {
	line-height:20px;
}


/* list_box
===============================================================*/
.list_box {
	margin:0 10px 15px 10px;
}

.list_box table {
  width: 100%;
  border-spacing: 1px;
  border-collapse:separate;
  background: #d4d2d0;
}

.list_box table.info_table {
	margin:0 0 15px 0;
}

.list_box table.info_table th {
	width:100px;
	line-height:20px;
	padding:5px 8px;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	background-color: #c69c61;
	border:#ffffff 1px solid;
}

.list_box table.info_table th .ERR {
	color:#ffffff;
}

.list_box table.info_table th.tit {
	width:auto;
	text-align:center;
	background-color: #724300;
	border:#ffffff 1px solid;
}

.list_box table.info_table span.br ,
.list_box table.info_table span.sp2 {
	display:block;
}

.list_box table.info_table td {
	line-height:20px;
	padding:5px 8px;
 	border:#ffffff 1px solid;
	background: #FFF;
	position:relative;
}

.list_box table.info_table td a.imgbtn {
	display:block;
	padding:8px 0 0 0;
}

.list_box table.info_table td p.note {
	text-indent:-1em;
	margin:0 0 0 1em;
	line-height:16px;
	padding:5px 0 0 0;
	color:#c60000;
}

.list_box table.info_table td p.note2 {
	padding:5px 0 0 0;
}

.list_box table.info_table td span.sp {
	padding:0 0 0 15px;
}

.list_box table.info_table td span.sp2 {
	padding:0 0 0 15px;
}

.list_box table.info_table input.txt01 ,
.list_box table.info_table input.txt02 ,
.list_box table.info_table input.txt03 ,
.list_box table.info_table textarea {
	border:#cccccc 1px solid;
	padding:2px;
	font-size:16px;
	border-radius: 0;
	-webkit-appearance: none;
}

.list_box table.info_table select {
	font-size:16px;
}

.list_box table.info_table input.txt01 {
	width:130px;
}

.list_box table.info_table input.txt02 {
	width:40px;
}

.list_box table.info_table input.txt03 {
	width:130px;
}

.list_box table.info_table textarea {
	width:130px;
	height:130px;
}

.submit_area {
	line-height:20px;
	padding:0 10px;
	text-align:center;
}

.submit_area p {
	line-height:20px;
	text-align:left;
	padding:0 0 15px 0;
}

.submit_area span.c {
	display:block;
	text-align:center;
}

.ERR {
	color:#c60000;
}

.req_btn {
	width:295px;
	text-indent:-9999px;
	margin:0 auto 15px auto;
}

.req_btn a {
	display:block;
	width:295px;
	height:106px;
	background:url(../images/request/img_btn_01.jpg) no-repeat 0 0;
	background-size:295px 106px;
}

#land_box ,
#house_box {
	display:none;
}


.pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	letter-spacing: -.4em;
	padding:20px 0;
  }
  
  .pager .wp-pagenavi a {
	height: 40px;
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	font-size: 14px;
	background: #efefef;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	letter-spacing: 0;
  }
  
  .pager .wp-pagenavi a:hover {
	color: #fff;
	background: #ccab88;
  }
  
  .pager .wp-pagenavi span {
	height: 40px;
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	background: #ccab88;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	letter-spacing: 0;
  }
  
  .pager .wp-pagenavi span .current {
	color: #fff;
	background: #ccab88;
  }
  
  .pager ul.comPageBtn li {
	display: inline-block;
	width: 235px;
	text-align: center;
	margin: 0 33px;
	font-size: 13px;
	font-family: "Playfair Display", serif;
	letter-spacing: 0.15em;
  }
  
  .pager ul.comPageBtn li.prev {
	text-align: right;
	width: auto;
	margin-left: 0;
  }
  
  .pager ul.comPageBtn li.prev a {
	position: relative;
	display: inline-block;
  }
  
  .pager ul.comPageBtn li.prev a::after {
	content: "";
	position: absolute;
	top: 7px;
	left: -60px;
	background: #000;
	width: 43px;
	height: 1px;
	-webkit-transition: .3s;
	transition: .3s;
  }
  
  .pager ul.comPageBtn li.prev a:hover::after {
	left: -70px;
  }
  
  .pager ul.comPageBtn li.next {
	text-align: left;
	width: auto;
	margin-right: 0;
  }
  
  .pager ul.comPageBtn li.next a {
	position: relative;
	display: inline-block;
  }
  
  .pager ul.comPageBtn li.next a::after {
	content: "";
	position: absolute;
	top: 7px;
	right: -60px;
	background: #000;
	width: 43px;
	height: 1px;
	-webkit-transition: .3s;
	transition: .3s;
  }
  
  .pager ul.comPageBtn li.next a:hover::after {
	right: -70px;
  }
  
  .pager ul.comPageBtn li.back a {
	display: block;
	color: #000;
	background: #fff;
	border: #b2b2b2 1px solid;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 22px 0;
	position: relative;
	z-index: 1;
  }
  
  .pager ul.comPageBtn li.back a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	color: #fff;
	background: #1f2d5a;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
  }
  
  .pager ul.comPageBtn li.back a:hover {
	-webkit-animation: backhover .6s forwards;
			animation: backhover .6s forwards;
  }
  
  .pager ul.comPageBtn li.back a:hover::before {
	-webkit-animation: hover-in .3s forwards alternate, hover-out .3s .5s forwards alternate;
			animation: hover-in .3s forwards alternate, hover-out .3s .5s forwards alternate;
  }
  
  .pager ul.comPageBtn li.back a:visited {
	color: #000;
	background: #fff;
  }

div#FooterBox .pagetop {
	width:100px;
	height:54px;
	text-indent:-9999px;
	position:static;
	padding:0 0 5px 0;
	float:right;
}