@charset "UTF-8";
/* CSS Document */

#section0{
	background-image: url("../img/bg_content.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#section0 h1{
		font-size:1.8rem; 
	padding-top: 60px;
	padding-bottom: 30px;
	font-weight: bold;
	color: #4c4845;
  font-family:  dnp-shuei-mgothic-std,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#section5{
	font-size: 1rem;
}


@media (min-width: 768px) {
	#section0 h1{
	padding-top: 140px;
	padding-bottom: 60px;
		font-size:2.5rem; 
	}

}
@media (min-width: 1400px) {
	#section0 h1{
	padding-top: 160px;
	}

}