/*
Theme Name: NANO Child
Template: nano_tcd065
Version: 1.21
Description: NANO の子テーマ
Author: Digimake inc.
*/

div.not-found-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 64px 0;
}

div.not-found-top {
    display: flex;
    gap: 80px;
}

div.not-found-top div.not-found-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

div.not-found-top div.not-found-left span {
    color: var(--color-black, #121212);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px;
}

div.not-found-bottom p {
    color: var(--color-black, #121212);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    /* 27px */
    letter-spacing: 0.75px;
}

.not-found.p-btn {
    margin-bottom: 80px;
}

.not-found.p-btn a {
    color: #ffffff;
    background: #006747;
}

@media screen and (max-width: 767px) {
    div.not-found-wrap {
        padding: 32px 4%;
    }

    div.not-found-top {
        gap: 24px;
    }

    div.not-found-top div.not-found-left span {
        font-size: 12px;
    }

    div.not-found-wrap img {
        width: 100%;
    }

    div.not-found-bottom p {
        font-size: 12px;
    }

    .not-found {
        padding: 0 4%;
    }

    .not-found.p-btn {
        margin-bottom: 40px;
    }
}