@charset "utf-8";
/* CSS Document */

.max_w1000{
	padding: 80px 5% 80px;
	text-align: justify;
}
.privacy .title{
	font-size: 28px;
	margin-bottom: .3em;
	font-weight: 600;
	color: #234083;
}
.privacy p{
	margin-bottom: 40px;
	font-weight: normal;
}
.privacy  p:last-of-type{margin-bottom: 0;}
.privacy  p a{color: #2379c2;}
@media screen and (max-width: 750px) {
	.max_w1000{padding: 25px 5% 25px;}
	.privacy p{margin-bottom: 20px;}
	.privacy .title{font-size: 20px;}
}
