@CHARSET "UTF-8";

.contentsWrap{background-color: #f3f3f3; padding: 1.9rem 2.2rem;}
.contentsWrap ul{display: flex; flex-wrap: wrap;}
.contentsWrap li{font-size: 1.5rem; color: #555555; padding-right: 2.4rem; margin-right: 2.4rem; position: relative; padding-left: 3.1rem; background-position: left top .425rem; background-repeat: no-repeat; padding-top: .5rem; padding-bottom: .5rem;}
.contentsWrap li::after{content:""; display: block; position: absolute; right: 0; top: .8rem; width: .1rem; height: 1.4rem; background-color: #c2c2c2;}
.contentsWrap li:last-child{padding-right: 0; margin-right: 0;}
.contentsWrap li:last-child::after{display: none;}
.contentsWrap li span{color: #222222;}
.contentsWrap li.type1{background-image: url(../images/ic-content1.png)}
.contentsWrap li.type2{background-image: url(../images/ic-content2.png)}
.contentsWrap li.type3{background-image: url(../images/ic-content3.png)}

@media screen and (max-width: 768px) {
    .contentsWrap{padding: 1.5rem;}
    .contentsWrap ul{flex-direction: column;}
    .contentsWrap li{margin-right: 0; }
    .contentsWrap li::after{display: none;}
}