@charset "utf-8";  

/* section */
.sec__sub { 
    padding-bottom:6rem ; margin:0 auto 6rem ;
    border-bottom:dashed 1px rgba(0,0,0,0.2) ;
}
.sec__sub:last-child { padding-bottom:0 ; margin-bottom:0 ; border:none }
.p , .data__list li  { text-align:left ; word-break:keep-all ; font-weight:400 }
.related__site__item.app { display:none }


/* btn */
.alarm__btn ,  .alarm__btn::after { border-radius:0.6rem ; transition:0.3s all }
.alarm__btn { 
    width:100% ; display:block ; margin:0 0 2rem ;
    position:relative ; padding:1.8rem 0.5rem ;
    font-size:2.2rem ; line-height:3rem ; color:#ffffff ; font-weight:500 ;
    text-shadow:0 0 0.3rem rgba(0,0,0,0.2) ; 
    background-color:#043b72 ;  
}
.alarm__btn:hover { background-color:#f58220 ; box-shadow:0 0.1rem 0.3rem rgba(0,0,0,0.2) }
.alarm__btn::after {
    display:block ; content:"" ; width:100% ; height:100% ;
    border:solid 1px rgba(0,0,0,0.1) ; box-sizing:border-box ;
    position:absolute ; left:50% ; top:50% ; transform:translate(-50%,-50%) ;
}

/*
#link_copy { background-color:#ffffff ; color:#111111 ; text-shadow:none }
*/

#unsubscribeBtn { 
    background-color:#f7f7f7 ;
    color:#444444 ; text-shadow:none ;
}
#unsubscribeBtn:hover { background-color:#222222 ; color:#ffffff }

 


@media screen and (min-width:1024px){ 

    /* section
    .sec::after { display:block ; content:"" ; clear:both } 
    .sec__sub { width:45% ; margin:0 ; padding:0 ; border:none ; float:left } 

    .sec__sub:nth-child(1) { width:100% ; padding-bottom:8rem ; margin-bottom:8rem ; border-bottom:dashed 1px rgba(0,0,0,0.2) } 
    .sec__sub:nth-child(3) { float:right }
    */
    .sec__sub   { max-width:70rem }
    .alarm__btn { width:100% ; max-width:none }
    
 
}

@media print { } 