@charset "utf-8";   

#ws96_sec1 { max-width:80rem ; margin:auto }
#ws96_sec1 .sub_sec { 
    padding-bottom:6rem ; margin-bottom:6rem ;
    border-bottom:dashed 1px rgba(0,0,0,0.1) ;
}
#ws96_sec1 .sub_sec:last-child { margin-bottom:0 ; padding-bottom:0 ; border-bottom:none }

.alarm__btn { 
    display:block ; width:100% ; padding:1rem 1rem ; margin-bottom:3rem ;
    font-size:1.8rem ; line-height:140% ; text-align:center ; color:#ffffff ; font-weight:600 ;
    text-shadow:0 0 0.3rem rgba(0,0,0,0.2) ; transition:0.3s all ;
    background-color:#379eda ; border-radius:0.4rem ;
}
.alarm__btn:hover { background-color:#111111 }

.app__current { 
    display:none ; border-radius:0.6rem ;
    border:solid 1px rgba(0,0,0,0.1) ; padding:1.5rem ; text-align:center ; font-weight:500 }
.app_bwr .app__current { display:block }



/* Img */
#ws96_img1 , #ws96_img2 , #ws96_img3 { max-width:68.6rem }






@media screen and (min-width:1024px){ 

    .alarm__btn { font-size:2.2rem ; padding:1.5rem 1rem ;}
} 
    




@media print { } 