

/*　セクション1　---------------------------------------------------*/
.section1 {
	width:90%;
	margin:0 auto;
	max-width:1280px;
	margin-top:30px;
}
.section1 .row{
	display:flex;
	/*justify-content:space-between;*/
	flex-wrap:wrap;
}
.section1 .col{
	margin:7px;
	width:23%;
	/*background-color:#9ee295;*/
	margin-bottom:40px;
}
.section1 .video_wrap{
	padding-top:100%;
	width:100%;
	/*height:0px;*/
	position:relative;
}
.section1 video{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
	border-radius:10%;
}
.section1 .game_title{
	font-size:18px;
	font-weight:500;
	margin:5px 0;
	text-align:center;
}
@media only screen and (max-width:960px){/*スマホ対応*/
	.section1 .col{
		margin:7px;
		width:45%;
		/*background-color:#9ee295;*/
		margin-bottom:30px;
	}
}

/*section2----------------------------------------------------------*/
.section2{
	width:50%;
	margin:0 auto;
	max-width:1280px;
	margin-top:30px;
}
.section2 .blog_box{
	/*background:#5c9969;*/
	background:#8ECC9B;
	/*border-left:#5c9969 10px solid;*/
	padding:15px;
	border-radius:10px;

	display:flex;
	align-items:center;
}
.section2 .blog_text{
	font-size:24px;
	font-weight:500;
	margin-left:20px;
	color:RGB(255,255,255);
}
@media only screen and (max-width:960px){/*スマホ対応*/
	.section2{
		width:90%;
		margin:0 auto;
		max-width:1280px;
		margin-top:30px;
	}
	.section2 .blog_box{
		padding:10px;
	}
	.section2 .blog_text{
		font-size:20px;
	}
}


/*余白----------------------------------------------------------*/
.yohaku50{
	height:50px;
}
.yohaku100{
	height:100px;
}
.yohaku150{
	height:150px;
}





















