.pp-body{
	word-break:break-all;
}
.pp-title{
	color: #88BF00;
	font-weight: bold;
	font-size: xx-large;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #88BF00;
}
.pp-under-line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.pp-sub-title{
	font-size: large;	
}
ol{
	margin-left: 3em; /* サイトに合せて調整 */
}

ol li {
	list-style-type: none;
	counter-increment: cnt;
}

ol li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2em; /* サイトに合せて調整 */
	width: 2em; /* 括弧数字から文字までの間隔サイトに合せて調整 */
}