.header {
	position: static
}
.head_hidden.header {
	position: fixed
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.content .title {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-top: 72px;
}
.content .text-con {
	margin: 20px 0 30px 0
}
.content .text-con p {
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.text-con .paragraph {
	margin-top: 30px;
}


@media screen and (max-width: 768px) {
	.privacy-wrap .content {
		width: 100%;
	}
	.content .text-con {
		padding: .1rem .2rem
	}
	.content .title {
		font-size: .2rem;
    padding-top: .3rem
	}
	.content .text-con p {
		font-size: 14px;
	}
	
}