.error {
    color: #b92e2e;
}
.pagination_wrap {
    margin-top: 40px;
    text-align: center;
}

.pagination {
    display: inline-flex;
    gap: 6px;
    font-size: 14px;
    background: transparent;
}

.pagination .page {
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
    transition: all 0.2s ease;
}

.pagination .page:hover {
    background: #f5f5f5;
}

.pagination .page.active {
    background: #333;
    color: #fff;
    border-color: #333;
    font-weight: 600;
    cursor: default;
}

.pagination .page.disabled {
    color: #aaa;
    background: #fafafa;
    cursor: not-allowed;
}

.pagination .page.dots {
    border: none;
    background: transparent;
    cursor: default;
}

#submit-form.is-disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
.input_form textarea {
    font-family:'Noto Sans JP',sans-serif;
}