/*選択したラジオボタンを強調するスタイル追加*/
#day01:checked + label {
  font-weight: bold;
}
#day02:checked + label {
  font-weight: bold;
}