@charset "utf-8";

/***************************************************************
Result single
****************************************************************/

.result-top {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
}
.result-top__icon {
	display: inline-block;
	max-width: 40px;
	max-height: 40px;
}
.result-categories {
	margin: 10px 0 0 0;
	display: inline-block;
	vertical-align: top;
}
.result-top + .result-categories {
	margin-left: 20px;
}
.result__num {
	display: inline-block;
	vertical-align: top;
	margin: 12px 0 0 15px;
	line-height: 1.5;
	color: #444;
	font-size: 14rem;
}
.result-h1-style {
	margin: 15px 0 30px;
	border-bottom: 4px solid #ddd;
	font-size: 24rem;
	font-weight: bold;
	line-height: 1.7;
	color: #111;
}
.result-post {
}
