@charset "utf-8";

#pakegai {
	width: 720px;
	margin: 0 auto;
}
#pakegai .feature-header img {
	width: 720px;
	height: 150px;
	margin-bottom: 20px;
}
#pakegai .sec-description {
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}

/* カテゴリーバナー3枚 */
#pakegai .feature-category03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#pakegai .feature-category03 li {
	width: 226px;
}
#pakegai .feature-category03 img {
	width: 226px;
	height: 186px;
}
