/* チェックボックスサイズ調整 */
.checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  transform: scale(1); /* 念のためリセット */
  margin-right: 6px;
}

/* テキストとのバランス */
.checkbox {
  line-height: 1.8;
  font-size: 14px;
}