@charset "UTF-8";

.goto_another_page {
    width: fit-content;
    margin-top: 64px;
    margin-inline: auto;
    margin-bottom: 120px;
}

.goto_another_page__button {
    width: fit-content;
    color: #fff;
    font-size: 1.6rem;
    background-color: #333;
    border: 2px solid #333;
    border-radius: 8px;
    padding: 24px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    &::after {
        content: ">";
    }

    & span {
        width: fit-content;
        display: inline-block;
    }

    & .button__wrap {
        width: fit-content;
        display: inline-block;
    }
}