.policy .pege-heade-inner {
    background: url('../img/policy/policy-header.png') center right no-repeat;
    background-size: contain;
}
.policy-contents{
	padding: 60px 16px;
}
.policy-section {
	margin-bottom: 60px;
}
.policy-section h2 {
	position: relative;
	padding-left: 28px;
	color: #6aa84f;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 500;
}
.policy-section h2::before {
	content: "○";
	position: absolute;
	left: 0;
	top: 8px;
	color: #6aa84f;
	font-size: 20px;
	line-height: 1;
}
.policy-section p{
	font-size: 16px;
	padding-left: 0.6em;
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 2.2em;
}
.policy-section h3 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 6px;
	padding-left: 0.5em;
}
.policy-section h4 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 36px;
	padding-left: 0.5em;
}
.policy-section ul {
	padding-left: 24px;
}
.dot-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.dot-list li {
	position: relative;
	padding-left: 14px;
	font-size: 15px; /* 本文より少し小さく */
	line-height: 2.2em;
}
.dot-list li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 14px; /* 中黒を小さく */
	line-height: 1.7;
	color: #121212;
}
.policy-section .note{
	padding-left: 1em;
}
.policy-section .strong {
	font-weight: bold;
	margin-top: 10px;
}

@media (max-width: 768px) {
.policy-section ul {
    padding-left: 0px;
}
.policy-section p {
    padding-left: 0.3em;
}
.nowrap{
	white-space: nowrap;
}
.pege-header h1 {
    font-size: 27px;
}
.policy .pege-heade-inner {
    background: url('../img/policy/policy-header.png') center right -20px no-repeat;
    background-size: contain;
}
}