/* +++++++++privacy+++++++++ */
.privacy {
	padding-top: 80px;
	padding-bottom: 80px;
}
.privacy .privacy-wrap {
	max-width: 960px;
	margin: 0 auto;
}
.privacy .privacy-list > li {
	counter-increment: privacyNum;
	border-bottom: 1px solid var(--color08);
	margin-top: 60px;
	padding-bottom: 60px;
}
.privacy .privacy-list > li:first-child {
	margin-top: 0;
}
.privacy dl dt {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	padding-left: 25px;
}
.privacy dl dt::before {
	content: counter(privacyNum, decimal-leading-zero) ".";
	display: inline-block;
	color: var(--color01);
	font-size: 2.6rem;
	font-weight: 700;
	vertical-align: -2px;
	padding-right: 5px;
}
.privacy dl dt::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 100%;
	background-color: var(--color01);
	transform: translateY(-50%);
}
.privacy dl dd {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 20px;
}
.privacy dl dd > ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.privacy .privacy-text {
	margin-top: 60px;
}
.privacy .privacy-text p {
	font-size: 1.5rem;
	line-height: 1.8;
}
.privacy .privacy-text p:first-child {
	margin-bottom: 1rem;
}



@media only screen and (min-width: 769px) {
	.privacy {
		padding-top: 116px;
		padding-bottom: 113px;
	}
}