.text-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit; /* テキストの色 */
    cursor: pointer;
}

.error {
    color: red;
}