@charset "UTF-8";

#sns-logo + .inner_item_img{
    width: 350px;
}

#sns-logo + div .inner_item_img img{
    object-fit: contain;
}

#sns-logo + div .composite_box01 .wrapper_item{
    justify-content: center!important;
}

#sns-logo + div .content_wrapper{
    max-width: 780px !important;
    @media screen and (max-width: 900px){
        max-width: 620px !important;
    }
    @media screen and (max-width: 480px){
        max-width: 270px !important;
    }
}

@media screen and (max-width: 480px){
    #sns-logo + div .inner_item:nth-of-type(1){
        margin-bottom: 0!important;
    }
}