.popup .popup-title {
    margin-bottom: 1rem;
}

.popup-privacy .notice {
    color: #00ff1c;
}

.swal2-title {
    font-size: 1.5em;
}

@media screen and (max-width: 539px) {
    .swal2-title {
        font-size: 1em;
    }
}

input[type="checkbox"] {
    appearance: auto;
}
