@CHARSET "UTF-8";

.categoryGoodsInfo {
	display: none;
}

#keyMatchListResults {
	margin-bottom: 60px;
}
.keyMatchListResultsRow {
	clear: both;
	display: flex;
	margin-bottom: 40px;
}
.keyMatchListResultsRow img {
	flex-shrink: 0;
	max-width: 200px !important;
	padding-right: 30px;
}
.keyMatchArea {
	flex-grow: 1;
	vertical-align: top;
}
.keyMatchTitleItemWrap {
	border-bottom: 1px solid #b3b6b7;
	padding-bottom: 0.3em;
	margin-bottom: 0.8em;
}
.keyMatchContentItemWrap {
	margin-bottom: 0px;
}
.keyMatchContentItemWrap p.keyMatchContent {
	margin-bottom: 10px;
}
.keyMatchLinkItemWrap {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#keyMatchListResults {
		margin-bottom: 50px;
	}
	.keyMatchArea {
		font-size: 0.8em;
	}
	.keyMatchBannerImgItemWrap {
		max-width: 40%;
	}
	.keyMatchListResultsRow img {
		flex-shrink: 0;
		max-width: 100% !important;
		padding-right: 20px;
	}
}

/** bndカスタム */
.categoryGoodsList .level_h2 {
	display: flex;
}