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



	
	
/* privacy
--------------------- */
#privacy {
	width: 100%;
	padding-bottom: 150px;
}
	#privacy .cell {
		margin-bottom: 50px;
	}
		#privacy .cell h3 {
			font-size: 1.7rem;
			font-weight: 500;
			line-height: 1.4em;
		}

		#privacy .cell .txt {
			margin-top: 10px;
		}

		#privacy .cell ul.indent {
			margin-top: 10px;
			padding-left: 35px;
		}
			#privacy .cell ul.indent li {
				font-size: 1.4rem;
				line-height: 2em;
				text-indent: -35px;
			}







/* max 767px */
@media screen and (max-width: 767px) {



	
	
/* privacy
--------------------- */
#privacy {
	padding-bottom: 70px;
}
	#privacy .cell {
		margin-bottom: 30px;
	}
		#privacy .cell h3 {
			font-size: 1.7rem;
		}

		#privacy .cell ul.indent {
			margin-top: 10px;
			padding-left: 35px;
		}
			#privacy .cell ul.indent li {
				font-size: 1.3rem;
				line-height: 1.8em;
				text-indent: -35px;
			}






}