@charset "utf-8";
.newsDtl .title {
	font-size: 1.5em;
	line-height: 1.3;
}
.newsDtl .date {
	font-size: 1em;
	color: var(--Rinnai-Gray-3);
	margin-top: 1em;
}
.newsDtl .content {
	margin-top: 20px;
	font-size: 0.873em;
	line-height: 1.5;
}
.newsDtl img{
	width: revert-layer;
	display: block;
	margin: auto;
}
.newsDtl p{
	/* margin: 20px 0; */
	/* text-indent: 0 !important; */
}
@media (max-width: 767px) {
	.newsDtl .title {
		font-size: 1.3em;
		line-height: 1.5;
	}

	.newsDtl .content * {
		font-size: 1em !important;
		line-height: 1.7 !important;
	}
}
