/** SECTION-HERO
==============================================*/
#contents-c70 .section-hero .hero {
    background-image: url(../images/hero-img_pc.jpg);
}



@media only screen and (max-width: 767px) {

    #contents-c70 .section-hero .hero {
        background-image: url(../images/hero-img_spn.jpg);
    }

    #contents-c70 .section-hero .hero .concept {
        margin: 55px 10px 0;
        display: block;
    }

    #contents-c70 .section-hero .hero .concept p {
        line-height: 1.5;
    }

    #contents-c70 .section-hero .hero .block {
        width: auto
    }

    #contents-c70 .section-hero .ext-link {}

    #contents-c70 .section-google .section-content.source {
        margin-top: 10px;
    }

    #contents-c70 .section-google .text_area+.images {
        margin: 2em 0;
    }

    #contents-c70 .section-streaming .images {
        margin-top: 10px;
    }


    #contents-c70 .section-application .app ul {
        padding: 10px;
        margin-top: 10px;
    }
}



/* design */
#contents-c70 .section-split {
    background: #4D4D4D;
    color: #fff;
}

#contents-c70 .section-split>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#contents-c70 .section-split>div.img-rg {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#contents-c70 .section-split>div>div {
    width: 50%;
}

#contents-c70 .section-split .img-side img {
    vertical-align: bottom;
    width: 100%;
}

#contents-c70 .section-split .cont-side {
    text-align: center;
}

#contents-c70 .section-split .cont-side figure {
    max-width: 530px;
    display: inline-block;
    width: 70%;
}

#contents-c70 .section-split .cont-side figure img {
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {

    #contents-c70 .section-split .cont-side figure img[src$="-01.svg"] {
        margin: 10px auto 40px;
    }
    #contents-c70 .section-split .cont-side figure img[src$="-04.svg"] {
        margin: 10px auto 50px;
    }

}

#contents-c70 .section-split .cont-side figcaption {
    font-size: 22px;
    line-height: 1.68;
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 767px) {
    #contents-c70 .section-hero {
        margin-bottom: 0;
    }

    #contents-c70 .section:not(.section-hero) {
        margin-top: 0;
    }

    #contents-c70 .section-split>div {
        display: block;
    }

    #contents-c70 .section-split>div>div {
        width: 100%;
    }

    #contents-c70 .section-split .cont-side {
        padding: 10% 0;
    }

    #contents-c70 .section-split .cont-side figcaption {
        font-size: 13px;
    }

    #contents-c70 .section-category_banner {
        margin-top: 0 !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1190px) {

    #contents-c70 .section-split .cont-side figure img {
        margin-bottom: 1em;
    }

    #contents-c70 .section-split .cont-side figcaption {
        font-size: 1.8vw;
        line-height: 1.8;
        display: inline-block;
        text-align: left;
    }


}

#contents-c70 .text_area .description {
    margin-top: 30px;
}

#contents-c70 .section-category_banner.bg {
    background: #3C3C3C;
}

#contents-c70 .section-category_banner.bg .banner a {
    font-size: 15px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 25px;
    position: relative;
    background-image: url(../../images/arrow-wh-m2x.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: auto 24px;
}

#contents-c70 .text_area .description {
    margin-top: 30px;
}
