.recruit			{width:80%; margin:0 auto;}
ul li				{list-style-type:disc;}
section #go		{ color:blue;}
section #go:hover			{border-bottom:3px solid yellow;}
				
@media screen and (min-width:769px){
h1					{font-size:26px; margin-top:50px;}
h2					{font-size:18px;}

section li			{line-height:28px;}
.recruit			{width:600px; margin:0 auto;}

}
@media screen and (max-width:768px) and (min-width:481px) {
h1					{font-size:3.3vw; margin-top:10%;}
h2					{font-size:3vw;}

section li			{line-height:5.5vh;}
}
@media screen and (max-width:480px) {
h1					{font-size:4vw; margin-top:5%;}
h2					{font-size:3.5vw;}
			

section li			{line-height:5vh;}
}
