@charset "utf-8";
@media screen and (max-width: 768px) {
    .modalWrapper {
      width: 90%;
      max-width: 90%;
      padding: 5.0vh 8.0vw 7.0vh;
        border-radius: 6.0vw;
    }
    
    .modalWrapper h2 {
        font-size: 6.4vw;
        line-height: 1.4em;
        margin-bottom: 1.5vh;
    }
    .modalWrapper p {
        font-size: 4.0vw;
        line-height: 1.7em;
    }

    
    
}