.cus__news-wrapper{
    margin: 0 auto;
}

.cus__news-title{
    font-weight: bold;
    color: #010101;
    font-size: 169.2307692308%;
    margin-top: 5px;
    margin-bottom: 20px;
}

.sns-box{
    margin: 20px 0 40px;
}

.sns-box li {
    margin-right: 20px;
}

ul.fBox li {
    float: left;
    display: inline;
    zoom: 1;
}

.cus__news-content{
    margin:0px 0px 50px 0px;
}

.cus__news-wrapper img {
    margin: 30px 0;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    position: relative;
    zoom: 1;
}
.cus__news-wrapper p{
    text-align: justify;
}
#copyright {
    padding: 45px 20%;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif !important;
}

.cus__news-wrapper p{
    font-size: 15px;
}
@media only screen and (max-width:768px) {
    .cus__news-wrapper{
        padding:0 10px;
    }
}