@charset "utf-8";

article{
	justify-content:center;
}

.title01{
	margin-bottom:20px;
	color:#c80037;
	font-size:20px;
	font-weight:bold;
}

main section{
	margin:20px 0;
}

main dt{
	padding:5px 10px;
	border-left:5px solid #c80037;
	border-bottom:1px dashed #333;
	font-weight:bold;
}

main dd{
	padding:10px;
	line-height:1.6;
}