/*-- 共通 --------------------------------------------------------------------*/

.error-wrapper {
    background-color: #007B42;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.error-wrapper a:focus {
    color: #fff;
}

.error-block {
    max-width: 60rem;
    color: #fff;
    width: 90%;
}

.error-title {
    font-size: 10rem;
    margin-bottom: 4.8rem;
    font-family: 'Montserrat';
}

.error-text {
    font-size: 1.6rem;
}

.error-subtitle {
    display: block;
    font-size: 2rem;
    margin-top: 8rem;
}

.totop-btn {
    font-size: 1.6rem;
    margin-top: 2.4rem;
    display: block;
    color: #fff;
    text-align: left;
}

.totop-btn:hover {
    color: #fff;
}