@charset "utf-8"; 
/* MOBILE */
 

/* box */
.SW53__box { border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.6rem ; padding:2rem 3rem }
.SW53__box__title { 
    font-size:2.2rem ; line-height:2.8rem ; font-weight:600 ; color:#111111 ;
    border-bottom:dashed 1px rgba(0,0,0,0.15) ;
    margin-bottom:1rem ; padding:0.5rem 0 1.5rem
}
.SW53__box .data__list li > b { font-weight:600 }

 

/* PC */
@media screen and (min-width:1024px){ 
    
    /* box */
    .SW53__box .data__list li { display:block ; width:50% ; float:left }
    .SW53__box .data__list li:last-child { width:100% }
    .SW53__box .data__list::after { display:block ; content:"" ; clear:both }

}   
 




/* PRINT */
@media print {   }   
  