@charset "UTF-8";

@media screen and (max-width:760px){

#main{
	margin:2%;
}


}

@media screen and (max-width:600px){
	
	h1{
	font-size:180%;
	font-weight:bold;
}
	
	.lead{
	text-align:center;
	margin:4% 3%;
}

.font01{
	font-size:160%;
}

p{
	font-size:130%;
}

#attent>p{
	font-size:110%;
}
}

@media screen and (max-width:375px){
	
h1{
	font-size:125%;
}
	
.lead{
	text-align:center;
	margin:4% 3%;
}

.font01{
	font-size:110%;
	font-weight:bold;
}

p{
	font-size:105%;
}

#attent>p{
	font-size:98%;
	line-height:1.3;
}

.footer{
	font-size:100%;
}
}