@charset "UTF-8";
.performance{
	background-color: #ebebf5;
}
#catch {
	position: absolute;
	width: 100%;
	height: 500px;
	margin-top: 70px;
	background-image: url("../image/performance-back.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
}
#performanceContainer{
	width: 100%;
	background-color: #ebebf5;
	padding: 50px 0;
}
.contents{
	left:0;
	right:0;
	margin: 0 auto;
	max-width: 1024px;
}
.performanceGraph{
	margin: 50px 0;
	display: inline-block;
	width: 47.5%;
	padding: 0 1%;
}
@media screen and (max-width: 1024px) {
	.contents{
		width: 90vw;
		padding: 25px 0;
	}
}
@media screen and (max-width: 768px) {
	.performanceGraph{
		margin: 25px 0 25px 0;
		display: inline-block;
		width: 100%;
		padding: 0;
	}
}