@charset "UTF-8";
@media screen and (min-width: 768px) {
#header_area {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
	z-index: 3;
	animation:show3 1.0s both;
}
#sp_header {
	display: none;
}
#sb-site {
	padding-top: 150px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#header_area {
	display: none;
}
#sp_header {
	position: fixed;
	width: 100%;
	background: rgba(255,255,255,1.0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
	z-index: 3;
	animation:show3 1.0s both;
}
#sb-site {
	padding-top: 50px;
	background: #FFF;
}
}




/*///////////////////////////////////////
privacy
///////////////////////////////////////*/
#privacy {
	width: 80%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#privacy p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 1em 0;
}
#privacy h3 {
	font-size: 16px;
	font-weight: bold;
}
#privacy ul {
	margin: 0 0 1em 20px;
	padding: 0;
	list-style: decimal;
}
#privacy ul li {
	font-size:14px;
}