@charset "utf-8";
/* CSS Document */


main > section > .inner {
	line-height: 1.7em;
	padding-bottom: 40px;
}
main > section > h1 + .inner > p {
	margin: 25px 0;
	font-size: var(--fs-11);
}
main > section > .inner > dl {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 10px;
}
main > section > .inner > dl > dt {
	border-top: 1px solid #c8c8c8;
	padding: 20px;
	font-size: var(--fs-13);
	background-color: #e6e6e6;
}
main > section > .inner > dl > dd {
	padding: 20px 0 30px 20px;
	font-size: var(--fs-11);
	line-height: 1.4em;
}
main > section > .inner > dl > dd > p + p {
	margin-bottom: 0;
}
main > section .tid {
	padding-left: 1em;
}
ol {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
	margin-left: 1.2em;
}
ol > li {
	padding-left: 0.6em;
}
ol.brackets {
	list-style: none;
	padding-left: 0;
	margin: 0 0 0 -0.4em;
}
ol.brackets > li {
	position: relative;
	padding-left: 2.9em;
}
ol.brackets > li:before {
	position: absolute;
	top: 0;
	left: 0;
}
ol.brackets > li:nth-child(1):before {
	content: "（1）";
}
ol.brackets > li:nth-child(2):before {
	content: "（2）";
}
ol.brackets > li:nth-child(3):before {
	content: "（3）";
}
ol.brackets > li:nth-child(4):before {
	content: "（4）";
}
ol.brackets > li:nth-child(5):before {
	content: "（5）";
}
ol.brackets > li > ol {
	margin: 1em 0 1em 1em;
}

.end__area {
	margin-top: 13px;
	font-size: var(--fs-11);
}

.end__text {
	line-height: 2.5;
}