/* CSS Document */


/* MainVisual */

#mainvisual{
	background:url("/educate/sougou/graduateschool/images/mainvisual_sp.jpg") no-repeat center top;
	background-size:cover;
	height:500px;
	margin-top:40px;
	text-align: center;
}

#mainvisual span{
	color: #018843;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 0 20px #fff;
}

@media screen and (min-width:575px){
	#mainvisual{
		background:url("/educate/sougou/graduateschool/images/mainvisual_pc.jpg") no-repeat center bottom;
		background-size:cover;
		height:610px;
		padding-top:60px;
	}
	
	#mainvisual span{
		font-size: 26px;
	}
}
@media screen and (min-width:768px){
	#mainvisual{
		height:910px;
		padding-top:120px;
	}
	#mainvisual span{
		font-size: 32px;
	}
}

/* TOPページ */

#topAbout{
	background-color:white;
	margin-top:-200px;
	margin-bottom: 40px;
}
#topAbout h1{
	border-left : 2px solid #018843;
	border-right: 2px solid #018843;
	
	padding: 15px 0;
	margin-top: 50px;
	margin-bottom: 50px;
	
	color:#018843;
	font-size:26px;
	text-align: center;
	letter-spacing: 0.15em;
	font-weight: bold;
}

#topAbout h1 strong{
	display: block;
	color:black;
	font-size: 40px;
}

#topAbout p{
	font-size: 20px;
	margin-bottom: 50px;
	line-height: 200%;
}

#topAbout>div{
	max-width: 700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
}

#topAbout a{
	background-color: #018843;
	display: block;
	width: 320px;
	height: 65px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 65px;
	color:white;
	font-weight: bold;
}
@media screen and (min-width:576px) and (max-width:991px){
	#topAbout{
		margin-top: -100px;
	}
	#topAbout h1{
		margin-left: 20px;
		margin-right: 20px;
	}
	#topAbout p{
		font-size:18px;
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (max-width:575px){
	#topAbout{
		margin-top:0;
	}
	#topAbout h1{
		font-size:18px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#topAbout h1 strong{
		font-size:28px;
	}
	#topAbout p{
		font-size:16px;
		margin-bottom: 20px;
	}
	#topAbout a{
		width: 100%;
	}

}


/* TOPページ NEWS */

#topNewsWrap{
	max-width: 920px;
	background-color: #f8f8f8;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	padding: 40px;
}
#topNewsWrap h2{
	color: #018843;
	border-bottom: 2px solid #018843;
	padding-bottom: 10px;
	margin-bottom: 25px;
}



