@charset "utf-8";
/* CSS Document */


.performance_article_mv {
	background-image: url(/image/performance/sub_mv.jpg);
}


#performance_article{
	margin: 80px auto;
}
#performance_con{
	width: 80%;
	margin:0 auto;
}
#performance_title p{
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
}
#performance_title h3{
	font-size: 20px;
	font-weight: normal;
	padding: 3px 15px 5px 15px;
	background-color: #004b19;
	color:#FFF;
}

.performance_box{
	width: 95%;
  margin: 0 auto;
}

.box_pic{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:40px;
}
	
.box_pic img {
	width:32%;
	display: inline-block;
    font-size: 0px;
	margin-right: 2%;
	object-fit: cover;
	max-height: 200px;
}

.box_pic img:last-child{
	margin-right: 0;
}		

.performance_box p{
	margin-top:20px;
	text-align: justify;
}	

#performance_article .btn_area{
	margin-top:50px;
}




@media screen and (max-width: 768px) {
#performance_con{
	width: 100%;
}
#performance_title p{
	margin-right:0;	
}
#performance_title h3{
	font-size: 16px;
}
.performance_box{
	width: 100%;
}
.box_pic{
  margin-top:25px;
}

}


@media screen and (max-width: 420px) {
#performance_article{
	margin: 50px auto;
}
.box_pic{
	display: block; 
}
.box_pic img {
	width:100%;
	height: auto;
	margin-right: 0;
	margin-bottom:15px;	
}
.box_pic img:last-child{
	margin-bottom: 0;
}


}




