@charset "UTF-8";
/* Body */
body {
	max-width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin: 0;
}
@media (min-width: 641px) {
	.text_small {
		font-size: 13px;
	}
	.text_large {
		font-size: 20px;
	}
	.icon_text p{
		background-image: url(../images/arrow_s.jpg);
		background-repeat: no-repeat;
		background-position: 10px 8px;
		padding-top: 5px;
	  padding-right: 0;
	  padding-bottom: 5px;
		padding-left: 30px;
	}

	#privacy_title {
		position: relative;
		width: 100%;
		height: 100%;
    margin-top: 20px;
    padding-top: 20px;
	}

	#privacy_title img {
    max-width: 100%;
    max-height: 100%;
	}

	#privacy_title p {
		position: absolute;
		top: 0;
		left: 0;
		color: white;
		font-size: 20px;
		padding: 20px 70px;
	}
}


/****             ****/
/****             ****/
/**** mobile mode ****/
/****             ****/
/****             ****/
@media (max-width: 640px) {
	.text_small {
		font-size: 10px;
	}
	.text_large {
		font-size: 15px;
	}
	.icon_text p{
		background-image: url(../images/arrow_s.jpg);
		background-repeat: no-repeat;
		background-position: 10px 8px;
		background-size: auto;
		padding-top: 5px;
	  padding-right: 0;
	  padding-bottom: 5px;
		padding-left: 30px;
	}

	#privacy_title {
		position: relative;
		max-width: 75%;
		max-height: 75%;
	}

	#privacy_title img {
		max-width: 75%;
		max-height: 75%;
	}

	#privacy_title p {
		position: absolute;
		top: 0;
		left: 10%;
		color: white;
	}
}
