﻿/* ---------------------------
   layout.css
--------------------------- */

body {
  color: var(--color-text);
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}

.top-section {
  margin-top: 48px;
  margin-bottom: 48px;
}
