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


#sidebar dl dd li.brand_concept &gt; a {color:#004097; font-weight:bold;}

#conceptBox {
	position: relative;
}

#conceptBox #imagePhoto {
	text-align: center;
}
#conceptBox #imagePhoto img {
	width: 820px;
}

#conceptTxt {
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
	position: absolute;
	top: 34%;
	text-align: center;
	width: 100%;
	line-height: 2em;
}

#conceptTxt p {
	margin-bottom: 2%;
}

@media screen and (max-width: 599px) {
	#conceptTxt p {
		font-size: 80%;
		line-height: 1.8;
	}
}

@media screen and (max-width: 550px) {
	#conceptTxt p {
		font-size: 70%;
		line-height: 1.6;
	}
}

@media screen and (max-width: 420px) {
	#conceptTxt p {
		font-size: 60%;
		line-height: 1.4;
	}
}</pre></body></html>