/** SECTION-HERO
==============================================*/
#contents-c70 .section-hero .hero {
    background-image: url(../images/hero-img_pc.jpg);
}
#contents-c70 .headline__title + strong {
    font-size: 22px;
    line-height: 1.9;
        margin-top: 1em;
        display: inline-block;
}
@media screen and (max-width: 767px) {
    #contents-c70 .section-hero {
        margin-bottom: 0;
    }
    #contents-c70 .section-hero .hero {
        background-image: url(../images/hero-img_spn.jpg);
    }

    #contents-c70 .headline__title+strong {
        font-size: 13px;
    }

}

#contents-c70 .section-hero .commentary.bg {
    background: #4D4D4D;
    color: #fff;
}

#contents-c70 .section-hero .commentary.bg .headline__title span {
    display: block;
    font-size: 16px;
}

#contents-c70 .text_area .description {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    #contents-c70 .section:not(.section-hero) {
        margin-top: 0;
    }
}

/*-----------------------------------------------------*/
/*
/*
/*    新設
/*
/*
/*-----------------------------------------------------*/

/* add common */
#contents-c70 .hero .section-content {
    max-width: 1000px;
}
#contents-c70 .section-hero .hero {
    padding: 156px 0;
}


#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;
}





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


@media screen and (max-width: 767px) {
    #contents-c70 .section-split>div:not(.third-item) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    	-webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #contents-c70 .section-split>div>div {
        width: 100%;
    }

}
@media screen and (min-width: 768px) {
    
    #contents-c70 .section-split>div:not(.third-item) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #contents-c70 .section-split.not-center > div{
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #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:not(.section-border) .cont-side {
    text-align: center;
    margin-bottom: 2.6%;
}

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

    #contents-c70 .section-split:not(.section-border) .cont-side {
        padding: 10px 0;
    }

}



#contents-c70 .section-split .cont-side dl {
    max-width: 520px;
    display: inline-block;
    text-align: left;
    width: 90%;
}
#contents-c70 .section-split .cont-side dl dt {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.86;
    margin: 0 auto .8em;
    font-family: 'DIN Regular';
    letter-spacing: -0.04em;
}
#contents-c70 .section-split .cont-side dl dt sup {
    font-size: .5em;
}
#contents-c70 .section-split .cont-side dl dt span {
    display: block;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
    letter-spacing: normal;
}

#contents-c70 .section-split .cont-side dl dd {
    font-size: 14px;
    line-height: 2.28;
}
#contents-c70 .section-split .cont-side dl dd sup {
    font-size: .6em;
}

#contents-c70 .section-split .cont-side .icon-list * {
    display: inline-block;
    margin-right: 6px;
}
#contents-c70 .section-split .cont-side .img-wrap p {
    font-size: 12px;
    line-height: 2;
}

#contents-c70 .section-split .cont-side.internet .img-wrap {
    margin: 5em 0 3em;
}
#contents-c70 .section-split .cont-side.tacenter {
    margin-bottom: 0;
}
#contents-c70 .section-split .cont-side.tacenter .img-wrap > img {
    margin: 2.7em 0 2.6em;
        width: 24vw;
        max-width: 453px;
}
#contents-c70 .section-split .cont-side.tacenter + .img-side {
    background: url(../images/sec-img-04.jpg) 50% 50% /cover no-repeat;
    position: relative;
    min-height: 710px;
}

#contents-c70 .section-split .cont-side.tacenter + .img-side img {
    opacity: 0;
}

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

    #contents-c70 .section-split .cont-side dl dt {
        font-size: 20px;
        line-height: 1.2;
    }
    #contents-c70 .section-split .cont-side dl dt span {
        font-size: 14px;
        margin-bottom: .5em;
        line-height: 1.6;
    }

}

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


    #contents-c70 .section-split .cont-side dl dt {
        font-size: 2vw;
        line-height: 1.8;
        margin: 0 auto .8em;
    }
    #contents-c70 .section-split .cont-side dl dt span {
        font-size: .6em;
    }
    #contents-c70 .section-split .cont-side dl dd {
        font-size: 1.2vw;
        line-height: 1.8;
    }

    #contents-c70 .section-split .cont-side.internet .img-wrap {
        margin: 2em 0 0;
    }

}




#contents-c70 .section-bg {
    background: #333333;
    padding: 3.125% 0;
}
#contents-c70 .section-bg .section-split {
    /* padding: 60px; */
    padding: 5% 0 3.8%;
    width: 93.75%;
    margin: auto;
}
#contents-c70 .section-bg .section-split > div.img-rg {
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
#contents-c70 .section-split.one-third>div.img-rg>div:last-child {
    margin-bottom: 1%;
}

#contents-c70 .section-bg .section-split.one-third .cont-side dl{
    max-width: 890px;
}
#contents-c70 .section-bg .section-split.one-third>div>div:first-child {
    /* padding: 0 60px; */
    padding: 0 3.125%;
    box-sizing: border-box;
}
#contents-c70 .section.section-bg>strong {
    color: #fff;
    font-size: 24px;
    display: block;
    width: 77.083%;
    margin: 28px auto;
}
#contents-c70 .section-split.third {
    background: none;
    padding: 0;
}
#contents-c70 .section-split.third .third-item {
    text-align: center;
    background: #4D4D4D;
    padding: 2.84% 3.125%;
    box-sizing: border-box;
}

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

    #contents-c70 .section.section-bg>strong {
        font-size: 18px;
    }
    #contents-c70 .section-split.third .third-item {
        margin-bottom: 10px;
    }

}

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

    #contents-c70 .section-split.third {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    #contents-c70 .section-split.third .third-item {
        width: 32.8%;
    }

}

#contents-c70 .section-split.third .third-item > * {
    display: block;
}

@media screen and (max-width: 767px) {
#contents-c70 .section-split .img-three {
    padding: 10px 10px 20px;
}

#contents-c70 .section-split .img-three>* {
    margin-bottom: 10px;
}

}

#contents-c70 .section-split.third .third-item img {
    width: 98.6%;
    margin: auto;
}
#contents-c70 .section-split.third .third-item p {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 2.28;
    margin-top: 32px;
}
@media screen and (max-width: 767px) {

    #contents-c70 .section-split.third .third-item p {
        margin-top: 13px;
    }

}


@media screen and (min-width: 768px) {
#contents-c70 .section-split.one-third .img-lf .cont-side dl {
    margin-top: -11%;
}

#contents-c70 .section-split.one-third>div.img-rg>div.cont-side,
#contents-c70 .section-split.one-third>div.img-lf>div.img-side {
    width: 67.2%;
}
#contents-c70 .section-split.one-third>div.img-rg>div.img-side,
#contents-c70 .section-split.one-third>div.img-lf>div.cont-side {
    width: 32.8%;
}
#contents-c70 .section-split.one-third .cont-side dl dd p {
    font-size: 12px;
    margin-top: 3.8%;
}

}

#contents-c70 .section-split.half {
    padding: 3.2% 0 3.8%;
}
#contents-c70 .section-split.half > div >div {
    position: relative;
}
#contents-c70 .section-split.half > div >div:first-child:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
}

@media screen and (max-width: 767px) {
#contents-c70 .section-split.half > div >div:first-child:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}
}
@media screen and (min-width: 768px) {
#contents-c70 .section-split.half > div >div:first-child:after {
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
}
#contents-c70 .section-split.half+div.img-wrap {
    width: 93.75%;
    margin: auto;
    background: #E6E6E6;
    text-align: center;
}
#contents-c70 .section-split.half .cont-side {
    margin-bottom: 0;
}
#contents-c70 .section-split.half .cont-side dl {
    max-width: 764px;
}
#contents-c70 .section-split .cont-side dl dt p {
    display: block;
    font-size: 16px;
    margin-top: -1em;
    letter-spacing: normal;
}

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

    #contents-c70 .section-split .cont-side dl dt p {
        margin-top: 0;
    }
    #contents-c70 .section-split .cont-side dl dd {
        font-size: 13px;
        line-height: 1.8;
    }


}




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

    #contents-c70 .section-split .cont-side dl.bg-img dd img {
        margin: 0 auto 10px;        
    }


}
@media screen and (min-width: 768px) {
    
    #contents-c70 .section-split .cont-side dl.bg-img {
        background: url(../images/sec-06-img-01.jpg) 100% 0 / 30.1% auto no-repeat;
        box-sizing: border-box;
        padding-right: 30.1%;
    }


}

#contents-c70 .section.section-border {
    border-top: 1px solid #3C3C3C;
}
#contents-c70 .section.section-border .cont-side dl dt {
    line-height: 1.2;
    /* height: 3.32em; */
}
#contents-c70 .section.section-border .cont-side dl dt span {
    margin-bottom: .9em;
}
#contents-c70 .section-border .section-split>div {
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
#contents-c70 .section-border .section-split.half .cont-side dl {
    max-width: 580px;
}
#contents-c70 .section-border .section-split.half {
    padding: 4.4% 0 5.4%;
}

#contents-c70 .section-split .no-split {
    padding: 3.2% 0 3.8%;
    width: 93.75%;
    margin: auto;
    max-width: none !important;
}

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

@media screen and (min-width: 768px) {
    #contents-c70 .section-hero+.section-split .cont-side dl {
        max-width: 970px !important;
    }
}