
.newscon {
   
    margin: 60px auto 60px;
}
#content h4{
	font-size: 25px;
	margin: 8px 0;
	
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	color: #0068cc;
}


#content .entry .entry-content{
    max-width: 100%;
    margin: 0 0;
    padding: 0 0;
}


#content .entry .entry-content > *{
  margin: 25px 0;
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.7;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}




@media screen and (max-width: 750px) {
	
	.newscon {
   
    margin: 10% auto 6%;
}
	#content h4{
	font-size: 22px;
    margin: 0 0;
    line-height: 1.4;
	
	
}
	
	#content .entry .entry-content > *{
    margin: 6% 0;
	
	max-width: 100%;
	font-size: 15px;
		line-height: 1.5;
}
	
	
	
}