@charset "UTF-8";
/*----------
	サステナビリティ 健康経営
----------*/
/*-----------
	health-policy
----------*/
.health-policy {
	padding: 30px 20px;
	border: 3px solid #EBF4FC;
	text-align: center;
}
.health-policy__title {
	position: relative;
	color: #002266;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}
.health-policy__title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	margin: 20px auto 0;
	background: #0068B6;
}
.health-policy__text {
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.02em;
}
@media (width >= 768px), print {
	.health-policy {
		padding: 50px;
		border-width: 8px;
	}
	.health-policy__title {
		font-size: 3.2rem;
	}
	.health-policy__text {
		margin-top: 30px;
		font-size: 1.8rem;
	}
}

