@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 }


#YU__sec__end .YU__p:nth-child(1) { margin-bottom:0 }
#YU__sec__end .note__list { position:relative }
#YU__sec__end .note__item { line-height:2.4rem }
#YU__sec__end .note__item a:hover { text-decoration:underline }
#YU__sec__end .note__item::before { position:absolute ; content:"" ; width:0.4rem ; height:0.4rem ; background-color:rgba(0,0,0,0.2) ; left:0 ; top:1.2rem }


/* PC **********/
@media screen and (min-width:1100px){
   
   
	#YU__sec__end .note__item { font-size:1.6rem }
	#YU__sec__end .note__item::before { top:1.1rem }
    
} 
 