@charset "UTF-8";

/*==================================================
 ワイズ建築の家
================================================== */
.top-topics-item {
	margin: 0 0 .5em;
	padding: 8px;
	border: 1px solid #dfdfdf;
	display: flex;
	justify-content: space-between;
}

.top-topics-item .thumb {
	width: 30%;
	overflow: hidden;
	position: relative;
}

.top-topics-item .thumb img {
	width: 100%;
}

.top-topics-item .texts {
	width: calc(70% - 8px);
}

.top-topics-item .catch {
	margin: 0 0 .3em;
	padding: .5em;
	line-height: 1;
	color: #fff;
	font-size: .9em;
	border-radius: 4px;
	background: #222;
	display: block;
}

.top-topics-item .title {
	line-height: 1.2;
	color: #666;
	font-size: .9em;
}

.top-topics-item .title span {
	margin: .2em 0 0;
	color: #222;
	font-size: 1.5em;
	display: block;
}

/*==================================================
 ショーケース
================================================== */
.works-section {
	padding: 8px;
	background: #222;
}