﻿@charset "utf-8";

.indentText{
	padding-left: 2em;
	text-indent: -2em;
}
.indentText02{
	padding-left: 1em;
	text-indent: -1em;
}
#contents .indentText03{
	padding-left: 0;
	text-indent: 0;
}
.listType04_02 > li:first-child:before {
	content: "\2460";
}
.listType04_02 > li+li:before {
	content: "\2461";
}
.listType04_02 > li+li+li:before {
	content: "\2462";
}
.listType04_02 > li+li+li+li:before {
	content: "\2463";
}
.listType04_02 > li+li+li+li+li:before {
	content: "\2464";
}
.listType04_02 > li+li+li+li+li+li:before {
	content: "\2465";
}
.listType04_02 > li+li+li+li+li+li+li:before {
	content: "\2466";
}
.listType04_02 ul li{
	padding-left: 1em;
}
.listType04_02 li:first-child{
	margin-top: 0;
}
.listType04_02 li{
	list-style: none;
	margin-top: 1.0rem;
}
.listType04_02 ul li p{
	margin-top: 1.0rem;
}
.listType04_02 .listType04{
	margin-top: 0;
}