#layer {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.20;
}

#login_popup {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    max-width: 300px;
    height: auto;
    background-color: white;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 8px;
    text-align: center;
}

#select_container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: auto;
    height: auto;
    background-color: white;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 8px;
    text-align: left;
}

#form-container {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: auto;
    background-color: white;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 8px;
    text-align: left;
}

#select_container_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#futafuta_title {
    text-align: center;
}

#specified_plan_container {
    background-color: #e0e0e0;
}

#square_logo {
    text-align: center;
}

#plan_notice {
    color: rgb(255, 0, 0);
}

#credit_card_notice {
    text-align: center;
}

#subscription_payment_err {
    text-align: center;
    color: rgb(255, 0, 0);
}