@charset "UTF-8";
/* CSS Document */

.btn_modal_01 {
    align-content: center ;
    height: 40px;
    line-height: inherit;
    bottom: 20px;
}
@media only screen and (min-width: 768px) {
        .btn_modal_01 {
            align-content: center ;
            border-radius: 3vw;
            height: 6vw;
            line-height: inherit;
            left: inherit;
            transition:all 0.6s ease-in-out;
            bottom: 1vw;
            max-height: 60px;
            max-width: 430px;
            right: 4vw;
            width: 32vw;
        }
}
@media only screen and (min-width: 1400px) {
        .btn_modal_01 {
            right: 55px;
        }
}