@charset "utf-8";
  
    #YU33_cardnews { max-width:90rem ; border-radius:0 }
    .YU__poster__img { margin-bottom:4rem }

    .YU33__h4 { 
        font-size:2.2rem ; line-height:2.6rem ; font-weight:800 ; color:#111111 ;
        margin-bottom:1rem ; letter-spacing:-0.15rem ;
    }
    .YU33__h5 { font-size:2rem ; line-height:2.4rem ; font-weight:600 ; color:#111111 ;
        margin-bottom:1rem ; letter-spacing:-0.15rem ; 
    }
    
    .YU33__list { margin-bottom:3rem }
    .YU33__list li { 
        position:relative ; padding-left:1rem ;
        font-size:1.6rem ; line-height:2.8rem ; margin-bottom:0.5rem }
    .YU33__list.no li { padding-left:0 }    
    .YU33__list li:last-child , .YU33__list:last-child { margin-bottom:0 }    
    .YU33__list li::before {
        display:block ; content:"" ; width:0.3rem ; height:0.3rem ;
        background-color:rgb(0,0,0,0.3) ;
        position:absolute ; left:0 ; top:1.3rem
    }
    .YU33__list.no li::before { display:none }


/* PC **********/
@media screen and (min-width:1100px){
   
    
} 
 