/* CSS Document */
@charset "utf-8";

#contentsArea {
	background:#ebebeb;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}
#contentsArea .toptext {
	max-width:890px;
	margin:0 auto 40px;
}
#privacy {
	background:#fff;
	padding:60px;
	max-width:770px;
	margin:0 auto;
}
#privacy dl {
	margin-bottom:50px;
}
#privacy dl:last-child {
	margin:0;
}
#privacy dt {
	font-size:22px;
	margin-bottom:20px;
}

@media screen and (max-width: 768px) {
	#contentsArea {
		padding:30px 4%;
	}
	#contentsArea .toptext {
		margin:0 auto 20px;
	}
	#privacy {
		padding:10%;
	}
	#privacy dl {
		margin-bottom:30px;
	}
	#privacy dt {
		font-size:20px;
		margin-bottom:10px;
	}
}
