html body .blocker{
    z-index: 1000 !important;
}

div#ex1  a.close-modal {
    /*position: absolute;*/
    top: 1.5px;
    right: 3.5px;
}


div#ex1{
    max-width: 80vw;
    height: 75vh;
}

div#ex1 pre{
    text-align: left;
    font-size: 1.2vw;
    padding: 0 10%;
}

@media (max-width: 768px) {
    
   #content  .page__outer{ padding: 1rem !important; }
    
    div#ex1 pre{
        text-align: left;
        font-size: 1.75vh;
        line-height: 1.2;
        padding: 0 1%;
    }  
    
    div#ex1 {
        max-width: 90vw;
        height: 93vh;
        width: 90vw;
    }
    html body .syudan {    font-size: 2.15rem; }
    #onegaiAttn br{ display: none; }
    #onegaiAttn {
    font-size: 1.75rem;
    text-align: center;
        line-height: 1.75;
        margin: 5rem auto;
        padding: 1rem;
    }
    body #fax{ font-size: 3rem; }
    body #birthplace{ font-size: 2.5rem; }
    
    #kojinForm { width: 100%;        max-width: 100%; }
    /*#kojinForm tr th:before{ content: "◆"; }*/
    #kojinForm tr th{ border-left: 4px solid green; }
    #kojinForm tr td{ padding-bottom: 1.5rem; padding-left: 1rem; }
    #kojinForm tr th,
    #kojinForm tr td{
        display: block;
        float: left;
        width:100%;
    }
    #kaichoPic{ display: block; margin: auto; text-align: center; }
    
    .header__icon{ display: none; }
}

#attentionPre{
        text-align: left;
    font-size: 1.2vw;
    padding: 2rem 3%;
    background-color: #fff;
    border-radius: 2rem;
}

#gotoGetMail{
    font-size: 2vw;
    color: white;
    margin-bottom: 10rem;
}

#result{
    margin: 2rem auto;
}

#result h4{
    background: red;
    color: white;
    padding: 1rem 4rem;
    font-size: 2rem;
    border-radius: 1.2rem;
    text-align: center;
    width: fit-content;
    border:1px solid #ff0000;
}

#kojinForm .errorField{
    background-color: pink;
}

.uketsuke{
    font-size: 2rem;
}