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


/*コンテナ */

h2{
	text-align: center;
	font-size:20px;
	font-weight: 300;
	letter-spacing: 0.5em;
	color: #ffd800;
}

h3{
	text-align: center;
	font-size:16px;
	font-weight: 300;
	letter-spacing: 0.5em;
	color: #ffd800;
}

.edu_container{
	display: flex;
	width: 100vw;
	flex-wrap:wrap;
	justify-content: center;
}

.edu_pic{
	background-image: url("../img/edu01.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	width: 45vw;
	min-width: 310px;
	margin: 2vw 2vw;
	height:50vw;
	
}

.edu_tex{
	width: 40vw;
	min-width: 310px;
	height:640px;
	margin: 2vw 2vw;
	overflow: auto;
	border-radius: 10px;
	border: solid 3px #ffd800;
	
}

.edu01{
	font-size:14px;
	font-weight: 200;
	width: 38vw;
	min-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:600px){
	
.edu_tex{

	height:52vw;

	
}
.edu01{

	text-align: left;

}

}
