@charset "UTF-8";
/*****************************
	stylereset
*****************************/

/* ============================
	 繧ｻ繝溘リ繝ｼ
*/
.mainContainer .contentConteiner:first-child {
	margin-top: -5px;
}
.flowchart section h1 {
	margin-bottom: 20px;
	padding: 10px;
	border-left: 5px solid #680717;
	font-size: 14px;
	font-weight: bold;
	color: #680717;
}
.flowchart section figure {
	text-align: center;
}
.flowchart section dl p {
	margin: 0;
}
.flowchart section > :first-child {
	margin-top: 0;
}
.flowchart section > :last-child {
	margin-bottom: 0;
}

#modalFooter {
	padding: 20px 10px;
	background-color: #680717;
	font-size: 12px;
	color: white;
}

