@charset "utf-8";
*, *::after, *::before {
  box-sizing: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr, picture {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  box-sizing: border-box;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.06rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--text);
  font-size: 16px;
  scroll-behavior: smooth;
}

.w400 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.w700 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.w800 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, form legend, iframe {
  display: block;
}
.ol, .ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, video, svg {
  max-width: 100%;
}

:root {
  --primary: #009944;
  --primary-dark: #003618;
  --primary-light:#14be54;
  --accent: #ffff3b;
  --sub: #ffff3b;
  --title: #009944;
  --text: #123628;
  --gray: #6B6361;
  --mdgray: #EAEAEA;
  --lightgray: #F7F4EF;
  --base: #e5f5c3;
  --note: #bedeb7;
  --space-unit: 0.5em;
  --space: calc(1.25*var(--space-unit));
  --component-padding: var(--space);
}
