@charset "utf-8";

#wrap article {
  max-width:1000px;
  margin: 30px auto;
  line-height:1.5;
  font-size:1.4rem;
}

#wrap article {
}

#wrap article h3 {
 font-size:2.0rem;
 color: #DC001D;
 margin-bottom:2%;
 font-weight:bold;
 text-align: center;
}

#wrap article h4 {
 font-size:1.6rem;
 margin: 2% auto 1% auto;
 font-weight:bold;
 text-align: center;
}

@media screen and (max-width: 768px) {
	#wrap article {
	  width:98%;
	  padding:1%;
	  margin: 10px auto;
	 min-height:300px;
	  font-size:1.1rem;
	}

	#wrap article h3 {
		font-size: 1.6rem;
		margin-bottom: 4%;
	}

	#wrap article h4 {
	 font-size:1.2rem;
	}
}
