@charset "utf-8";

.line-delete{
    text-decoration: line-through;
}

.box-legal{
background-color:rgba(255,255,255,0.3);
border-radius: 20px; 
margin: 20px 20px 20px 20px;
}

.h2-enter-from{opacity:0.0;}
.h2-enter-to{opacity:1;}
.h2-enter-active{transition:opacity 3s;}

.legal-enter-from{opacity:0.0;}
.legal-enter-to{opacity:1;}
.legal-enter-active{transition:opacity 5s;}