@charset "UTF-8";
/* ****************************************************************************

イベントリポート

******************************************************************************* */
.reColBox{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reCol{
	width:31%;
	margin-bottom:30px;
	text-align:center;
}
.reCol p{
	margin-top:10px;
	font-size:14px;
}
.reCol_2{
	width:48%;
}
@media only screen and (max-width: 640px) {
.reCol{
	width:48%;
}
.reCol_2{
	width:100%;
}
}





