@charset "utf-8";
/*
Theme Name: 採用サイト 子テーマ
Template: kobido-recruit
Description: 親テーマ「採用サイト」の子テーマ。エントリーフォームにチェックボックス項目タイプを追加。
Version: 1.0.0
*/

/* エントリーフォーム：チェックボックス項目用スタイル
   ---------------------------------------- */
.entry_checkbox_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.entry_checkbox_label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.entry_checkbox_input {
    margin-right: 4px;
}

.entry_checkbox_warning {
    color: red;
    display: none;
    width: 100%;
    margin-top: 4px;
}

/* エントリーフォーム：個人情報同意チェック
   ---------------------------------------- */
.entry_form_table th a {
    color: #1a64d8;
    text-decoration: underline;
}

.entry_form_table th a:hover {
    text-decoration: none;
}

.entry_form_table .entry_privacy_label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    text-align: left;
}

.entry_form_table tr td input[type="checkbox"]#privacy_agree {
    width: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    flex-shrink: 0;
}
