@charset "utf-8";

/* index link list*/


/* first-todo */_flowchart.css
/* footer */

#footer {
	height: auto !important;
}
#footer > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	height: auto !important;
	padding: 1.50rem 0;
}

#footer * {
	color: white !important;
}

#footer h5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#footer h5 strong {
	font-size: 1.25rem;
}

#footer h5 span {
	font-size: 1.55rem;
}

#footer h5 em {
	font-size: 0.90rem;
}

#footer address,
#footer-tel p {
	margin-bottom: 8px;
}
