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

/* ---------------------------------------*/
/* concept */
/* ---------------------------------------*/

.block_eyezone {
	width: 960px;
	margin: 0 auto 30px;
}

.block_eyezone:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.block_eyezone .image {
	float: right;
	margin: 0 0 30px 40px;
}

.block_eyezone .title {
	margin: 0 0 40px;
	font-size: 286%;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.block_eyezone .text p {
	margin: 0 0 2em;
}



.block_kodawari {
	min-width: 960px;
	height: 453px;
	margin: 0 0 40px;
	background: #f2ecea url(/img/concept/img_kodawari.png) no-repeat right 0;
}

.kodawari_text {
	width: 420px;
	margin: 0 auto;
	padding: 60px 540px 0 0;
	color: #64463c;
	text-align: center;
}

.kodawari_text .title {
	margin: 0 0 10px;
	font-size: 357%;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1;
}

.kodawari_text .sub {
	margin: 0 0 40px;
	font-size: 114%;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.kodawari_text .text p {
	margin: 0 0 1.5em;
}



.block_totaleye {
	text-align: center;
}</pre></body></html>