/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@layer token,theme,base,components,utilities;
@layer components {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 1.6;
    .fm-enqueteout {
      width: 100%;
      max-width: 900px;
      margin-inline: auto;
      background: #fff;
      border-collapse: separate;
      border-spacing: 0;
      overflow: hidden;
      margin-bottom: 0;
    }
    label input[type="radio"] + span,
    label input[type="checkbox"] + span {
      cursor: pointer;
    }
    label input[type="checkbox"]:checked + span::before,
    label input[type="checkbox"].fm-error:checked + span::before {
      background-color: #2b5d8c;
      border-color: #2b5d8c;
    }
    label input[type="radio"] + span::before {
      border: 2px solid #2b5d8c;
      line-height: 1.25;
      background-color: #f2f2f2;
    }
    label input[type="radio"]:checked + span::after {
      background-color: #2b5d8c;
      border-color: #2b5d8c;
    }
    input[type="text"],
    input[type="tel"],
    textarea {
      border-radius: 6px;
      border: 1px solid #b5d6e6;
      padding: 12px 16px;
      font-size: 1rem;
      background: #fafdff;
      margin: 0;
      line-height: 1.6;
      transition: all 0.3s ease;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
      max-width: none;
      width: 100%;
      &:focus {
        outline: none;
        border-color: #2b5d8c;
        background: #eaf6fb;
        box-shadow: 0 0 0 3px rgba(43, 93, 140, 0.1);
      }
      @media (width > 48rem) {
        width: auto;
      }
    }
    input[type="tel"] {
      margin-inline: 4px;
    }
    input[type="file"] {
      appearance: auto;
      -webkit-appearance: auto;
      -moz-appearance: auto;
      &::file-selector-button {
        background-color: #dddddd;
        padding: 0.25em 1em;
        border-radius: 8px;
        color: initial;
        border: 1px solid #b8b8b8;
        cursor: initial;
        font-weight: initial;
      }
    }
    input {
      &[readonly],
      &.-readonly {
        background-color: #f2f2f2;
        cursor: not-allowed;
        border-color: #333;
        &:focus,
        &:hover {
          outline: none;
          box-shadow: none;
          background-color: #f2f2f2;
          border-color: #333;
        }
      }
    }
    .fm-required-label {
      font-weight: 700;
    }
    textarea {
      max-width: 100%;
      width: 100%;
    }
    ol,
    ul,
    menu {
      list-style: unset;
      padding-left: 2em;
    }
    a {
      transition: all 0.3s;
      &:hover {
        opacity: 0.8;
      }
    }
  }
}
@layer components {
  .fm-enqueteout {
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
    background: #fff;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    .fm-verticalquestion {
      display: block;
      min-height: 48px;
      padding: 8px 12px 8px 16px;
      align-items: center;
      align-self: stretch;
      border-bottom: 3px solid #2e6cb4;
      border-style: solid !important;
      background: #dceff5;
      margin-bottom: 32px;
      margin-top: 48px;
    }
  }
  .fm-enquete {
    width: 100%;
  }
  h2 {
    display: flex;
    height: 56px;
    padding: 0px 8px 0px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: #2e6cb4;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #fff;
    margin-block: 40px 32px !important;
  }
  .fm-verticalanswer {
    padding-inline: 16px;
    width: 100%;
  }
  .fm-verticalanswer:has(h2) {
    padding-inline: 0;
  }
  .fm-verticalanswer:has(h2) h2 + * {
    padding-inline: 16px;
  }
  td:has(#content-header) {
    padding: 0;
  }
  #content-header {
    padding-inline: 0;
    background: #fff;
    text-align: center;
    .image {
      margin-bottom: 32px;
      img {
        width: 100%;
      }
    }
    h1 {
      background: #8b6b36;
      color: #fff;
      font-weight: 700;
      padding-block: 22px;
      padding-inline: 16px;
      font-size: 20px;
      @media (width > 48rem) {
        font-size: 24px;
      }
    }
    p {
      padding-inline: 16px;
    }
    .step-bar {
      display: grid;
      grid-template-columns: 1fr;
      justify-content: center;
      margin: 40px auto 35px;
      position: relative;
      max-width: 300px;
      margin-inline: auto;
      @media (width > 48rem) {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        max-width: 100%;
      }
      .step-item {
        display: grid;
        grid-template-columns: 1fr minmax(20px, 40px);
        place-items: center;
        position: relative;
        z-index: 1;
        @media (width > 48rem) {
          grid-template-columns: 1fr;
        }
      }
      .step-mark {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        padding: 16px;
        @media (width > 48rem) {
          flex-flow: column;
          justify-content: center;
        }
      }
      .step-number {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #fadbad;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        position: relative;
      }
      .step-text {
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        @media (width > 48rem) {
          margin-bottom: 12px;
        }
      }
      .step-ornament {
        margin-top: auto;
        background-color: #a4d3f2;
        position: relative;
        height: 100%;
        width: 4px;
        @media (width > 48rem) {
          height: 4px;
          width: 100%;
        }
        &::before {
          content: "";
          position: absolute;
          left: 50%;
          bottom: 50%;
          transform: translate(-50%, 50%);
          width: 16px;
          height: 16px;
          border-radius: 100%;
          background-color: #2b5d8c;
          z-index: 1;
          @media (width > 48rem) {
            bottom: 2px;
          }
        }
      }
      .step-item.active .step-ornament::before {
        background-color: #ee730d;
      }
    }
  }
  #content-footer {
    text-align: center;
    color: #fff;
    background: #13305d;
    padding: 24px 16px 16px 16px;
    margin-top: 40px;
    a {
      color: #fff;
      text-decoration: underline;
      font-weight: 700;
      transition: opacity 0.3s;
      cursor: pointer;
      &:hover {
        opacity: 0.8;
      }
    }
    p {
      margin: 12px 0;
      font-size: 1rem;
      line-height: 1.6;
    }
  }
  .a-description {
    margin-block: 16px;
    color: var(--111111, #111);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .fm-question {
    background: #f2f8fc;
    font-weight: 700;
    padding: 12px 18px 12px 24px;
    font-size: 1rem;
    border-right: 1px solid #e5edf5;
    min-width: 220px;
    vertical-align: middle;
    color: #2b5d8c;
    @media (width > 48rem) {
      max-width: 260px;
    }
  }
  .fm-answer {
    background: #fff;
    padding: 12px 24px;
    font-size: 1rem;
    vertical-align: middle;
  }
  @media (max-width: 767px) {
    .fm-question,
    .fm-answer {
      display: block;
      width: 100%;
    }
    .fm-question {
      border-right: none;
      border-bottom: 1px solid #e5edf5;
      padding: 16px 16px;
    }
    .fm-answer {
      padding: 16px 16px;
    }
  }
  .fm-enquete-commands {
    margin-bottom: 75px;
    padding-inline: 16px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    @media (width > 64rem) {
      flex-flow: row;
      align-items: center;
    }
    > br {
      display: none;
    }
  }
  .fm-enquete-commands .btn_save,
  .fm-enquete-commands .btn_next,
  .fm-enquete-commands .btn_rewind,
  .fm-enquete-commands .btn_confirm {
    width: 100%;
    max-width: 460px;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    margin-bottom: 0 !important;
  }
  .fm-enquete-commands .btn_save:hover,
  .fm-enquete-commands .btn_next:hover,
  .fm-enquete-commands .btn_rewind:hover,
  .fm-enquete-commands .btn_confirm:hover {
    opacity: 0.8;
  }
  .fm-enquete-commands .btn_save,
  .fm-enquete-commands .btn_next,
  .fm-enquete-commands .btn_rewind,
  .fm-enquete-commands .btn_confirm {
    @media (width > 64rem) {
      max-width: 360px;
    }
  }
  .fm-enquete-commands .btn_save {
    padding-inline: 16px;
    top: unset !important;
    bottom: calc(-1 * (56px + 16px));
    @media (width > 492px) {
      box-sizing: content-box;
    }
  }
  [name*="searchAddr"] {
    background: #2e6cb4;
    color: white;
    border: none;
    margin-left: 16px;
  }
  .fm-name-unit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
    @media (width > 48rem) {
      display: inline-flex;
    }
    @media (width <= 48rem) {
      margin-bottom: 12px;
    }
    ~ .fm-name-unit {
      @media (width > 48rem) {
        margin-left: 8px !important;
      }
    }
  }
  .a-flex {
    display: flex;
    flex-flow: row;
    width: 100%;
    &.-flow-y {
      flex-flow: column;
    }
    &.-gap-6 {
      gap: 24px;
    }
  }
  .a-grid {
    display: grid;
    &.-col-1-2 {
      grid-template-columns: 1;
      @media (width > 48rem) {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    &.-gap-6 {
      gap: 24px;
    }
    > div {
      display: flex;
      justify-content: center;
      align-items: center;
      > img {
        max-width: 280px;
        margin-inline: auto;
        @media (width > 48rem) {
          max-width: 100%;
        }
      }
    }
  }
}
@layer base {
  td.fm-enquete-commands:has(input[class="btn_save"])
    input[type="image"].btn_save {
    top: unset !important;
  }
}
@layer components {
  [data-checkbox-target] {
    position: relative;
    &.-has-mask {
      &:after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 1;
      }
    }
  }
}
@layer components {
  .u-selectSchool {
    > * {
      display: grid;
      gap: 8px;
      align-items: center;
      justify-content: flex-start;
      grid-template-columns: 1fr;
      @media (width > 48rem) {
        grid-template-columns: minmax(0, 4em) 1fr;
      }
      label {
        margin-bottom: 0;
      }
      .select_out {
        @media (width <= 48rem) {
          max-width: 100%;
        }
      }
    }
  }
}
@layer components {
  .u-note-list {
    list-style: none;
    padding-left: 0;
    li {
      padding-left: calc(1em + 8px);
      position: relative;
      &::before {
        content: "※";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
      }
    }
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-purple-50: oklch(97.7% 0.014 308.299);
    --color-purple-100: oklch(94.6% 0.033 307.174);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-700: oklch(49.6% 0.265 301.924);
    --color-purple-800: oklch(43.8% 0.218 303.724);
    --color-purple-900: oklch(38.1% 0.176 304.987);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .max-h-64 {
    max-height: calc(var(--spacing) * 64);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-purple-50 {
    background-color: var(--color-purple-50);
  }
  .bg-purple-100 {
    background-color: var(--color-purple-100);
  }
  .bg-purple-600 {
    background-color: var(--color-purple-600);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-blue-900 {
    color: var(--color-blue-900);
  }
  .text-gray-100 {
    color: var(--color-gray-100);
  }
  .text-green-900 {
    color: var(--color-green-900);
  }
  .text-purple-700 {
    color: var(--color-purple-700);
  }
  .text-purple-800 {
    color: var(--color-purple-800);
  }
  .text-purple-900 {
    color: var(--color-purple-900);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-gray-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-600);
      }
    }
  }
  .hover\:bg-purple-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-purple-700);
      }
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-ease: initial;
    }
  }
}
