    #block-korejob-front-page-title {
        max-width: 900px;
        margin: 0 auto;
    }
    body.path-webform .webform-submission-form {
        margin: 0 auto;
    }
    div[id*="edit-withdrawal-reason"] .form-item {
        width: 100%;
    }
    .form-actions.webform-actions {
        text-align: center;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .form-actions.webform-actions .button {
        margin-left: auto;
        margin-right: auto;
    }
    .button--primary {
        display: block;
        width: 228px;
        height: 50px;
        margin: 0 auto;
        line-height: 50px;
        border: 1px solid #38ada9;
        background-color: #38ada9;
        color: #fff;
        font-size: 100%;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        padding: 0px;
    }
    .button--secondary {
        display: block;
        width: 228px;
        height: 50px;
        margin: 0 auto;
        line-height: 50px;
        border: 1px solid #f3f3f3;
        background-color: #f3f3f3;
        color: #777;
        font-size: 100%;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }
.webform-preview + .webform-actions .webform-button--reset {
    display: none;
}
.webform-confirmation__message {
    text-align: center;
}
a.component-button {
    max-width: 200px;
    font-weight: 600;
    color: var(--text-color);
    text-align: center;
    background-color: var(--white-color);
    border: 2px solid var(--blue-color);
    padding: 10px 20px;
    font-size: 1.4rem;
    border-radius: 5px;
    line-height: 1.2;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block
}
    /* ------------------------------------------- */
    /* 注意
    /* ------------------------------------------- */
    .box-warning {
        border: 3px solid #ef4444 !important;
        background: #fee2e2 !important;
        padding: 20px !important;
        border-radius: 8px !important;
        margin: 20px 0 !important;
        line-height: 1.5 !important;
    }
    .box-warning span.ttl {
        font-size: 16px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }
    .box-warning span.ttl::before {
        content: "⚠" !important;
        font-size: 1.5em !important;
        color: #ef4444 !important;
    }