Edit in JSFiddle

<section>
<h1>タイトル</h1>
<p>見出しの次に来るパラグラフだけ</p>
<p>上付きの余白を付けられるよ</p>
<p>( ˘ω˘ )</p>
</section>
h1 + p {
	margin-top: 40px;
}