@charset "utf-8";  
/*------------------------------------------------------------ 
    SUCCESS STORIES css
------------------------------------------------------------*/  



/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* PC */
@media screen and (max-width: 1800px) and (min-width: 1081px){


}


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

}


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


}

/* TABLET */
@media screen and (max-width: 834px) and (min-width: 481px){

    .com-NewsItem{ width:100%;}
    .com-NewsItem + .com-NewsItem{ margin-top:30px;}
    .com-NewsItem figure{ aspect-ratio: 1/0.6;}

}


/* SP */
@media screen and (max-width: 480px){


}


