<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/************************************************
目次
************************************************ */

/*** 目次見出し ***
- Reset default browser CSS
- Global Elements
- CSS Library
- Layout
- header
- menu
- mainimage
- pankuz
- content
- sidebox
- pagetop
- footer

*/

/* ============================
   Reset default browser CSS.
/* ============================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
blockquote{
	quotes: none;
}
blockquote:before, blockquote:after{
	content: '';
	content: none;
}
del{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}


/* ============================
   Global Elements
/* ============================ */

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color: #000;
	line-height: 18px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック",verdana,Osaka,"MS PGothic",Sans-Serif;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}
a:link {
	color: #010101;
}
a:visited {
	color: #010101;
}
a:active,
a:hover {
	color: #666;
}

/* Images
----------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}

/* ============================
   Original CSS Library
/* ============================ */

/* フォント
----------------------------- */
.bold	{ font-weight: bold; }
.font-small{ font-size: 0.85em !important;}

/* 画像
----------------------------- */
img.f_left{ margin: 0 20px 20px 0; }
img.f_right{ margin: 0 0 20px 20px; }
img.border{ padding: 3px; background: #ffffff; border: 1px solid #e8e8e8;}

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap;}
.width50{width: 50% !important;}
.width100{width: 100% !important;}

/* 余白
----------------------------- */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 0 !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top10		{padding-top: 10px !important;}
.p_right10	{padding-right: 10px !important;}
.p_bottom10	{padding-bottom: 10px !important;}
.p_left10	{padding-left: 10px !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_right30	{padding-right: 30px !important;}
.p_bottom30	{padding-bottom: 30px !important;}
.p_left30	{padding-left: 30px !important;}
.p_top40	{padding-top: 40px !important;}
.p_right40	{padding-right: 40px !important;}
.p_bottom40	{padding-bottom: 40px !important;}
.p_left40	{padding-left: 40px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}


/* ============================
   content
/* ============================ */
#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#content {
	background: #fff;
	/zoom : 1;
}
#content:after{content : ''; display : block; clear : both;}

#content,
#content input{
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	padding:5px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

/* 見出し
----------------------------- */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content h1.entry-title{
	font-weight: bold;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 20px;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #000;
	border-top: 3px solid #0080cc;
	padding-top: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
}
#content h1.entry-title #pankuzu{
	font-weight: bold;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 15px;
	font-family: "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	color: #808080;
}
#content h1.entry-title #pankuzu a{
	color: #77cefc;
}
.home h2,
#sidebox h2{
	color: #000;
	background: none;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin-bottom: 25px;
	padding: 0;
	font-size: 30px;
	border:none !important;
}
.home h3{
	color: #000 !important;
	margin: 0 0 5px 0 !important;
}
#content h2{
	background: none;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
	font-size: 24px;
	position: relative;
}
#content h3{
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #0080CC;
	font-size: 16px;
	clear: none;
}

/*　　トップページ　　*/
a:hover{
	opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -webkit-opacity:0.8;
}
body,input,textarea {
	color: #000;
	line-height: 1.5em;
	font-size: 11px;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
body{
	background-position:center top;
}
#wrap{
	width:100%;/*★*/
	margin:0 auto;
	background-color:#fff;
	/*border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;*/
}
#main{
}
div.mainimage{
	text-align: center;
	background: url(../images/lp_bg_mainimage.jpg) 0 0 repeat-x;
	position: relative;
	}
div.mainimage img{
	max-width: 100%;
	}
	
/*キャンペーン画像*/

div.campaign_bnr {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 1;
}
	
/*ページトップ部分*/
#top_width{
	width:100%;
	height:29px;
	padding:8px 0 0 0;
	box-shadow:rgba(151, 150, 150, 0.65098) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(151, 150, 150, 0.65098) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(151, 150, 150, 0.65098) 0px 0px 3px 1px;
	z-index: 100;
	position: relative;
	background:url(../images/bg_top_width.jpg) 0 0 repeat-x #fff;
}
#top_content{
	width:920px;
	padding:0;
	margin:0 auto;
	display:block;
}
#top_content p{
	float:right;
	margin:0;
	padding:3px 0 0 0;
}
#top_content span{
	font-size:24px;
	font-weight:bold;
	color:#c91818;
	padding-left:10px;
	vertical-align:middle;
}

/*フッター*/
#footer{
	padding:40px 0 20px 0;
	margin: 0 0 0 0;
	text-align:center;
	color:#fff;
	background-color:#666;
}
#footer img{
	padding:0 0 0 1em;
}
.copyright{
	font-size:9px;
}
/*footer_open*/
#footer ul{
	width:800px;
	padding:20px 0;
	margin:0 auto;
	font-size:11px;
	letter-spacing: -.40em; 
}
#footer ul li{
	line-height:1.7em;
	list-style:none;
	margin:0;
	padding:0 5px 0 0;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#footer ul li a{
	text-decoration:none;
	color:#fff;
}
#footer ul li::after{
      content:"|";
      padding:0 0 0 0.5em;
}
#footer ul li:last-child::after{
      content:none;
}
#footer #btn_close{
	display:inline-block;
}
#footer #btn_close img{
	vertical-align:bottom;
}





/* 161118_LP */

/* コンテナ */
#readerArea {
	margin: 0 0 50px 0;
	background-color: #f2f2f2;
}
	#readerArea_inner {
		width: 860px;
		text-align: center;
		padding: 30px 0;
		margin: 0 auto;
	}
	#readerArea_inner p {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.8em;
		margin: 0 0 20px 0;
	}

	#readerArea_inner ul {
		margin: 0;
		padding: 0;
		font-size: 0;
	}
		#readerArea_inner ul li {
			vertical-align: middle;
			height: 85px;
			text-align:center;
			padding: 0;
			font-size: 12px;
			color: #fff;
			display: inline-block;
			background-color: #1e98df;
			text-align: center;
			position: relative;
			width: 30%;
			margin: 1%;
			border-radius: 10px;
			box-shadow: 0 4px 0 rgba(23,121,192,1);
		}
			#readerArea_inner ul li a {
				border-radius: 10px;
				display: flex;
				padding: 0 65px 0 30px;
				align-items: center;
				height: 100%;
				color: #fff;
				font-weight: bold;
				line-height: 1.7em;
				font-size: 16px;
				text-align: left;
				text-decoration: none;
				background: url(images/lp_icon_maru.png) no-repeat 92% 50%;
			}
			#readerArea_inner ul li:hover {
				box-shadow: none;
				transform: translate3d(0, 4px, 0);
			}
/* 物件リスト */
#lp_list {
	width: 860px;
	margin: 0 auto 50px auto;
	
	}

#lp_list h2 {
	color: #0f225f;
	font-size: 30px;
	padding: 18px 30px;
	margin: 0 0 30px 0;
	background: url(../images/lp_h3.png) no-repeat left 50%;
}
#lp_list h3 {
	background-color: #0f225f;
	padding: 15px 15px;
	margin: 0 0 0 0;
	color: #fff;
	line-height: 1.5em;
	font-size: 20px;
}
	#lp_list h3 span {
		color: #0f225f;
		background-color: #fff;
		padding: 5px 10px;
		line-height: 1.5em;
		margin-right: 20px;
		font-size: 14px;
	}

section {
	margin: 0 0 30px 0;
	border: 1px solid #e7e7e7;
	width: 860px;
	clear: both;
}
.detailBox {
	padding: 20px;
	overflow: hidden;
}
	.detailBox .detail_imgArea {
		width: 320px;
		float: left;
	}
	.detailBox .detail_txtArea {
		width: 480px;
		float: right;
	}
	.detailBox .detail_txtArea table {
		font-size: 14px;
		width: 100%;
		margin: 5px 0 25px 0;
	}
		.detailBox .detail_txtArea table th {
			vertical-align: middle;
			border: 1px solid #e7e7e7;
			background-color: #f2f2f2;
			padding: 8px 15px;
			color: #010101;
			white-space: nowrap;
		}
		.detailBox .detail_txtArea table td {
			vertical-align: middle;
			border: 1px solid #e7e7e7;
			padding: 8px 15px;
			color: #010101;
		}
		.detailBox .detail_txtArea table td.price {
			color: #ff0000;
			font-weight: bold;
			white-space: nowrap;
			width: 25%;
		}
	.detailBox .detail_txtArea p.detailreadTxt {
		color: #0f225f;
		margin: 0 0 15px 0;
		padding: 0;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
	}

	.detailBox ul {
		margin: 0;
		padding: 0;
		font-size: 0;
	}
		.detailBox ul li {
			margin: 1.5%;
			width: 47%;
			text-align:center;
			padding: 0;
			font-size: 12px;
			color: #fff;
			display: inline-block;
			border-radius: 20px;
		}
		.detailBox ul li:first-child { background-color: #0f225f; box-shadow: 0 3px 0 rgba(3,15,52,1); }
		.detailBox ul li:last-child { background-color: #2d9200; box-shadow: 0 3px 0 rgba(35,126,0,1); }
		.detailBox ul li a {
			color: #fff;
			display: block;
			border-radius: 6px;
			padding: 10px 20px;
			text-decoration: none;
		}
			.detailBox ul li:hover {
				box-shadow: none;
				transform: translate3d(0, 3px, 0);
			}

/* ページナビ */
#pagenaviList {
}

	#pagenaviList ul {
		margin: 0;
		padding: 0;
		font-size: 0;
		text-align: center;
	}
		#pagenaviList ul li {
			text-align:center;
			padding: 0;
			font-size: 12px;
			display: inline-block;
			background-color: #f2f2f2;
			margin: 2px;
		}
		#pagenaviList ul li a {
			text-decoration: none;
			display: block;
			color: #797979;
			padding: 7px 10px;
		}
		#pagenaviList ul li a:hover { text-decoration: underline; }
		#pagenaviList ul li.active { background-color: #0f225f; }
		#pagenaviList ul li.active a { color: #fff; }
		#pagenaviList ul li.active a:hover { text-decoration: underline; }
		#pagenaviList ul li.all { background-color: #666666; }
		#pagenaviList ul li.all a { color: #fff; }
		#pagenaviList ul li.all a:hover { text-decoration: underline; }

/* お客様の声 */
#lp_movie {
	background-color: #64b2ed;
	text-align:center;
	margin: 0;
	padding: 0 0 40px 0;
}
#lp_movie h3 {
	padding: 50px 20px 20px 20px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin: 0 auto 30px auto;
	line-height: 1em;
	font-weight: bold;
	font-size: 32px;
	border-bottom: 1px solid #fff;
}
	#lp_movie h3 span {
		font-size: 15px;
		font-weight: normal;
		margin: 0 0 20px 0;
		display: block;
	}
	#lp_movie ul {
		margin: 0 auto;
		padding: 0;
		font-size: 0;
		text-align: center;
		/*width: 80%;*/
		max-width: 860px;
	}
	#lp_movie ul li {
		text-align:center;
		padding: 0;
		font-size: 15px;
		display: inline-block;
		margin: 20px 0;
		color: #fff;
		width: 200px;
		line-height: 1.4em;
		vertical-align: top;
	}
		#lp_movie ul li a span {
			font-size: 12px;
			background-color: #f2f2f2;
			color: #64b2ed;
			border-radius: 20px;
			padding: 7px 10px;
			display: inline-block;
			margin: 15px 0;
		}
		#lp_movie ul li a {
			text-decoration :none;
		}
		#lp_movie ul li img {
			display: inline-block;
		}
/* お問い合わせ */
#lp_contact {
	background-color: #f2f2f2;
	padding: 50px 0;
	overflow: hidden;
	color: #0f225f;
}
	#lp_contact_inner {
		overflow: hidden;
		/*width: 80%;*/
		max-width: 860px;
		margin: 0 auto;
	}
	#lp_contact h3 {
		color: #0f225f;
		font-size: 30px;
		text-align: center;
		margin: 0 auto 50px 0;
		font-weight: bold;
	}
	#lp_contact h4 {
		color: #0f225f;
		font-size: 25px;
		line-height: 1.5em;
		margin: 30px 0 0 30px;
		padding: 0;
	}
		#lp_contact #mailArea {
			width: 48%;
			height: 250px;
			float: left;
			background-color: #fff;
		}
			#lp_contact #mailArea form,
			#lp_contact #mailArea p {
				margin: 20px 30px;
				line-height: 1.4em;
				font-size: 14px;
			}
			#lp_contact #mailArea form img,
			#lp_contact #mailArea form input {
				vertical-align: middle;
			}
			#lp_contact #mailArea form input[type="text"] {
				height: 34px;
				width: 230px;
				border: 1px solid #0f225f;
			}

		#lp_contact #contactArea {
			width: 48%;
			height: 250px;
			float: right;
			background-color: #fff;
		}
			#lp_contact #contactArea p {
				margin: 20px 30px;
				line-height: 1.2em;
				font-size: 22px;
				font-weight: bold;
				padding: 0 0 0 60px;
				background: url(../images/lp_contact_tel01.png) no-repeat 0 50%;
			}
			#lp_contact #contactArea p span {
				display: block;
				font-size: 15px;
			}
			#lp_contact #contactArea a {
				padding: 30px;
			}
</pre></body></html>