@charset "UTF-8";
.works {}
.works_title {}
.works_catList {
	list-style: none;
	margin-bottom: 35px;
}
.works_catList > li {}
.works_catList > li:first-child {}
.works_catList > li:last-child {}
.works_catList > li:nth-child(2n+1) {}
.works_catList > li:nth-child(n+3) {}
.works_catList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.works_catList > li > a::before {
	content: "";
}
.works_catList > li > a::after {
	content: "";
}
.works_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 846px;
	margin: 0 auto;
}
.works_list > li {
	width: 48%;
	margin-left: 4%;
}
.works_list > li:first-child {}
.works_list > li:last-child {}
.works_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.works_list > li:nth-child(n+3) {
	margin-top: 4%;
}
.works_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	text-align: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.works_list > li > a::before {
	content: "";
}
.works_list > li > a::after {
	content: "";
}
.works_image {
	padding-bottom: 56.25%;
	background-color: #f2f2f2;
	margin-bottom: 5px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.works_name {
	font-size: 23px;
	line-height: 1.6;
	margin-bottom: 1px;
}
.works_project {
	font-size: 14px;
}
.works_tableWrap {}
.works_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	border: 1px solid currentColor;
	line-height: 1.4;
	word-break: break-word;
}
.works_table > thead {}
.works_table > thead > tr {}
.works_table > thead > tr:first-child {}
.works_table > thead > tr:last-child {}
.works_table > thead > tr > th {
	white-space: nowrap;
	border: 1px solid currentColor;
	font-weight: normal;
	font-size: 16px;
	padding: 6px 5px;
}
.works_table > thead > tr > td {}
.works_table > tbody {}
.works_table > tbody > tr {}
.works_table > tbody > tr:first-child {}
.works_table > tbody > tr:last-child {}
.works_table > tbody > tr > td {
	border: 1px solid currentColor;
	padding: 8px 10px;
	text-align: center;
	font-size: 12px;
}
.works_table > tbody > tr > td:first-child {
	text-align: left;
}
@media screen and (min-width:1000px) {
	.works_catList > li > a:hover {}
	.works_list > li > a:hover {
		opacity: .7;
	}
}
@media screen and (max-width:999px) {
	.works {}
	.works_title {}
	.works_catList {}
	.works_catList > li {}
	.works_catList > li:first-child {}
	.works_catList > li:last-child {}
	.works_catList > li:nth-child(2n+1) {}
	.works_catList > li:nth-child(n+3) {}
	.works_catList > li > a {}
	.works_catList > li > a::before {}
	.works_catList > li > a::after {}
	.works_list {}
	.works_list > li {}
	.works_list > li:first-child {}
	.works_list > li:last-child {}
	.works_list > li:nth-child(2n+1) {}
	.works_list > li:nth-child(n+3) {}
	.works_list > li > a {}
	.works_list > li > a::before {}
	.works_list > li > a::after {}
	.works_image {}
	.works_name {
		font-size: 20px;
	}
	.works_project {
		font-size: 12px;
	}
	.works_tableWrap {}
	.works_table {
		border-spacing: 1px;
	}
	.works_table > thead {}
	.works_table > thead > tr {}
	.works_table > thead > tr:first-child {}
	.works_table > thead > tr:last-child {}
	.works_table > thead > tr > th {
		font-size: 13px;
		padding: 4px 4px;
	}
	.works_table > thead > tr > td {}
	.works_table > tbody {}
	.works_table > tbody > tr {}
	.works_table > tbody > tr:first-child {}
	.works_table > tbody > tr:last-child {}
	.works_table > tbody > tr > td {
		font-size: 11px;
	}
	.works_table > tbody > tr > td:first-child {}
}
@media screen and (max-width:767px) {
	.works {}
	.works_title {}
	.works_catList {
		margin-bottom: 20px;
	}
	.works_catList > li {}
	.works_catList > li:first-child {}
	.works_catList > li:last-child {}
	.works_catList > li:nth-child(2n+1) {}
	.works_catList > li:nth-child(n+3) {}
	.works_catList > li > a {}
	.works_catList > li > a::before {}
	.works_catList > li > a::after {}
	.works_list {}
	.works_list > li {}
	.works_list > li:first-child {}
	.works_list > li:last-child {}
	.works_list > li:nth-child(2n+1) {}
	.works_list > li:nth-child(n+3) {}
	.works_list > li > a {}
	.works_list > li > a::before {}
	.works_list > li > a::after {}
	.works_image {}
	.works_name {
		font-size: 14px;
	}
	.works_project {
		font-size: 10px;
	}
	.works_tableWrap {
		overflow: auto;
	}
	.works_table {
		width: 768px;
	}
	.works_table > thead {}
	.works_table > thead > tr {}
	.works_table > thead > tr:first-child {}
	.works_table > thead > tr:last-child {}
	.works_table > thead > tr > th {}
	.works_table > thead > tr > td {}
	.works_table > tbody {}
	.works_table > tbody > tr {}
	.works_table > tbody > tr:first-child {}
	.works_table > tbody > tr:last-child {}
	.works_table > tbody > tr > td {}
	.works_table > tbody > tr > td:first-child {}
}
