@charset "UTF-8";
:root {
  --lending-trim: calc((1em - 1lh) / 2);
  --global--font-size-base: clamp(15px, 0.938rem + ((1vw - 3.2px) * 0.078), 16px);
  --global--font-size-xs: clamp(15px, 0.938rem + ((1vw - 3.2px) * 0.078), 16px);
  --global--font-size-sm: clamp(15px, 0.938rem + ((1vw - 3.2px) * 0.078), 16px);
  --global--font-size-md: clamp(16px, 1rem + ((1vw - 3.2px) * 0.156), 18px);
  --global--font-size-lg: clamp(18px, 1.125rem + ((1vw - 3.2px) * 0.156), 20px);
  --global--font-size-xl: clamp(24px, 1.5rem + ((1vw - 3.2px) * 0.625), 32px);
  --global--font-size-xxl: clamp(30px, 1.875rem + ((1vw - 3.2px) * 0.547), 37px);
  --global--font-size-xxxl: clamp(30px, 1.875rem + ((1vw - 3.2px) * 0.547), 37px);
  --global--line-height-body: 2;
  --global--line-height-heading: 1.75;
  --global--line-height-page-title: 1.6;
  --global--spacing-vertical: 16px;
  --global--spacing-horizontal: 16px;
  --image--spacing-vertical: 16px;
  --responsive--aligndefault-width: 1200px;
  --global--color-primary: #78768c;
  --global--color-background: #e9ebed;
  --global--color-dark-gray: #4d4d4d;
  --button--border-width: 1px;
  --button--border-radius: 0px;
  --button--font-weight: 400;
  --button--font-family: inherit;
  --button--font-size: var(--global--font-size-lg);
  --button--line-height: 1.75;
  --button--padding-vertical: 5px;
  --button--padding-horizontal: 20px;
  --button--letter-spacing: 0.1em;
  --button--background-color: #78768c;
  --button--color: #ffffff;
  --button--opacity: 0.7;
  --pullquote--border-width: 1px;
  --form--border-width: 1px;
}
@supports not (top: 1lh) {
  :root {
    --lending-trim: 0;
  }
}
.p-entry-content,
.editor-styles-wrapper {
  /* リスト */
}
.p-entry-content ul,
.editor-styles-wrapper ul {
  list-style: disc;
}
.p-entry-content ol,
.editor-styles-wrapper ol {
  list-style-type: decimal;
}
.p-entry-content ul,
.p-entry-content ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  margin: 1em 0;
  padding-left: 2em;
}
.p-entry-content ul ul,
.p-entry-content ul ol,
.p-entry-content ol ul,
.p-entry-content ol ol,
.editor-styles-wrapper ul ul,
.editor-styles-wrapper ul ol,
.editor-styles-wrapper ol ul,
.editor-styles-wrapper ol ol {
  margin: 0.5em 0;
}
@media only screen and (min-width: 652px) {
  :root {
    --heading--font-size-h3: var(--global--font-size-md);
    --heading--font-size-h2: var(--global--font-size-lg);
  }
}/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
