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

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

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

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

/*----特徴/用途/生地----*/
.bouenCont .featureBox .inner dl dt em,
.bouenCont .useBox .inner.type2 div dl dt,
.bouenCont .clothBox .inner dl dt{
    color: #d60846;
}

/*----シール----*/
.bouenCont .sealBox{
    background-color: #fffee8;
    margin: 80px auto;
    padding: 20px 30px;
}
.bouenCont .sealBox h3{
    color: #333;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.5em;
    position: relative;
}
.bouenCont .sealBox h3:after{
    content: "";
    display: block;
    width: 200px;
    height: 4px;
    background-color: #00a2ff;
    position: absolute;
    bottom: -5px;
}
.bouenCont .sealBox .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bouenCont .sealBox .inner > p{
    width: 480px;
    line-height: 2em;
}

@media screen and (max-width: 768px) {
    /*----シール----*/
    .bouenCont .sealBox{
        width: 90%;
        padding: 3% 4%;
    }
    .bouenCont .sealBox h3{
        font-size: 25px;
    }
    .bouenCont .sealBox h3:after{
        width: 40%;
    }
    .bouenCont .sealBox .inner > p{
        width: 58%;
    }
    .bouenCont .sealBox .inner > div{
        width: 40%;
    }
}
@media screen and (max-width: 480px) {
    /*----シール----*/
    .bouenCont .sealBox h3{
        font-size: 22px;
    }
    .bouenCont .sealBox .inner > p{
        width: 100%;
        margin-bottom: 20px;
    }
    .bouenCont .sealBox .inner > div{
        width: 100%;
    }
}


