@charset "UTF-8";

.wrap.lower {
	padding: 64px 0 121px;
}

.lower .privacy h1 {
	font-size: 30px;
}

.lower .privacy h1::before {
	background: url(../img/privacy/privacy-title.webp) no-repeat;
	background-size: contain;
	width: 128px;
	height: 263px;
}

.lower .privacy {
	margin: 0 auto;
	width: 90%;
	max-width: 1010px;
}

.privacy>img {
	display: block;
	margin: 0 auto;
}

.privacy p {
	color: #3D3D3D;
	text-align: left;
	line-height: 1.875;
}

.privacy>p {
	margin-top: 71px;
}

.privacy section {
	padding-top: 64px;
	position: relative;
	margin-top: 39px;
}

.privacy section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}

.privacy section:nth-child(even):before {
	background: url(../img/privacy/deco_1.webp) no-repeat;
	background-size: cover;
}

.privacy section:nth-child(odd):before {
	background: url(../img/privacy/deco_2.webp) no-repeat;
	background-size: cover;
}

.privacy section h2 {
	color: #3D3D3D;
	margin: 0;
}

.privacy section h2::before {
	content: none;
}

.privacy section p {
	margin-top: 39px;
}

.privacy ol {
	counter-reset: counter;
}

.privacy ol li {
	counter-increment: counter;
	color: #3D3D3D;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.875;
	padding-left: 1em;
	position: relative;
}

.privacy ol li::before {
	content: counter(counter)".";
	position: absolute;
	left: 0;
}

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

	.lower .privacy h1 {
		font-size: 18px;
	}

	.lower .privacy h1::before {
		background: url(../img/privacy/privacy-title_sp.webp) no-repeat;
		background-size: contain;
		width: 82px;
		height: 169px;
	}
}

/* sp */

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

	.wrap.lower {
		padding: 48px 0 65px;
		max-width: 100%;
	}

	.privacy>img {
		width: 112px;
	}

	.privacy>p {
		margin-top: 40px;
	}
}