@charset "utf-8";
/* CSS Document */

.privacy_txt {
	width:903px;
	font-weight:bold;
	margin-left:50px;
}
@media screen and (max-width: 767px) {
	.privacy_txt{
		width:90%;
		margin:0 auto 30px auto;
		box-sizing:border-box;
	}
	#footer{
		margin-top:50px;
	}
	#contents ul{
		width:90%;
		margin:0 auto;
	}
}