@charset "utf-8";

@media screen and (min-width: 768px) {
	
.sptag{
		display: none !important;
		
	}
content{
	width:1000px;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
	
	h2{
		font-size:34px;
		padding-bottom:3px;
		border-bottom:solid 3px #FBB03B;
		margin-bottom: 20px;
		font-family:"游明朝体" , "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
	}
	
	h2 + p{
		font-size:24px;
		margin-bottom:30px;
		font-family:"游明朝体" , "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","Sawarabi Mincho", serif;
	}
	
	.educational_box{
		width:100%;
		padding:10px;
		margin-bottom: 20px;
	}
	
	.educational_box h3,
	.gasshuku h3{
		font-size:24px;
		margin-bottom:15px;
	}
	
	.educational_box p{
		width:55%;
		font-size:16px;
	}
	.educational_box img{
		width:40%;
	}
	
	.gasshuku{
		width:100%;
		padding:20px;
		background-color: #EEEEEF;
		margin-bottom: 30px;
		
	}
	
	.gasshuku h3{
		font-size:24px;
		color:#014bba;
	}
	.gasshuku p{
		width:70%;
		font-size:16px;
		
	}
	.gasshuku_image{
		width:25%;
	}
	
	.gasshuku_image img{
		width:100%;
	}
	
	.gasshuku_image img:nth-child(2),
	.gasshuku_image img:nth-child(3){
		width:50%;
	}
}







/*spここから*/
@media screen and (max-width: 767px) {

.pctag{
	display: none !important;
	}
	
content{
	width:100%;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
	
	
h2{
		font-size:1.6rem;
		padding:2%;
		/*border-bottom:solid 3px #FBB03B;*/
		margin: 12% 0 3%;
		background-color:#FBB03B;
		color:#fff;
		text-align: center ;
		/*font-family:"游明朝体" , "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",Sawarabi Mincho", serif"*/
	}
	
	
	h2 +p{
		text-align: left;
		font-size:1.1rem;
		margin-bottom: 3%;
		padding:3%;
		font-family:"游明朝体" , "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",Sawarabi Mincho", serif"
	}
	
	.educational_box{
		width:100%;
		padding:0 3% 3% ;
		margin-bottom: 5%;
		
	}
	
	.educational_box h3{
		font-size:1.2rem;
		margin-bottom:3%;
		background-color: #F9E5D2;
		padding:3%;
	}
	
	.gasshuku h3{
		font-size:1.2rem;
		margin-bottom:3%;
	}
	
	.educational_box p{
		width:100%;
		padding:3% 0;
		font-size:1.0rem;
		line-height: 1.65;
		
	}
	.educational_box img{
		width:100%;
	}
	
	.gasshuku{
		width:100%;
		padding:5%;
		background-color: #EEEEEF;
		margin-bottom: 7%;
		
	}
	
	.gasshuku h3{
		font-size:1.4rem;
		color:#014bba;
	}
	.gasshuku p{
		width:100%;
		font-size:1.0rem;
		line-height: 1.65;
		
	}
	.gasshuku_image{
		width:100%;
		margin-bottom: 3%;
	}
	
	
	
	.gasshuku_image img:nth-child(1),
	.gasshuku_image img:nth-child(2){
		width:50%;
		float:left;
		
	}
	
	.gasshuku_image img:nth-child(3){
		display: none;
	}
}