@charset "utf-8";
/* CSS Document */
#scbox p {
	margin: 1em 0 0 0.5em;
}
#sy01 dl {
	margin: 1em 0 0 0.5em;
}
.u10 dt {
	background-color: #fefbef;
	margin: 0 0 8px 0;
	padding: 2px 8px;
	border: 1px solid #ECE9D8;
}
.u10 dd {
	margin: 1em 0;
}

.u10 ol {
	margin-left: 1em;
}

.u10 ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

.u10 ol li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.u10-b {
	margin: 1em auto 0;
	width: 96%;
}
.u10-b dt {
	color: #008C23;
	font-weight: 600;
	margin: 0 0 0.5em;
}
.u10-b dd {
	margin: 0 auto 2em;
	width: 96%;
}
.u10-b dd:last-child {
	margin: 0 auto;
}

#sy04 ol {
	margin-left: 1em;
}

#sy04 ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

#sy04 ol li:before {
	color: #008C23;
	font-weight: 600;
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 769px) {
#pmttit  h1 {
	text-align: left;
}
}