.news_sub_title{
	font-size: 3rem;
}
.flexbox .news_content_txtArea{
	width: 60%;
}
.news_content p{
	width: 100%;
}
.news_rightTxt{
	text-align: right;
}
.news_content_txtArea{
	margin-bottom: 1em;
}
.news_content_txtArea sup{
	font-size: small;
}
.news_contenw_note{
	font-size: 1.5rem;
    text-indent: -2em;
    padding-left: 2em;
}
.news_content_midH{
	margin-top: 2em;
    font-size: 2.5rem;
}
.news_content {
	margin: 0;
	counter-reset: news_content_midH;
}
.news_content_midH::before {
	counter-increment: news_content_midH;
	content: counter(news_content_midH) ".";
	padding-right: 5px;
}
.news_content_midH ~ p{
	padding-left: 1.5em;
}
p.news_content_indent01{
	text-indent: -6em;
	padding-left: 7.5em;
}
p.news_content_title01{
	margin-bottom: 3rem;
	border-bottom: 1.5px #98A6B5 solid;
    padding-bottom: 1rem;
	font-size: 2.5rem;
}
.news_content_title01 span{
	font-size: 2.2rem;
}
@media print, screen and (max-width: 768px){
	.flexbox .news_content_txtArea{
		width: 100%;
	}
	.news_content_midH, .news_content p{
		margin-bottom: 0;
	}
	p.news_content_indent01{
		text-indent: -5.5em;
		padding-left: 7em;
	}
	p.news_content_title01{
		margin-bottom: 3rem;
	}
}