@charset "utf-8";


/**************************************************50
 * link
 **************************************************/
#link h2{
	color: #1CACCA;
	font-weight: bold;
}
#link a{
	display: inline-block;
}
#scholarship{
	width: 210px;
}
@media screen and (max-width:767px){
	#link{
		margin-bottom: 6.25%
	}
	#link h2{
		padding: 0 3.125%;
	}
	#link a{
		margin-bottom: 3.125%;
		padding: 0 3.125%;
		word-break: break-all;
	}
}
@media screen and (min-width:768px){
	#link{
		margin: 0 auto 50px;
		max-width: 900px;
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	#link h2{
		margin-bottom: 5px;
	}
	#link a:not(:last-child){
		margin-bottom: 30px;
	}
}

