@charset "utf-8";

/* 非活性時のスタイル */
.send_mail:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: default !important;
}

#scroll div,
#scroll div *,
#scroll div *::before,
#scroll div *::after {
    all: revert;
}

.overflow-auto {
    height: 300px;
    overflow: auto;
}
