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

.int-wrap.news-wrap.news-detail .article-content .content.Regular p{
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.int-wrap.news-wrap.news-detail .article-content .content.Regular p:first-child {
	font-size: 0.6em;
	margin-bottom: 15px;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	.int-wrap.news-wrap.news-detail .article-content .content.Regular p{
		font-size: 1em;
	}
	
	.int-wrap.news-wrap.news-detail .article-content .content.Regular p:first-child {
		font-size: 0.8em;
	}
	
	.int-wrap.news-wrap.news-detail .article-content .content.Regular p:first-child::first-letter {
		font-size: 1em;
		padding: 0;
	}
}

