@charset "utf-8";
/* CSS Document */


/*------------------------------------
    非防炎
------------------------------------*/

/*----h2下キャプション----*/
.normalCont .captionBox p:after{
    background-image: linear-gradient(to bottom, #09b41a 0, #d2f4a8 100%)
}

.normalCont section > h3.hLine{
    border-left: 7px solid #41a753;
    border-bottom: 1px solid #41a753;
}
.normalCont section > h3.hLine em{
    color: #41a753;
}

/*----特徴/用途----*/
.normalCont .featureBox .inner dl dt,
.normalCont .useBox .inner.type1 dl dt{
    color: #41a753;
}

