@charset "UTF-8";

/* ページ内リンク位置調整 */
#food-factory, #store-kitchen, #construction-related {
	margin-top: -120px;
	padding-top: 120px;
}
@media (max-width: 959px) {
	#food-factory, #store-kitchen, #construction-related {
		margin-top: -60px;
		padding-top: 60px;
	}
}

/* 設置事例 */
.example-box {
	max-width: 640px;
	margin: 0 auto;
}
.example-title:before {
	content: "▶";
	color: #ff1400;
}
.example-title {
	font-size: 16px;
	font-size: 1.6rem;
	color: #00ad4a;
}
.example-image {
	
}
.example-caption {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.example-user-name {
	font-size: 14px;
	font-size: 1.4rem;
}
.example-user-comment {
	font-size: 12px;
	font-size: 1.2rem;
}

