@charset "utf-8";

/*------------------------------------------------

		privacy-policy

------------------------------------------------*/
.is_privacy-policy h2 {
	border-top: 1px dashed #ccc;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 30px auto 10px;
	padding-top: 30px;
}
.is_privacy-policy .entry-content p {
	margin: 10px auto;
}
.is_privacy-policy .entry-content ol {
	margin: 10px 0 10px 2em;
}
.is_privacy-policy .entry-content ol li {
	list-style-type: decimal;
}
.is_privacy-policy .entry-content ol li + li {
	margin-top: 5px;
}
.is_privacy-policy .wp-block-separator {
	border-bottom: 1px dashed #ccc;
	max-width: inherit !important;
	margin: 40px auto;
	visibility: visible;
	opacity: 1;
}
.is_privacy-policy .wp-block-separator + p {
	font-size: 1.6rem;
	font-weight: 700;
}