.ssec {
    position: relative;
    color: #fff;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec img {
    max-width: 100%;
    width: 100%;
}

.ssec .ssec-head {
    font-size: 2.6em;
    margin-bottom: 1rem;
    color: #ffc600;
}
.ssec .ssec-subhead {
    font-size: 1.6em;
    font-weight: 300;
    color: #fff;
}
.ssec .ssec-txt {
    line-height: 1.2;
    font-size: 1.3em;
}
.ssec .ssec-note {
    font-size: .825rem;
    line-height: 1.5;
    color: #fff;
}

.ssec-row {
    display: flex;
    align-items: flex-start;
}
.ssec-row .ssec-col {
    width: 50%;
}
.ssec-offset-1 {
    margin-left: 5%;
}
.ssec-text-center {
    text-align: center;
}

.on-mobile {
    display: none;
}

@media screen and (min-width: 1400px) {
}
@media screen and (max-width: 1399px) {
}

@media screen and (max-width: 1024px) {
    .ssec {
        font-size: .825rem;
    }
}
@media screen and (max-width: 768px) {
    .on-table {
        display: none;
    }
    .on-mobile {
        display: initial;
    }
    .ssec .ssec-wrap {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: initial;
        padding: 1rem;
        font-size: 16px;
    }
    .ssec .ssec-head {
        font-size: 1.75em;
    }
    .ssec .ssec-subhead {
        font-size: 1.35em;
    }
    .ssec .ssec-txt {
        font-size: 1em;
    }
}




/**/
.ssec-text-center {
    text-align: center;
}

.ssec-style-1 .ssec-wrap {
    position: absolute;
    bottom: 8%;
    left: 20%;
    right: 20%;
}

.ssec-style-2 .ssec-wrap {
    width: 60%;
    margin: 0 auto;
    padding: 3% 0 2%;
}

.ssec-case {
    color: #000;
}
.ssec-case .ssec-wrap {
    position: absolute;
    top: 36%;
    left: 13%;
    right: 55%;
}

.ssec-case .ssec-txt {
    font-size: 3.25em;
    margin-bottom: 0;
    font-weight: bold;
}

.ssec-case .ssec-i {
    position: absolute;
    font-size: 1.35em;
    text-align: center;
    top: 65%
}
.ssec-case .ssec-i1 {
    left: 14.2%;
    right: 79%;
}
.ssec-case .ssec-i2 {
    left: 22%;
    right: 71.5%;
}
.ssec-case .ssec-i3 {
    left: 29.5%;
    right: 63%;
}
.ssec-case .ssec-i4 {
    left: 37.5%;
    right: 55.5%;
}

.ssec-protection .ssec-head,
.ssec-use .ssec-head,
.ssec-function .ssec-head {
    font-size: 3.6em;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.ssec-protection .ssec-txt,
.ssec-use .ssec-txt,
.ssec-function .ssec-txt {
    font-size: 1.5em;
}

.ssec-use .ssec-head,
.ssec-function .ssec-head {
    padding-bottom: .5em;
}
.ssec-use .ssec-head::after,
.ssec-function .ssec-head::after,
.ssec-box .ssec-head::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    width: 3em;
    height: 6px;
    background-color: #ffc600;
}

.ssec-use .ssec-head,
.ssec-use .ssec-txt {
    color: #000;
}

.ssec-box {
    background-color: #fff;
    color: #000;
}
.ssec-box .ssec-head {
    font-size: 3em;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-bottom: .5em;
}

.ssec-box .ssec-inbox {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 1.75em;
}
.ssec-box .ssec-inbox .ssec-f-i {
    width: 50%;
    padding: .2em .35em;
}
.ssec-box .ssec-inbox .ssec-f-i-ff {
    width: 100%;
    padding: .2em .35em;
}

@media screen and (max-width: 768px) {
    .ssec-case .ssec-wrap {
        top: 11%;
        left: 20%;
        right: 20%;
        padding: 0;
    }

    .ssec-case .ssec-i {
        font-size: 2.2vw;
        top: 32%;
    }
    .ssec-case .ssec-i1 {
        left: 23%;
        right: 64%;
    }
    .ssec-case .ssec-i2 {
        left: 36%;
        right: 50.5%;
    }
    .ssec-case .ssec-i3 {
        left: 50%;
        right: 37%;
    }
    .ssec-case .ssec-i4 {
        left: 64%;
        right: 22.5%;
    }

    .ssec-case .ssec-txt {
        font-size: 6vw;
        line-height: 1;
    }

    .ssec-style-1 .ssec-wrap {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .ssec-style-2 .ssec-wrap {
        width: initial;
        padding: 3% 10px;
    }

    .ssec-protection .ssec-head,
    .ssec-use .ssec-head,
    .ssec-function .ssec-head,
    .ssec-box .ssec-head {
        font-size: 5.5vw;
        margin-bottom: .25em;
    }
    .ssec-protection .ssec-txt,
    .ssec-use .ssec-txt,
    .ssec-function .ssec-txt {
        font-size: 3vw;
    }

    .ssec-use .ssec-head::after,
    .ssec-function .ssec-head::after,
    .ssec-box .ssec-head::after {
        height: 3px;
    }

    .ssec-box .ssec-head {
        text-align: left;
    }
    .ssec-box .ssec-head::after {
        left: 0;
        transform: initial;
    }
    .ssec-box .ssec-wrap {
        padding: 3% 10px;
    }
    .ssec-box .ssec-inbox {
        font-size: .96em;
    }
    .ssec-box .ssec-inbox .ssec-f-i {
        padding: .2em .2em;
    }
    .ssec-box .ssec-inbox .ssec-f-i-ff {
        padding: .2em .2em;
    }
}

@media screen and (max-width: 400px) {
    
}