@charset "UTF-8";
/* ========================================
内部通報制度について
======================================== */
.wrap_whistle_blowing_contents {
	margin-top: 40px;
}

.whistle_blowing_contents {
	margin-bottom: 24px;
}
.whistle_blowing_contents:last-child {
	margin-bottom: 0;
}

.whistle_blowing_txt {
	width: 83.2vw;
	margin: 0 auto;
}
.whistle_blowing_txt p {
	margin-bottom: 8px;
}
.whistle_blowing_txt p:last-child {
	margin-bottom: 0;
}
.whistle_blowing_txt a {
	color: #053A86;
	text-decoration: underline;
}

.ol_whistle_blowing li {
	margin-bottom: 8px;
}
.ol_whistle_blowing li:last-child {
	margin-bottom: 0;
}

.contact_name {
	font-weight: bold;
	margin-bottom: 8px;
}
.contact_name p {
	margin-bottom: 8px;
}

@media (min-width: 769px) {
	/* ========================================
	内部通報制度について
	======================================== */
	.wrap_whistle_blowing_contents {
		margin-top: 48px;
	}
	.whistle_blowing_contents {
		margin-bottom: 48px;
	}
	.whistle_blowing_txt {
		width: 100%;
	}
	.whistle_blowing_txt p {
		margin-bottom: 16px;
	}
	.ol_whistle_blowing li {
		margin-bottom: 8px;
	}
	.contact_name {
		margin-bottom: 8px;
	}
	.contact_name p {
		margin-bottom: 8px;
	}
}