.overlay {
    background: rgb(205 116 21 / 80%);
}
.mordal_box{
    background: #fdffee;
}
.btn_vap{
    max-width: 210px;
}
.btn_area p {
    color: #e34d42;
}
.btn_vap_01{
    background: #e11c00;
}
.btn_vap_02{
    background: #951603;
}
@media only screen and (max-width: 767.98px){
    .btn_area{
        width: 85%;
    }
    .btn_area .ttl img{
        width: 60%;
    }
    .mordal_box{
        max-width: 600px;
    }
    p.mordal_txt{
        line-height: 2.2rem;
    }
}