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


.mb10{
	margin-bottom: 10px!important;
}

.review_ttl{
	font-size: 32px;
	text-align: left;
	color: #154a7c;
	font-weight:bold;
	margin-bottom: 35px;
}
@media screen and (max-width:786px){
	.review_ttl{
		margin-bottom: 15px;
		font-size: 24px;
	}
}

.review_ttl span{
	font-size: 18px;
	color: #333333;
	display: block;
	font-weight: normal;
}
@media screen and (max-width:786px){
	.review_ttl span{
	font-size: 15px;
	}
}


.inc_inner{
	width: 1100px;
	margin: auto;
	max-width: calc(100% - 40px);
	margin-top: 50px;
}



/*******
eventreview_box
*******/

.eventreview_box{
	margin-bottom: 70px;
	position: relative;
}

.inc_inner .eventreview_box{
	margin-bottom: 20px;
	position: relative;
}


.eventreview_box .logo{
	position: absolute;
	right: 0px;
	top: 20px;
	width: 390px;
	max-width: 100%;
}
@media screen and (max-width:1080px){
	.eventreview_box .logo{
		position: relative;
		top: 0px;
		margin-bottom: 30px;
		margin-left: 0px;
		text-align: center;
		margin: auto;
	}
}


.eventreview_box .logo img{
	max-width: 100%;
}


.eventreview_box .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.eventreview_box .flex .panel{
	width: 250px;
	display: block;
	text-decoration: none;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 40px;
}
@media screen and (max-width:1150px){
	.eventreview_box .flex .panel{
		width: calc(25% - 5px);
	}
}
@media screen and (max-width:786px){
	.eventreview_box .flex .panel{
		width: calc(50% - 5px);
	}
}
.eventreview_box .flex .panel .img{
	margin-bottom: 5px;
	overflow: hidden;
	transition-duration: 0.3s;
}
.eventreview_box .flex .panel img{
	max-width: 100%;
	transition-duration: 0.3s;
}
.eventreview_box .flex .panel:hover img{
transform: scale(1.2) 
}
.eventreview_box .flex .panel .ty1{
	color: #164a7c;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
}
.eventreview_box .flex .panel .ty2{
	font-size: 16px;
	text-align: left;
	color: #333333;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}
.eventreview_box .flex .panel .arrow{
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	width: 100%;
	background: url("toparrow.png")no-repeat 96% center;
	background-size: 20px 17px;
	background-color: #154a7c;
	padding: 12px 0 12px 0px;
	color: #ffffff;
	transition-duration: 0.3s;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;	
}
@media screen and (max-width:600px){
	.eventreview_box .flex .panel .arrow{
		font-size: 11px;
	}
}
.eventreview_box .flex .panel:hover .arrow{
	background: url("toparrow.png")no-repeat 120% center;
	background-size: 20px 17px;
	background-color: #000000;
}







.eventreview_box .flex2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.eventreview_box .flex2 .panel{
	width: 350px;
	display: block;
	text-decoration: none;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 40px;
}
@media screen and (max-width:1150px){
	.eventreview_box .flex2 .panel{
		width: calc(33% - 5px);
	}
}
@media screen and (max-width:786px){
	.eventreview_box .flex2 .panel{
		width: calc(50% - 5px);
	}
}
.eventreview_box .flex2 .panel .img{
	margin-bottom: 5px;
	overflow: hidden;
	transition-duration: 0.3s;
}
.eventreview_box .flex2 .panel img{
	max-width: 100%;
	transition-duration: 0.3s;
}
.eventreview_box .flex2 .panel:hover img{
transform: scale(1.2) 
}
.eventreview_box .flex2 div.panel:hover img{
transform: scale(1) 
}

.eventreview_box .flex2 .panel .ty1{
	color: #164a7c;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
}
.eventreview_box .flex2 .panel .ty2{
	font-size: 16px;
	text-align: left;
	color: #333333;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}
.eventreview_box .flex2 .panel .arrow{
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	width: 100%;
	background: url("toparrow.png")no-repeat 96% center;
	background-size: 20px 17px;
	background-color: #154a7c;
	padding: 12px 0 12px 0px;
	color: #ffffff;
	transition-duration: 0.3s;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;	
}
@media screen and (max-width:600px){
	.eventreview_box .flex2 .panel .arrow{
		font-size: 11px;
	}
}
.eventreview_box .flex2 .panel:hover .arrow{
	background: url("toparrow.png")no-repeat 120% center;
	background-size: 20px 17px;
	background-color: #000000;
}



