@charset "utf-8";
 
/* POSTER */
#YU22_poster1 { max-width:80rem }

.YU22__h4 { 
    font-size:2.2rem ; line-height:2.6rem ; font-weight:800 ; color:#111111 ;
    margin-bottom:1rem ; letter-spacing:-0.15rem ;
}
.YU22__h5 { font-size:2rem ; line-height:2.4rem ; font-weight:600 ; color:#111111 ;
    margin-bottom:1rem ; letter-spacing:-0.15rem ; 
}

.YU22__list { margin-bottom:3rem }
.YU22__list li { 
    position:relative ; padding-left:1rem ;
    font-size:1.6rem ; line-height:2.8rem ; margin-bottom:0.5rem }
.YU22__list.no li { padding-left:0 }    
.YU22__list li:last-child , .YU22__list:last-child { margin-bottom:0 }    
.YU22__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
}
.YU22__list.no li::before { display:none }

#YU__poster__img_last { margin-bottom:3rem }


/* PC **********/
@media screen and (min-width:1100px){


	#YU__poster__img_last { margin-bottom:5rem }
 

} 
 