@import url(style_pc.css) screen and (min-width: 813px); /* 769以上 */
@import url(style_sp.css) screen and (max-width: 812px); /* 768以下 */

#contents .single-content p{
	margin-block-start: 1em;
	margin-block-end: 1em;
}

