@charset "utf-8";
.cmn_search_area {
	margin-top: 30px;
}
.cmn_mv__ttl {
	max-width: 147px;
	left: 20px;
}
.works_sect {
	padding: 0 30px;
}
.top__works_list > li {
	margin-bottom: 30px;
}
.top__works_list > li:last-child {
	margin-bottom: 0;
}
.top__works_txt {
	font-size: 13px;
}
.top__works_txt_area {
	padding: 15px 15px 30px;
}
.top__works_article_ttl {
	padding: 7px;
}
.top__works_img_area img{
	/* width: 100%; */
	height: auto;
}
.top__works_article_ttl:not(:last-child) {
    margin-right: 10px;
}
.top__works_img_area{
	padding: 10px;
	background-color: #fff;
	min-height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width:768px) {
	.top__works_list li>a{
		height: 100%;
	}
	.cmn_mv__ttl {
		max-width: 270px;
	}
	.top__works_list {
		display: flex;
		flex-wrap: wrap;
	}
	.top__works_list > li {
		width: 100%;
		max-width: calc((100% - 20px)/3);
		margin-right: 10px;
		margin-bottom: 50px;
	}
	.top__works_list > li:last-child{
		margin-bottom: 50px;
	}
	_:-ms-lang(x)::-ms-backdrop, .top__works_list > li {
		max-width: calc((99% - 20px)/3);
	}
	.top__works_list > li:nth-child(3n) {
		margin-right: 0;
	}

}
@media screen and (max-width:1024px) {
}
@media screen and (min-width:1025px) {
	.cmn_search_area {
		margin-top: 80px;
	}
	.cmn_mv__ttl {
		max-width: 378px;
		left: 65px;
	}
	.top__works_list_area {
		width: 940px;
		margin: 0 auto 60px;
	}
	.top__works_list > li {
		max-width: calc((100% - 40px)/3);
		margin-right: 20px;
		margin-left: 0;
	}
}