.center-privacy{
	width: 84%;
	margin: 3rem auto 0;
}
.center-privacy a{
	text-decoration: underline;
}
p{
	/*-webkit-hyphenate-character: auto;*/
	word-wrap: break-word;

	/*-webkit-hyphens: "-";
	-moz-hyphens: "-";
	-ms-hyphens: "-";*/
	/*hyphens: auto;*/
	/*text*/
}
.text-title{
	font-size: 1.3rem;
}
.text-big{
	font-size: 1.2rem;
}
.text-middle{
	font-size: 1.0rem;
	/*font-style: italic;*/
}
.text-small{
	font-size: 0.9rem;
}
.text-indent{
	/*text-indent: 2em;*/
}
.text-bold{
	font-weight: bold;
}
@media screen and (max-width:568px) {
	.center-privacy{
		width: 90%;
		margin:2rem auto 0;
	}
	.text-title{
	font-size: 1.1rem;
	}
	.text-big{
		font-size: 1.0rem;
	}
	.text-middle{
		font-size: 0.9;
	}
	.text-small{
		font-size: 0.8rem;
	}
	.text-indent{
		text-indent: 0em;
	}
	.text-bold{
		font-weight: bold;
	}
}