#main-area article{

}
.inner-960{
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 440px;
}
.inner-960 h2{
    padding: 25px 5%;
}
#area-news{
    background-color: #e65c64;
}
#area-weather{
    background-color: #45aedb;
}
#area-datamap{
    background-color: #f06e99;
}
#area-saigai{
    background-color: #6677e3;
}
#area-live{
    background-color: #f28066;
}
#area-tablet{
    background-color: #02b89c;
}

.left-tit h2:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    background-size: cover;
}
#area-news h2:before{
    background: url(../still/icon-news.png) no-repeat 0 0;
    background-size: cover;
}
#area-datamap h2:before{
    background: url(../still/icon-datamap.png) no-repeat 0 0;
    background-size: cover;
}
#area-live h2:before{
    background: url(../still/icon-live.png) no-repeat 0 0;
    background-size: cover;
}
.right-tit h2:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    background-size: cover;
}
#area-weather h2:after{
    background: url(../still/icon-weather.png) no-repeat 0 0;
    background-size: cover;
}
#area-saigai h2:after{
    background: url(../still/icon-saigai.png) no-repeat 0 0;
    background-size: cover;
}
#area-tablet h2:after{
    background: url(../still/icon-tablet.png) no-repeat 0 0;
    background-size: cover;
}



.left-tit h2{
    text-align: left;
}
.right-tit h2{
    text-align: right;
}
.left-tit .tit-h2{
    text-align: left;
    margin-left: 20px;
}
.right-tit .tit-h2{
    text-align: right;
    margin-right: 20px;
}

.tit-h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
    font-weight: bold;
    color: white;
    line-height: 1.2em;
/*    padding-top: 25px;*/
}
.tit-h2 span{
    font-size: .7em;
}
.slides-cap{
    width: 480px;
}

.conts-s-child p img{
    width: 100%;
}
.left-tit .conts-dev{
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: -55px;
    width: 300px;
}
.right-tit .conts-dev{
    display: inline-block;
    position: absolute;
    left: 40px;
    bottom: -55px;
    width: 300px;
}

#area-tablet .conts-dev{

    left: 20px;
    bottom: -40px;
    width: 380px;
}
.conts-dev img{
    width: 100%;
}

.left-tit .slide-conts{
    position: absolute;
    bottom: 0;
    left: 50px;
}
.right-tit .slide-conts{
    position: absolute;
    bottom: 0;
    right: 50px;
}
.slide-conts .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slide-conts .slick-prev,.slide-conts .slick-next{
    width: 70px;
    height: 70px;
}
.slide-conts .slick-prev:before,.slide-conts .slick-next:before{
    font-size: 40px;
}
.slide-conts .slick-prev{
    left: -60px;
}
.slide-conts .slick-next{
    right: -60px;
}
.slide-conts .slick-arrow{
    top: 60%;
}

.slick-prev:before,.slick-next:before{
    content: none;
}


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

    .conts-dev.spHide{
        display: none;
    }

    .inner-960{
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: auto;
    }
    .slide-conts{
        position: static;
        padding: 0 15px;
    }

    .slides-cap{
        width: 100%;
    }

    .left-tit h2:before,.right-tit h2:after{
        width: 45px;
        height: 45px;
    }
    .tit-h2 {
        font-size: 1.8em;
    }
    .slide-conts .slick-arrow:before{
        content: none;
        font-size: 0;
    }
    .slide-conts .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 4;
        outline: none;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        font-size: 30px;
        background-color: white;
        opacity: 0.9;
        color: #333;
        border-style: none;
        width: 15%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slide-conts .slick-prev{
        right: inherit;
        border-radius: 0 5px 5px 0;
        left: -15px;
    }
    .slide-conts .slick-next{

        left: inherit;
        right: 0;
        border-radius: 5px 0 0 5px;
        right: -15px;
    }
    .left-tit .slide-conts,.right-tit .slide-conts{
        position: static;
    }

}
