@charset "UTF-8";

.safety-page .m-inner {
	padding: 0 50px;
}

.safety-article {
	margin-bottom: 130px;
}

.safety-article__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.333em;/*16px*/
	margin: 0 0 1.5em;/*18px*/
	font-size: 12px;
	line-height: 1.2;
}

.safety-article__date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: .417em .917em .333em;/*5px 11px 4px*/
	border: 1px solid;
	border-radius: 5px;
	color: var(--color-blue-sub);
}

.safety-article__title,
.safety-article__body h1 {
	margin: 0 0 1.536em;/*43px*/
	color: #333;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
}

.safety-article__body {
	line-height: 1.8;
}

.safety-article__body > * + * {
	margin-top: 2.48em;
}

.safety-article__body h1:not(:first-child),
.safety-article__body h2:not(:first-child),
.safety-article__body h3:not(:first-child),
.safety-article__body h4:not(:first-child),
.safety-article__body h5:not(:first-child),
.safety-article__body h6:not(:first-child) {
	margin-top: 45px;
}

.safety-article__body h1 + *,
.safety-article__body h2 + *,
.safety-article__body h3 + *,
.safety-article__body h4 + *,
.safety-article__body h5 + *,
.safety-article__body h6 + * {
	margin-top: 0;
}

.safety-article__body h2 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
}

.safety-article__body h3,
.safety-article__body h4,
.safety-article__body h5,
.safety-article__body h6 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

.safety-article__body ol {
	margin-left: 1.3em;
}

.safety-article__body ul {
	list-style: disc;
	margin-left: 1.5em;
}

.safety-article__body ul.nostyle {
	list-style: none;
	margin-left: 0;
}

.safety-article__body figure {
	padding: .75em 0;
}

.safety-article__body figcaption {
	padding: .75em 0;
	line-height: 1.5;
}

@media screen and (max-width: 899px) {

	.safety-page .m-inner {
		padding: 0 2%;
	}

	.safety-article {
		margin-bottom: 80px;
	}
	
	.safety-article__meta {
		font-size: 10.5px;
	}

	.safety-article__title,
	.safety-article__body h1 {
		margin-bottom: 1.2em;
		font-size: 21px;
	}

	.safety-article__body h1:not(:first-child),
	.safety-article__body h2:not(:first-child),
	.safety-article__body h3:not(:first-child),
	.safety-article__body h4:not(:first-child),
	.safety-article__body h5:not(:first-child),
	.safety-article__body h6:not(:first-child) {
		margin-top: 35px;
	}

	.safety-article__body h2 {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.safety-article__body h3,
	.safety-article__body h4,
	.safety-article__body h5,
	.safety-article__body h6 {
		font-size: 16px;
	}

	.safety-article__body figure {
		padding: .5em 0;
	}

}
