/* カラーとフォントサイズの変数 */
:root {
/*   --accent-color:#1E75D4;
  --sub-accent-color:#d7a319; */
  --dark-color: #08213C ;
  --white-color: #fff;
  --bgb-color:#e9f1fb;

  --text-1:32px;
  --text-2:24px;
  --text-3:20px;
  --text-4:16px;
}