@charset "utf-8";
/*------------------------------------------------------------
	privacy-policy
------------------------------------------------------------*/
#main {
	padding: 4.4rem 0 19.8rem;
}
#main .textBox {
	width: 91rem;
	margin: 0 auto;
	padding-right: 0.8rem;
	text-align: justify;
}
#main p {
	line-height: 2.05;
}
#main .topText {
	margin-bottom: 11.1rem;
	letter-spacing: 0.07em;
}
#main .textList > li:not(:last-child) {
	margin-bottom: 11.3rem;
}
#main .txtList {
	margin: 2.5rem 0 -1.5rem 3.7rem;
}
#main .txtList li {
	padding: 0 0 1.5rem 1.7rem;
	position: relative;
	line-height: 1.75;
}
#main .txtList li::before {
	position: absolute;
	left: 0;
	top: 1.7rem;
	width: 0.5rem;
	height: 0.5rem;
	background-color: #000;
	border-radius: 100%;
	content: "";
}
@media all and (max-width: 896px) {
	#main {
		padding: 3.1rem 0 9.8rem;
	}
	#main .textBox {
		width: auto;
		margin: 0 1.8rem;
	}
	#main p {
		line-height: 1.875;
	}
	#main .topText {
		margin-bottom: 5.6rem;
		letter-spacing: 0;
	}
	#main .textList > li:not(:last-child) {
		margin-bottom: 5.9rem;
	}
	#main .txtList {
		margin: 1.7rem 1.7rem -1.2rem 1.8rem;
	}
	#main .txtList li {
		padding: 0 0 1.2rem 0.8rem;
		line-height: 1.71;
	}
	#main .txtList li::before {
		top: 1.2rem;
		width: 0.4rem;
		height: 0.4rem;
	}
}