#story .container{
    text-align: justify;
    /*min-width: 1080px;*/

}


#story .title-page .container{
    text-align: center;
}

#story .content{
    padding: 40px 0;
    background: black;
    color: white;
    font-size: 14px;
    line-height: 24px;
    /*min-width: 1080px;*/
}

#story .content .content-top .box-left{
    width: 520px;
    float: left;
}
#story .content .content-top .box-right{
    width: 520px;
    float: right;
}

#story .content .content-top .box-right img{
    width: 100%;
}


#story .content .content-2{
    margin-top: 30px;
}

#story .content .content-middle{
    padding-top: 34px;
}

#story .content .content-4, #story .content .content-5, #story .content .content-7{
    margin: 30px 0;
}

#story .content .content-bottom .bot-img {
    /*float: left;*/
}

#story .content .content-bottom table{
    border-collapse: separate;
    margin-top: 34px;
}
#story .content .content-bottom table td{
    width: 255px;
}
#story .content .content-bottom table td:nth-child(2){
    padding: 0 20px 0 20px;
}
#story .content .content-bottom table td:nth-child(3){
    padding-right: 20px;
}
#story .content .content-bottom table td img{
    width: 100%
}

@media only screen and (max-width: 768px) {
    #story{
        position: relative;
    }


    #story .title-page img{
        width: 20.83333333333333%;
    }

    #story .content{
        font-size: 3.12vw;
        text-align: justify;
        line-height: 4.7vw;
        padding: 5.208333333333333% 0;
        color: white;
    }

    #story .menu-sp{
        position: absolute;
        right: 0;
        width: 100%;
        top: 0;

    }

    #story .menu-sp .menu-top{
        position: relative;
        float: right;
    }

    #story .menu-item{
        position: relative;
    }

    #story .container{
        text-align: justify;
    }

    #story .content .content-top .box-left{
        width: 100%;
        float: none;
    }
    #story .content .content-top .box-right{
        width: 100%;
        float: none;
    }

    #story .content .content-middle{
        padding-top: 5.208333333333333%;
    }

    #story .content .content-2{
        /*margin: 4.8% 0 4.4% 0;*/
        margin: 5.208333333333333% 0;
    }

    #story .content .content-3{
        margin: 0;
    }

    #story .content .content-4{
        margin: 5.208333333333333% 0;
    }

    #story .content .content-5{
        margin: 0 0 5.208333333333333% 0;
    }

    #story .content .content-7{
        margin: 5.208333333333333% 0 5.208333333333333% 0;
    }

    #story .content .content-8{
        /*margin: 5.208333333333333% 0 0 0;*/
    }
    #story .content .content-bottom table{
        margin-top: 5.208333333333333%;
    }
    #story .content .content-bottom table td{
        float: left;
        width: 47.09302325581395%;
    }
    #story .content .content-bottom table td:nth-child(2){
        padding: 0 0 5.208333333333333% 5%;
    }
    #story .content .content-bottom table td:nth-child(3){
        padding: 0;
    }
    #story .content .content-bottom table td:nth-child(4){
        padding: 0 0 0 5%;
    }
    #story .menu-item{
        top: 2.59%;
    }
}