@charset "utf-8";

/* CSS Document */

/* img-lazy */
#static .img-lazy {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-position: top;
	background-size: 25px 25px;
}

/* brand-bnr */
#static .brand-bnr {
	margin-bottom: 30px;
}

/* brand-title */
#static .brand-title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

/* square-item */
#static .square-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#static .square-item li {
	width: calc((100% - 40px) / 3);
}
#static .square-item a,
#static .square-item a:hover {
	display: block;
	text-decoration: none;
}
#static .square-item img {
	margin-bottom: 12px;
	border: 1px solid #d9d9d9;
}
#static .square-item p {
	margin-bottom: 10px;
	font-size: 13px;
}
#static .square-item span {
	color: #888;
	font-size: 10px;
}

/* brand-video */
#static .brand-video {
	margin-bottom: 30px;
}
