@charset "utf-8";

.box_policy_about {
	width: 100%;
	margin: 0 0 5em 0;
	padding: 0 5%;
}
.box_policy_about article {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	text-align: left;
	line-height: 2;
}
.box_policy_about article h5 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
.box_policy_about article p {
	font-size: 1em;
	margin-bottom: 1.5em;
}

.box_policy_about .note {
	position: relative;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
}
.box_policy_about .note li {
	position: relative;
	padding: 0 0 1.5em 0;
}
.box_policy_about .note li::before {
	position: absolute;
	content: "※";
	top: 0;
	left: -1.4em;
	display: block;
}

.box_policy_about .num {
	margin: 0 0 0 2.0em;
}
.box_policy_about .num li {
	margin: 0 0 1.5em 0;
}

.box_policy_about.bg_green {
	padding-bottom: 5em;
	background-color: #D8F3E6;
}