@charset "utf-8";
/* CSS Document */

/* 社長の想い・こだわり設定 */
@media print,screen and (min-width: 768px){
/* PC用設定 */
}
@media screen and (max-width: 767px){
/* スマホ用設定 */
#contents #thought {
	margin-bottom:25px;
}
#contents #thought h3 {
	margin-bottom:15px;
}
#contents #thought h3 img {
	width:100%;
}
#contents #thought .prologue {
	margin-bottom:20px;
}
#contents #thought .prologue h4 {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #00811E;
	margin-bottom:15px;
}
#contents #thought .reason {
	margin-bottom:20px;
}
#contents #thought .reason h4 {
	font-size: 14px;
	line-height: 1em;
	color: #df7000;
	padding: 7px 5px;
	margin-bottom:15px;
	border: 1px solid #df7000;
	border-left:none;
	border-right:none;
	vertical-align: text-bottom;
}
#contents #thought .reason h4 small {
	margin-top:0.5em;
	font-weight: normal;
	display: block;
	color: #000;
}
#contents #thought .map {}
#contents #thought .map img {
	width:100%;
}
}

