@charset "UTF-8";
@import url("./index.css?ver=20221123001");

/* select_with_comment: 選択肢ごとのコメント自由記入欄。
 * disabled = 非アクティブな選択肢 → 非表示（mock 準拠）。
 * JS の toggleCommentInput が選んだ行の textarea だけ disabled=false にして表示する。 */
.select-comment-input{display:block;width:92%;margin:8px 0 2px 22px;padding:6px 10px;font:inherit;color:#333;border:1px solid #ccc;border-radius:6px;resize:vertical}
.select-comment-input:disabled{display:none}
