@charset "UTF-8";
/*------------------------------------------------------------section*/
/*section01*/
#sec01 {
	text-align: left;
}
#sec01 h1 {
	text-align: center;
}
#sec01 p:first-of-type {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #000;
}
#sec01 dl dt {
	font-size: 18px;
    font-family: "NotoSerifBold";
	margin-bottom: 3px;
}
#sec01 dl dd {
	margin-bottom: 15px;
}
#sec01 dl dd:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #000;
}
