.center-privacy{
	width: 84%;
	margin: 0.5rem auto 2rem;
}
.center-privacy a{
	text-decoration: underline;
}
p{
	word-wrap: break-word;
}
.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:1rem 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;
	}
}