.ccm-page .box-orange h1:first-child,
.ccm-page .box-orange h2:first-child,
.ccm-page .box-orange h3:first-child,
.ccm-page .box-orange h4:first-child,
.ccm-page .box-orange h5:first-child,
.ccm-page .box-orange h6:first-child{
	margin-top:0px;
}
.ccm-page .box-orange li{
	margin:0 0 16px 16px;
}
.ccm-page .box-orange{
	padding:32px 32px 16px;
	background: rgba(249,168,37,0.1);
    border-radius: 2px;
    display: inline-block;
	width:100%;
	margin: 0 auto 32px;
}
.ccm-page .box-orange img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 8px;
}
.ccm-page .box-orange ol li{
	position: relative;
	margin:0 0 16px 0px;
	padding:0 0 16px 1rem;
	counter-increment:number;
	border-bottom: 1px dotted;
}
.ccm-page .box-orange ol li:before{
	content:counter(number) "、";
	margin: 0 0 0 -1rem;
}
.ccm-page .box-orange ul li{
	margin:0 0 16px 0px;
	padding-left: 1rem;
	position: relative;
}
.ccm-page .box-orange ul li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f111";
    font-size: 0.6rem;
    position: absolute;
    top: 8px;
    left: 2px;
}
