body {
    background-color: #ECF2EC;
}

.description {
    justify-content: center;
}

.mail {
    text-align: left;
    margin-top: 40px;
}

.email {
  width: 23.5em;
  height: 0.83em;
  padding: 8px;
  margin-top: 20px;
  font-size: 22px;
}

.cancel-btn {
    margin-bottom: 40px;
}

.sp-br {
    display: none;
}

.center-content {
    display: flex;
    justify-content: center;
}

.error-text {
    font-size: 22px;
    color: red;
    margin-top: 20px;
}

/* 950px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 950px) {
    .email {
        width: 20.5em;
    }

    .sp-br {
        display: block;
    }

    .main-txt {
        text-align: center;
    }
    
}

/* 540px以下に適用されるCSS（SP版用） */
@media screen and (max-width: 540px) {
    .mail {
        margin-top: 12px;
    }

    .email {
        width: 20.5em;
        height: 0.7em;
        margin-top: 12px;
        font-size: 12px;
    }

    .cancel-btn {
        margin-bottom: 32px;
    }
    
    .error-text {
        font-size: 12px;
    }
}