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

/*------------------------------------
    防炎・撥水
------------------------------------*/
/*----h2下キャプション----*/
.bouhasCont .captionBox p:after{
    background-image: linear-gradient(to bottom, #c9249a 0, #f7c8ea 100%)
}

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

/*----2つの機能----*/
.bouhasCont .doubleImg{
    margin-bottom: 50px;
    text-align: center;
}

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

.bouhasCont .featureBox .whatsBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
}
.bouhasCont .featureBox .whatsBox > dl{
    width: 420px;
}
.bouhasCont .featureBox .whatsBox > dl dt{
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.8em;
    text-align: center;
}
.bouhasCont .featureBox .whatsBox > dl dt em{
    font-weight: bold;
}
.bouhasCont .featureBox .whatsBox > dl dd ul li{
    margin-bottom: 15px;
    text-align: center;
}

/*防炎*/
.bouhasCont .featureBox .whatsBox > dl.bouen dt{
    background-color: #fff0f0;
    border-bottom: 2px solid #fd222a;
}
.bouhasCont .featureBox .whatsBox > dl.bouen dt em{
    color: #fd222a;
}
/*撥水*/
.bouhasCont .featureBox .whatsBox > dl.hassui dt{
    background-color: #e3effd;
    border-bottom: 2px solid #3480f8;
}
.bouhasCont .featureBox .whatsBox > dl.hassui dt em{
    color: #3480f8;
}

@media screen and (max-width: 768px) {
    /*----特徴/用途/生地----*/
    .bouhasCont .featureBox .whatsBox{
        width: 95%;
    }
    .bouhasCont .featureBox .whatsBox > dl{
        width: 48%;
    }
    .bouhasCont .featureBox .whatsBox > dl dt{
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    /*----特徴/用途/生地----*/
    .bouhasCont .featureBox .whatsBox > dl{
        width: 100%;
        margin-bottom: 20px;
    }
    .bouhasCont .featureBox .whatsBox > dl dt{
        font-size: 20px;
    }
    .bouhasCont .featureBox .whatsBox > dl dd ul li img{
        max-width: 330px;
    }

}



