.link-wrapper {
    width: 100%;
    margin: 30px auto 10px;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    border: 3px solid #ffa500;
}

.link-box a,.link-box p {
    font-size: 16.5px;
}

.link-box a {
    color: blue;
    text-decoration: none;
}

.link-box a:hover {
    text-decoration: underline;
}

.link-box a:active {
    color: purple;
}

.link-box p {
    margin: 10px 0 7px;
}

.button-box {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}

.link_button {
    background-color: #df002d;
    border-radius: 25px;
    color: #fff !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    transition: opacity 0.3s;
}

.link_button:hover {
    opacity: .7;
}

.link_button-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 50px;
    min-width: 240px;
}

.next-page {
    text-align: right;
    margin: 45px 0 35px;
    font-size: 16.5px;
    font-weight: bold;
}

.next-page br {
    display: none;
}

.txt-left {
    text-align: left;
}

.next-page a {
    color: blue;
}


.button {
    background: #32acc4;
    border-radius: 25px;
    color: #fff !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    transition: opacity 0.3s;
}

.cursor-pointer {
    cursor: pointer;
}

section[class^=top-] {
    margin: 0 0 36px;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

.button-wrapper > * {
    margin: 0 10px;
}

.button.is-registration {
    background-color: #df002d;
}

.button.is-registration_login {
    background-color: #fb8d1e;
}

.button .button-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 50px;
    min-width: 240px;
}

.display-none {
    display: none;
}

@media screen and (max-width: 640px) {
    .link-wrapper {
        width: 100%;
    }

    .next-page {
        font-size: 16px;
    }

    .next-page br {
    display: block;
    }

    .top-about .button-wrapper {
        flex-direction: column;
    }

    .button-wrapper > * {
        box-sizing: border-box;
        flex-grow: 0;
        flex-shrink: 0;
        max-width: 160px;
        width: calc(50% - 20px);
    }

    .top-about .button-wrapper > * {
        box-sizing: border-box;
        max-width: inherit;
        text-align: center;
        width: auto;
    }

        .button-wrapper-inner {
        max-width: 240px;
        width: auto;
        margin: 0 auto;
    }

        .button-wrapper-login {
        display: block;
        margin: 0 auto;
    }

    .button {
        font-size: 16px;
        max-width: 160px;
        width: 100%;
    }

        .button-login {
        max-width: 240px;
        width: auto;
    }

    .top-about .button {
        max-width: 240px;
    }

    .button .button-inner {
        min-height: 40px;
    }
}