/* 通報フォーム */
#contents p.lead {
	margin-bottom: 2em;
}
.form-table {
	margin-top: 0;
}
#agree h2 {
	margin: 0 0 20px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
#contents #agree p {
	font-size: 1.2rem;
}
#agree ul {
	font-size: 1.2rem;
	line-height: 1.6;
}
#agree ul li:not(:last-child) {
	margin-bottom: 10px;
}
/* 確認画面 */
.confirm .form-table {
	border-top: solid 1px #bbb;
}
