
#n202510{
	background-color: #ecf4ed;
}

.imgFloatL{
	float: left;
	margin-right: 10px;
}

.imgFloatR{
	float: right;
	margin-left: 10px;
}

.sub{
	padding:5px 20px;
}

.sub p b{
	font-size: 110%;
}

.caseBox {
	display: block;
	padding:20px;
}

.fBnd{
font-size: 100%;	
	background: linear-gradient(transparent 70%, #fcd227 70%);
}


.caseBox .st1 {
text-align: center;
	color: #fff;
	background-color: #006d00; 
	margin: 0 0 1em;
	padding: 5px 0;
	font-weight: bold;
	line-height: 1.5;
border-radius: 30px;
	position: relative;
}


.caseBox .st1 span{
	font-size: 110%;
}
.caseBox .st3 {
text-align: center;
	color: #fff;
	background-color: #006d00; 
	margin: 0 0 1.8em;
	padding: 5px 0;
	font-weight: bold;
	line-height: 1.5;
border-radius: 30px;
	position: relative;
}


.caseBox .st3 span{
	font-size: 110%;
}

.caseBox .st3:after {
    border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: calc(50% - 15px);
    top: 100%;
    border-width: 16px 16px 16px 16px;
    border-color: #006d00 transparent transparent transparent;
}



.sst1{
	color: #006d00;
	line-height: 1.3;
	position:relative;
	background: url("cir.png") left top no-repeat;
	background-size: 56px;
	padding:10px 0 10px 15px;
	margin:0 0 0 -15px;
	font-size: 120%;
}


.sst1 span{
	font-weight: normal;
	font-size: 80%;
	display: inline-block;
	padding-left: 0.3em;
}

.tx01{
	font-size: 110%;
	font-weight: bold;
	margin-top: 0 !important;
}

.caseBox .st2{
	color:#006d00;
	line-height: 1.5;
	text-align: center;
	border-top: #006d00 solid 2px;
	border-bottom: #006d00 solid 2px;	
	background-color: #f8f0cd;
	position: relative;
	padding: 5px 0;
	margin:0 0 1em;
}

.caseBox .st2:before{
border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: calc(50% - 15px);
    top: 100%;
    border-width: 16px 16px 16px 16px;
    border-color: #006d00 transparent transparent transparent;	
}

.caseBox .st2:after{
border-style: solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: calc(50% - 15px);
    top: 96%;
    border-width: 16px 16px 16px 16px;
    border-color: #f8f0cd transparent transparent transparent;	
}

.caseBox .st2 b{
	font-size: 115%;
}

.sst2{
	color: #000;
	border-bottom: #333 dotted 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 1.5em;
	margin-top: 2em;
}

.sst2 span{
	font-size: 110%;
}

.sst2 img{
	vertical-align: middle;
	display: inline-block;
	float: left;
	margin-top: -5px;
}



.boxCon{
	background-color: #fff;
	padding: 15px 15px 5px;
	border-radius: 6px;
	margin: 10px 0 15px;
	text-align: left;
	box-shadow: 1px 1px 2px #999;
}


.boxCon dl{
line-height: 1.8;
	font-weight: bold;
}

.boxCon dt{
	margin-left: 1em; 
text-indent: -1em; 
}

.boxCon dd{
line-height: 1.8;
	text-align: right;
	margin-bottom: 1em;
	color: #006d00;
	border-bottom: #333 dotted 1px;
    margin-top: -0.5em;	
}
.boxCon dd i{
	color: #ffa013;
}


.boxCon p{
	margin-bottom: 0;
    line-height: 160%;	
}

.sst3{
	text-align: left;
	margin: 2em 0 1em;
}

.sst3 span{
	display: inline-block;
	color: #fff;
	background-color: #006d00;
	padding: 10px 15px;
	border-radius: 20px;
}

.reco{
	text-align: left;
	margin-top: 1.5em;
}

.reco dt{
    display:block;
    color: #fff;
    background-color: #006d00;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;	
}

.reco dd{
	background-color: #fff;
	padding: 15px;
	line-height: 1.6;
}

.reco dd ul{
	margin-bottom: 10px;
}

.reco dd li{
	list-style-type: none;
	margin-left: 1.5em; 
text-indent: -1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.reco dd li:before{
    font-family: "Font Awesome 5 Free";
	content: '\f058';
	font-weight: 600;
	margin-right: 0.3em;
	color: #f39b21;
	font-size: 1.2em;
}

.caseBox#end {
    display: block;
    padding:15px 20px 10px;
}

#end .inner{
	background-color: #fff;
	padding: 15px;	
}



.inlineBlk {
    display: inline-block;
	text-indent:0;
	font-size: 100%;
}