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

#static .vlt-link {
	text-decoration: none;
}

/* brand-link-list */
#static .brand-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	font-size: 14px;
}
#static .brand-link-list a,
#static .brand-link-list a:hover {
	text-decoration: none;
	display: block;
}
#static .brand-link-list li {
	margin-bottom: 12px;
}
#static .brand-link-list img {
	border: 1px solid #d9d9d9;
	width: 100%;
}
/* square-item */
#static .square-item li {
	width: 216px;
}
#static .square-item img {
	height: 216px;
	margin-bottom: 8px;
}
#static .vlt-container {
	display: flex;
}
#static .brandstory-img {
	width: 216px;
	height: 216px;
}
#static .brandstory-para {
	width: 469px;
}
