@charset "UTF-8";


/* リストスタイル設定　①②③・・・ */

.list-marunum {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0 !important;
}
ul.list-marunum > li {
	text-indent: -1em;
	padding-left: 1em;
}
.list-marunum001:before {
	content: "① ";
}
.list-marunum002:before {
	content: "② ";
}
.list-marunum003:before {
	content: "③ ";
}
.list-marunum004:before {
	content: "④ ";
}
.list-marunum005:before {
	content: "5";
}


/* リストスタイル設定　Ａ．Ｂ．Ｃ．・・・全角 */

.list-zeneng {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0 !important;
}
ul.list-zeneng > li {
	text-indent: -2em;
	padding-left: 2em;
}
.list-zenengA:before {
	content: "Ａ．";
}
.list-zenengB:before {
	content: "Ｂ．";
}
.list-zenengC:before {
	content: "Ｃ．";
}






