.section-register .register-block {
    padding: calc(var(--tateru-default-padding) / 2);
    background-size: cover;
    color: #fff;
    width: 100%;
    height: 270px;
    display: flex;
    flex-direction: column;
}

.section-register .register-block .the-heading {
    font-family: var(--tateru-primary-font);
    font-weight: 400;
    margin-bottom: calc(var(--tateru-default-padding) / 2);
}

.section-register .register-block .content a {
    color: inherit;
    text-decoration: underline;
}

.section-register .button-footer {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.section-register .button-footer .button {
    height: 30px;
    background: #fff;
    color: var(--tateru-color-primary);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}

.section-register .button-footer .button:hover {
    background-color: var(--tateru-color-primary);
    color: #fff;
}

.section-register .button-footer .button::after {
    display: none;
}

.section-register .register-block {}

@media screen and (max-width: 1000px) {
    .section-register .register-block .content br {
        display: none;
    }
    .section-register .register-block {
        height: auto;
    }

    .section-register .content {
        margin-bottom: calc(var(--tateru-default-padding) / 2);
    }
}
