@charset "utf-8";
@media screen and (max-width: 700px) {
body {
	min-width: 100%;
}
h1{
	font-size: 20px;
	padding: 50px 0 50px;
}
h2{
	font-size: 80px;
	margin-bottom: 80px;
}
h2 span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	width: 90%;
}
p.text{
	font-size: 16px;
	width: 90%;
	text-align: left;
	margin-bottom: 50px;
}
#footer {
	position: static;
}
}