#comment{
    font-size: 14px;
    position: relative;
}

#comment .content{
    padding: 40px 0;
    background: black;
}
#comment .content .content-left{
    width: 520px;
    float: left;
}

#comment .content .content-right{
    width: 520px;
    float: right;
}

#comment .content .content-left p{
    font-size: 14px;
    display: block;
    float: left;
    text-align: justify;
    line-height: 24px;
    color: white;
}

#comment .content .content-left p.content-2, #comment .content .content-left p.content-4, #comment .content .content-left p.content-6{
    margin: 30px 0;
}

#comment .content .content-left p span{
    font-size: 18px;
    color: #dad0bb;
    margin-top: 4px;
    display: block;
}


#comment .content img{
    width: 100%;
}



/* MOBILE */
@media only screen and (max-width: 768px) {


    #comment .title-page img{
        width: 37%;
    }

    #comment .menu-sp{
        position: absolute;
        right: 0;
        width: 100%;
        top: 0;
    }

    #comment .menu-sp .menu-top{
        position: relative;
        float: right;
    }

    #comment .menu-item{
        position: relative;
    }

    #comment .content{
        padding: 5.208333333333333% 0;
        background: black;
    }
    #comment .content .content-left{
        width: 100%;
        float: none;
    }

    #comment .content .content-right{
        margin-top: 5.813953488372093%;
        width: 100%;
        float: none;
    }

    #comment .content .content-left p.content-2, #comment .content .content-left p.content-4, #comment .content .content-left p.content-6{
        margin: 5.813953488372093% 0;
    }

    #comment .content .content-left p{
        float: none;
        font-size: 3.12vw;
        line-height: 4.42vw;
        color: white;
    }
    #comment .content .content-left p span{
        font-size: 3.675vw;
        color: #dad0bb;
        margin-top: 2%;
    }

    #comment .content img{
        width: 100%;
    }
    #comment .menu-item{
        top: 3.59%;
    }

}


#comment .content .content-left .txt01{
	text-align: right;
	width: 100%;
    }
	
	#comment .content .content-right .img01{
	margin-top: 40px;
    }