@charset "utf-8";
/* =========================================================== */
/* Contents of /sustainability/social/human_capital/voice/voice_01/css/style.css
/* =========================================================== */
.p-voice-article-content {
	margin-top: 30px;
}
.p-voice-article-bold {
	font-weight: bold;
	margin-top: 30px;
}
.p-voice-article-name {
	font-weight: bold;
}
.p-voice-article-notes {
	border: 1px solid #d2d2d2;
	padding: 15px 20px;
	font-size: 1.2rem;
}
.p-voice-article-flex {
	display: flex;
	margin-bottom: 20px;
}
.p-voice-article-flex img {
	width: 110px;
	height: 110px;
	margin-right: 20px;
}
.list_indent {
	list-style-type: none;
	padding: 0;
}
.list_indent > li {
	text-indent: -3em;
	padding-left: 3em;
	line-height: 1.57;
}

@media screen and (max-width: 767px) {
	.p-voice-article-notes {
		padding: 10px 15px;
	}
	.p-voice-article-flex img {
		width: 60px;
		height: 60px;
		margin-right: 15px;
	}
}
