@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  プライバシーポリシー
**************************************************
--------------------------------------------------*/
.contents_01 h2 {
	margin-top: 40px;
	font-size: 2.4rem;
	font-weight: 700;
}

.contents_01 h3 {
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: 700;
}

.contents_01 p {
	margin-top: 20px;
	line-height: 2;
}

.contents_01 ul,
.contents_01 ol {
	list-style-position: outside;
	margin-top: 20px;
	padding-left: 1.5em;
}

.contents_01 ul {
	list-style-type: disc;
}

.contents_01 ol {
	list-style-type: decimal;
}

.contents_01 ul li,
.contents_01 ol li {
	line-height: 2;
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_01 h2 {
		font-size: 2.0rem;
	}

	.contents_01 h3 {
		font-size: 1.6rem;
	}
}

