@charset "utf-8"; 
/* MOBILE */
 
/* image */
#SW51_img1 , #SW51_img4 , #SW51_img5 { max-width:80rem } 



/* box */
.SW51__box { border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.6rem ; padding:2rem 3rem }
.SW51__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
}
.SW51__box .data__list li > b { font-weight:600 }





/* PC */
@media screen and (min-width:1024px){  

    /* box */
    .SW51__box .data__list li { display:block ; width:50% ; float:left }
    .SW51__box .data__list::after { display:block ; content:"" ; clear:both }
 
}   
 




/* PRINT */
@media print {   }   
  