@charset "utf-8";
/* CSS Document */
.firstplace-wrapper .mini-ttl {
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
}
.firstplace-wrapper .fp-lead {
	margin-bottom: 20px;
	text-align: center;
}
.firstplace-wrapper .fp-category {
	font-size: 18px;
	font-weight: bold;
	padding: 17px 8px 13px;
	margin-bottom: 40px;
	text-align: center;
}
.firstplace-wrapper .fp-list-bg {
	background-image: url(/src/static/campaign/group/1839/img/keyword_title_bg_pc.png);
}
.firstplace-wrapper .fp-item-category {
	display: inline-block;
	font-weight: bold;
	color: #0096d5;
	margin-bottom: 4px;
}
.firstplace-wrapper .mini-item {
	display: flex;
	width: 720px;
	justify-content: center;
	flex-wrap: wrap;
}
.firstplace-wrapper .mini-item li {
	width: calc(670px / 3);
	text-align: center;
	margin: 0 10px 30px 0;
}
.firstplace-wrapper .mini-item li:last-child {
	margin-right: 0;
}
.firstplace-wrapper .mini-item li img {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #0096d5;
	margin-bottom: 10px;
}
.firstplace-wrapper .mini-item li a {
	text-decoration: none;
}
.firstplace-wrapper .mini-btn {
	width: 240px;
	padding: 10px 5px;
	background: #0096d5;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto 70px;
	font-size: 14px;
}
.firstplace-wrapper .mini-btn a {
	display: block;
	text-decoration: none;
	color: #fff;
}