@charset "utf-8";

/* 画像遅延処理 */
#static .img-lazy {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* メイン画像 */
#static .main-img {
	margin-bottom: 40px;
}

/* セクションタイトル */
#static .section-ttl {
	margin-bottom: 20px;
	font-size: 32px;
	text-align: center;
}

/* NEWS */
#static .news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#static .news-list li {
	width: 157px;
}
#static .news-list a {
	text-decoration: none;
}
#static .news-list img {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#static .news-list p {
	font-size: 13px;
	line-height: 1.4;
}

/* CATEGORY */
#static .category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#static .category-list p {
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#static .category-list img {
	border: 1px solid #ccc;
}

/* カウンセリングバナー */
#static .brand-sub-banner-list {
	text-align: center;
}
