body,table {
	font-size:16px;
	line-height:170%;
	color:#333333;
}
body {
	position:relative;
	width:100%;
	overflow: hidden;
	font-family:'Noto Sans Japanese', 
		Helvetica, Arial, 
		'ヒラギノ角ゴ Pro W3', 
		'Hiragino Kaku Gothic Pro', 
		'メイリオ', Meiryo, 
		'ＭＳ Ｐゴシック', 
		sans-serif;
	padding:0;
	margin: 0;
}
table {
	table-layout:auto;
}
a {
	outline: none;
}
a:link {
	text-decoration:none;
	color: #26c100;
}
a:visited {
	text-decoration:none;
	color: #26c100;
}
a:hover {
	text-decoration:underline;
	color: #26c100;
}
a:active {
	text-decoration:underline;
	color: #26c100;
}

a img {
    border-style:none;
	border:0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

#page-top {
    position: fixed;
	bottom:80px;
	right: 50px;
    border-radius: 50%;
	background-color: #339900;
    display:none;
    width: 105px;
	height:105px;
	z-index: 5000;
}
#page-top a {
    display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
#page-top a:before {
	position: absolute;
	content: '';
	top:35px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left:-15px;
	border-style: solid;
	border-width: 0 15px 30px 15px;
	border-color: transparent transparent #ffffff transparent;
}
#page-top a:after {
	position: absolute;
	content: '';
	top:40px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left:-15px;
	border-style: solid;
	border-width: 0 15px 30px 15px;
	border-color: transparent transparent #339900 transparent;
}
#page-top a:hover {
	opacity: 0.70;
}
.wrapper {
	width:960px;
	text-align: left;
	padding: 0 0 30px 0;
	margin:0 auto 30px auto;
}

/*-----------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------*/
header {
	position: relative;
	clear:both;
	overflow: hidden;
	width:960px;
	margin: 0 auto;
}
header h1#logo {
	position: relative;
	clear:both;
	overflow: hidden;
	margin:26px 0 30px 0;
}
#tel {
	position: absolute;
	width:250px;
	top:13px;
	right:10px;
}

/*-----------------------------------------------------------------------------------------
	グローバルナビ
-----------------------------------------------------------------------------------------*/
nav#gnav {
	position: relative;
	border-top:1px solid #339900;
	border-bottom:4px solid #339900;
}
nav#gnav ul {
	position: relative;
	margin:0 auto;
	width:960px;
	display: table;
	table-layout: fixed;
}
nav#gnav ul li {
	position: relative;
	margin:0;
	display: table-cell;
	text-align: center;
	color:#333;
}
nav#gnav ul li:before {
	position: absolute;
	content: '';
	top:10px;
	left: 0;
	border-left:1px solid #a1a1a1;
	height: 40px;
}
nav#gnav ul li:last-child:after {
	position: absolute;
	content: '';
	top:10px;
	right: 0;
	border-left:1px solid #a1a1a1;
	height: 40px;
}
nav#gnav ul li:hover {
	background:#339900;
}
nav#gnav ul li:hover a {
	color:#fff;
}
nav#gnav ul li a {
	display: block;
	color:#333;
	line-height: 60px;
	text-decoration: none;
	cursor: pointer;
}
nav#gnav ul li .child {
	width:300px;
	height:auto;
	display:flex;
	flex-direction: column;
	background-color:#339900;
	padding:4px;
	position:absolute;
	z-index:99;
	text-align: left;
	border-left:none;
	margin-top:0;
}
nav#gnav ul li .child > li {
	width:100%;
	margin-bottom:1px;
	background-color:#fff;
	height:auto !important;
	border:none;
	display: block;
	text-align: left;
}
nav#gnav ul li .child > li:before,
nav#gnav ul li .child > li:last-child:after {
	display: none;
}
nav#gnav ul li .child > li:last-child {
	margin-bottom:0;
}
nav#gnav ul li .child > li a {
	display:block;
	position:relative;
	padding:10px;
	color:#111;
	line-height: inherit !important;
}
nav#gnav ul li .child > li a:after {
	font-family:fontawesome;
	content:"\f105";
	position:absolute;
	top:12px;
	right:10px;
}
nav#gnav ul li a.i-home {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(../img/icon/i-home_black.png) 50% 50% no-repeat;
	background-size: auto 25px;
}
nav#gnav ul li a.i-home:hover {
	background:url(../img/icon/i-home.png) 50% 50% no-repeat;
	background-size: auto 25px;
}
nav#gnav ul li.g-sel {
	background:#339900;
}
nav#gnav ul li.g-sel a {
	color:#fff !important;
}
nav#gnav ul li.g-sel a.i-home {
	background-image:url(../img/icon/i-home.png) !important;
}
#gnav-sp,
#panel-btn {
	display: none;
}

/*------------------------------ ボディ ----------*/
#bd {
	padding: 0 0 50px 0;
	text-align: center;
	width: 100%;
}
#bd .height {
	min-height: 450px;
	padding: 0;
}

/*-----------------------------------------------------------------------------------------
	フッター
-----------------------------------------------------------------------------------------*/
footer {
	position: relative;
	background:#efefef;
	border-top:1px solid #c7c8c8;
	padding:50px 0 0 0;
}
footer small {
	display: block;
	text-align: center;
	color:#fff;
	background:#339900;
	line-height: 65px;
}
footer #fbox {
	position: relative;
	width:960px;
	margin: 0 auto;
}
footer #fbox p {
	margin-bottom:35px;
}
footer #fbox .logo-f {
	font-size: 36px;
	font-weight: 700;
}
footer #fbox .address {
	font-size:18px;
}
footer #fnav {
	position: absolute;
	top:0;
	right:10px;
}
footer #fnav li {
	position: relative;
	clear:both;
	overflow: hidden;
	width:250px;
	line-height: 60px;
	border-radius: 40px;
	margin-bottom:20px;
	text-align: center;
}
footer #fnav li a {
	display: block;
	color:#fff;
	text-decoration: none;
}
footer #fnav li.i-tel {
	background:url(../img/icon/i-tel.png) 18px 50% no-repeat #339900;
	background-size:15px auto;
}
footer #fnav li.i-marker {
	background:url(../img/icon/i-marker.png) 40px 50% no-repeat #339900;
	background-size:15px auto;
}
.ftMenu {
	position: absolute;
	bottom:0;
	right: 0;
	width:250px;
	border-left:1px solid #999;
}
.ftMenu li {
	float:left;
	border-right:1px solid #999;
	padding:0 10px;
	font-size: 12px;
}
.ftMenu li a {
	color:#555 !important;
}
#fBtn {
	display: none;
}

/*-----------------------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------------------*/
/*---------- 空き家詳細バナー ----------*/
#bnrWrap {
	position: relative;
	clear:both;
	overflow: hidden;
	background:#e0f0d8;
	padding:20px 0;
}
.bnrBox {
	position: relative;
	width:960px;
	height: 330px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border:7px solid #fff;
	background:url(../img/bg-bnr.jpg) 50% 75% no-repeat;
}
.bnrBox a {
	display: block ;
	position: absolute;
	overflow:hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:100%;
	white-space:nowrap;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}
.bnrBox:hover {
	opacity: 0.70;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
			transition: 0.2s;
}
.ttl-bnr {
	position: relative;
	margin:10px 0 0 10px;
	width:450px;
}
.ttl-bnr img {
	width:100%;
	height: auto;
}
.more-akiya {
	position: absolute;
	width:325px;
	top:126px;
	right: 70px;
	color:#fff;
	background:rgba(35,24,21,0.90);
	border-radius: 50px;
	line-height: 55px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.more-akiya:after {
	position: absolute;
	content:"";
	top:50%;
	right: 30px;
	width: 10px;
	height: 10px;
	margin-top:-5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}


#knowlist {
	position: relative;
	clear:both;
	overflow: hidden;
	padding:45px 0;
	background:#f5f5f5;
}
#knowlist ul {
	position: relative;
	width:960px;
	margin: 0 auto;
}
#knowlist ul li {
	border:15px solid #ededed;
	float:left;
	margin-right:30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#knowlist ul li:last-child {
	margin-right:0;
}
#knowlist ul li:hover {
	opacity: 0.70;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
			transition: 0.2s;
}


/*---------- その他の情報 ----------*/
#info {
	position: relative;
	clear: both;
	overflow: hidden;
	padding:35px 0 60px 0;
	width: 960px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.ttl-info {
	position: relative;
	float:left;
	width:200px;
	height: 200px;
	background:#339900;
	border-radius: 50%;
	color:#fff;
	padding-top:95px;
	font-size:20px;
	margin:0 86px 0 0;
	text-align: center;
	box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.20);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.ttl-info span {
	display: block;
	margin-top:10px;
	font-size:14px;
	font-weight: normal;
}
.ttl-info:before,
.ttl-info:after {
	position: absolute;
	content:"";
	top:45px;
	width: 25px;
	height: 25px;
	margin-left:-5px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.ttl-info:before {left:95px;}
.ttl-info:after {left:75px;}

.infolist {
	position: relative;
	width:600px;
	float:left;
	margin-top:85px;
}
.infolist li {
	float:left;
	width:280px;
	margin-right: 35px;
	border:1px solid #d1d1d1;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.infolist li:last-child {
	margin-right: 0;
}

/*---------- お知らせ ----------*/
#news {
	position: relative;
	border-top:10px solid #339900;
	margin:0;
	width:100%;
}
#news .inner {
	position: relative;
	margin: 0 auto;
	width:960px;
}
#news .inner h2 {
	position: relative;
	font-size:20px;
	font-weight:500;
	padding:10px;
	margin:-30px 0 0 0;
	width:200px;
	background:url(../img/icon/i-news.png) 18px 50% no-repeat #fff;
	background-size:25px auto;
}
#news .inner ul {
	margin:50px 0 0 0;
	padding:0;
	list-style-type:none;
	height:230px;
	overflow-y:auto;
	font-size:16px;
}
#news .inner ul li {
	border-bottom:1px dotted #dadbdb;
	padding:10px 5px;
	text-align: left;
}
#news .inner ul .date {
	position: relative;
	float:left;
	width:8em;
}
#news .inner ul .date:before {
	font-family:fontawesome;
	position: absolute;
	top:0;
	right:1.3em;
	content:"\f105";
	color:#333333;
}
#news .inner ul .txt {
	margin:0 0 0 8em;
	text-align: left;
}
#news .inner .new {
	color:rgba(255,190,0,1.00);
}
/*
#news .inner .more-news {
	position: absolute;
	top:0;
	right: 20px;
	width:280px;
	border-radius: 50px;
	line-height: 51px;
	background:#339900;
}
#news .inner .more-news a {
	color:#fff;
	display: block;
	text-decoration: none;
}
#news .inner .more-news:after {
	position: absolute;
	content:"";
	top:50%;
	right: 30px;
	width: 7px;
	height: 7px;
	margin-top:-5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
*/

/*---------- 物件タブ ----------*/
.rec {
	position:relative;
}
.tabBox {
	width: 100vw;
	min-width:100%;
    left: 50%;
    transform: translateX(-50%);
	position:relative;
	background-color:#efefef;
	padding-top:30px;
}
.tabBox h2{
	padding:30px 15px 15px 15px;
	text-align: center;
}
.tab {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:960px;
	margin:0 auto;
}
.tab li {
	width:50%;
	background-color: #e7e5de;
	color:#fff;
	text-align:center;
	opacity:1;
	cursor:pointer;
	font-size:1.1em;
	font-weight:500;
}
.tab li:nth-of-type(1) {
	color:#fff;
	background:#26c100;
	border-top:8px solid #26c100;
}
.tab li:nth-of-type(2) {
	color:#fff;
	background:#f6b42d;
	border-top:8px solid #f6b42d;
}
.tab li:nth-of-type(1).select {
	color:#26c100;
	background:#fff;
	border-top:8px solid #26c100;
}
.tab li:nth-of-type(2).select {
	color:#f6b42d;
	background:#fff;
	border-top:8px solid #f6b42d;
}

.tab li h3 {
	position: relative;
	font-size:1.5em;
	padding:15px 0 22px 0;
	vertical-align: middle;
}

.content{
	position:relative;
}
.content .box {
	padding:30px 0 0 0;
}
.content .box:nth-child(2) {
	padding:30px 0 0 0;
}

.content .hide {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
}

/*---------- recommend ----------*/
#recommend,
#recommend_buy {
	width:100%;
	position:relative;
}
#recommend .ttl:before,
#recommend_buy .ttl:before {}

#recommend .ttl,
#recommend_buy .ttl {}
#recommend .ttl span,
#recommend_buy .ttl span {
	background-color:#FFFFFF;
	padding:0 15px;
	height:140px;
	display:inline-block;
	line-height:140px;
	position:relative;
	left:0;
	z-index:5;
}
#recommend .tbl,
#recommend_buy .tbl{
	display:block;
	overflow:hidden;
	width:100%;
}
#recommend tbody,
#recommend tr,
#recommend_buy tbody,
#recommend_buy tr{
	display:block;
}
#recommend .tbl td,
#recommend_buy .tbl td{
	width:33.3%;
	padding:12px;
	margin:0;
	background-color:#FFF;
	position:relative;
}
#recommend .tbl td:nth-of-type(3n),
#recommend_buy .tbl td:nth-of-type(3n){
	border-right:0;
}
#recommend .tbl tr:last-child td,
#recommend_buy .tbl tr:last-child td{
	border-bottom:0;
}
#recommend .tbl td.none,
#recommend_buy .tbl td.none{
	border:0;
	background-color:transparent;
	background-image:none;
}
#recommend .tbl td .loading,
#recommend_buy .tbl td .loading{
	padding:15px;
	text-align:center;
	vertical-align:middle;
	color:#999;
}
#recommend .tbl td .loading img,
#recommend_buy .tbl td .loading img{
	vertical-align:middle;
	margin-right:10px;
}

#recommend .tbl td .inner,
#recommend_buy .tbl td .inner{
	width:100%;
	padding:20px 30px;
	height: 400px;
	box-shadow:0 0 9px 9px rgba(244,244,244,0.50);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#recommend .tbl td .photo,
#recommend_buy .tbl td .photo{
	width:100%;
	height:auto;
	text-align:center;
	background-color:#f2efed;
	vertical-align:middle;
	position:relative;
	display:table;
}
#recommend .tbl td .photo a,
#recommend_buy .tbl td .photo a{
	width:100%;
	height:160px;
	display:table-cell;
	vertical-align:middle;
}

#recommend .tbl td .photo img,
#recommend_buy .tbl td .photo img{
	max-width:100%;
	max-height:160px;
	width:auto;
	height:auto;
	position: relative;
	vertical-align:middle;
}
#recommend .tbl td .txt,
#recommend_buy .tbl td .txt{
	margin:10px 0 0 0;
}
#recommend .tbl td .txt .add,
#recommend_buy .tbl td .txt .add{
	margin-top: 0.5em;
	line-height:130%;
	clear:both;
}

#recommend .tbl td .txt .add span{
	font-size: 0.85rem;
	margin-bottom: 0.2em;
}
#recommend .tbl td .txt .madori,
#recommend_buy .tbl td .txt .madori{
	margin-top:0.8em;
	font-size: 1.2em;
	line-height:1;
	font-weight: normal;
	display:inline-block;
	color:#333;
}
#recommend .tbl td .txt .price,
#recommend_buy .tbl td .txt .price{
	margin-top:0.8em;
	line-height:1;
	font-size: 0.9rem;
	font-weight:bold;
	display:inline-block;
}
#recommend .tbl td .txt .price strong,
#recommend_buy .tbl td .txt .price strong{
	font-size: 1.5rem;
	font-weight: normal;
	vertical-align: baseline;
	color: #DD2A50;
	line-height: 100%;
}

#recommend .tbl td .name,
#recommend_buy .tbl td .name{
	padding:0;
	font-size:1rem;
	font-weight:bold;
	line-height:130%;
}

#recommend .tbl td .name a:hover,
#recommend_buy .tbl td .name a:hover {
	opacity: 0.5;
}

#recommend .tbl td .copy,
#recommend_buy .tbl td .copy{
	line-height:130%;
	margin-top: 0.2em;
	font-size: 0.80rem;
}

/*-----------------------------------------------------------------------------------------
	下層ページ共通
-----------------------------------------------------------------------------------------*/
article {
	text-align: left;
	width:960px;
	margin: 40px auto 0 auto;
}
article p {
	margin-bottom:20px;
}
article section {
	position: relative;
}
article section h2 {
	position: relative;
	clear:both;
	overflow: hidden;
	color:#006699;
	font-size: 30px;
	font-weight: 700;
	padding:20px;
	border:1px solid #006699;
	margin-bottom:20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------------
	会社情報ページ
-----------------------------------------------------------------------------------------*/
#company .catch-comp {
	margin:0 auto 20px auto;
	font-size: 30px;
	color:#006699;
	line-height: 150%;
}
#company .img-company {
	float:left;
	width:300px;
}
#company .img-company img {
	display: block;
	width:100%;
	height: auto;
	margin-bottom:60px;
}
#company ul {
	position: relative;
	overflow: hidden;
	float:right;
	width:630px;
}
#company ul.complist li {
	position: relative;
	clear:both;
	overflow: hidden;
	padding: 7px;
	margin:0 auto;
	width:100%;
	border-bottom:1px dotted #ccc;
}
#company ul.complist li dt {
	position: relative;
	float:left;
	width:20%;
}
#company ul.complist li dt:after {
	position: absolute;
	content:'';
	right:0;
	top:11px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
#company ul.complist li dd {
	position: relative;
	float:right;
	width:77%;
	text-align: left;
}
#company section {
	position: relative;
	clear: both;
	overflow: hidden;
	padding:0 0 50px 0;
}
#company .gmap {
	display: block;
	margin:10px 0;
	background:#339900;
	line-height: 30px;
	border-radius: 20px;
	width:150px;
	text-align: center;
	font-size: 12px;
}
#company .gmap a {
	display:block;
	color:#fff;
	text-decoration: none;
}
#company .gmap:hover {
	opacity: 0.70;
}

/*-----------------------------------------------------------------------------------------
	空き家相談ページ
-----------------------------------------------------------------------------------------*/
#akiya section h2 {
	position: relative;
	background:#ffcc00;
	color:#fff;
	border:none;
	padding:15px 0 15px 65px;
	font-size: 34px;
	margin-bottom:20px;
	line-height: auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#akiya section h2:before {
	position: absolute;
	content:'';
	top:10px;
	left: 13px;
	width:40px;
	height: 40px;
	background:#fff;
	border-radius: 50%;
}
#akiya section h2:after {
	position: absolute;
	color:#ffcc00;
}
.catch-akiya {
	font-size:38px;
	border-left:5px solid #ffcc00;
	padding:11px;
	margin-bottom:30px;
	color:#006699;
}
#akiya section h3 {
	position: relative;
	clear:both;
	overflow: hidden;
	color:#006699;
	font-size: 30px;
	font-weight: 700;
	padding:20px;
	border:1px solid #006699;
	margin-bottom:20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#akiya section h4 {
	font-size: 24px;
	font-weight: 700;
	padding:10px 5px;
	margin-bottom:20px;
	border-bottom:1px solid #333;
}

/*---------- 1.天候に応じた管理に特化しています ----------*/
#akiya-1 h2:after {
	content:'1';
	top:15px;
	left: 23px;
}
#akiya-1 p {
	width:580px;
	float:left;
}
.img-akiya01 {
	position: relative;
	float:right;
	display: block;
	margin:0 10px 30px 0;
}
/*---------- 2.有資格者が対応いたします ----------*/
#akiya-2 h2:after {
	content:'2';
	top:15px;
	left: 24px;
}
#akiya-2 p {
	width:580px;
	float:left;
}
.img-akiya02 {
	position: relative;
	float:right;
	display: block;
	margin:-80px 30px 30px 0;
}
/*---------- 3.わかりにくいオプションを極力排除しています ----------*/
#akiya-3 h2:after {
	content:'3';
	top:15px;
	left: 24px;
}
#akiya-3 p {
	width:580px;
	float:left;
}
.img-akiya03 {
	position: relative;
	float:right;
	display: block;
	margin:0 30px 80px 0;
}
/*---------- サービスの主な流れ ----------*/
.service {
	position: relative;
	clear: both;
	overflow: hidden;
	margin:0 auto;
	padding: 0 0 125px 0;
	width:810px;
	list-style: none;
}
.service li {
	position: relative;
	float:left;
	width:114px;
	height: 250px;
	margin-right:60px;
	border:4px solid #ffcc00;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.service li:last-child {
	margin-right: 0 !important;
}
/*----- 番号 -----*/
.service li div {
	background: #ffcc00;
	color:#fff;
	text-align: center;
	line-height: 45px;
	font-size: 28px;
	font-weight: 700;
}
/*----- コメント -----*/
.service li span.com {
	position: absolute;
	top:75px;
	left:130px;
	line-height: 110%;
}
.service li span.com:before {
	position: absolute;
	content:'〇';
	padding-top:0;
	top:-20px;
	left: 0;
}
/*----- 流れのテキスト -----*/
.service li span.sv1 {
	position: absolute;
	display: block;
	font-size: 28px;
	top:55px;
	left: 0;
	width:100%;
	padding:0 38px;
	line-height: 110%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.service li span.sv2-1 {
	position: absolute;
	display: block;
	font-size: 28px;
	top:55px;
	left: 15px;
	width:100%;
	padding:0 34px;
	line-height: 100% !important;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.service li span.sv2-2 {
	position: absolute;
	display: block;
	font-size: 28px;
	top:55px;
	left: -15px;
	width:100%;
	padding:0 34px;
	line-height: 100% !important;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.service li:before,
.service li:after {
	position: absolute;
	content:"";
	top:5px;
	width: 20px;
	height: 20px;
	margin-left:-5px;
	border-top: 5px solid #ffcc00;
	border-right: 5px solid #ffcc00;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.service li:last-child:before,
.service li:last-child:after {
	display: none !important;
}

.service li:before {right:-45px;}
.service li:after {right:-30px;}

.sv4 span { padding:20px 20px !important; }

/*----- イメージ画像 -----*/
.img-flow01 {
	position: absolute;
	bottom:-80px;
	right:-50px;
	z-index: 10;
}
.img-flow02 {
	position: absolute;
	bottom:-85px;
	right:-56px;
	z-index: 10;
}
.img-flow03 {
	position: absolute;
	bottom:-85px;
	right:-63px;
	z-index: 10;
}
.img-flow04 {
	position: absolute;
	bottom:-95px;
	right:-90px;
	z-index: 10;
}

/*----- タイトル -----*/
.ttl-akiya {
	position: relative;
	background:#006699;
	font-size:34px;
	color:#fff;
	width:860px;
	padding:5px 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	}
.ttl-akiya span {
	font-size: 22px;
	display: inline-block;
	font-weight: normal;
	margin-left:50px;
}
/*----- エリアリスト -----*/
p.ttl-area {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
#arealist {
	position: relative;
	clear: both;
	overflow: hidden;
	margin:0 auto 50px auto;
	width:850px;
}
#arealist li {
	position: relative;
	clear: both;
	overflow: hidden;
	margin-bottom:10px;
	width:850px;
}
#arealist li dt {
	float:left;
	width:130px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding:7px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#arealist li dd {
	float:right;
	width:705px;
	font-size: 22px;
	text-align: left;
	padding:7px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.respo1 {
	background:#ccffcc;
}
.respo2 {
	background:#ccebff;
}
.respo3 {
	background:#ffffcc;
}
.respo4 {
	background:#ffdce1;
}
/*----- テーブルベース -----*/
.planBox {
	position: relative;
	clear: both;
	overflow: hidden;
	margin:0 auto 20px auto;
	width:860px;
}
table {
	position: relative;
	padding:0;
	margin-bottom:10px;
	table-layout: fixed;
	border-spacing:3px;
}
table td {
	position: relative;
	padding:8px 10px;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#enrich-plan {
	width: 860px;
}
#watching-plan {
	width: 690px;
}
/*----- 見出し -----*/
.td01 {
	background: #f39a5f;
	color:#fff;
	font-size: 24px;
	font-weight: 700;
	padding:15px 5px 5px 5px;
	text-align: center;
}
.td02 {
	background:#e2e2e2;
	padding:25px 5px 10px 5px;
	text-align: center;
}
.td03 {
	background:#f5f5f5;
	text-align: left;
}
.td04 {
	background:#f5f5f5;
	text-align: left;
	padding:25px 10px 5px 10px;
}
.td01:before,
.td02:before,
.td04:before {
	position: absolute;
	content:'';
	top:0;
	left: 0;
	width:100%;
	background:#fff;
}
.td01:before {
	height: 5px;
}
.td02:before {
	height: 15px;
}
.td04:before {
	height: 15px;
}
/*----- 背景・フォントサイズ -----*/
.area1 {
	background:#ccffcc;
	font-size: 24px;
	font-weight: 700;
}
.area2 {
	background:#ccebff;
	font-size: 24px;
	font-weight: 700;
}
.area3 {
	background:#ffffcc;
	font-size: 24px;
	font-weight: 700;
}
.area4 {
	background:#ffdce1;
	font-size: 24px;
	font-weight: 700;
}
.price {
	font-weight:700;
}
.basis {
	font-size: 16px;
	font-weight: normal;
}
.s24 {
	font-size: 24px;
	margin-bottom:10px;
}
.img-plan {
	position: absolute;
	top:188px;
	right:0;
	z-index: 10;
	width:165px;
	height: auto;
}

/*-----------------------------------------------------------------------------------------
	QandA
-----------------------------------------------------------------------------------------*/
dl.qalist {
	position: relative;
	clear: both;
	overflow: hidden;
	width:860px;
	margin: 0 auto 20px auto;
}
dl.qalist dt,
dl.qalist dd {
	position: relative;
	clear: both;
	overflow: hidden;
	padding-left:80px;
	min-height: 80px;
}
dl.qalist dt {
	font-size: 24px;
	font-weight: 700;
	line-height: 70px;
}
dl.qalist dt:before {
	position: absolute;
	content: '';
	top:0;
	left:0;
	background: url(../img/akiya/i-q.png) 0 0 no-repeat;
	width:70px;
	height: 70px;
}
dl.qalist dd {
	font-size: 18px;
	line-height: 150%;
	margin-bottom:35px;
}
dl.qalist dd:before {
	position: absolute;
	content: '';
	top:0;
	left:0;
	background: url(../img/akiya/i-a.png) 0 0 no-repeat;
	width:70px;
	height: 70px;
}
#contact {
	margin:0 auto 75px auto;
	border:6px solid #339900;
	border-radius: 5px;
	width:850px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.mailBox {
	position: relative;
	clear: both;
	overflow: hidden;
	margin:0 auto 50px auto;
	width:860px;
}
.businesshours {
	display: block;
	width:200px;
	font-size: 16px;
	line-height: 130%;
	text-align: left;
	float:right;
	margin:10px 0 0 0;
}

.formTable {
	position: relative;
	padding:0;
	margin-bottom:10px;
	table-layout: auto;
	border:1px solid #808080;
	border-spacing:0;
	width:100%;
}
.formTable th,
.formTable td {
	padding:10px 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.formTable th {
	background:#efefef;
	width:30%;
}
.formTable td {
	background:#fff;
	width:70%;
}
.formTable label {
	width:20%;
	display: inline-block;
}
.hisu {
	display: inline-block;
	margin-left:10px;
	font-size: 11px;
	color:#fff;
	text-align: center;
	width:50px;
	line-height: 20px;
	background: rgb(234,98,103);
	background: -moz-linear-gradient(top, rgba(234,98,103,1) 0%, rgba(237,28,36,1) 100%);
	background: -webkit-linear-gradient(top, rgba(234,98,103,1) 0%,rgba(237,28,36,1) 100%);
	background: linear-gradient(to bottom, rgba(234,98,103,1) 0%,rgba(237,28,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6267', endColorstr='#ed1c24',GradientType=0 );
	border-radius: 5px;
	border:1px solid #ed1c24;
}
.err {
	color:#ff0000;
	width:80% !important;
	display: inline-block;
}
.formTable input.def {
	font-size: 16px;
	padding:5px;
	margin-bottom:5px;
	width:50%;
}
.formTable input.sht {
	font-size: 16px;
	padding:5px;
	margin-bottom:5px;
	width:20%;
}
.formTable input.lng {
	font-size: 16px;
	padding:5px;
	margin-bottom:5px;
	width:70%;
}
.formTable select {
	height: 30px;
	width:30%;
	padding:0 5px;
	font-size: 16px;
}
.formTable div {
	margin-bottom:10px;
}
.formTable td span {
	display: inline-block;
	width:80px;
}
.formTable td textarea {
	width:100%;
	height: 250px;
	padding:5px;
	font-size: 16px;
}
.formTable td input[type="checkbox"] {
	-webkit-transform: scale(1.5, 1.5);
		-ms-transform: scale(1.5, 1.5);
			transform: scale(1.5, 1.5);
}
#submit,
.send_button, 
.reset_button {
	-webkit-appearance: none;
	display: block;
	margin: 50px auto;
	width:250px;
	line-height: 60px;
	border: 0 !important;
	border-radius: 50px;
	background:#339900;
	color:#fff;
	font-size: 20px;
	text-align: center;
}
#submit:hover,
.send_button:hover, 
.reset_button:hover {
	cursor: pointer;
	opacity: 0.70;
}
.attention{
	position:relative;
}
.attention p a{
	color:#3655bd;
	text-decoration:underline;
}
.attention ul{
	display:table;
	margin:20px auto;
}
.attention ul li{
	display: table-cell;
    padding-left: 67px;
	vertical-align: bottom;
}
.scroll-txt {
	display: none;
}

/*-----------------------------------------------------------------------------------------
	まめ知識ページ
-----------------------------------------------------------------------------------------*/
.catch-knowledge {
	font-size:38px;
	border-left:5px solid #ffcc00;
	padding:11px;
	margin-bottom:30px;
	color:#006699;
}
/*---------- know1 ----------*/
/*----- テーブル -----*/
.knowTable {
	position: relative;
	padding:0;
	margin:50px auto 0 auto;
	table-layout: fixed;
	border-spacing:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.knowTable th {
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	background:#d7eef4;
	text-align: center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.knowTable td {
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: left;
	vertical-align: middle;
}
.img-know01 {
	position: relative;
	clear: both;
	overflow: hidden;
	margin:30px 0;
}
.img-know01 img {
	float:left;
	display: block;
	width:50%;
	height:auto;
}
.knowlist{
	position: relative;
	float:right;
	width:45%;
	margin-top:130px;
}
.knowlist li {
	position: relative;
	margin-bottom:20px;
	padding-left:25px;
	font-size: 20px;
	font-weight: 700;
}
.knowlist li:before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 15px;
	border-color: transparent transparent transparent #3183a3;
}

/*---------- know2 ----------*/
#know2 p strong {
	color:#2f82a2;
	display: block;
	font-size: 20px;
	margin-bottom:10px;
}
.knowBox {
	position:relative;
	clear: both;
	overflow: hidden;
	margin:0 auto 30px auto;
	border:3px double #f6e2a8;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding:30px;
}
.know-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.knowBox h3 {
	position:relative;
	clear: both;
	color:#cc6600;
	padding:10px;
	background:rgba(204,102,0,0.11);
	font-size: 20px;
	margin-bottom:10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.knowBox img {
	width:35%;
	height:auto;
	margin:0 30px 10px 0;
}
.knowBox p {
	text-align: left;
	width:60%;
}

/*---------- know3 ----------*/
#know3 p strong {
	color:#2f82a2;
	display: block;
	font-size: 20px;
	margin-bottom:10px;
}
#know3 p em {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom:5px;
	font-style: normal;
}

/*-----------------------------------------------------------------------------------------
	プライバシーポリシー
-----------------------------------------------------------------------------------------*/
ol.poricyList {
	position: relative;
	clear:both;
	overflow: hidden;
	margin-top:20px;
}
ol.poricyList li {
	list-style:decimal;
	margin-left:20px;
	margin-bottom:6px;
}
ol.poricyList li ol {
	margin-top:10px;
}
ol.poricyList li ol li ol {
	margin-top:10px;
}
ol.upper li {
	list-style:upper-roman !important;
}
ol.lower li {
	list-style:lower-roman !important;
}
ol.poricyList span {
	position: relative;
	display: block;
	padding-left:20px;
}
ol.poricyList span:before {
	position: absolute;
	content: "※";
	top:0;
	left: 0;
}
.privacyTxt {
	text-align: right;
	margin:20px 0;
}






























@media only screen and (max-width: 680px) {
	body,table {
		font-size:14px;
		line-height:150%;
		letter-spacing:1px;
		/*
		padding:60px 0 0 0;
		*/
		padding: 0;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	body {}
	table {}
	a {}
	a:link {}
	a:visited {}
	a:hover {}
	a:active {}

	a img {}

	#page-top {
		bottom:90px;
		right: 10px;
		width: 45px;
		height:45px;
	}
	#page-top a {}
	#page-top a:before {
		top:15px;
		margin-left:-7.5px;
		border-width: 0 7.5px 15px 7.5px;
	}
	#page-top a:after {
		top:20px;
		margin-left:-7.5px;
		border-width: 0 7.5px 15px 7.5px;
	}
	#page-top a:hover {
		opacity: 0.70;
	}
	.wrapper {
		width:100%;
		padding: 0 0 6% 0;
		margin:0 auto 6% auto;
	}
	#wrapper {
		position: relative;
		-webkit-transition: all .6s;
				transition: all .6s;
	}
	#wrapper.open {
		-webkit-transform: translate3d(-260px, 0, 0);
		   -moz-transform: translate3d(-260px, 0, 0);
				transform: translate3d(-260px, 0, 0);
	}

	/*-----------------------------------------------------------------------------------------
		header
	-----------------------------------------------------------------------------------------*/
	header {
		width:100%;
		margin:0;
		background:#fff;
		height: 60px;
	}
	header h1#logo {
		max-width:320px;
		width:75%;
		margin:15px 0 0 10px;
	}
	header h1#logo img {
		width:100%;
		height: auto;
	}
	#tel {
		display: none;
	}

	/*-----------------------------------------------------------------------------------------
		グローバルナビ
	-----------------------------------------------------------------------------------------*/
	nav#gnav {
		display: none !important;
	}
	nav#gnav-sp {
		display: block !important;
		position: fixed !important;
		top: 0;
		right: -260px;
		width: 260px;
		padding:0;
		height: 100%;
		margin-right:0;
		float:none !important;
		overflow-y: scroll;
		text-align: left;
		background:rgba(51,153,0,0.95);
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-overflow-scrolling: touch; 
		-webkit-transition: all .6s;
		   -moz-transition: all .6s;
		     -o-transition: all .6s;
				transition: all .6s;
		z-index: 9999;
	}
	nav#gnav-sp ul {
		width:100%;
		/*
		margin:80px auto 0 auto;
		*/
		margin:0 auto;
		display:inherit;
	}
	nav#gnav-sp ul li {
		position: relative;
		clear: both;
		overflow: hidden;
		display: inherit;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		line-height:inherit !important;
		background:#277700;
		border-bottom:1px solid rgba(212,212,212,0.10);
	}
	nav#gnav-sp ul li a,
	nav#gnav-sp ul li span {
		color:#fff;
		padding:10px 10px 10px 35px;
		display: block;
	}
	nav#gnav-sp ul li a:hover {
		text-decoration: none;
	}
	nav#gnav-sp ul li a:after,
	nav#gnav-sp ul li span:after {
		position: absolute;
		content:"";
		top:15px;
		left: 10px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	nav#gnav-sp ul li ul {
		position: relative;
		width:100%;
	}
	nav#gnav-sp ul li ul li {
		font-size: 14px;
		border-bottom:1px dotted rgba(212,212,212,0.30);
		background:rgba(51,153,0,1.0);
	}
	nav#gnav-sp ul li ul li a {
		padding-left:55px;
	}
	nav#gnav-sp ul li ul li a:after {
		left: 35px;
	}
	nav#gnav-sp ul li:last-child {
		border-bottom: none;
	}
	#gnav-sp.open {
		-webkit-transform: translate3d(-260px, 0, 0);
		   -moz-transform: translate3d(-260px, 0, 0);
				transform: translate3d(-260px, 0, 0);
	}
	.open .overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.70);
		z-index: 8000;
	}
	
	/*------------------------------ バーガーメニュー ----------*/
	#panel-btn {
		display: inline-block;
		position: fixed;
		top:12px;
		right:12px;
		width: 30px;
		height: 30px;
		margin-top:0;
		z-index:9999 !important;
	}
	#panel-btn-icon {
	  	display: block;
	  	position: absolute;
	  	top: 50%;
	  	left: 0;
	  	width: 30px;
	 	height: 3px;
		background: #555;
		-webkit-transition: .6s;
		        transition: .6s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		display: block;
		width: 30px;
		height: 3px;
		background: #555;
		-webkit-transition: .6s;
		        transition: .6s;
	}
	#panel-btn-icon:before {
		margin-top: -11px;
	}
	#panel-btn-icon:after {
		margin-top: 8px;
	}
	#panel-btn .close {
		background: transparent;
		-webkit-transform: translate3d(-260px, 0, 0);
           -moz-transform: translate3d(-260px, 0, 0);
                transform: translate3d(-260px, 0, 0);
	}
	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
		background: #fff !important;
	}
	#panel-btn .close:before{
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}

	/*-----------------------------------------------------------------------------------------
		ボディ
	-----------------------------------------------------------------------------------------*/
	#bd {
		padding: 0 0 8% 0;
		text-align: center;
		width: 100%;
	}
	#bd .height {
		min-height: 300px;
	}

	/*-----------------------------------------------------------------------------------------
		フッター
	-----------------------------------------------------------------------------------------*/
	footer {
		padding:10% 0 0 0;
	}
	footer small {
		line-height: 150%;
		background:none;
		color:#555;
		display: block;
		font-size: 0.7rem;
		padding:0 0 100px 0;
	}
	footer small span {
		display: block;
	}
	footer #fbox {
		width:90%;
		margin: 0 auto;
	}
	footer #fbox p {
		font-size: 0.8rem;
		margin-bottom:6%;
	}
	footer #fbox p a {
		color:#333;
	}
	footer #fbox .logo-f {
		font-size: 26px;
		text-align: center;
	}
	footer #fbox .address {
		font-size:16px;
	}
	footer #fnav {
		position: relative;
		clear: both;
		overflow: hidden;
		top:auto;
		right:auto;
		display: block;
		margin:0 auto 5% auto;
		width:70%;
	}
	footer #fnav li {
		width:100%;
		margin:0;
		font-size: 18px;
		font-weight: 700;
	}
	footer #fnav li a {
	}
	footer #fnav li.i-tel {
		display: none;
	}
	footer #fnav li.i-marker {
		background:url(../img/icon/i-marker.png) 20px 50% no-repeat #339900;
		background-size:15px auto;
	}
	.ftMenu {
		position: relative;
		clear: both;
		overflow: hidden;
		bottom:auto;
		right: auto;
		width:250px;
		margin:10% auto;
	}
	.ftMenu li {}
	.ftMenu li a {}
	#fBtn {
		display: block;
	}
	#fBtn ul {
		position: fixed;
		left:0;
		bottom:0;
		width: 100%;
		z-index: 5000;
	}
	#fBtn ul li {
		position: relative;
		float:left;
		width:50%;
		font-size: 12px;
		font-weight: 700;
		line-height: 120%;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		text-align: center;
		background: #339900;
	}
	#fBtn ul li:first-child {
		border-right:1px solid #efefef;
	}
	#fBtn ul li a {
		display: block;
		padding:5% 0;
		color:#fff;
		text-decoration: none;
	}
	#fBtn ul li i {
		display: block;
		margin-bottom:2%;
		line-height: 30px;
	}

	/*-----------------------------------------------------------------------------------------
		トップページ
	-----------------------------------------------------------------------------------------*/
	/*---------- 空き家詳細バナー ----------*/
	#bnrWrap {
		padding:4%;
	}
	.bnrBox {
		position: relative;
		width:100%;
		height: auto;
		margin: 0 auto;
		background:url(../img/bg-bnr.jpg) 50% 50% no-repeat;
		background-size:cover;
	}
	.bnrBox a {}
	.bnrBox:hover {
		opacity: 1.00;
		-webkit-transition: 0;
		   -moz-transition: 0;
				transition: 0;
	}
	.ttl-bnr {
		margin:4% auto 0 auto;
		width:100%;
	}
	.ttl-bnr img {
		width:100%;
		height: auto;
	}
	.more-akiya {
		position: relative !important;
		width:80%;
		top:auto;
		right: auto;
		font-size: 16px;
		font-weight: 700;
		margin:2% auto 8% auto;
	}
	.more-akiya:after {}
	#knowlist {
		padding:3%;
		background:#fff;
	}
	#knowlist ul {
		margin: 0;
		width:100%;
	}
	#knowlist ul li {
		border:10px solid #ededed;
		margin-right:2%;
		width:32%;
	}
	#knowlist ul img {
		width:100%;
		height: auto;
	}
	#knowlist ul li:last-child {}
	#knowlist ul li:hover {
		opacity: 1.0;
		-webkit-transition: 0;
		   -moz-transition: 0;
				transition: 0;
	}
	/*---------- その他の情報 ----------*/
	#info {
		padding:8% 3%;
		width: 100%;
		margin: 0 0 8% 0;
		background:#efefef;
	}
	.ttl-info {
		display: none;
	}
	.ttl-info span {
		display: none;
	}
	.ttl-info:before,
	.ttl-info:after {
		display: none;
	}
	.ttl-info:before {}
	.ttl-info:after {}

	.infolist {
		position: relative;
		width:100%;
		float:none;
		margin-top:0;
	}
	.infolist li {
		float:left;
		width:48.5%;
		margin-right: 3%;
	}
	.infolist li:last-child {}
	.infolist li img {
		width:100%;
		height: auto;
	}

	/*---------- お知らせ ----------*/
	#news {
		border-top:5px solid #339900;
	}
	#news .inner {
		margin: 0;
		width:100%;
	}
	#news .inner h2 {
		padding:3% 0 3% 30px;
		margin:-23px auto 0 auto;
		width:150px;
		background-size:20px auto;
	}
	#news .inner ul {
		margin:4% auto;
		width:94%;
		height:300px;
		font-size:12px;
	}
	#news .inner ul li {
		padding:2% 1%;
	}
	#news .inner ul .date {}
	#news .inner ul .date:before {}
	#news .inner ul .txt {}
	#news .inner .new {}

	/*---------- 物件タブ ----------*/
	.rec {}
	.tabBox {
		padding-top:0;
	}
	.tabBox h2{
		padding:30px 15px 15px 15px;
	}
	.tab {
		width:100%;
		margin:0;
	}
	.tab li {
		font-size:1.0em;
		font-weight: 700;
	}
	.tab li:nth-of-type(1) {}
	.tab li:nth-of-type(2) {}
	.tab li:nth-of-type(1).select {}
	.tab li:nth-of-type(2).select {}

	.tab li h3 {
		font-size:1.1em;
		padding:15px 0 22px 0;
	}

	.content{}
	.content .box {
		padding:30px 0 0 0;
	}
	.content .box:nth-child(2) {
		padding:30px 0 0 0;
	}

	.content .hide {}

	/*---------- recommend ----------*/
	#recommend,
	#recommend_buy {
		width:100% !important;
		position:relative;
	}
	#recommend .ttl:before,
	#recommend_buy .ttl:before {}

	#recommend .ttl,
	#recommend_buy .ttl {}
	#recommend .ttl span,
	#recommend_buy .ttl span {
		background-color:#FFFFFF;
		padding:0 15px;
		height:140px;
		display:inline-block;
		line-height:140px;
		position:relative;
		left:0;
		z-index:5;
	}
	#recommend .tbl,
	#recommend_buy .tbl{
		display:block;
		overflow:hidden;
		width:100% !important;
	}
	#recommend tbody,
	#recommend tr,
	#recommend_buy tbody,
	#recommend_buy tr{
		display:block;
	}
	#recommend .tbl td,
	#recommend_buy .tbl td{
		width:100% !important;
		padding:3% 0;
		margin:0;
		background-color:#FFF;
		position:relative;
		display: block !important;
		border-bottom:1px dotted #ccc;
		clear: both;
		overflow: hidden;
	}
	#recommend .tbl td:nth-of-type(3n),
	#recommend_buy .tbl td:nth-of-type(3n){
		border-right:0;
	}
	#recommend .tbl tr:last-child td,
	#recommend_buy .tbl tr:last-child td{
		border-bottom:0;
	}
	#recommend .tbl td.none,
	#recommend_buy .tbl td.none{
		border:0;
		background-color:transparent;
		background-image:none;
	}
	#recommend .tbl td .loading,
	#recommend_buy .tbl td .loading{
		padding:15px;
		text-align:center;
		vertical-align:middle;
		color:#999;
	}
	#recommend .tbl td .loading img,
	#recommend_buy .tbl td .loading img{
		vertical-align:middle;
		margin-right:10px;
	}

	#recommend .tbl td .inner,
	#recommend_buy .tbl td .inner{
		width:100%;
		padding: 1%;
		height: auto ;
		box-shadow:none;
	}
	#recommend .tbl td .photo,
	#recommend_buy .tbl td .photo {
		width:40%;
		height:auto;
		background:none !important;
		vertical-align:middle;
		display: block;
		position:relative;
		float:left;
	}
	#recommend .tbl td .photo a,
	#recommend_buy .tbl td .photo a{
		width:100%;
		height:auto;
	}

	#recommend .tbl td .photo img,
	#recommend_buy .tbl td .photo img{
		max-width:100%;
		max-height:160px;
		width:auto;
		height:auto;
		position: relative;
		vertical-align:middle;
		text-align: center !important;
		display: block !important;
		margin:0 auto !important;
	}
	#recommend .tbl td .txt,
	#recommend_buy .tbl td .txt{
		margin:0;
		width:55%;
		float:right;
		text-align: left;
	}
	#recommend .tbl td .txt .add,
	#recommend_buy .tbl td .txt .add{
		margin-top: 0.5em;
		line-height:130%;
		clear:both;
	}

	#recommend .tbl td .txt .add span{
		font-size: 0.85rem;
		margin-bottom: 0.2em;
	}
	#recommend .tbl td .txt .madori,
	#recommend_buy .tbl td .txt .madori{
		margin-top:0.4em;
		font-size: 1.2em;
		line-height:1;
		font-weight: normal;
		display:inline-block;
		color:#333;
	}
	#recommend .tbl td .txt .price,
	#recommend_buy .tbl td .txt .price{
		margin-top:0.3em;
		line-height:1;
		font-size: 0.9rem;
		font-weight:bold;
		display:inline-block;
	}
	#recommend .tbl td .txt .price strong,
	#recommend_buy .tbl td .txt .price strong{
		font-size: 1.3rem;
		font-weight: normal;
		vertical-align: baseline;
		color: #DD2A50;
		line-height: 100%;
	}

	#recommend .tbl td .name,
	#recommend_buy .tbl td .name{
		padding:0;
		font-size:1.1rem;
		font-weight:bold;
		line-height:120%;
		float:right;
		text-align: left;
		clear: right;
		width:55%;
		margin-bottom:2%;
	}

	#recommend .tbl td .name a:hover,
	#recommend_buy .tbl td .name a:hover {
		opacity: 0.5;
	}

	#recommend .tbl td .copy,
	#recommend_buy .tbl td .copy{
		line-height:130%;
		margin-top: 0.2em;
		font-size: 0.80rem;
		float:right;
		text-align: left;
		clear: right;
		width:55%;
	}
	#recommend .tbl td .icn,
	#recommend_buy .tbl td .icn{
		width:70px;
	}
	#recommend .tbl td .icn img,
	#recommend_buy .tbl td .icn img{
		width:100%;
		height: auto;
	}

	/*-----------------------------------------------------------------------------------------
		下層ページ共通
	-----------------------------------------------------------------------------------------*/
	article {
		width:96%;
		margin: 4% auto 0 auto;
	}
	article p {
		margin-bottom:4%;
	}
	article section {
		padding:0 0 5% 0;
	}
	article section h2 {
		font-size: 20px;
		padding:3%;
		line-height: 150%;
		margin-bottom:4%;
	}

	/*-----------------------------------------------------------------------------------------
		会社情報ページ
	-----------------------------------------------------------------------------------------*/
	#company .catch-comp {
		margin:0 auto 4% auto;
		font-size: 20px;
	}
	#company .img-company {
		float:none;
		width:100%;
		margin: 0 auto 4% auto;
	}
	#company .img-company img {
		width:48%;
		height: auto;
		float:left;
		margin:0 4% 4% 0;
	}
	#company .img-company img:last-child {
		margin:0 0 4% 0;
	}
	#company ul {
		clear:both;
		float:none;
		width:100%;
	}
	#company ul.complist li {
		padding: 2%;
		margin:0;
		display: table;
	}
	#company ul.complist li dt {
		width:110px;
		float: none;
		display: table-cell;
	}
	#company ul.complist li dt:after {
		right:20px;
	}
	#company ul.complist li dd {
		width:auto;
		float: none;
		display: table-cell;
	}
	#company .gmap {
		margin:3% 0;
	}
	#company .gmap a {}
	#company .gmap:hover {
		opacity: 1.0;
	}
	#company iframe {
		width: 100%;
		height: 400px;
	}

	/*-----------------------------------------------------------------------------------------
		空き家相談ページ
	-----------------------------------------------------------------------------------------*/
	#akiya section h2 {
		padding:3% 3% 3% 65px;
		font-size: 20px;
		margin-bottom:4%;
	}
	#akiya section h2:before {
		top:6px;
		left: 9px;
	}
	#akiya section h2:after {}
	.catch-akiya {
		font-size:24px;
		padding:2% 3%;
		line-height: 150%;
		margin-bottom:6%;
	}
	#akiya section h3 {
		font-size: 20px;
		padding:4%;
		margin-bottom:4%;
	}
	#akiya section h4 {
		font-size: 20px;
		padding:2% 1%;
		margin-bottom:4%;
	}

	/*---------- 1.天候に応じた管理に特化しています ----------*/
	#akiya-1 h2:after {
		content:'1';
		top:10px;
		left: 23px;
	}
	#akiya-1 p {
		width:100%;
		float:none;
	}
	.img-akiya01 {
		float:none;
		width:60%;
		height: auto;
		margin:0 auto 6% auto;
	}
	/*---------- 2.有資格者が対応いたします ----------*/
	#akiya-2 h2:after {
		content:'2';
		top:10px;
		left: 24px;
	}
	#akiya-2 p {
		width:100%;
		float:none;
	}
	.img-akiya02 {
		float:none;
		width:60%;
		height: auto;
		margin:0 auto 6% auto;
	}
	/*---------- 3.わかりにくいオプションを極力排除しています ----------*/
	#akiya-3 h2:after {
		content:'3';
		top:10px;
		left: 24px;
	}
	#akiya-3 p {
		width:100%;
		float:none;
	}
	.img-akiya03 {
		float:none;
		width:40%;
		height: auto;
		margin:4% auto 6% auto;
	}
	/*---------- サービスの主な流れ ----------*/
	.service {
		margin:0;
		padding: 0;
		width:100%;
	}
	.service li {
		float:none;
		width:100%;
		height: auto;
		margin:0 0 20% 0;
		display: table;
		background: #ffcc00;
	}
	.service li:last-child {}
	/*----- 番号 -----*/
	.service li div {
		line-height: auto;
		font-size: 22px;
		width:20%;
		margin-left:-5px !important;
		vertical-align: middle;
		display: table-cell;
	}
	/*----- コメント -----*/
	.service li span.com {
		position: absolute;
		top:75px;
		left:70px;
		padding-left:20px;
		line-height: 110%;
	}
	.service li span.com:before {
		top:0;
		left: 0;
	}
	/*----- 流れのテキスト -----*/
	.service li span.sv1 {
		position: relative;
		font-size: 18px;
		top:auto;
		left: auto;
		width:80%;
		padding:0 0 0 5%;
		display: table-cell;
		vertical-align: middle;
		line-height: 110%;
		background:#fff;
	}
	.service li span.sv2-1 {
		position: relative;
		font-size: 18px;
		top:auto;
		left: auto;
		width:39%;
		padding:0 0 0 5%;
		display: table-cell;
		vertical-align: middle;
		line-height: 110%;
		background: #fff;
	}
	.service li span.sv2-2 {
		position: relative;
		font-size: 18px;
		top:auto;
		left: auto;
		width:41%;
		padding:0 !important;
		display: table-cell;
		vertical-align: middle;
		line-height: 110%;
		background:#fff;
	}
	.service li:before,
	.service li:after {
		position: absolute;
		content:"";
		top:55px;
		width: 20px;
		height: 20px;
		margin-left:-5px;
		border-top: 5px solid #ffcc00;
		border-right: 5px solid #ffcc00;
		-webkit-transform: rotate(135deg);
				transform: rotate(135deg);
	}
	.service li:last-child:before,
	.service li:last-child:after {
		display: none !important;
	}

	.service li:before {right:auto; left: 27px; top:55px;}
	.service li:after {right:auto; left: 27px; top:70px;}

	/*----- イメージ画像 -----*/
	.img-flow01 {
		position: absolute;
		bottom:-55px;
		right:4%;
		z-index: 10;
		width:24%;
		height: auto;
	}
	.img-flow02 {
		position: absolute;
		bottom:-55px;
		right:2%;
		z-index: 10;
		width:24%;
		height: auto;
	}
	.img-flow03 {
		position: absolute;
		bottom:-45px;
		right:3%;
		z-index: 10;
		width:24%;
		height: auto;
	}
	.img-flow04 {
		position: absolute;
		bottom:-60px;
		right:0;
		z-index: 10;
		width:22%;
		height: auto;
	}

	/*----- タイトル -----*/
	.ttl-akiya {
		font-size:20px;
		color:#fff;
		width:100%;
		margin-bottom:2%;
		padding:4% !important;
	}
	.ttl-akiya span {
		font-size: 14px;
		margin:3% 0 0 0;
		display: block;
	}
	/*----- エリアリスト -----*/
	p.ttl-area {
		font-size: 20px;
		margin-bottom: 4%;
	}
	#arealist {
		margin:0 auto 10% auto;
		width:100%;
	}
	#arealist li {
		margin-bottom:2%;
		width:100%;
	}
	#arealist li dt {
		float:none;
		width:100%;
		font-size: 20px;
		line-height: 100%;
		text-align: left;
		padding:4% 2% 0 2%;
	}
	#arealist li dd {
		float:none;
		width:100%;
		font-size: 16px;
		padding:2%;
		line-height: 150%;
	}
	.respo1 {}
	.respo2 {}
	.respo3 {}
	.respo4 {}
	/*----- テーブルベース -----*/
	.planBox {
		margin:0 auto 4% auto;
		width:100%;
	}
	table {
		margin-bottom:2%;
	}
	table td {
		padding:2% 3%;
		font-size: 14px;
		vertical-align: middle;
	}
	#enrich-plan {
		width: 600px;
		margin:2% 0;
		padding: 0 !important;
	}
	#watching-plan {
		width: 600px;
		margin:2% 0;
		padding: 0 !important;
	}
	/*----- 見出し -----*/
	.td01 {
		font-size: 16px;
	}
	.td02 {}
	.td03 {}
	.td04 {}
	.td01:before,
	.td02:before,
	.td04:before {}
	.td01:before {}
	.td02:before {}
	.td04:before {}
	/*----- 背景・フォントサイズ -----*/
	.area1,
	.area2,
	.area3,
	.area4 {
		font-size: 16px;
	}
	.price {}
	.basis {
		font-size: 16px;
	}
	.s24 {
		font-size: 16px;
		margin:3% 0;
	}
	.img-plan {
		display: none;
	}

	/*-----------------------------------------------------------------------------------------
		QandA
	-----------------------------------------------------------------------------------------*/
	dl.qalist {
		width:100%;
		margin: 0 0 4% 0;
	}
	dl.qalist dt,
	dl.qalist dd {
		padding-left:45px;
		min-height: 40px;
	}
	dl.qalist dt {
		font-size: 18px;
		line-height: 150%;
		margin-bottom:4%;
	}
	dl.qalist dt:before {
		background-size:35px auto;
		top:5px;
		width:35px;
		height: 35px;
	}
	dl.qalist dd {
		font-size: 14px;
		line-height: 150%;
		margin-bottom:8%;
	}
	dl.qalist dd:before {
		background-size:35px auto;
		width:35px;
		height: 35px;
	}
	#contact {
		margin:0 auto 5% auto;
		width:100%;
	}
	#contact img {
		width:100%;
		height: auto;
	}

	.mailBox {
		margin:0 auto 10% auto;
		width:100%;
	}
	.tel-mail {
		width:100%;
		height: auto;
	}
	.businesshours {
		width:100%;
		font-size: 14px;
		float:none;
		margin:2% 0 0 0;
	}
	.businesshours br {
		display: none;
	}
	.formTable {
		margin-bottom:2%;
	}
	.formTable th,
	.formTable td {
		padding:4%;
	}
	.formTable th {
		display: block;
		width:100%;
		font-size: 16px;
		line-height: 150%;
		font-weight: 700;
	}
	.formTable td {
		display: block;
		width:100%;
		font-size: 16px;
	}
	.formTable label {
		width:100%;
		display: block;
		margin-bottom:5%;
		font-size: 16px;
	}
	.hisu {}
	.err { width:100% !important;}
	.formTable input.def {
		margin-bottom:2%;
		padding: 2%;
	}
	.formTable input.sht {
		margin-bottom:2%;
		padding: 2%;
	}
	.formTable input.lng {
		margin-bottom:2%;
		padding: 2%;
	}
	.formTable select {}
	.formTable div {
		margin-bottom:2%;
	}
	.formTable td span {}
	.formTable td textarea {
		width:96%;
		padding:2%;
	}
	.formTable td input[type="checkbox"] {}
	#submit,
	.send_button, 
	.reset_button {
		margin: 8% auto;
	}
	#submit:hover,
	.send_button:hover, 
	.reset_button:hover {
		opacity: 1.0;
	}
	.attention{}
	.attention p a{}
	.attention ul{
		display:block;
		margin:4% auto;
	}
	.attention ul li{
		display: block;
		padding-left: 0;
		clear: both;
		margin: 0 auto 8% auto;
	}
	/*------------------------------ Tableをスクロールさせる ----------*/
	.scroll-txt {
		display: block;
		color:rgba(224,0,3,1.00);
		margin:8% auto 2% auto;
		width:100%;
		font-size:0.9rem;
	}
	.scroll-area {
		max-width: 100%;
		margin:0;
	}
	.scroll-area {
		overflow: auto;
	}
	.scroll-area::-webkit-scrollbar {
		height: 10px;
	}
	.scroll-area::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.scroll-area::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	
	/*-----------------------------------------------------------------------------------------
		まめ知識ページ
	-----------------------------------------------------------------------------------------*/
	.catch-knowledge {
		font-size:24px;
		padding:2% 3%;
		line-height: 150%;
		margin-bottom:6%;
	}
	/*---------- know1 ----------*/
	/*----- テーブル -----*/
	.knowTable {
		margin:10% auto 0 auto;
	}
	.knowTable th {
		font-size: 14px;
		line-height: 130%;
		padding: 2%;
		vertical-align: middle;
	}
	.knowTable td {
		font-size: 14px;
	}
	.img-know01 {
		margin:5% auto;
	}
	.img-know01 img {
		float:none;
		display: block;
		width:96%;
		height:auto;
		margin: 0 auto;
	}
	.knowlist{
		position: relative;
		float:none;
		width:85%;
		margin:5% auto;
	}
	.knowlist li {
		margin-bottom:4%;
		font-size: 16px;
	}
	.knowlist li:before {}

	/*---------- know2 ----------*/
	#know2 p strong {
		font-size: 16px;
		margin-bottom:4%;
	}
	.knowBox {
		margin:0 auto 6% auto;
		padding:5%;
	}
	.know-inner {
		display: block;
	}
	.knowBox h3 {
		padding:2%;
		font-size: 20px;
		line-height: 150%;
		margin-bottom:2%;
	}
	.knowBox img {
		width:75%;
		height:auto;
		display: block;
		margin:0 auto 4% auto;
	}
	.knowBox p {
		text-align: left;
		width:100%;
	}

	/*---------- know3 ----------*/
	#know3 p strong {
		font-size: 16px;
		margin-bottom:4%;
	}
	#know3 p em {
		font-size: 16px;
		margin-bottom:2%;
	}

	/*-----------------------------------------------------------------------------------------
		プライバシーポリシー
	-----------------------------------------------------------------------------------------*/
	ol.poricyList {
		margin-top:4%;
	}
	ol.poricyList li {
		margin-left:30px;
		margin-bottom:3%;
	}
	ol.poricyList li ol {
		margin:3%;
	}
	ol.poricyList li ol li ol {
		margin-top:3%;
	}
	ol.upper li {
		list-style:upper-roman !important;
		margin-left:10px !important;
	}
	ol.lower li {
		list-style:lower-roman !important;
		margin-left:10px !important;
	}
	ol.poricyList span {
		padding-left:15px;
	}
	ol.poricyList span:before {}
	.privacyTxt {
		margin:4% 0;
	}
}
