@charset "UTF-8";

/* ===================================================================
 03_page.css
 　固定ページ
=================================================================== */



/*------------------------------------------------------------
 トップページ
------------------------------------------------------------*/
.top{
	padding-top:0;
}

.top .mainsec{
	margin-bottom:100px;
	position:relative;
}

.top .mainsec:after{
	content:"";
	display:block;
	width:500px;
	height:10px;
	background:url(../img/common/parts_border.png) repeat;
	background-size:contain;
	vertical-align:middle;
	position:absolute;
	bottom:-50px; left:50%;
	margin-left:-250px;
}

.top .mainsec:nth-last-child(2):after{
	content:none;
}



/* スライダー
----------------------------------------------- */
.topimg{
	width:1300px;
	padding:0 40px 20px;
	margin:-50px auto 0;
	background:#f6f5f3;
	position:relative;
	z-index:-1;
}

.topimg:after{ /* スライダーレイヤー */
	content:url(../img/top/slider/layer.png);
	max-width:100%;
	position:absolute;
	top:0; left:50%;
	margin-left:-610px;
}

.topimg ul{
	position:relative;
	z-index:-2;
}

/* スライダー下テキスト */
.topimg h2{
	text-align:center;
	position:relative;
	z-index:5;
}

.topimg h2 img{
	width:430px;
	height:30px;
}

.topimg h2:before,
.topimg h2:after{
  content:"";
  display:block;
  background-repeat:no-repeat;
  background-size:contain;
  vertical-align:middle;
  position:absolute;
  z-index:5;
}


.topimg h2:before{ /* ふきだし */
  width:140px;
  height:120px;
  background-image:url(../img/top/txt_title1.png); 
  bottom:10px; left:50%;
  margin-left:-350px;
}

.topimg h2:after{ /* 商人くん */
  width:160px;
  height:115px;
  background-image:url(../img/top/ill_walk.png); 
  bottom:0; right:50%;
  margin-right:-400px;
}



/* エントリー・モデルケース
----------------------------------------------- */
.top .intro{
	text-align:center;
}

.top .intro p,
.top .intro br{
	display:none;
}

.top .intro dl{
	margin-bottom:40px;
}

.top .intro a dd{
	display:inline-block;
	margin-top:-5px;
}


/* リンク
----------------------------------------------- */
.top .link{
	text-align:center
}

.top .link h4{
	font-size:1.6rem;
	line-height:3.0rem;
}

.top .link h5{
	width:260px;
	padding:6px;
	margin:10px auto 20px;
	text-align:center;
	font-size:1.4rem;
	color:#ffffff;
	letter-spacing:2px;
	background:#595044;
	border-radius:24px;
	position:relative;
}

.top .link h5:after{
	content:"";
	height:0; width:0;
	border:solid transparent;
	border-color:rgba(0,0,0,0);
	border-top-color:#595044;
	border-width:5px;
	position:absolute;
	top:100%; left:50%;
	margin-left:-5px;
}

.top .link div{
	display:inline-block;
	margin:20px;
	position:relative;
}

.top .link p{
	display:none;
}

.top .link div:after{
  content:"";
  display:block;
  height:80px;
  background-repeat:no-repeat;
  background-size:contain;
  vertical-align:middle;
  position:absolute;
  bottom:0;
}

.top .link .find:after {
  width:60px; 
  background-image:url(../img/top/ill_girl.png); 
  left:15px;
}

.top .link .leave:after {
  width:95px; 
  background-image:url(../img/top/ill_senior.png); 
  right:-10px;
}



/* 新着情報
----------------------------------------------- */
.top .news-list{
    margin: 50px 0;
	padding:30px;
	background:#eeebe4;
	border:3px solid #595044;
	position:relative;
}

.top .news-list h3{
	width:100%;
	padding:0;
	margin-bottom:40px;
	position:relative;
}

.top .news-list h3:after{
	content:"";
	display:block;
	width:100%;
	height:8px;
	background:url(../img/common/parts_border2.png) repeat;
	background-size:contain;
	border:none;
	vertical-align:middle;
	position:absolute;
	bottom:-20px; left:0;
}

.top .news-list h3:before{
	content:none;
}


/* 新着情報リスト */
.top .news-list li{
	margin-bottom:10px;
}

.top .news-list li:after{
	content: "";
	display:block;
	clear:both;
}

.top .news-list h5{
	display:block;
	width:11rem;
	font-size:1.5rem;
	color:#4197a6;
	float:left;
}

.top .news-list p{
	display:block;
	padding-left:12rem;
	font-size:1.5rem;
}


/* 一覧を見る */
.top .news-list a.btn{
	margin:0;
	border:3px solid #595044;
	position:absolute;
	top:-3px; right:30px;
}






/*------------------------------------------------------------
 空き家探しのご相談
------------------------------------------------------------*/
.find{
}


/* 導入
----------------------------------------------- */
.find .intro{
	width:680px;
	height:275px;
	padding:35px;
	margin-bottom:50px;
	color:#ffffff;
	background:url(../img/page/find/intro.png) no-repeat;
	background-size:contain;
}

.find .intro h3{
	font-size:2.5rem;
	margin-bottom:10px;
}

.find .intro p{
	font-size:1.3rem;
	line-height:2.3rem;
}

.find .textsec section{
	margin-bottom:20px;
}

/* エントリー
----------------------------------------------- */
.find .entry{
	margin:20px 0 40px;
	padding:30px;
	text-align:center;
	border:5px solid #595044;
	background:#ffffff;
	border-radius:10px;
	box-shadow:1px 1px 2px 0 rgba(99,51,25,0.2);
}

/* 見出し */
.find .entry h3{
	font-size:3.0rem;
	margin-bottom:15px;
	position:relative;
}

.find .entry h3:before{
  content:"";
  display:block;
  background-repeat:no-repeat;
  background-size:contain;
  position:absolute;
  top:0;
}

.find .simple h3:before{
  width:115px;
  height:130px;
  background-image:url(../img/page/find/ill_simple.png); 
  left:0;
}

.find .full h3:before{
  width:155px;
  height:165px;
  background-image:url(../img/page/find/ill_full.png); 
  right:0;
  margin-top:-60px;
}

/* こんな方にオススメ */
.find .entry .note{
	width:100%;
	padding-bottom:30px;
}

.find .entry .note ul{
	text-align:left;
}


/* 簡単エントリーフォーム
----------------------------------------------- */
.find .simple-entry{
	margin:30px 30px 0;
}

.find .simple-entry h4{
	display:table;
	padding:3px 40px;
	margin:10px auto 20px;
	text-align:center;
	font-size:1.8rem;
	background:#efbe5e;
	border-radius:24px;
	position:relative;
}

.find .simple-entry h4:after{
	content:"";
	height:0; width:0;
	border:solid transparent;
	border-color:rgba(0,0,0,0);
	border-width:6px;
	border-top-color:#efbe5e;
	position: absolute;
	top: 100%; left: 50%;
	margin-left:-6px;
}

.find .simple-entry #trust-form{
	text-align:left;	
}

.find .simple-entry tr{
	border-bottom:none;
}

.find .simple-entry th{
	min-width:100px;
}

/* 各ステップ説明文 */
.find .simple-entry .form-intro{
	width:auto;
}

.find .simple-entry .form-intro p{
	color:#419baa;
}

.find .simple-entry .form-intro img{
	max-width:550px;
	padding:20px;
	margin:0 auto;
}

.find .simple-entry .form-intro img.ill{
	padding:0;
}

.find .simple-entry .form-intro h5{
	margin:10px;
	text-align:center;
	font-size:1.8rem;
}

.find .simple-entry .contact-form-confirm th{
	width:170px;
}

/* 注意書き */
.find .note em{
	margin:0 3px;
	color:#cf4f16;
}

.find .note em.req{
	color:#ffffff;
}



/* 詳細エントリーフォーム
----------------------------------------------- */
.find .full{
	margin-bottom:100px;
}

.find .full a.btn{
	border:2px solid #419baa;
	background:#419baa;
}

.find .full a.btn:hover{
	color:#419baa;
	background:rgba(255,255,255,0.8);
}

.find .full a.btn:hover:before{
	border-color:#419baa;
}



/* フロー図
----------------------------------------------- */

/* ブロックサイズ */
.find ol.flow li:nth-child(1){
	width:600px;
}

.find ol.flow li:nth-child(2),
.find ol.flow li:nth-child(4){
	width:640px;
}

.find ol.flow li:nth-child(5){
	width:400px;
	text-align:center;
}

/* ステップ前 */
.find ol.flow li:nth-child(2):before,
.find ol.flow li:nth-child(2):after{
	content:none;
}

/* ステップ */
.find ol.flow .step:before{
  content:"";
  display:block;
  width:100px;
  height:100px;
  background:url(../img/page/find/fig_owner.png) no-repeat; 
  background-size:contain;
  position:absolute;
  bottom:20px; right:-70px;
}


/* 画像サイズ */
.find ol.flow li:nth-child(1) img{
	width:150px;
}

.find ol.flow li:nth-child(2) img{
	width:220px;
}

.find ol.flow li:nth-child(4) img{
	width:200px;
}

.find ol.flow li:nth-child(5) img{
	width:270px;
	margin:20px;
}






/*------------------------------------------------------------
 空き家を手放したい
------------------------------------------------------------*/
.leave{
}


/* 導入
----------------------------------------------- */
.leave .intro{
	width:680px;
	height:275px;
	padding:35px;
	margin-bottom:50px;
	background:url(../img/page/leave/intro.png) no-repeat;
	background-size:contain;
}

.leave .intro h3{
	font-size:2.5rem;
	margin-bottom:10px;
}

.leave .intro p{
	font-size:1.3rem;
	line-height:2.3rem;
}


/* 注意点
----------------------------------------------- */
.leave .note{
	width:600px;
}

/* 必要な書類リスト */
.leave .note li ul{
	margin:10px 0;
	padding:20px;
	background:#ffffff;
	border-radius:5px;
}

.leave .note li ul li{
	margin-bottom:3px;
}

.leave .note li ul li:before{
	background-color:#b7b4ae;
}

.leave .note em.req{
	padding:1px 4px;
	margin:0 5px;
	font-size:1.2rem;
	color:#ffffff;
	background-color:#cf4f16;
	border-radius: 2px;
}

.leave .note small{
	font-size:1.3rem;
}


/* フロー図
----------------------------------------------- */

/* ブロックサイズ */
.leave ol.flow li:nth-child(1),
.leave ol.flow li:nth-child(2){
	width:560px;
}

.leave ol.flow li:nth-child(3),
.leave ol.flow li:nth-child(5){
	width:640px;
}

.leave ol.flow li:nth-child(6){
	width:400px;
	text-align:center;
}

/* ステップ前 */
.leave ol.flow li:nth-child(3):before,
.leave ol.flow li:nth-child(3):after{
	content:none;
}


/* 画像サイズ */
.leave ol.flow li:nth-child(1) img,
.leave ol.flow li:nth-child(2) img{
	width:150px;
}

.leave ol.flow li:nth-child(3) img{
	width:220px;
}

.leave ol.flow li:nth-child(5) img{
	width:200px;
}

.leave ol.flow li:nth-child(6) img{
	width:270px;
	margin:20px;
}





/*------------------------------------------------------------
 補助金・支援制度
------------------------------------------------------------*/
.support{
}


/* 補助金・支援制度一覧
----------------------------------------------- */
.support .spt-list{
	margin-top:50px;
	padding:30px 50px 50px;
	background:#ffffff;
	border:4px solid #419baa;
	border-radius:10px;
}

.support .spt-list h3{
	margin-bottom:30px;
	font-size:2.0rem;
	text-align:center;
	position:relative;
}

.support .spt-list h3:after{
	content:"";
	display:block;
	width:100px;
	height:110px;
	background:url(../img/page/support/ill_heart.png) no-repeat; 
	background-size:contain;
	position:absolute;
	bottom:-10px;; right:80px;
}


/* ----- データ ----- */
.support .spt-list article{
	padding:5px 0 5px 20px;
	margin-bottom:40px;
	border-left:10px solid #419baa;
}

.support .spt-list article:nth-last-child(1){
	margin-bottom:0;
}

.support .spt-list article h4{
	font-size:2.1rem;
	color:#419baa;
}

.support .spt-list article .spt-about{
	margin:15px 0;
	line-height:2rem;
}

/* 地域・期間 */
.support .spt-list article ul{
	font-size:1.5rem;
	background:rgba(65,155,170,0.2);
	padding:8px 10px;
	border-radius:5px;
}

.support .spt-list article ul li{
	display:inline-block;
	margin:3px 30px 3px 0;
}

.support .spt-list article ul li em{
	color:#c23d0c;
}

.support .spt-list article ul li dt,
.support .spt-list article ul li dd{
	display:inline-block;
}

.support .spt-list article ul li dt{
	padding:2px 10px;
	margin-right:10px;
	color:#ffffff;
	font-weight:normal;
	background:#419baa;
	border-radius:5px;
}

/* 詳細外部リンク */
.support .spt-list article ul li dd a{
	margin-right:1em;
}

.support .spt-list article ul li dd a:after{ /* 外部リンク */
	content:"";
	display:inline-block;
	margin-left:4px;
	width:10px;
	height:10px;
	background:url(../img/page/ico_blanklink.png) no-repeat; 
	background-size:contain;
}






/*------------------------------------------------------------
 空き家活用のために：親ページ
------------------------------------------------------------*/
.utilize{
}

.utilize img.u-top{
	width:220px;
	height:125px;
}


/* 各項目へのリンク
----------------------------------------------- */
.utilize .uti-link{
	width:550px;
	margin:50px auto;
}

.utilize .uti-link a{
	display:block;
	border-bottom:none;
	margin-bottom:20px;
}

.utilize .uti-link dl{
	position:relative;
}

.utilize .uti-link a dt{
	font-weight:normal;
	color:#ffffff;
	text-shadow:0 0 1px rgba(70,61,62,0.5);
	position:absolute;
	top:20px;
	z-index:5;
	-webkit-transition: color 0.3s;
	        transition: color 0.3s;
}

.utilize .uti-link a dt h3{
	opacity:1;
}


.utilize .uti-link a:nth-child(2n+1) dt{
	left:40px;
}

.utilize .uti-link a:nth-child(2n) dt{
	text-align:right;
	right:40px;
}

.utilize .uti-link a dt h3{
	font-weight:normal;
	font-size:2.2rem;
}

.utilize .uti-link a img{
	width:100%;
	opacity:1;
	-webkit-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}

.utilize .uti-link a:hover dt{
	color:#3E3E3E;
	text-shadow:0 0 5px rgba(255,255,255,0.3);
	opacity:1;
}

.utilize .uti-link a:hover img{
	margin:0;
	opacity:0.5;
}



/*------------------------------------------------------------
 空き家活用のために：子ページ
------------------------------------------------------------*/
.utilize .uti-title .subtitle{
	margin-bottom:10px;
	font-size:1.8rem;
}

.utilize .uti-title h2{
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	letter-spacing:normal;
}


/* 空き家の法令調査
----------------------------------------------- */
.invst{
}

.invst h3{
	padding:0;
	text-align:left;
	letter-spacing:normal;
	background:none;
}

.invst h3:after{
	content:none;
}

.invst .inv-intro .note{
	padding:0;
	font-size:1.5rem;
	background:none;
	position:relative;
}

.invst .inv-intro .note:after{ 
	content:"";
	display:block;
	width:120px;
	height:120px;
	background-image:url(../img/page/utilize/ill_invst.png); 
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:0; right:0;
}

.invst .inv-intro p{
	margin:20px auto;
	padding:2px 10px;
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;
	color:#ffffff;
	background:#489bb9;
	border-radius:20px;
}

/* ----- コース一覧 ----- */
.invst section.course-list{
	margin-bottom:40px;
	padding:30px;
	background:url(../img/common/bg.png) repeat;
	border-radius:5px;
	position:relative;
}

.invst section.course-list h3{
	position:relative;
}

.invst section.course-list h3:before{ 
	content:"";
	display:block;
	width:122px;
	height:100px;
	background-image:url(../img/page/utilize/ill_invst2.png); 
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:-50px; left:-150px;
}

.invst section.course-list h3 span{
	display:inline-block;
	margin:0 5px;
	padding:5px 12px;
	font-size:2.5rem;
	color:#ffffff;
	border-radius:20px;
	background:#d47552;
}

.invst section.course-list small{
	display:block;
	text-align:center;
}


/* ----- 各コース ----- */
.invst .course{
	margin:20px 10px;
	padding:5px;
	background:#489bb9;
	border-radius:5px;
}

.invst .course .about{
	padding:5px 10px;
	color:#ffffff;
}

/* コース名 */
.invst .course .about h4{
	display:inline-block;
	padding-left:45px;
	font-size:1.5rem;
	position:relative;
}

.invst .course .about h4:before{
	content:"";
	display:block;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:50%; left:0;
	margin-top:-20px;
}

.invst .course .about h4 em{
	font-size:2.5rem;
	color:#ffffff;
}

.invst .course p{
	color:#ffffff;
}


/* 金額 */
.invst .course .about dl{
	margin:5px;
	float:right;
}

.invst .course .about dl,
.invst .course .about dl *{
	display:inline-block;
}

.invst .course .about dl dd{
	margin-left:5px;
	padding:0 10px;
	font-size:1.3rem;
	color:#489bb9;
	background:#ffffff;
	border-radius:20px;
}

.invst .course .about dl dd span{
	margin-right:3px;
	font-size:2.0rem;
	font-weight:bold;
}


/* 内容 */
.invst .course-list ul{
	padding:20px;
	background:#ffffff;
	border-radius:4px;
}

.invst .course-list li{
	padding-left:1em;
	margin-bottom:0.5em;
	font-size:1.6rem;
	position:relative;
}

.invst .course-list li:nth-last-child(1){
	margin-bottom:0;
}

.invst .course-list li:before{
	content:"";
	width:6px;
	height:6px;
	border-radius:3px;
	background-color:#4198a7;
	position:absolute;
	top:9px; left:3px;
}

.invst .course-list li span{
	margin-right:5px;
	padding:2px 10px;
	color:#ffffff;
	background:#489bb9;
	border-radius:20px;
}


/* かんたん */
.invst .c-simple{
	background:#e5a850;
}

.invst .c-simple .about dl dd{
	color:#e5a850;
}

.invst .c-simple  .about h4:before{
	background-image:url(../img/page/utilize/ico_c-e.png); 
}


/* しっかり */
.invst .c-standard{
	background:#66b0ae;
}

.invst .c-standard .about dl dd{
	color:#66b0ae;
}

.invst .c-standard .about h4:before{
	background-image:url(../img/page/utilize/ico_c-s.png); 
}

.invst .c-standard li span{
	background:#e5a850;
}


/* 図面作成 */
.invst .c-drawing{
	background:#d47552;
}

.invst .c-drawing .about dl dd{
	color:#d47552;
}

.invst .c-drawing .about h4:before{
	background-image:url(../img/page/utilize/ico_c-d.png); 
}

.invst .c-drawing li span{
	background:#66b0ae;
}



/* pdfへのリンク
----------------------------------------------- */
.utilize .pdf{
	margin:20px auto;
	padding:20px;
	text-align:center;
	position:relative;
}

.utilize .pdf a.btn{
	margin-bottom:10px;
}

.utilize .pdf:before,
.utilize .pdf:after{
  content: "";
  display: block;
  width: 500px;
  height: 5px;
  background: url(../img/common/parts_border.png) repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -250px;
}

.utilize .pdf:before{
top:0;
}

.utilize .pdf:after{
	bottom: 0;
}



/* 仮 */
.utilize .figure img{
	display:block;
	width:600px;
	margin:10px auto;
}

.utilize .figure h3{
	margin-top:50px;
	background:rgba(210,210,201,0.3);
}

.utilize .figure h3:after{
	content:none;
}







/*------------------------------------------------------------
 リフォームのご相談
------------------------------------------------------------*/
.renovation{
}

.renovation h3{
	margin-top:40px;
}


/* フロー図
----------------------------------------------- */
.renovation ol.flow li:nth-child(1) img,
.renovation ol.flow li:nth-child(2) img{
	width:150px;
}

.renovation ol.flow li:nth-child(3){
	width:auto;
}

.renovation ol.flow li:nth-child(3):before,
.renovation ol.flow li:nth-child(3):after{
	content:none;
}

.renovation ol.flow li:nth-child(3) img{
	width:240px;
}

.renovation ol.flow li:nth-child(5) img{
	width:190px;
}

.renovation ol.flow li:nth-child(6){
	width:450px;
}

.renovation ol.flow li:nth-child(6) img{
	display:block;
	width:320px;
	margin:20px auto;
}


/* ご相談・お申し込み
----------------------------------------------- */
.renovation a.contact{
	display:block;
	width:700px;
	height:220px;
	padding:35px 35px 35px 250px;
	background:url(../img/page/renovation/contact.jpg) no-repeat;
	background-size:contain;
	border-bottom:none;
	position:relative;
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
}

.renovation a.contact:hover{
	opacity:0.8;
}

.renovation a.contact:after{
	content:"";
	width:60px;
	height:105px;
	background:url(../img/page/renovation/ill_worker.png) no-repeat;
	background-size:contain;
	position:absolute;
	bottom:-20px; right:40px;
}

.renovation a.contact p{
	color:#ffffff;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
}

.renovation a.btn{
	margin:-80px auto auto 300px;
}





/*------------------------------------------------------------
 耐震診断のススメ
------------------------------------------------------------*/
.s-diag{
}

.s-diag p.link{
	padding:0 5px 10px;
	margin:10px auto 20px;
	text-align:center;
	font-size:1.2rem;
	color:#595044;
	position:relative;
}

.s-diag p.link a.btn{
	margin-bottom:0;
	font-size:1.6rem;
}


/* 診断の受け方
----------------------------------------------- */
.s-diag ol.flow{
	width:550px;
	margin:0 auto;
	border-radius:5px;
	position:relative;
}

.s-diag ol.flow li{
	width:auto;
	padding:0;
	margin:30px auto;
	background:none;
	border:none;
}

.s-diag ol.flow li:before,
.s-diag ol.flow li:after{
	content:none;
}

.s-diag ol.flow li .f-title{
	text-align:left;
}

/* 見出し */
.s-diag ol.flow li h4{
	padding-left:55px;
	margin-left:70px;
	font-size:1.8rem;
}

.s-diag ol.flow li h4:before{
	width:44px;
	height:44px;
	margin-right:10px;
	font-size:2.5rem;
	text-align:center;
	line-height:44px;
	background:#efbe5e;
	border-radius:22px;
	position:absolute;
	top:50%; left:0;
	margin-top:-22px;
}




/*------------------------------------------------------------
 モデルケース・成功事例
------------------------------------------------------------*/
.example{
}

.example h3{
    margin:10px auto;
    padding:0;
    color:rgba(65,155,170,1);
    font-size:1.7rem;
    letter-spacing:normal;
}

.example h3:after{
    content:none;
}

.example h4{
    margin-bottom:20px;
    padding:15px;
    text-align:center;
    font-size:1.8rem;
    border-top:2px solid #333333;
    border-bottom:2px solid #333333;
}

.example section{
    margin-bottom:50px;
    padding:20px 30px;
    background-color:rgba(255,255,255,0.7);
    border-radius:5px;
    border:4px solid rgba(65,155,170,0.8);
}


/* 画像
----------------------------------------------- */
.example a{
    padding:5px;
    border-bottom:none;
    transition:all 0.2s;
    position:relative;
}

.example a:after {
    content:"";
    display:block;
    width:20px;
    height:20px;
    background-image:url(../img/article/ico_zoom.png);
    background-repeat:no-repeat;
    background-size:contain;
    opacity:0.8;
    position:absolute;
    top:12px; right:12px;
}

.example a:hover{
    opacity:0.8;
}

.example figure{
    display:-webkit-flex;
    display:flex;
    margin:20px 0;
}

.example figure a{
    width:calc(100%/3);
}

.example .textsec figure img{
    margin:0;
    border:2px solid #ffffff;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.1);
}



/* テキスト
----------------------------------------------- */
.example dl{
    margin-bottom:20px;
}

.example dl span{
    margin:4px;
}

.example dl span dt{
    width: 100px;
    padding:1px 5px;
    letter-spacing:2px;
    text-align: center;
    font-size:1.5rem;
    background:rgba(65,155,170,0.9);
    color:#fff;
    border-radius:2px 2px 0 0 ;
}

.example dl span dd{
    padding:15px 20px;
    border-top:2px solid rgba(65,155,170,0.9);
    background-color:#F3F3F3;
    border-radius:0px 0px 2px 2px;
}


/* 注釈付き画像
----------------------------------------------- */
.example dl.imagedl{
    display:block;
    width:80%;
    margin:10px auto;
    padding:20px;
    text-align:center;
    background-color:rgba(65,155,170,0.08);
}

.example dl.imagedl dd{
    font-size:1.3rem;
}

.example dl.imagedl dd h5{
    font-size:1.4rem;
}

.example dl.imagedl figure{
    width:80%;
    margin:10px auto;
}

.example dl.imagedl a{
    width:50%
}



/*------------------------------------------------------------
 運営主体
------------------------------------------------------------*/
.company{
}

.company small{
	display:block;
	margin-top:-10px;
	text-align:center;
	font-size:1.2rem;
	color:#595044;
}

.company .note{
	padding:20px;
	width:500px;
	background:none;
}

.company .note dl{
	margin-bottom:10px;
}

.company .note dt,
.company .note dd{
	display:inline-block;
}

.company .note dt{
	width:100px;
	margin-right:20px;
	line-height:1.8rem;
	text-align:center;
	font-weight:normal;
	color:#ffffff;
	background:#333333;
	border-radius:10px;
}

.company .gmap{
	text-align:center;
}

.company .gmap h3{
	margin-bottom:10px;
}

.company .gmap iframe{
	width:600px;
	height:450px;
}




/*------------------------------------------------------------
 個人情報保護方針
------------------------------------------------------------*/
.policy{
	width:600px;
	margin:0 auto;
}

.policy h3{
	padding-left:8px;
	border-left:10px solid #419baa;
	margin-bottom:10px;
}

.policy p{
	margin-bottom:40px;
}

.policy .note dl{
	margin-bottom:5px;
}

.policy .note dt,
.policy .note dd{
	display:inline-block;
}

.policy .note dt{
	width:100px;
}




/*------------------------------------------------------------
 新着情報
------------------------------------------------------------*/
.news{
	width:600px;
	margin:0 auto;
}

.news ul li.info-list{
	margin-bottom:80px;
}

.news ul li.info-list p.date{
	color:#419baa;
	text-align:center;
}

.news ul li.info-list h4{
	display:table;
	padding:4px 40px;
	margin:5px auto 20px auto;
	text-align:center;
	font-size:1.8rem;
	color:#ffffff;
	background:#419baa;
	border-radius:24px;
	position:relative;
}

.news ul li.info-list h4:after{
	content:"";
	height:0; width:0;
	border:solid transparent;
	border-color:rgba(0,0,0,0);
	border-width:6px;
	border-top-color:#419baa;
	position: absolute;
	top: 100%; left:50%;
	margin-left:-6px;
}

.news img{
    display:block;
	margin:10px auto;
}


/*------------------------------------------------------------
 物件一覧を見る
------------------------------------------------------------*/
.article-link{
}

.article-link .note{
	text-align:center;
	position:relative;
}

.article-link .note:after{
  content:"";
  display:block;
  width:140px;
  height:110px;
  background-image:url(../img/page/leave/fig_invst.png); 
  background-repeat:no-repeat;
  background-size:contain;
  position:absolute;
  bottom:0; right:0;
}

.article-link .note a.btn {
    min-width:300px;
}





/*------------------------------------------------------------
 404 notfound
------------------------------------------------------------*/
.notfound{
	text-align:center;
}

.notfound img{
	width:145px;
	height:150px;
	margin:20px;
}









/*------------------------------------------------------------
 XXX
------------------------------------------------------------*/

/* 
----------------------------------------------- */














