ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
strong {
	color:#cc0000;
}

h4 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*同意書*/
.douisho {
	margin-bottom: 2rem;
	border: 1px solid #ccc;
	padding: 1rem 2rem;
	background-color: #fdfdfd;
	box-shadow: 4px 4px 0px 0px #eee;
}

/*同意します,チェックボックス*/

.doui_table th {
	width: 50%;padding-left: 1rem;
}
.doui_table td {
	width: 50%;
}

.doui_table {
	background-color: #eeeeee;
}