@charset "euc-jp";
h1{
	margin-bottom: 25px !important;
	font-weight: 300 !important;
	color: #000 !important;
	font-size: 22px !important;
}
h2{
	font-size: 18px !important;
	margin-bottom: 10px !important;
}
p{
	line-height: 1.8 !important;
	font-size: 14px !important;
	margin-bottom: 40px !important;
}

@media screen and (max-width: 600px){
	h1{
		margin-bottom: 20px !important;
		font-size: 18px !important;
	}
	h2{
		font-size: 16px !important;
	}
	p{
		margin-bottom: 30px !important;
	}

}