@charset "utf-8";

#document p {
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 8px;
}
#document table {
	font-size: 14px;
	line-height: 1.9;
}
#document table td {
	padding-bottom: 8px;
}
.title02 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
@media only screen and (max-width: 700px) {
	#document p {
		font-size: 12px;
	}
	#document table {
		font-size: 12px;
		line-height: 1.9;
	}

	.title02 {
		margin-top: 20px;
	}
}