@charset "UTF-8";
/* 英語フォーム専用：Director's Filmography のみ固定幅を解除（Staff/Castには影響させない） */
table.dfc.filmography { width: auto; }

/* 英語フォーム専用：アンケートの選択肢ラベルが長く td.ifa(110px固定)で折り返すため、幅自動＋折り返し抑止 */
table.dff.questionnaire { width: auto; }
fieldset .ips table.dff.questionnaire td.ifa { width: auto; white-space: nowrap; padding-right: 15px; }
/* td.ifb(360px固定)では「Publication Name」等のラベル＋入力欄が収まらず折り返すため、幅自動＋折り返し抑止 */
fieldset .ips table.dff.questionnaire td.ifb { width: auto; white-space: nowrap; }

/* 英フォーム ステップ2 確認画面：左右中央・テキスト上下中央・ボタン間の余白 */
.apps-agreement p.un_button_conf,
.apps-agreement p.un_button_back{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.apps-agreement p.un_button_conf{
    margin-bottom: 10px;
    font-size: 16px !important;
}
