.editor-styles-wrapper,
.p-policy__box {
	background: linear-gradient(140deg, rgb(230, 252, 255) 0%, rgb(222, 253, 255) 100%);
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2.3529411765;
	padding-block: 7.125rem;
	padding-inline: 8.625rem;
}

.editor-styles-wrapper h2,
.p-policy__box h2 {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 0.5625rem;
	margin-top: 5rem;
}

.editor-styles-wrapper h2:first-child,
.p-policy__box h2:first-child {
	margin-top: 0;
}

.editor-styles-wrapper p,
.p-policy__box p {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2.3529411765;
}

.editor-styles-wrapper ul li,
.p-policy__box ul li {
	display: grid;
	grid-template-columns: 1em 1fr;
}

.editor-styles-wrapper ul li::before,
.p-policy__box ul li::before {
	content: "・";
	display: block;
}

.editor-styles-wrapper {
	background: #fff;
}

@media screen and (max-width: 767px) {

.editor-styles-wrapper,
.p-policy__box {
	font-size: 0.9375rem;
	line-height: 2.3;
	padding-block: 3.125rem 2.125rem;
	padding-inline: 1.875rem;
}

.editor-styles-wrapper h2,
.p-policy__box h2 {
	font-size: 1.1875rem;
	line-height: 1.5;
	margin-bottom: 1.375rem;
	margin-top: 3.875rem;
}

.editor-styles-wrapper p,
.p-policy__box p {
	font-size: 0.9375rem;
	line-height: 2.3;
}

}

