.categoryTitle{
	background-image: url(./img/categoryImage.jpg);
}
.catch{
	line-height: 2.2;
	text-align: center;
	padding: 36px 0 36px;
	font-size: 18px;
}
.worksList {
	display: flex;
	flex-wrap: wrap;
}
.worksList dl{
	width: 32%;
	margin-bottom: 50px;
}
.worksList dl:nth-child(3n-1){
	margin-left: 2%;
	margin-right: 2%;
}
.worksList dl dt{
	padding-top: 23px;
	height: 56px;
	box-sizing: border-box;
	line-height: 1.3;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 8px;
}
.worksList dl dt.row2{
	padding-top: 0;
}
.worksList dl dt::after{
	content: "";
	bottom: -8px;
	left: 50%;
	margin-left: -39px;
	display: block;
	position: relative;
	width: 78px;
	height: 1px;
	background: #000;
}
.worksList dd figcaption{
	margin-top: 8px;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ W2 JIS2004", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
}
.performance{
	padding: 48px 0 64px;
	background: url(./img/ptnBg.png);
	background-size: 360px auto;
}
.performance h3{
	font-size: 18px;
	text-align: center;
	padding-bottom: 15px;
}
.performance h3::after{
	content: "";
	bottom: -12px;
	left: 50%;
	margin-left: -48px;
	display: block;
	position: relative;
	width: 96px;
	height: 1px;
	background: #000;
}
.performance .perList{
	margin-top: 32px;
	margin-bottom: 29px;
	display: flex;
}
.performance .perList li{
	width:232px;
	margin-right: 10.6px;
}
.performance ul li:last-child{
	margin-right: 0;
}
.performance dl{
	display: flex;
	background: #fff;
	line-height: 1.4;
	font-family: "ヒラギノ角ゴ W2 JIS2004", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	border-bottom: 1px solid #d3d0d0;
}
.performance dl:last-child{
	border-bottom: none;
}
.performance dl dt{
	padding: 15px 8px 15px 44px;
	box-sizing: border-box;
	width: 80%;
	background: url(../common/img/icon_logo.png) 14px 50% no-repeat;
	background-size: 22px auto;
}
.performance dl dd{
	padding: 12px 8px;
	text-align: center;
	width: 20%;
	box-sizing: border-box;
	background: #e9e9e9;
}
br.workbr{
	display:inline;
}
@media screen and (max-width: 976px) {
	article .inner{
		width: 90%;
		margin: 0 auto;
	}
	.catch{
		line-height: 2.2;
		text-align: center;
		padding: 32px 0;
		font-size: 16px;
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.catch{
		font-size: 15.7px;
		width: 92%;
	}
	.worksList dd figcaption{
		line-height: 1.5;
	}
}
@media screen and (max-width: 640px) {
	br.workbr{
	display:none;
}
	.catch{
		width: 90%;
		line-height: 1.5;
		padding: 20px 0 34px;
		font-size: 16px;
		text-align: left;
	}
	.worksList {
		padding-bottom: 32px;
	}
	.worksList dl{
		width: 100%;
		margin-bottom: 32px;
	}
	.worksList dl:nth-child(3n-1){
		margin-left: 0;
		margin-right: 0;
	}
	.worksList dl dt{
		padding-top: 0px;
		height:inherit;
		font-size: 20px;
	}
	.worksList dl dt.row2{
	}
	.worksList dd figcaption{
		font-size: 14px;
	}
	.performance{
		padding: 30px 0 22px;
	}
	.performance h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.performance .perList{
		margin-top: 0;
	}
	.performance > ul{
		margin-bottom: 29px;
		display: block;
	}
	.performance ul li{
		width:130px;
		margin-right: 10.6px;
	}
	.performance ul li:last-child{
		margin-right: 0;
	}
	.performance dl{
		display: block;
		flex-wrap: wrap;
		line-height: 1.4;
		font-size: 16px
	}
	.performance dl:first-of-type{
		margin-top: 32px;
	}
	.performance dl:last-child{
		border-bottom: none;
	}
	.performance dl dt{
		padding: 8px 8px 8px 44px;
		box-sizing: border-box;
		width: 100%;
		background-position: 14px 10px;
	}
	.performance dl dd{
		padding: 4px 8px 4px 44px;
		text-align: left;
		width: 100%;
	}
	.bx-wrapper{
		margin: 0 auto;
	}
}