@charset "UTF-8";
/*
Theme Name: エコシステム
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
Text Domain: tk
*/

.moreBtn{padding:10px 20px;display: table; margin:auto; font-weight: bold; color:#646464; cursor:pointer;position: relative;}
main .news-list:not(:last-child){margin-bottom: 20px;}
.moreBtn.boxopen:before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #646464;
	border-right: solid 2px #646464;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 38%;
	left: 5px;
}
.moreBtn.boxclose:before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #646464;
	border-left: solid 2px #646464;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 43%;
	left: 5px;
}
main.next .news-list {
	margin-bottom: 20px;
	max-width: 60%;
}

.logoImage{width: 18%;margin:50px auto 0;} .logoImage img{ display: block;} .eventImg{width: 50%;margin: 0 auto 15px;}.eventImg img{display: block;} 
body > .wrapper {flex:none;}
@media screen and (max-width: 768px) {
	main.next .news-list {
		max-width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.logoImage{width:40%;} 
	.eventImg{width:100%;}
}
