.modal_open {
    text-align: left;
    backdrop-filter: blur(2px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0004;
    z-index: 10000;
}

.modal_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: default;
}
  
.modal_content {
    width: 60%;
    position: relative;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    background-color: #fafafa;
    padding: 2rem;
    font-size: 20px;
    overflow: auto;
}

.modal_content_memo {
    width: 320px;
    position: relative;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    background-color: #fafafa;
    padding: 2rem;
    overflow: auto;
}


.modal_content ul {
    padding-left: 4rem;
}

.modal_content button{
    font-size: 20px;
    border-radius: 100vh;
    border: none;
    height: 50px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;
}

.return_back {
    background: #ddd;
}


.return_back:hover {
    background: #bbb;
}

.start_drivemode {
    color: #fff;
    background-color: #0061eb;
}

.start_drivemode:hover {
    color: #fff;
    background: #07f;
}

.modal_close_btn {
    color: initial;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0.5rem;
    display: inline-block;  
    cursor:pointer;    
}
