@charset 'utf-8';
/*
 * name:privacy.css
 * author:Sovanda
*/

/* privacy
------------------------------------------------ */

.privacy__desc { position: relative; max-width: 965px; margin: 0 auto; font-size: 14px; font-size: 1.4rem; letter-spacing: 0.03em; line-height: 2.14; }

/* responsive style 
------------------------------------------------ */
@media screen and (max-width: 768px) {
	.privacy__desc { font-size: 12px; font-size: 1.2rem; line-height: 1.5; letter-spacing: 0.03em; }
}