@charset "UTF-8";
@import url("lib/overlayscrollbars.min.css");
:root {
  /* Primitive tokens */
  --pcoui-color-connect-light-blue: #00b7f1;
  --pcoui-color-connect-light-blue-rgb: 0, 183, 241;
  --pcoui-color-connect-dark-blue: #000e4e;
  --pcoui-color-connect-dark-blue-rgb: 0, 14, 78;
  --pcoui-color-connect-medium-blue: #0063cc;
  --pcoui-color-connect-medium-blue-rgb: 0, 99, 204;
  --pcoui-color-white: #ffffff;
  --pcoui-color-white-rgb: 255, 255, 255;
  --pcoui-color-black: #000000;
  --pcoui-color-black-rgb: 0, 0, 0;
  --pcoui-color-gray-5: #fafafa;
  --pcoui-color-gray-10: #f2f2f2;
  --pcoui-color-gray-20: #e6e6e6;
  --pcoui-color-gray-30: #cccccc;
  --pcoui-color-gray-40: #b3b3b3;
  --pcoui-color-gray-50: #999999;
  --pcoui-color-gray-60: #808080;
  --pcoui-color-gray-70: #666666;
  --pcoui-color-gray-80: #4d4d4d;
  --pcoui-color-gray-90: #333333;
  --pcoui-color-gray-95: #262626;
  --pcoui-color-gray-100: #1a1a1a;
  --pcoui-color-gray-105: #0d0d0d;
  --pcoui-color-white-alpha-10: rgba(var(--pcoui-color-white-rgb), 0.1);
  --pcoui-color-white-alpha-12: rgba(var(--pcoui-color-white-rgb), 0.12);
  --pcoui-color-white-alpha-20: rgba(var(--pcoui-color-white-rgb), 0.2);
  --pcoui-color-white-alpha-30: rgba(var(--pcoui-color-white-rgb), 0.3);
  --pcoui-color-white-alpha-40: rgba(var(--pcoui-color-white-rgb), 0.4);
  --pcoui-color-white-alpha-50: rgba(var(--pcoui-color-white-rgb), 0.5);
  --pcoui-color-white-alpha-60: rgba(var(--pcoui-color-white-rgb), 0.6);
  --pcoui-color-white-alpha-70: rgba(var(--pcoui-color-white-rgb), 0.7);
  --pcoui-color-white-alpha-80: rgba(var(--pcoui-color-white-rgb), 0.8);
  --pcoui-color-white-alpha-90: rgba(var(--pcoui-color-white-rgb), 0.9);
  --pcoui-color-black-alpha-10: rgba(var(--pcoui-color-black-rgb), 0.1);
  --pcoui-color-black-alpha-20: rgba(var(--pcoui-color-black-rgb), 0.2);
  --pcoui-color-black-alpha-30: rgba(var(--pcoui-color-black-rgb), 0.3);
  --pcoui-color-black-alpha-40: rgba(var(--pcoui-color-black-rgb), 0.4);
  --pcoui-color-black-alpha-50: rgba(var(--pcoui-color-black-rgb), 0.5);
  --pcoui-color-black-alpha-60: rgba(var(--pcoui-color-black-rgb), 0.6);
  --pcoui-color-black-alpha-70: rgba(var(--pcoui-color-black-rgb), 0.7);
  --pcoui-color-black-alpha-80: rgba(var(--pcoui-color-black-rgb), 0.8);
  --pcoui-color-black-alpha-90: rgba(var(--pcoui-color-black-rgb), 0.9);
  --pcoui-color-red-10: #ffe7e5;
  --pcoui-color-red-20: #ffcfcc;
  --pcoui-color-red-30: #ffa099;
  --pcoui-color-red-40: #ff7066;
  --pcoui-color-red-50: #ff4133;
  --pcoui-color-red-60: #ff1100;
  --pcoui-color-red-70: #cc0e00;
  --pcoui-color-red-80: #990a00;
  --pcoui-color-red-90: #660700;
  --pcoui-color-red-100: #330300;
  --pcoui-color-orange-10: #fff5e5;
  --pcoui-color-orange-20: #ffebcc;
  --pcoui-color-orange-30: #ffd699;
  --pcoui-color-orange-40: #ffc266;
  --pcoui-color-orange-50: #ffad33;
  --pcoui-color-orange-60: #ff9900;
  --pcoui-color-orange-70: #cc7a00;
  --pcoui-color-orange-80: #995c00;
  --pcoui-color-orange-90: #663d00;
  --pcoui-color-orange-100: #331f00;
  --pcoui-color-yellow-10: #fffce5;
  --pcoui-color-yellow-20: #fffacc;
  --pcoui-color-yellow-30: #fff599;
  --pcoui-color-yellow-40: #fff066;
  --pcoui-color-yellow-50: #ffeb33;
  --pcoui-color-yellow-60: #ffe500;
  --pcoui-color-yellow-70: #ccb800;
  --pcoui-color-yellow-80: #998a00;
  --pcoui-color-yellow-90: #665c00;
  --pcoui-color-yellow-100: #332e00;
  --pcoui-color-green-10: #e5fff5;
  --pcoui-color-green-20: #cffceb;
  --pcoui-color-green-30: #99ffd8;
  --pcoui-color-green-40: #66ffc4;
  --pcoui-color-green-50: #33ffb1;
  --pcoui-color-green-60: #00ff9d;
  --pcoui-color-green-70: #00cc7e;
  --pcoui-color-green-80: #00995e;
  --pcoui-color-green-90: #00663f;
  --pcoui-color-green-100: #00331f;
  --pcoui-color-blue-10: #e5f2ff;
  --pcoui-color-blue-20: #cce5ff;
  --pcoui-color-blue-30: #99caff;
  --pcoui-color-blue-40: #66b0ff;
  --pcoui-color-blue-50: #3396ff;
  --pcoui-color-blue-60: #007bff;
  --pcoui-color-blue-70: #0063cc;
  --pcoui-color-blue-80: #004a99;
  --pcoui-color-blue-90: #003166;
  --pcoui-color-blue-100: #001933;
  --pcoui-color-purple-10: #efe5ff;
  --pcoui-color-purple-20: #dfccff;
  --pcoui-color-purple-30: #be99ff;
  --pcoui-color-purple-40: #9e66ff;
  --pcoui-color-purple-50: #7e33ff;
  --pcoui-color-purple-60: #5e00ff;
  --pcoui-color-purple-70: #4b00cc;
  --pcoui-color-purple-80: #380099;
  --pcoui-color-purple-90: #250066;
  --pcoui-color-purple-100: #130033;
  /* Semantic tokens - light mode */
  /* Surface */
  --pcoui-color-light-surface-main: var(--pcoui-color-connect-medium-blue);
  --pcoui-color-light-surface-main-subtle-hovered: #e9f2fb;
  --pcoui-color-light-surface-main-subtle-selected: #a8cbf0;
  --pcoui-color-light-surface-main-subtle-alpha-hovered: rgba(var(--pcoui-color-connect-medium-blue-rgb), 0.1);
  --pcoui-color-light-surface-main-subtle-alpha-selected: rgba(var(--pcoui-color-connect-medium-blue-rgb), 0.3);
  --pcoui-color-light-surface-main-hovered: #004a99;
  --pcoui-color-light-surface-main-selected: #003166;
  --pcoui-color-light-surface-default: var(--pcoui-color-white);
  --pcoui-color-light-surface-default-hovered: var(--pcoui-color-gray-20);
  --pcoui-color-light-surface-default-pressed: var(--pcoui-color-gray-30);
  --pcoui-color-light-surface-default-selected: var(--pcoui-color-gray-70);
  --pcoui-color-light-surface-overlay: var(--pcoui-color-white);
  --pcoui-color-light-surface-default-alpha-hovered: var(--pcoui-color-black-alpha-10);
  --pcoui-color-light-surface-default-alpha-pressed: var(--pcoui-color-black-alpha-20);
  --pcoui-color-light-surface-selected: #e9f2fb;
  /* Text */
  --pcoui-color-light-text-main: var(--pcoui-color-connect-medium-blue);
  --pcoui-color-light-text-inverted: var(--pcoui-color-white);
  --pcoui-color-light-text-inverted-disabled: var(--pcoui-color-white-alpha-80);
  --pcoui-color-light-text-disabled: var(--pcoui-color-black-alpha-30);
  --pcoui-color-light-text-subtle: var(--pcoui-color-black-alpha-60);
  --pcoui-color-light-text-default: var(--pcoui-color-black-alpha-90);
  --pcoui-color-light-ui-text-high: var(--pcoui-color-black);
  /* Border */
  --pcoui-color-light-border-main: var(--pcoui-color-connect-medium-blue);
  --pcoui-color-light-border-default: var(--pcoui-color-black-alpha-10);
  --pcoui-color-light-border-strong: var(--pcoui-color-gray-60);
  --pcoui-color-light-border-focus: var(--pcoui-color-black);
  /* Background */
  --pcoui-color-light-background: var(--pcoui-color-gray-10);
  /* Functional colors */
  --pcoui-color-light-error-default: var(--pcoui-color-red-70);
  --pcoui-color-light-error-hovered: var(--pcoui-color-red-80);
  --pcoui-color-light-error-pressed: var(--pcoui-color-red-90);
  --pcoui-color-light-error-subtle: var(--pcoui-color-red-10);
  --pcoui-color-light-error-subtle-hovered: var(--pcoui-color-red-20);
  --pcoui-color-light-error-subtle-pressed: var(--pcoui-color-red-30);
  --pcoui-color-light-warning-yellow1: var(--pcoui-color-yellow-50);
  --pcoui-color-light-warning-yellow2: #717a1f;
  --pcoui-color-light-warning-orange1: #f26c0d;
  --pcoui-color-light-warning-orange2: var(--pcoui-color-orange-80);
  --pcoui-color-light-success-1: var(--pcoui-color-green-80);
  --pcoui-color-light-success-2: var(--pcoui-color-green-90);
  /* Specific */
  --pcoui-color-light-table-header: var(--pcoui-color-gray-30);
  --pcoui-color-light-table-header-hovered: var(--pcoui-color-gray-40);
  --pcoui-color-light-table-sort-button: var(--pcoui-color-black-alpha-30);
  --pcoui-color-light-table-sort-button-active: var(--pcoui-color-black-alpha-90);
  --pcoui-color-light-global-navigation-background: var(--pcoui-color-connect-dark-blue);
  --pcoui-color-light-global-navigation-surface-default: var(--pcoui-color-white);
  --pcoui-color-light-global-navigation-surface-default-hovered: var(--pcoui-color-white-alpha-10);
  --pcoui-color-light-global-navigation-surface-default-pressed: var(--pcoui-color-white-alpha-30);
  --pcoui-color-light-global-navigation-selector: var(--pcoui-color-connect-light-blue);
  --pcoui-color-light-global-navigation-surface-default-selected: rgba(var(--pcoui-color-connect-light-blue-rgb), 0.4);
  --pcoui-color-light-header-logo: var(--pcoui-color-connect-dark-blue);
  /* Label */
  --pcoui-color-light-label-01: #e05b52;
  --pcoui-color-light-label-02: #e0a752;
  --pcoui-color-light-label-03: #e0d252;
  --pcoui-color-light-label-04: #1fad77;
  --pcoui-color-light-label-05: #5281e0;
  --pcoui-color-light-label-06: #cb52e0;
  --pcoui-color-light-label-07: var(--pcoui-color-gray-40);
  --pcoui-color-light-label-08: var(--pcoui-color-gray-60);
  /* Semantic tokens - dark mode */
  /* Surface */
  --pcoui-color-dark-surface-main: var(--pcoui-color-connect-light-blue);
  --pcoui-color-dark-surface-main-subtle-hovered: #1f3a47;
  --pcoui-color-dark-surface-main-subtle-selected: #176082;
  --pcoui-color-dark-surface-main-subtle-alpha-hovered: rgba(var(--pcoui-color-connect-light-blue-rgb), 0.2);
  --pcoui-color-dark-surface-main-subtle-alpha-selected: rgba(var(--pcoui-color-connect-light-blue-rgb), 0.4);
  --pcoui-color-dark-surface-main-hovered: #6eccf7;
  --pcoui-color-dark-surface-main-selected: #9eddfa;
  --pcoui-color-dark-surface-default: var(--pcoui-color-gray-100);
  --pcoui-color-dark-surface-default-hovered: var(--pcoui-color-gray-80);
  --pcoui-color-dark-surface-default-pressed: var(--pcoui-color-gray-70);
  --pcoui-color-dark-surface-default-selected: var(--pcoui-color-gray-60);
  --pcoui-color-dark-surface-overlay: var(--pcoui-color-gray-90);
  --pcoui-color-dark-surface-default-alpha-hovered: var(--pcoui-color-white-alpha-20);
  --pcoui-color-dark-surface-default-alpha-pressed: var(--pcoui-color-white-alpha-30);
  --pcoui-color-dark-surface-selected: #1f3a47;
  /* Text */
  --pcoui-color-dark-text-main: var(--pcoui-color-connect-light-blue);
  --pcoui-color-dark-text-inverted: var(--pcoui-color-black);
  --pcoui-color-dark-text-inverted-disabled: var(--pcoui-color-black-alpha-80);
  --pcoui-color-dark-text-disabled: var(--pcoui-color-white-alpha-30);
  --pcoui-color-dark-text-subtle: var(--pcoui-color-white-alpha-60);
  --pcoui-color-dark-text-default: var(--pcoui-color-white-alpha-90);
  --pcoui-color-dark-ui-text-high: var(--pcoui-color-white);
  /* Border */
  --pcoui-color-dark-border-main: var(--pcoui-color-connect-light-blue);
  --pcoui-color-dark-border-default: var(--pcoui-color-white-alpha-12);
  --pcoui-color-dark-border-strong: var(--pcoui-color-gray-60);
  --pcoui-color-dark-border-focus: var(--pcoui-color-white);
  /* Background */
  --pcoui-color-dark-background: var(--pcoui-color-black);
  /* Functional colors */
  --pcoui-color-dark-error-default: var(--pcoui-color-red-50);
  --pcoui-color-dark-error-hovered: var(--pcoui-color-red-40);
  --pcoui-color-dark-error-pressed: var(--pcoui-color-red-30);
  --pcoui-color-dark-error-subtle: var(--pcoui-color-red-100);
  --pcoui-color-dark-error-subtle-hovered: var(--pcoui-color-red-90);
  --pcoui-color-dark-error-subtle-pressed: var(--pcoui-color-red-80);
  --pcoui-color-dark-warning-yellow1: var(--pcoui-color-yellow-50);
  --pcoui-color-dark-warning-yellow2: var(--pcoui-color-yellow-50);
  --pcoui-color-dark-warning-orange1: var(--pcoui-color-orange-60);
  --pcoui-color-dark-warning-orange2: var(--pcoui-color-orange-60);
  --pcoui-color-dark-success-1: var(--pcoui-color-green-70);
  --pcoui-color-dark-success-2: var(--pcoui-color-green-70);
  /* Specific */
  --pcoui-color-dark-table-header: var(--pcoui-color-gray-90);
  --pcoui-color-dark-table-header-hovered: var(--pcoui-color-gray-80);
  --pcoui-color-dark-table-sort-button: var(--pcoui-color-white-alpha-30);
  --pcoui-color-dark-table-sort-button-active: var(--pcoui-color-white-alpha-90);
  --pcoui-color-dark-global-navigation-background: var(--pcoui-color-gray-90);
  --pcoui-color-dark-global-navigation-surface-default: var(--pcoui-color-white-alpha-90);
  --pcoui-color-dark-global-navigation-surface-default-hovered: var(--pcoui-color-white-alpha-10);
  --pcoui-color-dark-global-navigation-surface-default-pressed: var(--pcoui-color-white-alpha-30);
  --pcoui-color-dark-global-navigation-selector: var(--pcoui-color-connect-light-blue);
  --pcoui-color-dark-global-navigation-surface-default-selected: rgba(var(--pcoui-color-connect-light-blue-rgb), 0.4);
  --pcoui-color-dark-header-logo: var(--pcoui-color-white);
  /* Label */
  --pcoui-color-dark-label-01: #e05b52;
  --pcoui-color-dark-label-02: #e0a752;
  --pcoui-color-dark-label-03: #e0d252;
  --pcoui-color-dark-label-04: #1fad77;
  --pcoui-color-dark-label-05: #5281e0;
  --pcoui-color-dark-label-06: #cb52e0;
  --pcoui-color-dark-label-07: var(--pcoui-color-gray-40);
  --pcoui-color-dark-label-08: var(--pcoui-color-gray-60);
}

:root,
[data-pcoui-theme=light] {
  --pcoui-color-surface-default: var(--pcoui-color-light-surface-default);
  --pcoui-color-background: var(--pcoui-color-light-background);
  --pcoui-color-table-header: var(--pcoui-color-light-table-header);
  --pcoui-color-table-header-hovered: var(--pcoui-color-light-table-header-hovered); /* 追加 */
  --pcoui-color-table-sort-button: var(--pcoui-color-light-table-sort-button);
  --pcoui-color-table-sort-button-active: var(--pcoui-color-light-table-sort-button-active);
  --pcoui-color-surface-overlay: var(--pcoui-color-light-surface-overlay);
  --pcoui-color-border-default: var(--pcoui-color-light-border-default);
  --pcoui-color-border-strong: var(--pcoui-color-light-border-strong);
  --pcoui-color-surface-default-hovered: var(--pcoui-color-light-surface-default-hovered);
  --pcoui-color-surface-default-pressed: var(--pcoui-color-light-surface-default-pressed);
  --pcoui-color-surface-default-selected: var(--pcoui-color-light-surface-default-selected);
  --pcoui-color-surface-default-alpha-hovered: var(--pcoui-color-light-surface-default-alpha-hovered);
  --pcoui-color-surface-default-alpha-pressed: var(--pcoui-color-light-surface-default-alpha-pressed);
  --pcoui-color-surface-main-subtle-hovered: var(--pcoui-color-light-surface-main-subtle-hovered);
  --pcoui-color-surface-main-subtle-selected: var(--pcoui-color-light-surface-main-subtle-selected);
  --pcoui-color-surface-main-subtle-alpha-hovered: var(--pcoui-color-light-surface-main-subtle-alpha-hovered);
  --pcoui-color-surface-main-subtle-alpha-selected: var(
    --pcoui-color-light-surface-main-subtle-alpha-selected
  );
  --pcoui-color-surface-main: var(--pcoui-color-light-surface-main);
  --pcoui-color-surface-main-hovered: var(--pcoui-color-light-surface-main-hovered);
  --pcoui-color-surface-main-selected: var(--pcoui-color-light-surface-main-selected);
  --pcoui-color-surface-selected: var(--pcoui-color-light-surface-selected);
  --pcoui-color-border-main: var(--pcoui-color-light-border-main);
  --pcoui-color-border-focus: var(--pcoui-color-light-border-focus);
  --pcoui-color-text-main: var(--pcoui-color-light-text-main);
  --pcoui-color-text-inverted: var(--pcoui-color-light-text-inverted);
  --pcoui-color-text-inverted-disabled: var(--pcoui-color-light-text-inverted-disabled);
  --pcoui-color-text-disabled: var(--pcoui-color-light-text-disabled);
  --pcoui-color-text-subtle: var(--pcoui-color-light-text-subtle);
  --pcoui-color-text-default: var(--pcoui-color-light-text-default);
  --pcoui-color-ui-text-high: var(--pcoui-color-light-ui-text-high);
  --pcoui-color-global-navigation-background: var(--pcoui-color-light-global-navigation-background);
  --pcoui-color-global-navigation-surface-default: var(--pcoui-color-light-global-navigation-surface-default);
  --pcoui-color-global-navigation-surface-default-hovered: var(
    --pcoui-color-light-global-navigation-surface-default-hovered
  );
  --pcoui-color-global-navigation-surface-default-pressed: var(
    --pcoui-color-light-global-navigation-surface-default-pressed
  );
  --pcoui-color-global-navigation-selector: var(--pcoui-color-light-global-navigation-selector);
  --pcoui-color-global-navigation-surface-default-selected: var(
    --pcoui-color-light-global-navigation-surface-default-selected
  );
  --pcoui-color-header-logo: var(--pcoui-color-light-header-logo);
  --pcoui-color-error-subtle: var(--pcoui-color-light-error-subtle);
  --pcoui-color-error-subtle-hovered: var(--pcoui-color-light-error-subtle-hovered);
  --pcoui-color-error-subtle-pressed: var(--pcoui-color-light-error-subtle-pressed);
  --pcoui-color-error-default: var(--pcoui-color-light-error-default);
  --pcoui-color-error-hovered: var(--pcoui-color-light-error-hovered);
  --pcoui-color-error-pressed: var(--pcoui-color-light-error-pressed);
  --pcoui-color-warning-yellow1: var(--pcoui-color-light-warning-yellow1);
  --pcoui-color-warning-yellow2: var(--pcoui-color-light-warning-yellow2);
  --pcoui-color-warning-orange1: var(--pcoui-color-light-warning-orange1);
  --pcoui-color-warning-orange2: var(--pcoui-color-light-warning-orange2);
  --pcoui-color-success-1: var(--pcoui-color-light-success-1);
  --pcoui-color-success-2: var(--pcoui-color-light-success-2);
  --pcoui-color-label-01: var(--pcoui-color-light-label-01);
  --pcoui-color-label-02: var(--pcoui-color-light-label-02);
  --pcoui-color-label-03: var(--pcoui-color-light-label-03);
  --pcoui-color-label-04: var(--pcoui-color-light-label-04);
  --pcoui-color-label-05: var(--pcoui-color-light-label-05);
  --pcoui-color-label-06: var(--pcoui-color-light-label-06);
  --pcoui-color-label-07: var(--pcoui-color-light-label-07);
  --pcoui-color-label-08: var(--pcoui-color-light-label-08);
}

[data-pcoui-theme=dark] {
  --pcoui-color-surface-default: var(--pcoui-color-dark-surface-default);
  --pcoui-color-background: var(--pcoui-color-dark-background);
  --pcoui-color-table-header: var(--pcoui-color-dark-table-header);
  --pcoui-color-table-header-hovered: var(--pcoui-color-dark-table-header-hovered);
  --pcoui-color-table-sort-button: var(--pcoui-color-dark-table-sort-button);
  --pcoui-color-table-sort-button-active: var(--pcoui-color-dark-table-sort-button-active);
  --pcoui-color-surface-overlay: var(--pcoui-color-dark-surface-overlay);
  --pcoui-color-border-default: var(--pcoui-color-dark-border-default);
  --pcoui-color-border-strong: var(--pcoui-color-dark-border-strong);
  --pcoui-color-surface-default-hovered: var(--pcoui-color-dark-surface-default-hovered);
  --pcoui-color-surface-default-pressed: var(--pcoui-color-dark-surface-default-pressed);
  --pcoui-color-surface-default-selected: var(--pcoui-color-dark-surface-default-selected);
  --pcoui-color-surface-default-alpha-hovered: var(--pcoui-color-dark-surface-default-alpha-hovered);
  --pcoui-color-surface-default-alpha-pressed: var(--pcoui-color-dark-surface-default-alpha-pressed);
  --pcoui-color-surface-main-subtle-hovered: var(--pcoui-color-dark-surface-main-subtle-hovered);
  --pcoui-color-surface-main-subtle-selected: var(--pcoui-color-dark-surface-main-subtle-selected);
  --pcoui-color-surface-main-subtle-alpha-hovered: var(--pcoui-color-dark-surface-main-subtle-alpha-hovered);
  --pcoui-color-surface-main-subtle-alpha-selected: var(
    --pcoui-color-dark-surface-main-subtle-alpha-selected
  );
  --pcoui-color-surface-main: var(--pcoui-color-dark-surface-main);
  --pcoui-color-surface-main-hovered: var(--pcoui-color-dark-surface-main-hovered);
  --pcoui-color-surface-main-selected: var(--pcoui-color-dark-surface-main-selected);
  --pcoui-color-surface-selected: var(--pcoui-color-dark-surface-selected);
  --pcoui-color-border-main: var(--pcoui-color-dark-border-main);
  --pcoui-color-border-focus: var(--pcoui-color-dark-border-focus);
  --pcoui-color-text-main: var(--pcoui-color-dark-text-main);
  --pcoui-color-text-inverted: var(--pcoui-color-dark-text-inverted);
  --pcoui-color-text-inverted-disabled: var(--pcoui-color-dark-text-inverted-disabled);
  --pcoui-color-text-disabled: var(--pcoui-color-dark-text-disabled);
  --pcoui-color-text-subtle: var(--pcoui-color-dark-text-subtle);
  --pcoui-color-text-default: var(--pcoui-color-dark-text-default);
  --pcoui-color-ui-text-high: var(--pcoui-color-dark-ui-text-high);
  --pcoui-color-global-navigation-background: var(--pcoui-color-dark-global-navigation-background);
  --pcoui-color-global-navigation-surface-default: var(--pcoui-color-dark-global-navigation-surface-default);
  --pcoui-color-global-navigation-surface-default-hovered: var(
    --pcoui-color-dark-global-navigation-surface-default-hovered
  );
  --pcoui-color-global-navigation-surface-default-pressed: var(
    --pcoui-color-dark-global-navigation-surface-default-pressed
  );
  --pcoui-color-global-navigation-selector: var(--pcoui-color-dark-global-navigation-selector);
  --pcoui-color-global-navigation-surface-default-selected: var(
    --pcoui-color-dark-global-navigation-surface-default-selected
  );
  --pcoui-color-header-logo: var(--pcoui-color-dark-header-logo);
  --pcoui-color-error-subtle: var(--pcoui-color-dark-error-subtle);
  --pcoui-color-error-subtle-hovered: var(--pcoui-color-dark-error-subtle-hovered);
  --pcoui-color-error-subtle-pressed: var(--pcoui-color-dark-error-subtle-pressed);
  --pcoui-color-error-default: var(--pcoui-color-dark-error-default);
  --pcoui-color-error-hovered: var(--pcoui-color-dark-error-hovered);
  --pcoui-color-error-pressed: var(--pcoui-color-dark-error-pressed);
  --pcoui-color-warning-yellow1: var(--pcoui-color-dark-warning-yellow1);
  --pcoui-color-warning-yellow2: var(--pcoui-color-dark-warning-yellow2);
  --pcoui-color-warning-orange1: var(--pcoui-color-dark-warning-orange1);
  --pcoui-color-warning-orange2: var(--pcoui-color-dark-warning-orange2);
  --pcoui-color-success-1: var(--pcoui-color-dark-success-1);
  --pcoui-color-success-2: var(--pcoui-color-dark-success-2);
  --pcoui-color-label-01: var(--pcoui-color-dark-label-01);
  --pcoui-color-label-02: var(--pcoui-color-dark-label-02);
  --pcoui-color-label-03: var(--pcoui-color-dark-label-03);
  --pcoui-color-label-04: var(--pcoui-color-dark-label-04);
  --pcoui-color-label-05: var(--pcoui-color-dark-label-05);
  --pcoui-color-label-06: var(--pcoui-color-dark-label-06);
  --pcoui-color-label-07: var(--pcoui-color-dark-label-07);
  --pcoui-color-label-08: var(--pcoui-color-dark-label-08);
}

:root {
  --pcoui-radius-r4: 4px;
  --pcoui-radius-r6: 6px;
  --pcoui-radius-small: var(--pcoui-radius-r4);
  --pcoui-radius-large: var(--pcoui-radius-r6);
}

:root {
  /* タイポグラフィ */
  --pcoui-typography-heading-1-size: 2rem;
  --pcoui-typography-heading-1-weight: bold;
  --pcoui-typography-heading-2-size: 1.6rem;
  --pcoui-typography-heading-2-weight: bold;
  --pcoui-typography-heading-3-size: 1.333rem;
  --pcoui-typography-heading-3-weight: bold;
  --pcoui-typography-heading-4-size: 1.143rem;
  --pcoui-typography-heading-4-weight: bold;
  --pcoui-typography-body-strong-size: 1rem;
  --pcoui-typography-body-strong-weight: bold;
  --pcoui-typography-body-default-size: 1rem;
  --pcoui-typography-body-default-weight: normal;
  --pcoui-typography-caption-1-strong-size: 0.889rem;
  --pcoui-typography-caption-1-strong-weight: bold;
  --pcoui-typography-caption-1-size: 0.889rem;
  --pcoui-typography-caption-1-weight: normal;
  --pcoui-typography-caption-2-size: 0.727rem;
  --pcoui-typography-caption-2-weight: normal;
  --pcoui-typography-caption-3-size: 0.667rem;
  --pcoui-typography-caption-3-weight: normal;
  --pcoui-typography-button-strong-size: 1rem;
  --pcoui-typography-button-strong-weight: bold;
  --pcoui-typography-button-size: 1rem;
  --pcoui-typography-button-weight: normal;
  --pcoui-typography-label-strong-size: 1rem;
  --pcoui-typography-label-strong-weight: bold;
  --pcoui-typography-label-size: 0.889rem;
  --pcoui-typography-label-weight: normal;
}

/* component: accountMenu */
.pcoui-account-menu {
  display: inline-block;
  position: relative;
  width: max-content;
}

.pcoui-account-menu__trigger {
  display: flex;
  align-items: center;
  column-gap: 4px;
  border-width: 0;
  border-radius: var(--pcoui-radius-small);
  padding: 2px;
  background-color: transparent;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  font-family: inherit;
  line-height: 1.5;
  cursor: pointer;
}
@media (hover: hover) {
  .pcoui-account-menu__trigger:hover {
    background-color: var(--pcoui-color-surface-default-alpha-hovered);
  }
}
.pcoui-account-menu__trigger:active, .pcoui-account-menu__trigger[aria-expanded=true] {
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
}
.pcoui-account-menu__trigger:focus {
  outline: 0;
}
.pcoui-account-menu__trigger:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-border-focus);
  outline-offset: 2px;
}

.pcoui-account-menu__icon {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: currentColor;
}

.pcoui-account-menu__arrow {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
}
.pcoui-account-menu__trigger[aria-expanded=true] .pcoui-account-menu__arrow {
  transform: rotate(180deg);
}

.pcoui-account-menu__popover.pcoui-popover {
  width: max-content;
  max-width: 264px;
  visibility: hidden;
}
.pcoui-account-menu__popover.pcoui-popover.pcoui-account-menu__popover--active {
  visibility: visible;
}
.pcoui-account-menu__popover.pcoui-popover .pcoui-divider {
  margin-block: 4px;
}

/* /component: accountMenu */
/* component: avatar */
.pcoui-avatar {
  display: inline-block;
  position: relative;
  width: max-content;
}

.pcoui-avatar__trigger {
  display: flex;
  align-items: center;
  column-gap: 4px;
  border-width: 0;
  border-radius: var(--pcoui-radius-small);
  padding: 2px;
  background-color: transparent;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  font-family: inherit;
  line-height: 1.5;
  cursor: pointer;
}
@media (hover: hover) {
  .pcoui-avatar__trigger:hover {
    background-color: var(--pcoui-color-surface-default-alpha-hovered);
  }
}
.pcoui-avatar__trigger:active, .pcoui-avatar__trigger[aria-expanded=true] {
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
}

.pcoui-avatar__icon {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: currentColor;
}

.pcoui-avatar__arrow {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
}
.pcoui-avatar__trigger[aria-expanded=true] .pcoui-avatar__arrow {
  transform: rotate(180deg);
}

.pcoui-avatar__popover.pcoui-popover {
  width: max-content;
  max-width: 264px;
  visibility: hidden;
}
.pcoui-avatar__popover.pcoui-popover.pcoui-avatar__popover--active {
  visibility: visible;
}
.pcoui-avatar__popover.pcoui-popover .pcoui-divider {
  margin-block: 4px;
}

/* /component: avatar */
/* component: breadcrumb */
.pcoui-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  list-style-type: none;
}

.pcoui-breadcrumb__item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--pcoui-color-text-subtle);
}
.pcoui-breadcrumb__item:nth-child(n+2)::before {
  content: "/";
}

.pcoui-breadcrumb__link {
  color: inherit;
  text-decoration: none;
}
.pcoui-breadcrumb__link[aria-current=page] {
  color: var(--pcoui-color-text-default);
}
@media (hover: hover) {
  .pcoui-breadcrumb__link[href]:hover {
    text-decoration: underline;
  }
}
.pcoui-breadcrumb__link[href]:active {
  color: var(--pcoui-color-text-default);
  text-decoration: underline;
}

/* /component: breadcrumb */
:root {
  --pcoui-shadow-depth-30: 0 3px 6px rgba(0, 0, 0, 0.08);
  --pcoui-shadow-depth-40: 0 3px 6px rgba(0, 0, 0, 0.16);
  --pcoui-shadow-depth-160: 0 6px 24px 0px rgba(0, 0, 0, 0.16);
}

/* component: button */
.pcoui-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  border-radius: var(--pcoui-radius-small);
  font-size: var(--pcoui-typography-button-strong-size);
  font-weight: var(--pcoui-typography-button-strong-weight);
  font-style: normal;
  line-height: 1.5;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.pcoui-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

a.pcoui-button {
  box-sizing: border-box;
}

.pcoui-button--tertiary, .pcoui-button--secondary-alert, .pcoui-button--secondary, .pcoui-button--primary-alert, .pcoui-button--primary {
  border-width: 1px;
  border-style: solid;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
  min-width: 72px;
}
.pcoui-button--fix.pcoui-button--tertiary, .pcoui-button--fix.pcoui-button--secondary-alert, .pcoui-button--fix.pcoui-button--secondary, .pcoui-button--fix.pcoui-button--primary-alert, .pcoui-button--fix.pcoui-button--primary {
  width: 104px;
}
.pcoui-button--fill.pcoui-button--tertiary, .pcoui-button--fill.pcoui-button--secondary-alert, .pcoui-button--fill.pcoui-button--secondary, .pcoui-button--fill.pcoui-button--primary-alert, .pcoui-button--fill.pcoui-button--primary {
  width: 100%;
}

.pcoui-button--tertiary, .pcoui-button--secondary-alert, .pcoui-button--secondary, .pcoui-button--primary-alert, .pcoui-button--primary {
  padding-top: 9px;
  padding-bottom: 8px;
}
.pcoui-button--small.pcoui-button--tertiary, .pcoui-button--small.pcoui-button--secondary-alert, .pcoui-button--small.pcoui-button--secondary, .pcoui-button--small.pcoui-button--primary-alert, .pcoui-button--small.pcoui-button--primary {
  padding-top: 5px;
  padding-bottom: 4px;
}
.pcoui-button--normal.pcoui-button--tertiary, .pcoui-button--normal.pcoui-button--secondary-alert, .pcoui-button--normal.pcoui-button--secondary, .pcoui-button--normal.pcoui-button--primary-alert, .pcoui-button--normal.pcoui-button--primary {
  padding-top: 9px;
  padding-bottom: 8px;
}

.pcoui-button--primary {
  border-color: transparent;
  box-shadow: var(--pcoui-shadow-depth-40);
  background-color: var(--pcoui-color-surface-main);
  color: var(--pcoui-color-text-inverted);
}
@media (hover: hover) {
  .pcoui-button--primary:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-main-hovered);
  }
}
.pcoui-button--primary:not(:disabled):active {
  background-color: var(--pcoui-color-surface-main-selected);
}
.pcoui-button--primary.pcoui-button--selected {
  background-color: var(--pcoui-color-surface-main-selected);
}
@media (hover: hover) {
  .pcoui-button--primary.pcoui-button--selected:hover {
    background-color: var(--pcoui-color-surface-main-selected);
  }
}
.pcoui-button--primary.pcoui-button--active {
  background-color: var(--pcoui-color-surface-main-selected);
}
@media (hover: hover) {
  .pcoui-button--primary.pcoui-button--active:hover {
    background-color: var(--pcoui-color-surface-main-selected);
  }
}

.pcoui-button--primary-alert {
  border-color: transparent;
  box-shadow: var(--pcoui-shadow-depth-40);
  background-color: var(--pcoui-color-error-default);
  color: var(--pcoui-color-text-inverted);
}
@media (hover: hover) {
  .pcoui-button--primary-alert:not(:disabled):hover {
    background-color: var(--pcoui-color-error-hovered);
  }
}
.pcoui-button--primary-alert:not(:disabled):active {
  background-color: var(--pcoui-color-error-pressed);
}
.pcoui-button--primary-alert.pcoui-button--selected {
  background-color: var(--pcoui-color-error-pressed);
}
@media (hover: hover) {
  .pcoui-button--primary-alert.pcoui-button--selected:hover {
    background-color: var(--pcoui-color-error-pressed);
  }
}
.pcoui-button--primary-alert.pcoui-button--active {
  background-color: var(--pcoui-color-error-pressed);
}
@media (hover: hover) {
  .pcoui-button--primary-alert.pcoui-button--active:hover {
    background-color: var(--pcoui-color-error-pressed);
  }
}

.pcoui-button--secondary {
  border-color: var(--pcoui-color-surface-main);
  box-shadow: var(--pcoui-shadow-depth-30);
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-surface-main);
}
@media (hover: hover) {
  .pcoui-button--secondary:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-main-subtle-hovered);
  }
}
.pcoui-button--secondary:not(:disabled):active {
  background-color: var(--pcoui-color-surface-main-subtle-selected);
}
.pcoui-button--secondary.pcoui-button--selected {
  background-color: var(--pcoui-color-surface-main-subtle-selected);
}
@media (hover: hover) {
  .pcoui-button--secondary.pcoui-button--selected:hover {
    background-color: var(--pcoui-color-surface-main-subtle-selected);
  }
}
.pcoui-button--secondary.pcoui-button--active {
  background-color: var(--pcoui-color-surface-main-subtle-selected);
}
@media (hover: hover) {
  .pcoui-button--secondary.pcoui-button--active:hover {
    background-color: var(--pcoui-color-surface-main-subtle-selected);
  }
}

.pcoui-button--secondary-alert {
  border-color: var(--pcoui-color-error-default);
  box-shadow: var(--pcoui-shadow-depth-30);
  background-color: var(--pcoui-color-error-subtle);
  color: var(--pcoui-color-error-default);
}
@media (hover: hover) {
  .pcoui-button--secondary-alert:not(:disabled):hover {
    background-color: var(--pcoui-color-error-subtle-hovered);
  }
}
.pcoui-button--secondary-alert:not(:disabled):active {
  background-color: var(--pcoui-color-error-subtle-pressed);
}
.pcoui-button--secondary-alert.pcoui-button--selected {
  background-color: var(--pcoui-color-error-subtle-pressed);
}
@media (hover: hover) {
  .pcoui-button--secondary-alert.pcoui-button--selected:hover {
    background-color: var(--pcoui-color-error-subtle-pressed);
  }
}
.pcoui-button--secondary-alert.pcoui-button--active {
  background-color: var(--pcoui-color-error-subtle-pressed);
}
@media (hover: hover) {
  .pcoui-button--secondary-alert.pcoui-button--active:hover {
    background-color: var(--pcoui-color-error-subtle-pressed);
  }
}

.pcoui-button--tertiary {
  border-color: var(--pcoui-color-border-strong);
  box-shadow: var(--pcoui-shadow-depth-30);
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-default);
  padding-top: 5px;
  padding-bottom: 4px;
}
@media (hover: hover) {
  .pcoui-button--tertiary:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-button--tertiary:not(:disabled):active {
  background-color: var(--pcoui-color-surface-default-pressed);
}
.pcoui-button--tertiary.pcoui-button--selected {
  background-color: var(--pcoui-color-surface-default-pressed);
}
@media (hover: hover) {
  .pcoui-button--tertiary.pcoui-button--selected:hover {
    background-color: var(--pcoui-color-surface-default-pressed);
  }
}
.pcoui-button--tertiary.pcoui-button--active {
  background-color: var(--pcoui-color-surface-default-pressed);
}
@media (hover: hover) {
  .pcoui-button--tertiary.pcoui-button--active:hover {
    background-color: var(--pcoui-color-surface-default-pressed);
  }
}

.pcoui-button--text {
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 16px;
  padding-right: 16px;
  border-width: 0;
  width: auto;
  background-color: transparent;
  color: var(--pcoui-color-text-main);
}
.pcoui-button--text.pcoui-button--normal {
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 16px;
}
.pcoui-button--text.pcoui-button--x-small {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  gap: 4px;
  font-size: var(--pcoui-typography-button-size);
  font-weight: var(--pcoui-typography-button-weight);
}
.pcoui-button--text.pcoui-button--small {
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (hover: hover) {
  .pcoui-button--text:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-main-subtle-hovered);
  }
}
.pcoui-button--text:not(:disabled):active {
  background-color: var(--pcoui-color-surface-main-subtle-selected);
}
.pcoui-button--text.pcoui-button--selected {
  background-color: var(--pcoui-color-surface-main-subtle-selected);
}
@media (hover: hover) {
  .pcoui-button--text.pcoui-button--selected:hover {
    background-color: var(--pcoui-color-surface-main-subtle-selected);
  }
}
.pcoui-button--text.pcoui-button--active {
  background-color: var(--pcoui-color-surface-main-subtle-selected);
}
@media (hover: hover) {
  .pcoui-button--text.pcoui-button--active:hover {
    background-color: var(--pcoui-color-surface-main-subtle-selected);
  }
}

.pcoui-button--icon-text, .pcoui-button--labeled-icon, .pcoui-button--icon, .pcoui-button--text {
  border-width: 0;
  width: auto;
  background-color: transparent;
}
.pcoui-button--color-ui-text.pcoui-button--icon-text, .pcoui-button--color-ui-text.pcoui-button--labeled-icon, .pcoui-button--color-ui-text.pcoui-button--icon, .pcoui-button--color-ui-text.pcoui-button--text {
  color: var(--pcoui-color-text-default);
}
@media (hover: hover) {
  .pcoui-button--color-ui-text.pcoui-button--icon-text:not(:disabled):hover, .pcoui-button--color-ui-text.pcoui-button--labeled-icon:not(:disabled):hover, .pcoui-button--color-ui-text.pcoui-button--icon:not(:disabled):hover, .pcoui-button--color-ui-text.pcoui-button--text:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-default-alpha-hovered);
  }
}
.pcoui-button--color-ui-text.pcoui-button--icon-text:not(:disabled):active, .pcoui-button--color-ui-text.pcoui-button--labeled-icon:not(:disabled):active, .pcoui-button--color-ui-text.pcoui-button--icon:not(:disabled):active, .pcoui-button--color-ui-text.pcoui-button--text:not(:disabled):active {
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
}
.pcoui-button--color-ui-text.pcoui-button--selected.pcoui-button--icon-text, .pcoui-button--color-ui-text.pcoui-button--selected.pcoui-button--labeled-icon, .pcoui-button--color-ui-text.pcoui-button--selected.pcoui-button--icon, .pcoui-button--color-ui-text.pcoui-button--selected.pcoui-button--text {
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
}
@media (hover: hover) {
  .pcoui-button--color-ui-text.pcoui-button--selected.pcoui-button--icon-text:hover, .pcoui-button--color-ui-text.pcoui-button--selected.pcoui-button--labeled-icon:hover, .pcoui-button--color-ui-text.pcoui-button--selected.pcoui-button--icon:hover, .pcoui-button--color-ui-text.pcoui-button--selected.pcoui-button--text:hover {
    background-color: var(--pcoui-color-surface-default-alpha-pressed);
  }
}
.pcoui-button--color-ui-text.pcoui-button--active.pcoui-button--icon-text, .pcoui-button--color-ui-text.pcoui-button--active.pcoui-button--labeled-icon, .pcoui-button--color-ui-text.pcoui-button--active.pcoui-button--icon, .pcoui-button--color-ui-text.pcoui-button--active.pcoui-button--text {
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
}
@media (hover: hover) {
  .pcoui-button--color-ui-text.pcoui-button--active.pcoui-button--icon-text:hover, .pcoui-button--color-ui-text.pcoui-button--active.pcoui-button--labeled-icon:hover, .pcoui-button--color-ui-text.pcoui-button--active.pcoui-button--icon:hover, .pcoui-button--color-ui-text.pcoui-button--active.pcoui-button--text:hover {
    background-color: var(--pcoui-color-surface-default-alpha-pressed);
  }
}
.pcoui-button--color-main-text.pcoui-button--icon-text, .pcoui-button--color-main-text.pcoui-button--labeled-icon, .pcoui-button--color-main-text.pcoui-button--icon, .pcoui-button--color-main-text.pcoui-button--text {
  color: var(--pcoui-color-text-main);
}
@media (hover: hover) {
  .pcoui-button--color-main-text.pcoui-button--icon-text:not(:disabled):hover, .pcoui-button--color-main-text.pcoui-button--labeled-icon:not(:disabled):hover, .pcoui-button--color-main-text.pcoui-button--icon:not(:disabled):hover, .pcoui-button--color-main-text.pcoui-button--text:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-main-subtle-alpha-hovered);
  }
}
.pcoui-button--color-main-text.pcoui-button--icon-text:not(:disabled):active, .pcoui-button--color-main-text.pcoui-button--labeled-icon:not(:disabled):active, .pcoui-button--color-main-text.pcoui-button--icon:not(:disabled):active, .pcoui-button--color-main-text.pcoui-button--text:not(:disabled):active {
  background-color: var(--pcoui-color-surface-main-subtle-alpha-selected);
}
.pcoui-button--color-main-text.pcoui-button--selected.pcoui-button--icon-text, .pcoui-button--color-main-text.pcoui-button--selected.pcoui-button--labeled-icon, .pcoui-button--color-main-text.pcoui-button--selected.pcoui-button--icon, .pcoui-button--color-main-text.pcoui-button--selected.pcoui-button--text {
  background-color: var(--pcoui-color-surface-main-subtle-alpha-selected);
}
@media (hover: hover) {
  .pcoui-button--color-main-text.pcoui-button--selected.pcoui-button--icon-text:hover, .pcoui-button--color-main-text.pcoui-button--selected.pcoui-button--labeled-icon:hover, .pcoui-button--color-main-text.pcoui-button--selected.pcoui-button--icon:hover, .pcoui-button--color-main-text.pcoui-button--selected.pcoui-button--text:hover {
    background-color: var(--pcoui-color-surface-main-subtle-alpha-selected);
  }
}
.pcoui-button--color-main-text.pcoui-button--active.pcoui-button--icon-text, .pcoui-button--color-main-text.pcoui-button--active.pcoui-button--labeled-icon, .pcoui-button--color-main-text.pcoui-button--active.pcoui-button--icon, .pcoui-button--color-main-text.pcoui-button--active.pcoui-button--text {
  background-color: var(--pcoui-color-surface-main-subtle-alpha-selected);
}
@media (hover: hover) {
  .pcoui-button--color-main-text.pcoui-button--active.pcoui-button--icon-text:hover, .pcoui-button--color-main-text.pcoui-button--active.pcoui-button--labeled-icon:hover, .pcoui-button--color-main-text.pcoui-button--active.pcoui-button--icon:hover, .pcoui-button--color-main-text.pcoui-button--active.pcoui-button--text:hover {
    background-color: var(--pcoui-color-surface-main-subtle-alpha-selected);
  }
}

.pcoui-button--icon {
  font-size: var(--pcoui-typography-button-size);
  font-weight: var(--pcoui-typography-button-weight);
  padding: 2px;
  color: var(--pcoui-color-text-default);
}

.pcoui-button--labeled-icon {
  font-size: var(--pcoui-typography-button-size);
  font-weight: var(--pcoui-typography-button-weight);
  flex-direction: column;
  gap: 2px;
  padding: 2px 4px;
  color: var(--pcoui-color-text-default);
}

.pcoui-button--labeled-icon__label {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.pcoui-button--icon-text {
  font-size: var(--pcoui-typography-button-size);
  font-weight: var(--pcoui-typography-button-weight);
  column-gap: 2px;
  padding: 2px 4px;
  color: var(--pcoui-color-text-default);
}

.pcoui-button--prefix-fixed-icon {
  position: absolute;
  left: 16px;
}

.pcoui-button--suffix-fixed-icon {
  position: absolute;
  right: 16px;
}

.pcoui-button:has(> span.pcoui-button--prefix-fixed-icon),
.pcoui-button:has(> span.pcoui-button--suffix-fixed-icon) {
  position: relative;
}

/* /component: button */
/* component: card */
.pcoui-card {
  display: flex;
  flex-direction: column;
  background: var(--pcoui-color-surface-default);
  border-width: 1px;
  border-style: solid;
  border-color: var(--pcoui-color-border-default);
  border-radius: var(--pcoui-radius-large);
  box-shadow: var(--pcoui-shadow-depth-40);
  color: var(--pcoui-color-text-default);
}
.pcoui-card .pcoui-card, .pcoui-card * .pcoui-card {
  box-shadow: none;
}
.pcoui-card .pcoui-clickable-card, .pcoui-card * .pcoui-clickable-card {
  box-shadow: none;
}

.pcoui-card--small {
  width: 200px;
}

.pcoui-card--large {
  width: 304px;
}

.pcoui-card__header {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--pcoui-color-border-default);
  border-top-left-radius: calc(var(--pcoui-radius-large) - 1px);
  border-top-right-radius: calc(var(--pcoui-radius-large) - 1px);
  padding: 0 16px;
  min-height: 40px;
}

.pcoui-card__header--large {
  padding: 0 16px;
  height: 56px;
  min-height: 40px;
}

.pcoui-card__title {
  margin: 0;
  box-sizing: border-box;
  color: var(--pcoui-color-text-default);
  font-style: normal;
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
  line-height: 150%;
  word-break: break-all;
}

.pcoui-card__body {
  flex-grow: 1;
  height: auto;
  overflow-y: auto;
  padding: 16px;
}

.pcoui-card__media {
  flex-grow: 0;
  flex-shrink: 0;
  height: 200px;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  border-top-left-radius: var(--pcoui-radius-large);
  border-top-right-radius: var(--pcoui-radius-large);
}

.pcoui-card__info {
  margin: 0;
  padding: 16px;
  overflow-y: auto;
}

.pcoui-card__infoTitle {
  margin: 0;
  padding: 0;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  font-style: normal;
  line-height: 150%;
  word-break: break-all;
}

.pcoui-card__infoBody {
  margin: 8px 0 0;
  padding: 0;
  color: var(--pcoui-color-text-subtle);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  font-style: normal;
  line-height: 150%;
  word-break: break-all;
}

.pcoui-card__footer {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 8px 16px 16px;
}

.pcoui-card__button {
  width: 100%;
  height: 40px;
  background-color: var(--pcoui-color-surface-main);
}

/* /component: card */
/* component: checkbox */
.pcoui-checkbox {
  position: relative;
  display: inline-block;
  width: fit-content;
  cursor: pointer;
}

.pcoui-checkbox__input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 16px;
  height: 16px;
}

.pcoui-checkbox__label {
  padding: 0;
  margin: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
.pcoui-checkbox__label *,
.pcoui-checkbox__label *::before,
.pcoui-checkbox__label *::after {
  box-sizing: inherit;
}
.pcoui-checkbox__label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  line-height: 1.5;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
}
.pcoui-checkbox__label:empty {
  padding-left: 16px;
  height: 16px;
}

.pcoui-checkbox__label::before,
.pcoui-checkbox__label::after {
  position: absolute;
  box-sizing: border-box;
  content: "";
}

.pcoui-checkbox__label::before {
  top: 2.5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--pcoui-color-border-strong);
  background-color: var(--pcoui-color-surface-default);
  border-radius: 2px;
}
.pcoui-checkbox__input:focus-visible + .pcoui-checkbox__label::before {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-border-focus);
  outline-offset: 2px;
}

.pcoui-checkbox__label::after {
  position: absolute;
  top: 3.5px;
  left: 4px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid var(--pcoui-color-text-inverted);
  border-left: 2px solid var(--pcoui-color-text-inverted);
  background: none;
  content: "";
  transform: scale(0) rotate(-45deg);
  transform-origin: bottom right /*rtl:center*/;
}

.pcoui-checkbox__input:checked + .pcoui-checkbox__label::before,
.pcoui-checkbox__input:indeterminate + .pcoui-checkbox__label::before {
  border-width: 1px;
  border-color: var(--pcoui-color-surface-main);
  background-color: var(--pcoui-color-surface-main);
}

.pcoui-checkbox__input:checked + .pcoui-checkbox__label::after {
  transform: scale(1) rotate(-45deg) /*rtl:scale(1.2) rotate3d(.5, 1, 0, 158deg)*/;
}

.pcoui-checkbox__input:indeterminate + .pcoui-checkbox__label::after {
  top: 6px;
  left: 3px;
  width: 10px;
  border-bottom: 2px solid var(--pcoui-color-text-inverted);
  border-left: 0 solid var(--pcoui-color-text-inverted);
  transform: scale(1) rotate(0deg);
}

.pcoui-checkbox__input:disabled + .pcoui-checkbox__label {
  opacity: 0.3;
  cursor: not-allowed;
}

/* /component: checkbox */
/* component: dataTable */
/* 高さを指定する場合はここにmax-heightで指定 */
.pcoui-data-table {
  display: flex;
  flex-direction: column;
  border-radius: var(--pcoui-radius-large);
  overflow: auto;
}
.pcoui-data-table--has-horizontal-scroll {
  max-width: max-content;
}

.pcoui-data-table--shadow {
  box-shadow: var(--pcoui-shadow-depth-40);
}

.pcoui-data-table__header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: var(--pcoui-radius-large) var(--pcoui-radius-large) 0 0;
  overflow: hidden;
}
.pcoui-data-table__header tr:first-child th {
  z-index: 2;
}
.pcoui-data-table__header .pcoui-data-table__heading.pcoui-data-table__cell--sticky {
  z-index: 5;
}

.pcoui-data-table__body {
  box-sizing: border-box;
  border-radius: 0 0 var(--pcoui-radius-large) var(--pcoui-radius-large);
  overflow-y: hidden;
  isolation: isolate;
  table-layout: fixed;
}

.pcoui-data-table__table {
  border-collapse: separate;
  border-spacing: 0;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  width: 100%;
}
.pcoui-data-table--has-horizontal-scroll .pcoui-data-table__table {
  width: max-content;
}
[data-pcoui-theme=light] .pcoui-data-table--horizontal-scrolling .pcoui-data-table__table .pcoui-data-table__cell--sticky-last {
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.08);
}
[data-pcoui-theme=dark] .pcoui-data-table--horizontal-scrolling .pcoui-data-table__table .pcoui-data-table__cell--sticky-last {
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.5);
}

.pcoui-data-table__heading {
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  padding: 11px 8px 11px 8px;
  color: var(--pcoui-color-text-default);
  background-color: var(--pcoui-color-table-header);
  font-size: var(--pcoui-typography-caption-1-strong-size);
  font-weight: var(--pcoui-typography-caption-1-strong-weight);
  text-align: left;
  /* ヘッダサイズの選択 */
  /* フィルターボタンがあるとき、ボディの行の高さと合わせるためにpaddingを調整 */
  /* ヘッダのソートボタン */
}
.pcoui-data-table__header tr:first-child .pcoui-data-table__heading:first-child:not(.pcoui-data-table__heading--checkbox):not(.pcoui-data-table__heading--radio) {
  padding-left: 16px;
}

.pcoui-data-table--small .pcoui-data-table__heading {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pcoui-data-table--large .pcoui-data-table__heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pcoui-data-table__heading:has(.pcoui-data-table__heading-filter) {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pcoui-data-table--small .pcoui-data-table__heading:has(.pcoui-data-table__heading-filter) {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pcoui-data-table--large .pcoui-data-table__heading:has(.pcoui-data-table__heading-filter) {
  padding-top: 14px;
  padding-bottom: 14px;
}
.pcoui-data-table__heading--sortable {
  cursor: pointer;
}
@media (hover: hover) {
  .pcoui-data-table__heading--sortable:hover {
    background-color: var(--pcoui-color-table-header-hovered);
  }
}
.pcoui-data-table__heading--sorting-asc .pcoui-data-table__heading-sort-icon:before {
  border-bottom-color: var(--pcoui-color-table-sort-button-active);
}
.pcoui-data-table__heading--sorting-desc .pcoui-data-table__heading-sort-icon:after {
  border-top-color: var(--pcoui-color-table-sort-button-active);
}
.pcoui-data-table__heading-sort-icon {
  position: relative;
  display: inline-block;
  text-indent: -9999px;
}
.pcoui-data-table__heading-sort-icon:before, .pcoui-data-table__heading-sort-icon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 4px;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.pcoui-data-table__heading-sort-icon:before {
  top: -9px;
  border-bottom: 5px solid var(--pcoui-color-table-sort-button);
  border-top: 0;
}
.pcoui-data-table__heading-sort-icon:after {
  bottom: -9px;
  border-top: 5px solid var(--pcoui-color-table-sort-button);
  border-bottom: 0;
}

.pcoui-data-table__heading--left {
  text-align: left;
}

.pcoui-data-table__heading--center {
  text-align: center;
}

.pcoui-data-table__heading--right {
  text-align: right;
}

.pcoui-data-table__heading-filter {
  display: inline-block;
  position: relative;
  margin-left: 24px;
}

.pcoui-data-table__heading--filtered .pcoui-icon-line-filter.pcoui-button__icon::before {
  content: "\f125";
}

.pcoui-data-table__row--body:last-child .pcoui-data-table__row--body {
  border-bottom-width: 0;
}
.pcoui-data-table__row--body:has(.pcoui-data-table__checkbox .pcoui-checkbox__input:checked) .pcoui-data-table__cell, .pcoui-data-table__row--body:has(.pcoui-data-table__radio .pcoui-radio__input:checked) .pcoui-data-table__cell {
  background-color: var(--pcoui-color-surface-main-subtle-hovered);
}
.pcoui-data-table__row--highlighted .pcoui-data-table__cell {
  background-color: var(--pcoui-color-surface-main-subtle-hovered);
}

.pcoui-data-table__cell {
  box-sizing: border-box;
  border-bottom: 1px solid var(--pcoui-color-border-default);
  padding: 9px 8px 9px 8px;
  background-color: var(--pcoui-color-surface-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  text-align: left;
  vertical-align: initial;
  word-break: break-word;
}
.pcoui-data-table__cell:first-child:not(.pcoui-data-table__cell--checkbox) {
  padding-left: 16px;
}
.pcoui-data-table--small .pcoui-data-table__cell {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pcoui-data-table--large .pcoui-data-table__cell {
  padding-top: 13px;
  padding-bottom: 13px;
}
.pcoui-data-table--small .pcoui-data-table__cell:has(button), .pcoui-data-table--normal .pcoui-data-table__cell:has(button), .pcoui-data-table--large .pcoui-data-table__cell:has(button) {
  padding-top: 0;
  padding-bottom: 0;
}
.pcoui-data-table__cell [class^=pcoui-icon--] {
  position: relative;
  height: 16px;
}
.pcoui-data-table__cell [class^=pcoui-icon--]::before {
  position: absolute;
}

.pcoui-data-table__cell--left {
  text-align: left;
}

.pcoui-data-table__cell--center {
  text-align: center;
}

.pcoui-data-table__cell--right {
  text-align: right;
}

.pcoui-data-table__heading--checkbox,
.pcoui-data-table__cell--checkbox,
.pcoui-data-table__heading--radio,
.pcoui-data-table__cell--radio {
  padding: 8px 20px;
  width: 16px;
}

.pcoui-data-table__heading--radio,
.pcoui-data-table__cell--radio {
  padding: 8px 18px;
}

.pcoui-data-table__checkbox {
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
}
.pcoui-data-table__checkbox .pcoui-checkbox__label {
  line-height: 1;
}

.pcoui-data-table__radio-container {
  display: flex;
  justify-content: center;
}

.pcoui-data-table__radio {
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  display: flex;
  align-items: center;
  height: 16px;
}
.pcoui-data-table__radio .pcoui-radio__label {
  line-height: 1;
}

.pcoui-data-table__radio .pcoui-radio__label::before {
  left: 2px;
}

.pcoui-data-table__radio .pcoui-radio__label::after {
  left: 5px;
}

.pcoui-data-table__cell--sticky {
  position: sticky;
  left: 0;
}

.pcoui-data-table .os-scrollbar-vertical,
.pcoui-data-table .os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.pcoui-data-table .os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: inherit;
}
.pcoui-data-table .os-scrollbar-vertical:not(.os-scrollbar-cornerless) {
  padding-top: 12px;
}
.pcoui-data-table .os-scrollbar-horizontal {
  left: inherit;
  padding-left: 12px;
}
.pcoui-data-table [data-overlayscrollbars-viewport~=overflowXScroll] .pcoui-data-table__table {
  padding-bottom: 10px;
}
.pcoui-data-table:has([data-overlayscrollbars-viewport~=overflowXScroll]:focus-visible), .pcoui-data-table:has([data-overlayscrollbars-viewport~=overflowYScroll]:focus-visible) {
  outline: 2px solid #000;
  outline-offset: 3px;
}
[data-pcoui-theme=light] .pcoui-data-table .os-scrollbar-handle {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}
[data-pcoui-theme=dark] .pcoui-data-table .os-scrollbar-handle {
  --os-handle-bg: hsla(0, 0%, 100%, 0.44);
  --os-handle-bg-hover: hsla(0, 0%, 100%, 0.55);
  --os-handle-bg-active: hsla(0, 0%, 100%, 0.66);
}

/* /component: dataTable */
/* component: divider */
.pcoui-divider {
  margin: 0;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--pcoui-color-border-default);
}

.pcoui-divider--horizontal {
  border-top-width: 1px;
}

.pcoui-divider--vertical {
  border-left-width: 1px;
  height: 100%;
  min-height: 24px;
}

/* /component: divider */
/* component: dropdown */
.pcoui-dropdown {
  display: inline-flex;
}

.pcoui-dropdown--vertical {
  flex-direction: column;
  row-gap: 2px;
}

.pcoui-dropdown--horizontal {
  align-items: center;
  column-gap: 8px;
}

.pcoui-dropdown--readonly button {
  display: none;
}

.pcoui-dropdown__inner {
  position: relative;
  width: 216px;
}

.pcoui-dropdown__inner:has(.pcoui-dropdown__trigger[aria-expanded=true]) > .pcoui-dropdown__trigger::after {
  border-bottom-width: 2px;
  border-bottom-color: var(--pcoui-color-surface-main);
}

.pcoui-dropdown__trigger {
  position: relative;
  border-width: 0;
  border-radius: var(--pcoui-radius-small);
  padding: 0;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}
.pcoui-dropdown__trigger::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--pcoui-color-border-strong);
  content: "";
}
.pcoui-dropdown__trigger:focus-visible {
  outline: 0;
}
.pcoui-dropdown:focus-within .pcoui-dropdown__trigger::after {
  border-bottom-width: 2px;
  border-bottom-color: var(--pcoui-color-surface-main);
}
.pcoui-dropdown__trigger:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.pcoui-dropdown__trigger--readonly {
  display: none;
  border-color: transparent;
  cursor: default;
}
.pcoui-dropdown__trigger--readonly::after {
  content: none;
}
.pcoui-dropdown--readonly .pcoui-dropdown__trigger--readonly {
  display: block;
}

.pcoui-dropdown__trigger-inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid var(--pcoui-color-border-default);
  border-radius: inherit;
  padding-right: 32px;
  padding-left: 8px;
  width: 100%;
  height: 100%;
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  font-family: inherit;
  line-height: 1.5;
  white-space: nowrap;
}
.pcoui-dropdown__trigger--large .pcoui-dropdown__trigger-inner {
  padding-top: 5px;
  padding-bottom: 4px;
}
.pcoui-dropdown__trigger--small .pcoui-dropdown__trigger-inner {
  padding-top: 1px;
  padding-bottom: 0;
}
@media (hover: hover) {
  .pcoui-dropdown__trigger[aria-expanded=false]:not(:disabled) .pcoui-dropdown__trigger-inner:hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-dropdown__trigger--readonly .pcoui-dropdown__trigger-inner {
  border-color: transparent;
  padding-right: 8px;
  background-color: transparent;
}

.pcoui-dropdown__trigger-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 1.5em;
}

.pcoui-dropdown__trigger-icon {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 16px;
  height: 16px;
  stroke: var(--pcoui-color-text-default);
  fill: none;
  pointer-events: none;
}
.pcoui-dropdown__trigger[aria-expanded=true] .pcoui-dropdown__trigger-icon {
  transform: rotate(180deg);
}
.pcoui-dropdown--readonly .pcoui-dropdown__trigger-icon {
  display: none;
}

.pcoui-dropdown__listbox {
  --width: 216px;
  position: absolute;
  z-index: var(--z-index);
  top: 0;
  left: 0;
  width: 216px;
  max-height: 272px;
  visibility: hidden;
}
.pcoui-dropdown__listbox.pcoui-dropdown__listbox--open {
  visibility: visible;
}
.pcoui-dropdown[data-placement=top] .pcoui-dropdown__listbox {
  top: auto;
  bottom: calc(100% + 8px);
}
.pcoui-dropdown__listbox .pcoui-popover__footer {
  justify-content: flex-end;
}
.pcoui-dropdown__listbox .pcoui-button {
  flex-grow: 0;
  white-space: nowrap;
}

body:has(.pcoui-dropdown__trigger:focus-visible) > .pcoui-dropdown__listbox .pcoui-list__select-option--active {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-border-focus);
  outline-offset: 2px;
}

/* /component: dropdown */
/* component: header */
.pcoui-header {
  box-sizing: border-box;
  padding: 0 16px;
  background: var(--pcoui-color-surface-default);
  width: 100%;
  height: 56px;
  min-height: 56px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 0 var(--pcoui-color-border-default);
}

.pcoui-header__left {
  display: flex;
  align-items: center;
  height: 100%;
}

.pcoui-header__title {
  font-size: var(--pcoui-typography-heading-3-size);
  font-weight: var(--pcoui-typography-heading-3-weight);
  color: var(--pcoui-color-header-logo);
  margin: 0;
  display: flex;
  align-items: center;
}

.pcoui-header__navigation {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* /component: header */
/* component: headerNavigation */
.pcoui-header-navigation {
  height: 100%;
  margin-left: 48px;
}

.pcoui-header-navigation__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.pcoui-header-navigation__item {
  position: relative;
}

.pcoui-header-navigation__link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  text-decoration: none;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
  line-height: 1.5;
  cursor: pointer;
}
@media (hover: hover) {
  .pcoui-header-navigation__link:hover {
    background-color: var(--pcoui-color-surface-default-alpha-hovered);
  }
}
.pcoui-header-navigation__link:active {
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
}

.pcoui-header-navigation__trigger {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  border: none;
  background-color: transparent;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
  line-height: 1.5;
  cursor: pointer;
}
@media (hover: hover) {
  .pcoui-header-navigation__trigger:hover {
    background-color: var(--pcoui-color-surface-default-alpha-hovered);
  }
}
.pcoui-header-navigation__trigger:active, .pcoui-header-navigation__trigger[aria-expanded=true] {
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
}

.pcoui-header-navigation__link--active::after,
.pcoui-header-navigation__trigger--has-active-menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: var(--pcoui-color-border-main);
}

.pcoui-header-navigation__arrow {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  stroke: var(--pcoui-color-text-subtle);
  fill: none;
}

.pcoui-header-navigation__trigger[aria-expanded=true] .pcoui-header-navigation__arrow {
  transform: rotate(180deg);
}

.pcoui-header-navigation__popover.pcoui-popover {
  width: max-content;
}

/* /component: headerNavigation */
.pcoui-input-label {
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-label-size);
  font-weight: var(--pcoui-typography-label-weight);
  line-height: 1.5;
}
.pcoui-input-label.pcoui-input-label--strong {
  font-size: var(--pcoui-typography-label-strong-size);
  font-weight: var(--pcoui-typography-label-strong-weight);
}
.pcoui-input-label.pcoui-input-label--disabled {
  color: var(--pcoui-color-text-disabled);
}

/* component: inputNumber */
.pcoui-input-number {
  display: inline-flex;
}

.pcoui-input-number--vertical {
  flex-direction: column;
  row-gap: 2px;
}

.pcoui-input-number--horizontal {
  align-items: center;
  column-gap: 8px;
}

.pcoui-input-number__inner {
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: var(--pcoui-radius-small);
  background-color: var(--pcoui-color-surface-default-hovered);
  outline: 0;
}
.pcoui-input-number__inner::after {
  position: absolute;
  inset-block-end: -1px;
  inset-inline-start: -1px;
  border: 1px solid var(--pcoui-color-border-strong);
  border-radius: calc(var(--pcoui-radius-small) - 1px);
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 100% calc(100% - 1px), 0 calc(100% - 1px));
  content: "";
}
@media (hover: hover) {
  .pcoui-input-number__inner:hover {
    border-color: var(--pcoui-color-border-default);
  }
}
.pcoui-input-number--disabled .pcoui-input-number__inner {
  opacity: 0.3;
}
@media (hover: hover) {
  .pcoui-input-number--disabled .pcoui-input-number__inner:hover {
    border-color: transparent;
  }
}
.pcoui-input-number__inner:focus-within::after {
  border-width: 2px;
  border-color: var(--pcoui-color-surface-main);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  clip-path: polygon(0 100%, 100% 100%, 100% calc(100% - 2px), 0 calc(100% - 2px));
}
.pcoui-input-number__inner:focus-within:not(.pcoui-input-number--input-focused) {
  border-color: var(--pcoui-color-border-default);
}

.pcoui-input-number__input {
  flex-shrink: 0;
  flex-grow: 1;
  margin-inline-end: 1px;
  border-width: 0;
  border-radius: calc(var(--pcoui-radius-small) - 1px) 0 0 calc(var(--pcoui-radius-small) - 1px);
  padding: 0 4px 0 7px;
  width: 29px;
  background-clip: padding-box;
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  outline: 0;
  -moz-appearance: textfield;
}
.pcoui-input-number__input::-webkit-outer-spin-button, .pcoui-input-number__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pcoui-input-number__input:focus-visible {
  outline-offset: -2px;
}
@media (hover: hover) {
  .pcoui-input-number__input:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-input-number--large .pcoui-input-number__input {
  padding-top: 5px;
  padding-bottom: 4px;
}
.pcoui-input-number--small .pcoui-input-number__input {
  padding-top: 1px;
  padding-bottom: 0;
}

.pcoui-input-number__button {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 0;
  padding: 0;
  width: 27px;
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-subtle);
}
.pcoui-input-number__button:not(:disabled) {
  cursor: pointer;
}
.pcoui-input-number__button:focus-visible {
  outline-offset: -2px; /* 隣接するボタンが重なって見切れないように要素の内側に表示 */
}
@media (hover: hover) {
  .pcoui-input-number__button:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-input-number__button:not(:disabled):active {
  background-color: var(--pcoui-color-surface-default-pressed);
}

.pcoui-input-number__button--step-up {
  border-radius: 0 calc(var(--pcoui-radius-small) - 1px) calc(var(--pcoui-radius-small) - 1px) 0;
}

.pcoui-input-number__icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* /component: inputNumber */
/* component: globalNavigation */
.pcoui-global-navigation {
  position: relative;
  height: 100%;
  min-height: 704px;
  background-color: var(--pcoui-color-global-navigation-background);
  color: var(--pcoui-color-global-navigation-surface-default);
  transition-property: width;
  transition-duration: 225ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
@media (prefers-reduced-motion) {
  .pcoui-global-navigation {
    transition-duration: 1ms;
  }
}

.pcoui-global-navigation--wide {
  width: 240px;
  min-width: 240px;
}

.pcoui-global-navigation--narrow {
  width: 52px;
  min-width: 52px;
}

.pcoui-global-navigation__toolbar {
  position: relative;
  height: 52px;
}

.pcoui-global-navigation__style-change-button {
  position: absolute;
  inset-block: 0;
  right: 8px;
  margin-block: auto;
  border-width: 0;
  border-radius: 2px;
  padding: 0;
  width: 24px;
  height: 24px;
  background-color: var(--pcoui-color-global-navigation-surface-default);
  cursor: pointer;
  transition-property: translate;
  transition-duration: 225ms;
  transition-timing-function: linear;
}
@media (prefers-reduced-motion) {
  .pcoui-global-navigation__style-change-button {
    transition-duration: 1ms;
  }
}
.pcoui-global-navigation--wide .pcoui-global-navigation__style-change-button {
  translate: 0;
}
.pcoui-global-navigation--narrow .pcoui-global-navigation__style-change-button {
  translate: -6px;
}
.pcoui-global-navigation__style-change-button:focus {
  outline: 0;
}
.pcoui-global-navigation__style-change-button:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-global-navigation-surface-default);
  outline-offset: 2px;
}

.pcoui-global-navigation__arrow-right-bold {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--pcoui-color-global-navigation-background);
  stroke-width: 2;
  transition-property: scale;
  transition-duration: 225ms;
  transition-timing-function: linear;
}
@media (prefers-reduced-motion) {
  .pcoui-global-navigation__arrow-right-bold {
    transition-duration: 1ms;
  }
}
.pcoui-global-navigation--wide .pcoui-global-navigation__arrow-right-bold {
  scale: -1;
}
.pcoui-global-navigation--narrow .pcoui-global-navigation__arrow-right-bold {
  scale: 1;
}

.pcoui-global-navigation--animating .pcoui-global-navigation__menu {
  overflow: hidden;
}

.pcoui-global-navigation__list {
  margin-block: 0;
  padding-inline-start: 0;
  list-style-type: none;
  width: 100%;
}

.pcoui-global-navigation--wide.pcoui-global-navigation--animating .pcoui-global-navigation__item {
  width: 240px;
}
.pcoui-global-navigation--narrow.pcoui-global-navigation--animating .pcoui-global-navigation__item {
  width: 240px;
}
.pcoui-global-navigation--narrow:not(.pcoui-global-navigation--animating) .pcoui-global-navigation__item {
  position: relative;
}

.pcoui-global-navigation__submenu {
  margin-block: 0;
  overflow: hidden;
}
.pcoui-global-navigation--wide .pcoui-global-navigation__submenu {
  height: 0;
  transition-property: height;
  transition-duration: 225ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
@media (prefers-reduced-motion) {
  .pcoui-global-navigation--wide .pcoui-global-navigation__submenu {
    transition-duration: 1ms;
  }
}
.pcoui-global-navigation--wide .pcoui-global-navigation__submenu.pcoui-global-navigation__submenu--expanded {
  height: auto;
}
.pcoui-global-navigation--narrow .pcoui-global-navigation__submenu {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: calc(100% + 4px);
  padding-block-end: 16px;
  width: 0;
  visibility: hidden;
  background-color: var(--pcoui-color-global-navigation-background);
  transition-property: visibility, width;
  transition-duration: 112.5ms;
  transition-timing-function: linear;
}
@media (prefers-reduced-motion) {
  .pcoui-global-navigation--narrow .pcoui-global-navigation__submenu {
    transition-duration: 1ms;
  }
}
.pcoui-global-navigation--narrow .pcoui-global-navigation__submenu.pcoui-global-navigation__submenu--expanded {
  z-index: 1;
  visibility: visible;
  width: 192px;
}
.pcoui-global-navigation--narrow .pcoui-global-navigation__submenu > * {
  width: 192px;
}

.pcoui-global-navigation__submenu-title {
  box-sizing: border-box;
  padding: 16px 8px 15px 16px;
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
  line-height: 1.5;
}
.pcoui-global-navigation--wide .pcoui-global-navigation__submenu-title {
  display: none;
}
.pcoui-global-navigation--narrow .pcoui-global-navigation__submenu-title {
  display: block;
}

.pcoui-global-navigation__submenu-body {
  margin-inline-start: 0;
  box-sizing: border-box;
}
.pcoui-global-navigation--wide .pcoui-global-navigation__submenu-body {
  visibility: hidden;
}
.pcoui-global-navigation--wide .pcoui-global-navigation__submenu--expanded .pcoui-global-navigation__submenu-body, .pcoui-global-navigation--wide .pcoui-global-navigation__submenu--animating .pcoui-global-navigation__submenu-body {
  visibility: visible;
}

.pcoui-global-navigation__link,
.pcoui-global-navigation__trigger {
  position: relative;
  z-index: 0;
  display: flex;
  column-gap: 8px;
  align-items: center;
  box-sizing: border-box;
  border-radius: var(--pcoui-radius-small);
  padding: 10px 10px 9px 16px;
  width: 100%;
  min-height: 40px;
  color: inherit;
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  text-align: start;
}
.pcoui-global-navigation__link:focus,
.pcoui-global-navigation__trigger:focus {
  outline: 0;
}
.pcoui-global-navigation__link:focus-visible,
.pcoui-global-navigation__trigger:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-global-navigation-surface-default);
  outline-offset: -2px;
}
.pcoui-global-navigation__link::before,
.pcoui-global-navigation__trigger::before {
  position: absolute;
  inset-block: 2px;
  inset-inline-start: 2px;
  width: 4px;
  background-color: var(--pcoui-color-global-navigation-selector);
  content: "";
  opacity: 0;
}
.pcoui-global-navigation__link::after,
.pcoui-global-navigation__trigger::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
}

@media (hover: hover) {
  .pcoui-global-navigation__link:hover::after,
  .pcoui-global-navigation__trigger:hover::after {
    background-color: var(--pcoui-color-global-navigation-surface-default-hovered);
  }
}
.pcoui-global-navigation__link:active::after,
.pcoui-global-navigation__trigger:active::after {
  background-color: var(--pcoui-color-global-navigation-surface-default-pressed);
}

.pcoui-global-navigation__link[aria-current=true]::after {
  background-color: var(--pcoui-color-global-navigation-surface-default-selected);
}

.pcoui-global-navigation__link--main,
.pcoui-global-navigation__trigger {
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
}

.pcoui-global-navigation__link {
  text-decoration: none;
}
.pcoui-global-navigation__link[aria-current=true]::before {
  opacity: 1;
}

.pcoui-global-navigation__link--submenu {
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
}
.pcoui-global-navigation__link--submenu[aria-current=true] {
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
}
.pcoui-global-navigation--wide .pcoui-global-navigation__link--submenu {
  padding-left: 44px;
}
.pcoui-global-navigation--narrow .pcoui-global-navigation__link--submenu::before {
  opacity: 0;
}

.pcoui-global-navigation__trigger {
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0s;
}
.pcoui-global-navigation__trigger::before {
  transition-property: opacity;
  transition-duration: inherit;
  transition-delay: 0s;
}

.pcoui-global-navigation--wide .pcoui-global-navigation__trigger--has-current[aria-expanded=false]::before {
  opacity: 1;
  transition-delay: 225ms;
}
.pcoui-global-navigation--narrow .pcoui-global-navigation__trigger--has-current::before {
  opacity: 1;
}
.pcoui-global-navigation--wide .pcoui-global-navigation__trigger--has-current[aria-expanded=false]::after {
  background-color: var(--pcoui-color-global-navigation-surface-default-selected);
  transition-delay: 225ms;
}
.pcoui-global-navigation--narrow .pcoui-global-navigation__trigger--has-current::after {
  background-color: var(--pcoui-color-global-navigation-surface-default-selected);
}

.pcoui-global-navigation__item-before {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
}

.pcoui-global-navigation__item-text {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.pcoui-global-navigation--narrow:not(.pcoui-global-navigation--animating) .pcoui-global-navigation__link--main .pcoui-global-navigation__item-text, .pcoui-global-navigation--narrow:not(.pcoui-global-navigation--animating) .pcoui-global-navigation__trigger .pcoui-global-navigation__item-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.pcoui-global-navigation__item-after {
  flex-grow: 0;
  flex-shrink: 0;
}
.pcoui-global-navigation--wide .pcoui-global-navigation__item-after {
  width: 16px;
  height: 16px;
}
.pcoui-global-navigation--narrow:not(.pcoui-global-navigation--animating) .pcoui-global-navigation__item-after {
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
}

.pcoui-global-navigation__before-icon {
  position: absolute;
  inset: 0;
}

.pcoui-global-navigation__link[aria-current=true] .pcoui-global-navigation__before-icon.pcoui-global-navigation__before-icon--line, .pcoui-global-navigation__trigger--has-current .pcoui-global-navigation__before-icon.pcoui-global-navigation__before-icon--line {
  display: none;
}

.pcoui-global-navigation__before-icon.pcoui-global-navigation__before-icon--fill {
  display: none;
}
.pcoui-global-navigation__link[aria-current=true] .pcoui-global-navigation__before-icon.pcoui-global-navigation__before-icon--fill, .pcoui-global-navigation__trigger--has-current .pcoui-global-navigation__before-icon.pcoui-global-navigation__before-icon--fill {
  display: block;
}

.pcoui-global-navigation__arrow-down,
.pcoui-global-navigation__arrow-right {
  fill: none;
  stroke: currentcolor;
  stroke-opacity: 0.6;
}

.pcoui-global-navigation__arrow-down {
  stroke-width: 1.5;
}
.pcoui-global-navigation--wide .pcoui-global-navigation__arrow-down, .pcoui-global-navigation--narrow.pcoui-global-navigation--animating .pcoui-global-navigation__arrow-down {
  display: block;
}
.pcoui-global-navigation--narrow:not(.pcoui-global-navigation--animating) .pcoui-global-navigation__arrow-down {
  display: none;
}
.pcoui-global-navigation__trigger[aria-expanded=true] .pcoui-global-navigation__arrow-down {
  scale: 1 -1;
}
.pcoui-global-navigation__trigger[aria-expanded=false] .pcoui-global-navigation__arrow-down {
  scale: 1;
}

.pcoui-global-navigation__arrow-right {
  stroke-width: 1;
}
.pcoui-global-navigation--wide .pcoui-global-navigation__arrow-right, .pcoui-global-navigation--narrow.pcoui-global-navigation--animating .pcoui-global-navigation__arrow-right {
  display: none;
}
.pcoui-global-navigation--narrow:not(.pcoui-global-navigation--animating) .pcoui-global-navigation__arrow-right {
  display: block;
}
.pcoui-global-navigation__trigger[aria-expanded=true] .pcoui-global-navigation__arrow-right {
  scale: -1;
}
.pcoui-global-navigation__trigger[aria-expanded=false] .pcoui-global-navigation__arrow-right {
  scale: 1;
}

/* /component: globalNavigation */
/* component: link */
.pcoui-link {
  color: var(--pcoui-color-text-main);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  text-decoration: none;
}
@media (hover: hover) {
  .pcoui-link:hover {
    text-decoration: underline;
  }
}
.pcoui-link:active {
  color: var(--pcoui-color-surface-main-hovered);
}

.pcoui-link__icon {
  margin-left: 4px;
  width: 1.1428571429em;
  height: 1.1428571429em;
  vertical-align: -0.2142857143em;
  stroke: var(--pcoui-color-text-main);
  stroke-width: 1.3;
  fill: none;
}

/* /component: link */
/* component: list */
.pcoui-list {
  margin: 0;
  padding-left: 0;
  color: var(--pcoui-color-text-default);
  font: inherit;
  list-style-type: none;
}

.pcoui-list__content,
.pcoui-list__link,
.pcoui-list__input-label,
.pcoui-list__select-option,
.pcoui-list__button {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
  box-sizing: border-box;
  padding: 6px 8px 5px;
  width: 100%;
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
}

.pcoui-list__link {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .pcoui-list__link:hover {
    background-color: var(--pcoui-color-surface-default-alpha-hovered);
  }
}
.pcoui-list__link:active {
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
}
.pcoui-list__link:focus-visible {
  outline-offset: 0;
}
.pcoui-list__link[aria-current]:not([aria-current=false]) {
  background-color: var(--pcoui-color-surface-main);
  color: var(--pcoui-color-text-inverted);
}
@media (hover: hover) {
  .pcoui-list__link[aria-current]:not([aria-current=false]):hover {
    background-color: var(--pcoui-color-surface-main-hovered);
  }
}
.pcoui-list__link[aria-current]:not([aria-current=false]):active {
  background-color: var(--pcoui-color-surface-main-selected);
}
.pcoui-list__link[aria-current]:not([aria-current=false]):focus-visible {
  outline-offset: 2px;
}

.pcoui-list__select-option {
  border-width: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
@media (hover: hover) {
  .pcoui-list__select-option[aria-selected=false]:hover {
    background-color: var(--pcoui-color-surface-default-alpha-hovered);
  }
}
.pcoui-list__select-option[aria-selected=false]:active {
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
}
.pcoui-list__select-option[aria-selected=true] {
  color: var(--pcoui-color-text-inverted);
  background-color: var(--pcoui-color-surface-main);
}
@media (hover: hover) {
  .pcoui-list__select-option[aria-selected=true]:hover {
    background-color: var(--pcoui-color-surface-main-hovered);
  }
}
.pcoui-list__select-option[aria-selected=true]:active {
  background-color: var(--pcoui-color-surface-main-selected);
}

.pcoui-list__button {
  border-width: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.pcoui-list__button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (hover: hover) {
  .pcoui-list__button:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-default-alpha-hovered);
  }
}
.pcoui-list__button:not(:disabled):active {
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
}
.pcoui-list__button:focus-visible {
  outline-offset: 0;
}
.pcoui-list__button[aria-pressed]:not([aria-pressed=false]) {
  background-color: var(--pcoui-color-surface-main);
  color: var(--pcoui-color-text-inverted);
}
@media (hover: hover) {
  .pcoui-list__button[aria-pressed]:not([aria-pressed=false]):not(:disabled):hover {
    background-color: var(--pcoui-color-surface-main-hovered);
  }
}
.pcoui-list__button[aria-pressed]:not([aria-pressed=false]):not(:disabled):active {
  background-color: var(--pcoui-color-surface-main-selected);
}
.pcoui-list__button[aria-pressed]:not([aria-pressed=false]):focus-visible {
  outline-offset: 2px;
}

.pcoui-list__icon {
  position: relative;
  top: 0.1785714286em;
}

/* /component: list */
/* component: loader */
.pcoui-loader {
  width: 48px;
  height: 48px;
}
.pcoui-loader svg {
  width: 100%;
  height: 100%;
}
.pcoui-loader svg circle {
  fill: none;
  stroke: var(--pcoui-color-surface-main);
  stroke-width: 8;
  stroke-dasharray: 201;
  animation: pcoui-loader-spin 2s steps(1, jump-start) infinite;
  transform-origin: center;
}

.pcoui-loader--small {
  width: 24px;
  height: 24px;
}

.pcoui-loader--large {
  width: 96px;
  height: 96px;
}

@keyframes pcoui-loader-spin {
  0.83% {
    transform: rotate(81.1deg);
    stroke-dashoffset: 143;
  }
  1.67% {
    transform: rotate(87.3deg);
    stroke-dashoffset: 140;
  }
  2.50% {
    transform: rotate(93.6deg);
    stroke-dashoffset: 138;
  }
  3.33% {
    transform: rotate(100deg);
    stroke-dashoffset: 136;
  }
  4.17% {
    transform: rotate(106.6deg);
    stroke-dashoffset: 134;
  }
  5.00% {
    transform: rotate(113.2deg);
    stroke-dashoffset: 131;
  }
  5.83% {
    transform: rotate(119.9deg);
    stroke-dashoffset: 129;
  }
  6.67% {
    transform: rotate(126.7deg);
    stroke-dashoffset: 127;
  }
  7.50% {
    transform: rotate(133.6deg);
    stroke-dashoffset: 125;
  }
  8.33% {
    transform: rotate(140.6deg);
    stroke-dashoffset: 123;
  }
  9.17% {
    transform: rotate(147.7deg);
    stroke-dashoffset: 121;
  }
  10.00% {
    transform: rotate(154.9deg);
    stroke-dashoffset: 119;
  }
  10.83% {
    transform: rotate(162.1deg);
    stroke-dashoffset: 117;
  }
  11.67% {
    transform: rotate(169.5deg);
    stroke-dashoffset: 115;
  }
  12.50% {
    transform: rotate(176.9deg);
    stroke-dashoffset: 114;
  }
  13.33% {
    transform: rotate(184.4deg);
    stroke-dashoffset: 112;
  }
  14.17% {
    transform: rotate(191.9deg);
    stroke-dashoffset: 110;
  }
  15.00% {
    transform: rotate(199.6deg);
    stroke-dashoffset: 109;
  }
  15.83% {
    transform: rotate(207.2deg);
    stroke-dashoffset: 108;
  }
  16.67% {
    transform: rotate(215deg);
    stroke-dashoffset: 106;
  }
  17.50% {
    transform: rotate(222.7deg);
    stroke-dashoffset: 105;
  }
  18.33% {
    transform: rotate(230.6deg);
    stroke-dashoffset: 104;
  }
  19.17% {
    transform: rotate(238.4deg);
    stroke-dashoffset: 103;
  }
  20.00% {
    transform: rotate(246.3deg);
    stroke-dashoffset: 103;
  }
  20.83% {
    transform: rotate(254.3deg);
    stroke-dashoffset: 102;
  }
  21.67% {
    transform: rotate(262.2deg);
    stroke-dashoffset: 101;
  }
  22.50% {
    transform: rotate(270.2deg);
    stroke-dashoffset: 101;
  }
  23.33% {
    transform: rotate(278.2deg);
    stroke-dashoffset: 101;
  }
  24.17% {
    transform: rotate(286.2deg);
    stroke-dashoffset: 101;
  }
  25.00% {
    transform: rotate(294.2deg);
    stroke-dashoffset: 101;
  }
  25.83% {
    transform: rotate(302.2deg);
    stroke-dashoffset: 101;
  }
  26.67% {
    transform: rotate(310.2deg);
    stroke-dashoffset: 101;
  }
  27.50% {
    transform: rotate(318.2deg);
    stroke-dashoffset: 101;
  }
  28.33% {
    transform: rotate(326.1deg);
    stroke-dashoffset: 101;
  }
  29.17% {
    transform: rotate(334deg);
    stroke-dashoffset: 102;
  }
  30.00% {
    transform: rotate(341.9deg);
    stroke-dashoffset: 103;
  }
  30.83% {
    transform: rotate(349.8deg);
    stroke-dashoffset: 103;
  }
  31.67% {
    transform: rotate(357.6deg);
    stroke-dashoffset: 104;
  }
  32.50% {
    transform: rotate(365.4deg);
    stroke-dashoffset: 105;
  }
  33.33% {
    transform: rotate(373.1deg);
    stroke-dashoffset: 106;
  }
  34.17% {
    transform: rotate(380.8deg);
    stroke-dashoffset: 108;
  }
  35.00% {
    transform: rotate(388.4deg);
    stroke-dashoffset: 109;
  }
  35.83% {
    transform: rotate(396deg);
    stroke-dashoffset: 110;
  }
  36.67% {
    transform: rotate(403.5deg);
    stroke-dashoffset: 112;
  }
  37.50% {
    transform: rotate(410.9deg);
    stroke-dashoffset: 114;
  }
  38.33% {
    transform: rotate(418.2deg);
    stroke-dashoffset: 115;
  }
  39.17% {
    transform: rotate(425.5deg);
    stroke-dashoffset: 117;
  }
  40.00% {
    transform: rotate(432.7deg);
    stroke-dashoffset: 119;
  }
  40.83% {
    transform: rotate(439.8deg);
    stroke-dashoffset: 121;
  }
  41.67% {
    transform: rotate(446.8deg);
    stroke-dashoffset: 123;
  }
  42.50% {
    transform: rotate(453.7deg);
    stroke-dashoffset: 125;
  }
  43.33% {
    transform: rotate(460.5deg);
    stroke-dashoffset: 127;
  }
  44.17% {
    transform: rotate(467.2deg);
    stroke-dashoffset: 129;
  }
  45.00% {
    transform: rotate(473.8deg);
    stroke-dashoffset: 131;
  }
  45.83% {
    transform: rotate(480.3deg);
    stroke-dashoffset: 134;
  }
  46.67% {
    transform: rotate(486.8deg);
    stroke-dashoffset: 136;
  }
  47.50% {
    transform: rotate(493.1deg);
    stroke-dashoffset: 138;
  }
  48.33% {
    transform: rotate(499.3deg);
    stroke-dashoffset: 140;
  }
  49.17% {
    transform: rotate(505.4deg);
    stroke-dashoffset: 143;
  }
  50.00% {
    transform: rotate(511.4deg);
    stroke-dashoffset: 145;
  }
  50.83% {
    transform: rotate(517.3deg);
    stroke-dashoffset: 148;
  }
  51.67% {
    transform: rotate(523.1deg);
    stroke-dashoffset: 150;
  }
  52.50% {
    transform: rotate(528.8deg);
    stroke-dashoffset: 152;
  }
  53.33% {
    transform: rotate(534.3deg);
    stroke-dashoffset: 154;
  }
  54.17% {
    transform: rotate(539.8deg);
    stroke-dashoffset: 157;
  }
  55.00% {
    transform: rotate(545.2deg);
    stroke-dashoffset: 159;
  }
  55.83% {
    transform: rotate(550.5deg);
    stroke-dashoffset: 161;
  }
  56.67% {
    transform: rotate(555.7deg);
    stroke-dashoffset: 163;
  }
  57.50% {
    transform: rotate(560.8deg);
    stroke-dashoffset: 165;
  }
  58.33% {
    transform: rotate(565.8deg);
    stroke-dashoffset: 168;
  }
  59.17% {
    transform: rotate(570.7deg);
    stroke-dashoffset: 169;
  }
  60.00% {
    transform: rotate(575.5deg);
    stroke-dashoffset: 171;
  }
  60.83% {
    transform: rotate(580.2deg);
    stroke-dashoffset: 173;
  }
  61.67% {
    transform: rotate(584.9deg);
    stroke-dashoffset: 175;
  }
  62.50% {
    transform: rotate(589.5deg);
    stroke-dashoffset: 177;
  }
  63.33% {
    transform: rotate(594deg);
    stroke-dashoffset: 178;
  }
  64.17% {
    transform: rotate(598.4deg);
    stroke-dashoffset: 180;
  }
  65.00% {
    transform: rotate(602.8deg);
    stroke-dashoffset: 181;
  }
  65.83% {
    transform: rotate(607.1deg);
    stroke-dashoffset: 183;
  }
  66.67% {
    transform: rotate(611.4deg);
    stroke-dashoffset: 184;
  }
  67.50% {
    transform: rotate(615.6deg);
    stroke-dashoffset: 185;
  }
  68.33% {
    transform: rotate(619.8deg);
    stroke-dashoffset: 186;
  }
  69.17% {
    transform: rotate(623.9deg);
    stroke-dashoffset: 187;
  }
  70.00% {
    transform: rotate(628deg);
    stroke-dashoffset: 188;
  }
  70.83% {
    transform: rotate(632.1deg);
    stroke-dashoffset: 188;
  }
  71.67% {
    transform: rotate(636.2deg);
    stroke-dashoffset: 189;
  }
  72.50% {
    transform: rotate(640.2deg);
    stroke-dashoffset: 189;
  }
  73.33% {
    transform: rotate(644.2deg);
    stroke-dashoffset: 190;
  }
  74.17% {
    transform: rotate(648.2deg);
    stroke-dashoffset: 190;
  }
  75.00% {
    transform: rotate(652.2deg);
    stroke-dashoffset: 190;
  }
  75.83% {
    transform: rotate(656.2deg);
    stroke-dashoffset: 190;
  }
  76.67% {
    transform: rotate(660.2deg);
    stroke-dashoffset: 190;
  }
  77.50% {
    transform: rotate(664.2deg);
    stroke-dashoffset: 189;
  }
  78.33% {
    transform: rotate(668.3deg);
    stroke-dashoffset: 189;
  }
  79.17% {
    transform: rotate(672.3deg);
    stroke-dashoffset: 188;
  }
  80.00% {
    transform: rotate(676.4deg);
    stroke-dashoffset: 188;
  }
  80.83% {
    transform: rotate(680.6deg);
    stroke-dashoffset: 187;
  }
  81.67% {
    transform: rotate(684.7deg);
    stroke-dashoffset: 186;
  }
  82.50% {
    transform: rotate(689deg);
    stroke-dashoffset: 185;
  }
  83.33% {
    transform: rotate(693.2deg);
    stroke-dashoffset: 184;
  }
  84.17% {
    transform: rotate(697.6deg);
    stroke-dashoffset: 183;
  }
  85.00% {
    transform: rotate(701.9deg);
    stroke-dashoffset: 181;
  }
  85.83% {
    transform: rotate(706.4deg);
    stroke-dashoffset: 180;
  }
  86.67% {
    transform: rotate(710.9deg);
    stroke-dashoffset: 178;
  }
  87.50% {
    transform: rotate(715.5deg);
    stroke-dashoffset: 177;
  }
  88.33% {
    transform: rotate(720.1deg);
    stroke-dashoffset: 175;
  }
  89.17% {
    transform: rotate(724.9deg);
    stroke-dashoffset: 173;
  }
  90.00% {
    transform: rotate(729.7deg);
    stroke-dashoffset: 171;
  }
  90.83% {
    transform: rotate(734.6deg);
    stroke-dashoffset: 169;
  }
  91.67% {
    transform: rotate(739.6deg);
    stroke-dashoffset: 168;
  }
  92.50% {
    transform: rotate(744.7deg);
    stroke-dashoffset: 165;
  }
  93.33% {
    transform: rotate(749.9deg);
    stroke-dashoffset: 163;
  }
  94.17% {
    transform: rotate(755.2deg);
    stroke-dashoffset: 161;
  }
  95.00% {
    transform: rotate(760.6deg);
    stroke-dashoffset: 159;
  }
  95.83% {
    transform: rotate(766deg);
    stroke-dashoffset: 157;
  }
  96.67% {
    transform: rotate(771.6deg);
    stroke-dashoffset: 154;
  }
  97.50% {
    transform: rotate(777.3deg);
    stroke-dashoffset: 152;
  }
  98.33% {
    transform: rotate(783.1deg);
    stroke-dashoffset: 150;
  }
  99.17% {
    transform: rotate(789deg);
    stroke-dashoffset: 148;
  }
  100.00% {
    transform: rotate(795deg);
    stroke-dashoffset: 145;
  }
}
/* /component: loader */
:root {
  --pcoui-modal-preset-width-small: 400px;
  --pcoui-modal-preset-width-medium: 600px;
  --pcoui-modal-preset-width-large: 800px;
  --pcoui-modal-preset-width-xlarge: 1000px;
}

/* component: modal */
.pcoui-modal {
  border-width: 0;
  padding: 0;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  background-color: transparent;
}
.pcoui-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.pcoui-modal--width-fixed {
  width: 440px;
}
.pcoui-modal--width-fit {
  width: fit-content;
}
.pcoui-modal--height-fixed {
  height: 238px;
}
.pcoui-modal--height-fit {
  height: fit-content;
}

.pcoui-modal--small {
  width: var(--pcoui-modal-preset-width-small);
}

.pcoui-modal--medium {
  width: var(--pcoui-modal-preset-width-medium);
}

.pcoui-modal--large {
  width: var(--pcoui-modal-preset-width-large);
}

.pcoui-modal--x-large {
  width: var(--pcoui-modal-preset-width-xlarge);
}

.pcoui-modal--fill {
  width: 100%;
}

.pcoui-modal--height-fit > .pcoui-modal__inner {
  height: auto;
}

.pcoui-modal__inner {
  display: flex;
  flex-direction: column;
  border-radius: var(--pcoui-radius-large);
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: var(--pcoui-shadow-depth-160);
  background-color: var(--pcoui-color-surface-overlay);
}

.pcoui-modal__header {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--pcoui-color-border-default);
  border-radius: var(--pcoui-radius-large) var(--pcoui-radius-large) 0 0;
  padding-right: 8px;
  padding-left: 24px;
  height: 40px;
  color: var(--pcoui-color-text-subtle);
}
.pcoui-modal--alert .pcoui-modal__header {
  border-bottom-width: 0;
  background-color: var(--pcoui-color-error-default);
  color: var(--pcoui-color-text-inverted);
}

.pcoui-modal__title {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pcoui-modal__close {
  margin: 0 0 0 auto;
  padding: 0;
  border-width: 0;
  border-radius: var(--pcoui-radius-small);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none transparent;
  color: inherit;
  cursor: pointer;
}
@media (hover: hover) {
  .pcoui-modal__close:hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-modal__close:active {
  background-color: var(--pcoui-color-surface-default-pressed);
}
[data-whatinput=mouse] .pcoui-modal__close:focus-visible, [data-whatinput=touch] .pcoui-modal__close:focus-visible {
  outline: 0;
}

.pcoui-modal__alert-icon {
  color: var(--pcoui-color-text-inverted);
}

.pcoui-modal__close-icon {
  width: 20px;
  height: 20px;
  fill: currentcolor;
  stroke-width: 0;
}

.pcoui-modal__body {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--pcoui-color-text-default);
}

.pcoui-modal__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 8px;
  box-sizing: border-box;
  border-top: 1px solid var(--pcoui-color-border-default);
  border-radius: 0 0 var(--pcoui-radius-large) var(--pcoui-radius-large);
  padding: 12px 24px;
  height: 56px;
}

/* /component: modal */
/* component: pagination */
.pcoui-pagination {
  display: flex;
  align-items: center;
  column-gap: 24px;
  row-gap: 8px;
  flex-wrap: wrap;
  position: relative;
}

.pcoui-pagination__result {
  margin: 0;
  font-size: var(--pcoui-typography-caption-1-size);
  font-weight: var(--pcoui-typography-caption-1-weight);
  line-height: 1.5;
  color: var(--pcoui-color-text-default);
  white-space: nowrap;
}

.pcoui-pagination__count {
  margin-right: 2px;
  font-size: 14px;
  font-weight: 700;
}

.pcoui-pagination__select .pcoui-dropdown__inner {
  width: 68px;
  min-width: max-content;
}
.pcoui-pagination__select .pcoui-dropdown__listbox {
  min-width: max-content;
}

.pcoui-pagination .pcoui-input-label {
  color: var(--pcoui-color-text-default);
  white-space: nowrap;
}

.pcoui-pagination__list {
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pcoui-pagination__link {
  display: block;
  border-radius: var(--pcoui-radius-small);
  color: var(--pcoui-color-text-subtle);
  text-decoration: none;
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
}
.pcoui-pagination__link[aria-current=page] {
  background-color: var(--pcoui-color-surface-default-selected);
  color: var(--pcoui-color-text-inverted);
}
@media (hover: hover) {
  .pcoui-pagination__link:not([aria-current=page]):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-pagination__link:not([aria-current=page]):active {
  background-color: var(--pcoui-color-surface-default-pressed);
}

.pcoui-pagination__link--number {
  padding-inline: 4px;
}

.pcoui-pagination__link--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 100%;
}
.pcoui-pagination__link--icon.pcoui-pagination__link--disabled {
  color: var(--pcoui-color-text-disabled);
}

.pcoui-pagination__link--ellipsis {
  color: var(--pcoui-color-text-subtle);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  padding-inline: 4px;
}

.pcoui-pagination__ellipsis {
  color: var(--pcoui-color-text-subtle);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  padding-inline: 4px;
}

.pcoui-pagination__icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.pcoui-pagination__icon--next,
.pcoui-pagination__icon--last {
  rotate: 180deg;
}

.pcoui-pagination__hidden-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

/* /component: pagination */
/* component: popover */
.pcoui-popover {
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--pcoui-color-border-default);
  border-radius: var(--pcoui-radius-large);
  width: var(--width, 100%);
  max-width: 440px;
  overflow: hidden;
  background-color: var(--pcoui-color-surface-default);
  box-shadow: var(--pcoui-shadow-depth-40);
  visibility: hidden;
}
.pcoui-popover[data-placement=bottomLeft] {
  top: calc(100% + 8px);
  left: 0;
}
.pcoui-popover[data-placement=bottomRight] {
  top: calc(100% + 8px);
  right: 0;
}
.pcoui-popover[data-placement=topLeft] {
  bottom: calc(100% + 8px);
  left: 0;
}
.pcoui-popover[data-placement=topRight] {
  bottom: calc(100% + 8px);
  right: 0;
}
.pcoui-popover.pcoui-popover--shown {
  visibility: visible;
}

.pcoui-popover--resizable {
  resize: both;
}

.pcoui-popover__header {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--pcoui-color-border-default);
  border-radius: var(--pcoui-radius-large) var(--pcoui-radius-large) 0 0;
  padding-right: 8px;
  padding-left: 24px;
  height: 40px;
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-subtle);
}

.pcoui-popover__title {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pcoui-popover__close {
  margin-left: auto;
  padding: 0;
  border-width: 0;
  border-radius: var(--pcoui-radius-small);
  width: 24px;
  height: 24px;
  background: none transparent;
  color: inherit;
  cursor: pointer;
}
@media (hover: hover) {
  .pcoui-popover__close:hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-popover__close:active {
  background-color: var(--pcoui-color-surface-default-pressed);
}

.pcoui-popover__close-icon {
  margin: 2px;
  width: 20px;
  height: 20px;
  fill: currentcolor;
}

.pcoui-popover__content {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 16px;
}

.pcoui-popover__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  box-sizing: border-box;
  border-top: 1px solid var(--pcoui-color-border-default);
  border-radius: 0 0 var(--pcoui-radius-large) var(--pcoui-radius-large);
  padding: 12px 24px;
  height: 56px;
}
.pcoui-popover__footer > button:only-child {
  margin-left: auto;
}

/* /component: popover */
/* component: progressSteps */
.pcoui-progress-steps {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pcoui-progress-steps--horizontal {
  column-gap: 35px;
  width: 100%;
}

.pcoui-progress-steps--vertical {
  flex-direction: column;
  row-gap: 24px;
}

.pcoui-progress-steps__item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  position: relative;
}
.pcoui-progress-steps--vertical .pcoui-progress-steps__item {
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.pcoui-progress-steps__item:nth-child(n+2)::before {
  position: absolute;
  z-index: -1;
  display: block;
  border-style: solid;
  border-color: var(--pcoui-color-border-main);
  content: "";
}
.pcoui-progress-steps--horizontal .pcoui-progress-steps__item:nth-child(n+2)::before {
  top: 12px;
  right: 50%;
  border-width: 0 0 3px 0;
  width: calc(100% + 35px);
  height: 3px;
}
.pcoui-progress-steps--vertical .pcoui-progress-steps__item:nth-child(n+2)::before {
  top: auto;
  bottom: 50%;
  left: 12px;
  border-width: 0 3px 0 0;
  height: calc(100% + 24px);
  width: 3px;
}
.pcoui-progress-steps__item[aria-current=step] ~ .pcoui-progress-steps__item::before {
  border-color: var(--pcoui-color-border-default);
}
.pcoui-progress-steps--completed .pcoui-progress-steps__item::before {
  border-color: var(--pcoui-color-surface-main-subtle-selected);
}

.pcoui-progress-steps__step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  box-sizing: border-box;
  border: 1px solid var(--pcoui-color-surface-main);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: var(--pcoui-color-surface-main);
  color: var(--pcoui-color-text-inverted);
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
  line-height: 1.5;
}
.pcoui-progress-steps__item[aria-current=step] ~ .pcoui-progress-steps__item .pcoui-progress-steps__step {
  border-color: var(--pcoui-color-border-strong);
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-subtle);
}
.pcoui-progress-steps--completed .pcoui-progress-steps__step {
  border-color: var(--pcoui-color-surface-main-subtle-selected);
  background-color: var(--pcoui-color-surface-main-subtle-selected);
  color: var(--pcoui-color-text-inverted);
}

.pcoui-progress-steps__icon {
  display: inline-block;
}
.pcoui-progress-steps__item[aria-current=step] .pcoui-progress-steps__icon, .pcoui-progress-steps__item[aria-current=step] ~ .pcoui-progress-steps__item .pcoui-progress-steps__icon {
  display: none;
}

.pcoui-progress-steps__number {
  display: none;
}
.pcoui-progress-steps__item[aria-current=step] .pcoui-progress-steps__number, .pcoui-progress-steps__item[aria-current=step] ~ .pcoui-progress-steps__item .pcoui-progress-steps__number {
  display: inline;
}

.pcoui-progress-steps__label {
  display: block;
  color: var(--pcoui-color-text-main);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  text-align: center;
}
.pcoui-progress-steps--horizontal .pcoui-progress-steps__label {
  margin-block-start: 8px;
}
.pcoui-progress-steps__item[aria-current=step] .pcoui-progress-steps__label {
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
}
.pcoui-progress-steps__item[aria-current=step] ~ .pcoui-progress-steps__item .pcoui-progress-steps__label {
  color: var(--pcoui-color-text-default);
}
.pcoui-progress-steps--completed .pcoui-progress-steps__label {
  color: var(--pcoui-color-surface-main-subtle-selected);
}

/* /component: progressSteps */
/* component: radioButton */
.pcoui-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.pcoui-radio__input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 16px;
  height: 16px;
}

.pcoui-radio__label {
  position: relative;
  display: block;
  padding-left: 22px;
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  color: var(--pcoui-color-text-default);
  height: 1.5rem;
}

.pcoui-radio__label::before,
.pcoui-radio__label::after {
  position: absolute;
  box-sizing: border-box;
  content: "";
}

.pcoui-radio__label::before {
  top: calc((1.5rem - 16px) / 2);
  left: 0;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--pcoui-color-border-strong);
  background-color: var(--pcoui-color-surface-default);
  border-radius: 100%;
}
.pcoui-radio__input:focus-visible + .pcoui-radio__label::before {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-border-focus);
  outline-offset: 2px;
}

.pcoui-radio__label::after {
  top: calc((1.5rem - 10px) / 2);
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: none;
}

.pcoui-radio__input:checked + .pcoui-radio__label::before {
  border-color: var(--pcoui-color-surface-main);
}

.pcoui-radio__input:checked + .pcoui-radio__label::after {
  background-color: var(--pcoui-color-surface-main);
}

.pcoui-radio__input:disabled + .pcoui-radio__label {
  opacity: 0.3;
  cursor: not-allowed;
}

/* /component: radioButton */
/* component: search */
.pcoui-search {
  display: inline-flex;
}

.pcoui-search--vertical {
  flex-direction: column;
  row-gap: 2px;
}

.pcoui-search--horizontal {
  align-items: baseline;
  column-gap: 8px;
}

.pcoui-search__inner {
  width: 168px;
}

.pcoui-search__input-wrapper {
  position: relative;
  border-radius: var(--pcoui-radius-small);
  overflow: hidden;
}
.pcoui-search__input-wrapper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--pcoui-color-border-strong);
  content: "";
}
.pcoui-search__input-wrapper:focus-within::after {
  border-bottom-width: 2px;
  border-bottom-color: var(--pcoui-color-surface-main);
}
.pcoui-search--disabled .pcoui-search__input-wrapper {
  opacity: 0.3;
}

.pcoui-search__input {
  box-sizing: border-box;
  border: 1px solid var(--pcoui-color-border-default);
  border-radius: inherit;
  padding-inline: 26px;
  width: 100%;
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  font-family: inherit;
  line-height: 1.5;
  outline-width: 0;
}
.pcoui-search__input:only-child {
  padding-right: 8px;
}
@media (hover: hover) {
  .pcoui-search__input:not(:focus):not(:read-only):not(:disabled):not([aria-invalid=true]):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-search__input:read-only {
  background-color: transparent;
  border-color: transparent;
}
.pcoui-search__input::placeholder {
  color: var(--pcoui-color-text-disabled);
}
.pcoui-search__input::-webkit-resizer {
  display: none;
}
.pcoui-search__input::-webkit-search-decoration, .pcoui-search__input::-webkit-search-cancel-button, .pcoui-search__input::-webkit-search-results-button, .pcoui-search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.pcoui-search__input--large {
  padding-top: 5px;
  padding-bottom: 4px;
}

.pcoui-search__input--small {
  padding-top: 1px;
  padding-bottom: 0;
}

.pcoui-search__button,
.pcoui-search__icon-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  box-sizing: border-box;
  padding: 2px;
  color: var(--pcoui-color-text-subtle) !important;
}

.pcoui-search__button {
  right: 2px;
  border-width: 0;
  border-radius: var(--pcoui-radius-small);
  background: none transparent;
  height: 20px;
}
.pcoui-search__button:not(:disabled) {
  cursor: pointer;
}
.pcoui-search__button:focus-visible {
  outline-offset: -2px;
}
.pcoui-search__input-wrapper--readonly .pcoui-search__button {
  display: none;
}

.pcoui-search__button--large {
  height: 24px;
}

.pcoui-search__icon-wrapper {
  left: 2px;
  pointer-events: none;
  height: 20px;
}

.pcoui-search__icon {
  width: 16px;
  height: 16px;
}

.pcoui-search__icon--search {
  color: var(--pcoui-color-text-subtle);
}

/* /component: search */
/* component: segmentedControl */
.pcoui-segmented-control {
  display: inline-flex;
  align-items: stretch;
  position: relative;
  z-index: 0;
}

.pcoui-segmented-control__item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid var(--pcoui-color-border-strong);
  border-right: none;
  width: 104px;
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  font-family: inherit;
  line-height: 1.5;
  cursor: pointer;
}
.pcoui-segmented-control__item:first-child {
  border-top-left-radius: var(--pcoui-radius-small);
  border-bottom-left-radius: var(--pcoui-radius-small);
}
.pcoui-segmented-control__item:last-child {
  border-top-right-radius: var(--pcoui-radius-small);
  border-bottom-right-radius: var(--pcoui-radius-small);
  border-right: 1px solid var(--pcoui-color-border-strong);
}
.pcoui-segmented-control__item[aria-pressed=true] {
  background-color: var(--pcoui-color-surface-default-selected);
  color: var(--pcoui-color-text-inverted);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
}
@media (hover: hover) {
  .pcoui-segmented-control__item:not([aria-pressed=true]):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-segmented-control__item:not([aria-pressed=true]):active {
  background-color: var(--pcoui-color-surface-default-pressed);
}
.pcoui-segmented-control__item:focus-visible {
  position: relative;
  z-index: 1;
}

.pcoui-segmented-control__item--text {
  padding-inline: 16px;
  width: 104px;
}
.pcoui-segmented-control--normal .pcoui-segmented-control__item--text {
  padding-top: 5px;
  padding-bottom: 4px;
}
.pcoui-segmented-control--small .pcoui-segmented-control__item--text {
  padding-top: 1px;
  padding-bottom: 0;
}

.pcoui-segmented-control__item--icon {
  padding-inline: 8px;
  width: 44px;
}
.pcoui-segmented-control--normal .pcoui-segmented-control__item--icon {
  padding-block: 7px;
}
.pcoui-segmented-control--small .pcoui-segmented-control__item--icon {
  padding-block: 3px;
}

/* /component: segmentedControl */
/* component: select */
.pcoui-select {
  display: inline-flex;
}

.pcoui-select--vertical {
  flex-direction: column;
  row-gap: 2px;
}

.pcoui-select--horizontal {
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.pcoui-select__inner {
  position: relative;
  width: 216px;
}

.pcoui-select__inner::after {
  position: absolute;
  inset-block-end: 0px;
  inset-inline-start: 0px;
  border: 1px solid var(--pcoui-color-border-strong);
  border-radius: calc(var(--pcoui-radius-small) - 1px);
  width: calc(100% - 2px);
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% calc(100% - 1px), 0 calc(100% - 1px));
  clip-path: polygon(0 100%, 100% 100%, 100% calc(100% - 1px), 0 calc(100% - 1px));
  content: "";
}

.pcoui-select__inner:focus-within::after {
  border-width: 2px;
  border-color: var(--pcoui-color-surface-main);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% calc(100% - 2px), 0 calc(100% - 2px));
  clip-path: polygon(0 100%, 100% 100%, 100% calc(100% - 2px), 0 calc(100% - 2px));
}

.pcoui-select__inner:has(.pcoui-select__trigger:disabled) {
  opacity: 0.3;
}

.pcoui-select__trigger {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid var(--pcoui-color-border-default);
  border-radius: var(--pcoui-radius-small);
  background-color: var(--pcoui-color-surface-default);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 8px;
  padding-right: 32px;
  color: var(--pcoui-color-text-default);
}

.pcoui-select__trigger:disabled {
  cursor: not-allowed;
}

.pcoui-select__trigger:focus {
  outline: 0;
}

.pcoui-select__trigger--large {
  height: calc(1.5rem + 11px);
}

.pcoui-select__trigger--small {
  height: calc(1.5rem + 3px);
}

.pcoui-select__trigger-icon {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 16px;
  height: 16px;
  stroke: var(--pcoui-color-text-default);
  fill: none;
  transition: transform ease-in-out 0.3s;
  pointer-events: none;
}
.pcoui-select--readonly .pcoui-select__trigger-icon {
  display: none;
}

.pcoui-select--readonly .pcoui-select__trigger {
  border: 0px;
  background-color: transparent;
}

.pcoui-select--readonly .pcoui-select__inner::after {
  border: 0px;
}

.pcoui-select--readonly .pcoui-select__trigger:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-border-focus);
  outline-offset: -2px;
}

/* /component: select */
/* component: slider */
.pcoui-slider {
  display: inline-flex;
  align-items: flex-start;
}

.pcoui-slider--vertical {
  flex-direction: column;
  row-gap: 8px;
}

.pcoui-slider--horizontal {
  align-items: center;
  column-gap: 8px;
}

.pcoui-slider--disabled > .pcoui-slider__inner {
  opacity: 0.3;
}

.pcoui-slider__inner {
  display: inline-flex;
  column-gap: 16px;
  align-items: center;
}

.pcoui-slider__body {
  flex-grow: 0;
  flex-shrink: 0;
  width: 224px;
}

.pcoui-slider__input {
  --percentage: 0%;
  -webkit-appearance: none;
  appearance: none;
  height: 22px;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(to right, var(--pcoui-color-border-main) var(--percentage), var(--pcoui-color-border-default) var(--percentage));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  cursor: pointer;
}
.pcoui-slider__input:disabled {
  cursor: not-allowed;
}
.pcoui-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-width: 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: var(--pcoui-color-border-main);
  transition-property: scale;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
@media (hover: hover) {
  .pcoui-slider__input:not(:disabled):hover::-webkit-slider-thumb {
    scale: 1.2222222222;
  }
}
.pcoui-slider__input::-moz-range-thumb {
  border-width: 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: var(--pcoui-color-border-main);
  transition-property: scale;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
@media (hover: hover) {
  .pcoui-slider__input:not(:disabled):hover::-moz-range-thumb {
    scale: 1.2222222222;
  }
}

.pcoui-slider__current-value {
  display: inline-flex;
  align-items: baseline;
}

.pcoui-slider__output,
.pcoui-slider__unit {
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
}

.pcoui-slider__number-wrapper {
  position: relative;
  border-radius: var(--pcoui-radius-small);
  width: 48px;
  overflow: hidden;
}
.pcoui-slider__number-wrapper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--pcoui-color-border-strong);
  content: "";
}
.pcoui-slider__number-wrapper:focus-within::after {
  border-bottom-width: 2px;
  border-bottom-color: var(--pcoui-color-border-main);
}
.pcoui-slider__number-wrapper + .pcoui-slider__unit {
  margin-left: 4px;
}
.pcoui-slider--error .pcoui-slider__number-wrapper::after, .pcoui-slider--error .pcoui-slider__number-wrapper:focus-within::after {
  border-bottom-color: var(--pcoui-color-error-default);
}

.pcoui-slider__number-input {
  -moz-appearance: textfield;
  box-sizing: border-box;
  border: 1px solid var(--pcoui-color-border-default);
  border-radius: inherit;
  padding: 4px 8px;
  width: 100%;
  height: 32px;
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  font-family: inherit;
  line-height: 1.5;
  outline-width: 0;
}
@media (hover: hover) {
  .pcoui-slider__number-input:not(:focus):not(:read-only):not(:disabled):not([aria-invalid=true]):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-slider__number-input:disabled {
  background-color: transparent;
}
.pcoui-slider__number-input[aria-invalid=true] {
  background-color: var(--pcoui-color-error-subtle);
}
.pcoui-slider__number-input[aria-invalid=true]:hover {
  background-color: var(--pcoui-color-error-subtle-hovered);
}
.pcoui-slider__number-input::-webkit-outer-spin-button, .pcoui-slider__number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* /component: slider */
/* component: switch */
.pcoui-switch {
  display: inline-flex;
  width: fit-content;
}

.pcoui-switch--vertical {
  flex-direction: column;
  row-gap: 2px;
}

.pcoui-switch--horizontal {
  align-items: center;
  column-gap: 8px;
}

.pcoui-switch__inner {
  position: relative;
  z-index: 0;
  display: block;
  box-sizing: border-box;
  border-width: 0;
  border-radius: 9px;
  width: 36px;
  height: 18px;
}

.pcoui-switch__checkbox {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-width: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.pcoui-switch__ellipse {
  display: block;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: var(--pcoui-color-border-strong);
}
.pcoui-switch__checkbox:checked + .pcoui-switch__ellipse {
  background-color: var(--pcoui-color-surface-main);
}
.pcoui-switch__checkbox:disabled + .pcoui-switch__ellipse {
  opacity: 0.3;
}
.pcoui-switch__ellipse .pcoui-switch__checkbox:focus {
  outline: 0;
}
.pcoui-switch__checkbox:focus-visible + .pcoui-switch__ellipse {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-border-focus);
  outline-offset: 2px;
}
.pcoui-switch__ellipse::before {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--pcoui-color-surface-default);
  border: none;
  content: "";
}
.pcoui-switch__checkbox:checked + .pcoui-switch__ellipse::before {
  translate: 18px;
}

/* /component: switch */
/* component: table */
/* 高さを指定する場合はここにmax-heightで指定 */
.pcoui-table {
  display: flex;
  flex-direction: column;
  border-radius: var(--pcoui-radius-large);
  overflow: hidden;
}

.pcoui-table--shadow {
  box-shadow: var(--pcoui-shadow-depth-40);
}

.pcoui-table__header {
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: var(--pcoui-color-table-header);
  border-radius: var(--pcoui-radius-large) var(--pcoui-radius-large) 0 0;
  overflow: hidden;
}

.pcoui-table__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-style: solid;
  border-color: var(--pcoui-color-border-default);
  border-width: 0 1px 1px;
  border-radius: 0 0 var(--pcoui-radius-large) var(--pcoui-radius-large);
  overflow-y: hidden;
  isolation: isolate;
}

.pcoui-table__body-inner {
  flex-grow: 1;
  box-sizing: border-box;
  overflow-y: auto;
}
.pcoui-table__body-inner:focus-visible {
  outline-color: #000;
  outline-offset: -3px;
}

.pcoui-table__table {
  border-collapse: separate;
  border-spacing: 0;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  width: 100%;
}

.pcoui-table__heading {
  position: sticky;
  z-index: 1;
  top: 0;
  box-sizing: border-box;
  padding: 11px 24px 11px 0;
  background-color: var(--pcoui-color-table-header);
  font-size: var(--pcoui-typography-caption-1-strong-size);
  font-weight: var(--pcoui-typography-caption-1-strong-weight);
  text-align: left;
}
.pcoui-table__heading:first-child:not(.pcoui-table__heading--checkbox) {
  padding-left: 24px;
}
.pcoui-table--small .pcoui-table__heading {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pcoui-table__heading--left {
  text-align: left;
}

.pcoui-table__heading--center {
  text-align: center;
}

.pcoui-table__heading--right {
  text-align: right;
}

.pcoui-table__cell {
  box-sizing: border-box;
  border-bottom: 1px solid var(--pcoui-color-border-default);
  padding: 9px 24px 9px 0;
  background-color: var(--pcoui-color-surface-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  text-align: left;
}
.pcoui-table__cell:first-child:not(.pcoui-table__cell--checkbox) {
  padding-left: 24px;
}
.pcoui-table--small .pcoui-table__cell {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pcoui-table--large .pcoui-table__cell {
  padding-top: 13px;
  padding-bottom: 13px;
}
.pcoui-table--small .pcoui-table__cell:has(button), .pcoui-table--normal .pcoui-table__cell:has(button), .pcoui-table--large .pcoui-table__cell:has(button) {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.pcoui-table__row--body:last-child .pcoui-table__cell {
  border-bottom-width: 0;
}
.pcoui-table__row--highlighted .pcoui-table__cell {
  background-color: var(--pcoui-color-surface-main-subtle-hovered);
}

.pcoui-table__cell--left {
  text-align: left;
}

.pcoui-table__cell--center {
  text-align: center;
}

.pcoui-table__cell--right {
  text-align: right;
}

.pcoui-table__heading--checkbox,
.pcoui-table__cell--checkbox {
  padding: 0 20px;
  vertical-align: middle;
  width: 16px;
}

.pcoui-table__checkbox {
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
}
.pcoui-table__checkbox .pcoui-checkbox__label {
  line-height: 1;
  vertical-align: top;
}

/* /component: table */
/* component: tabs */
.pcoui-tabs__tablist {
  display: flex;
  justify-content: flex-start;
}

.pcoui-tabs__tab {
  padding-top: 4px;
  border-width: 0 0 1px 0;
  border-bottom-style: solid;
  border-bottom-color: var(--pcoui-color-border-strong);
  padding-bottom: 6px;
  width: auto;
  min-height: 32px;
  background-color: transparent;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
}
.pcoui-tabs__tab:focus {
  outline: 0;
}
.pcoui-tabs__tab:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-border-focus);
  outline-offset: -2px;
}
@media (hover: hover) {
  .pcoui-tabs__tab:hover {
    background-color: var(--pcoui-color-surface-default-alpha-hovered);
  }
}
.pcoui-tabs__tab:active {
  border-bottom-color: var(--pcoui-color-border-main);
  background-color: var(--pcoui-color-surface-default-alpha-pressed);
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
}
.pcoui-tabs__tab[aria-selected=true] {
  border-bottom-width: 4px;
  border-bottom-color: var(--pcoui-color-border-main);
  padding-bottom: 3px;
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
}
.pcoui-tabs__tab::after {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
  content: attr(data-tab-label);
}
.pcoui-tabs--fix .pcoui-tabs__tab {
  padding-inline: 8px;
  width: 120px;
}
.pcoui-tabs--flex .pcoui-tabs__tab {
  padding-inline: 16px;
  width: auto;
}

.pcoui-tabs__tabpanel[aria-hidden=true] {
  display: none;
}

/* /component: tabs */
/* component: textArea */
.pcoui-text-area {
  display: inline-flex;
}

.pcoui-text-area--vertical {
  flex-direction: column;
  row-gap: 2px;
}

.pcoui-text-area--horizontal {
  align-items: baseline;
  column-gap: 8px;
}

.pcoui-text-area__input-wrapper {
  position: relative;
  border-radius: var(--pcoui-radius-small);
  overflow: hidden;
}
.pcoui-text-area__input-wrapper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--pcoui-color-border-strong);
  content: "";
}
.pcoui-text-area__input-wrapper:focus-within::after {
  border-bottom-width: 2px;
  border-bottom-color: var(--pcoui-color-surface-main);
}
.pcoui-text-area--readonly .pcoui-text-area__input-wrapper::after {
  border-bottom-color: transparent;
}
.pcoui-text-area--disabled .pcoui-text-area__input-wrapper {
  opacity: 0.3;
}
.pcoui-text-area--error .pcoui-text-area__input-wrapper::after, .pcoui-text-area--error .pcoui-text-area__input-wrapper:focus-within::after {
  border-bottom-color: var(--pcoui-color-error-default);
}

.pcoui-text-area__input {
  display: block;
  box-sizing: border-box;
  border: 1px solid var(--pcoui-color-border-default);
  border-radius: inherit;
  padding: 5px 26px 4px 8px;
  width: 100%;
  height: 100%;
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  font-family: inherit;
  line-height: 1.5;
  outline-width: 0;
}
.pcoui-text-area__input:only-child {
  padding-right: 8px;
}
@media (hover: hover) {
  .pcoui-text-area__input:not(:focus):not(:read-only):not(:disabled):not([aria-invalid=true]):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-text-area__input:read-only {
  background-color: transparent;
  border-color: transparent;
}
.pcoui-text-area__input[aria-invalid=true] {
  background-color: var(--pcoui-color-error-subtle);
}
@media (hover: hover) {
  .pcoui-text-area__input[aria-invalid=true]:hover {
    background-color: var(--pcoui-color-error-subtle-hovered);
  }
}
.pcoui-text-area__input::placeholder {
  color: var(--pcoui-color-text-disabled);
}
.pcoui-text-area__input::-webkit-resizer {
  display: none;
}

.pcoui-text-area__helper-text {
  margin-top: 2px;
  margin-bottom: 0;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-caption-1-size);
  font-weight: var(--pcoui-typography-caption-1-weight);
  line-height: 1.5;
}
.pcoui-text-area--readonly .pcoui-text-area__helper-text {
  visibility: hidden;
}
.pcoui-text-area--disabled .pcoui-text-area__helper-text {
  opacity: 0.3;
}
.pcoui-text-area--error .pcoui-text-area__helper-text {
  color: var(--pcoui-color-error-default);
}

/* /component: textArea */
/* component: textField */
.pcoui-text-field {
  display: inline-flex;
}

.pcoui-text-field--vertical {
  flex-direction: column;
  row-gap: 2px;
}

.pcoui-text-field--horizontal {
  align-items: baseline;
  column-gap: 8px;
}

.pcoui-text-field__inner {
  width: 168px;
}

.pcoui-text-field__input-wrapper {
  position: relative;
  border-radius: var(--pcoui-radius-small);
  overflow: hidden;
}
.pcoui-text-field__input-wrapper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--pcoui-color-border-strong);
  content: "";
}
.pcoui-text-field__input-wrapper:focus-within::after {
  border-bottom-width: 2px;
  border-bottom-color: var(--pcoui-color-surface-main);
}
.pcoui-text-field--readonly .pcoui-text-field__input-wrapper::after {
  border-bottom-color: transparent;
}
.pcoui-text-field--disabled .pcoui-text-field__input-wrapper {
  opacity: 0.3;
}
.pcoui-text-field--error .pcoui-text-field__input-wrapper::after, .pcoui-text-field--error .pcoui-text-field__input-wrapper:focus-within::after {
  border-bottom-color: var(--pcoui-color-error-default);
}

.pcoui-text-field__input {
  box-sizing: border-box;
  border: 1px solid var(--pcoui-color-border-default);
  border-radius: inherit;
  padding-right: 26px;
  padding-left: 8px;
  width: 100%;
  background-color: var(--pcoui-color-surface-default);
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  font-family: inherit;
  line-height: 1.5;
  outline-width: 0;
}
.pcoui-text-field__input:only-child {
  padding-right: 8px;
}
@media (hover: hover) {
  .pcoui-text-field__input:not(:focus):not(:read-only):not(:disabled):not([aria-invalid=true]):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-text-field__input:read-only {
  background-color: transparent;
  border-color: transparent;
}
.pcoui-text-field__input[aria-invalid=true] {
  background-color: var(--pcoui-color-error-subtle);
}
@media (hover: hover) {
  .pcoui-text-field__input[aria-invalid=true]:hover {
    background-color: var(--pcoui-color-error-subtle-hovered);
  }
}
.pcoui-text-field__input::placeholder {
  color: var(--pcoui-color-text-disabled);
}
.pcoui-text-field__input::-webkit-resizer {
  display: none;
}

.pcoui-text-field__input--large {
  padding-top: 5px;
  padding-bottom: 4px;
}

.pcoui-text-field__input--small {
  padding-top: 1px;
  padding-bottom: 0;
}

.pcoui-text-field__button {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  box-sizing: border-box;
  border-width: 0;
  border-radius: var(--pcoui-radius-small);
  padding: 2px;
  width: 20px;
  height: 20px;
  background: none transparent;
  color: var(--pcoui-color-text-subtle);
}
.pcoui-text-field__button:not(:disabled) {
  cursor: pointer;
}
.pcoui-text-field__button:focus-visible {
  outline-offset: 1px;
}
@media (hover: hover) {
  .pcoui-text-field__button:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-text-field__button:not(:disabled):active {
  background-color: var(--pcoui-color-surface-default-pressed);
}
.pcoui-text-field--readonly .pcoui-text-field__button {
  display: none;
}

.pcoui-text-field__button--large {
  width: 24px;
  height: 24px;
}

.pcoui-text-field__helper-text {
  margin-top: 2px;
  margin-bottom: 0;
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-caption-1-size);
  font-weight: var(--pcoui-typography-caption-1-weight);
  line-height: 1.5;
}
.pcoui-text-field--readonly .pcoui-text-field__helper-text {
  visibility: hidden;
}
.pcoui-text-field--disabled .pcoui-text-field__helper-text {
  opacity: 0.3;
}
.pcoui-text-field--error .pcoui-text-field__helper-text {
  color: var(--pcoui-color-error-default);
}

/* /component: textField */
/* component: tree */
.pcoui-tree {
  --subtree-start-space: 24px;
}

.pcoui-tree,
.pcoui-tree__subtree {
  margin: 0;
  box-sizing: border-box;
  padding-inline-start: 0;
  list-style-type: none;
}

.pcoui-tree__subtree {
  padding-block-start: 0;
  padding-block-end: 8px;
}

.pcoui-tree__tree-item {
  display: grid;
  grid-template: "button checkbox" auto/20px auto;
  column-gap: 4px;
  align-items: baseline;
  box-sizing: border-box;
  width: 100%;
}

.pcoui-tree__children {
  height: 0;
  visibility: hidden;
  overflow-x: visible;
  overflow-y: hidden;
  transition-property: visibility, height;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.pcoui-tree__children--expanded {
  visibility: visible;
  height: auto;
}
.pcoui-tree__children--expanded:not(.pcoui-tree__children--animating) {
  overflow-y: revert;
}

.pcoui-tree__tree-item--link,
.pcoui-tree__tree-item--button {
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
}
.pcoui-tree__tree-item--link:focus-visible,
.pcoui-tree__tree-item--button:focus-visible {
  outline-offset: 0;
}

.pcoui-tree__tree-item--link {
  background-color: transparent;
  text-decoration: none;
}
@media (hover: hover) {
  .pcoui-tree__tree-item--link:hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-tree__tree-item--link:focus-visible {
  background-color: var(--pcoui-color-surface-default-hovered);
}
.pcoui-tree__tree-item--link:active {
  background-color: var(--pcoui-color-surface-default-pressed);
}
.pcoui-tree__tree-item--link[aria-current]:not([aria-current=false]) {
  background-color: var(--pcoui-color-surface-main);
  color: var(--pcoui-color-text-inverted);
}
@media (hover: hover) {
  .pcoui-tree__tree-item--link[aria-current]:not([aria-current=false]):hover {
    background-color: var(--pcoui-color-surface-main-hovered);
  }
}
.pcoui-tree__tree-item--link[aria-current]:not([aria-current=false]):active {
  background-color: var(--pcoui-color-surface-main-selected);
}

.pcoui-tree__tree-item--button {
  border-width: 0;
  padding: 0;
  background-color: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.pcoui-tree__tree-item--button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media (hover: hover) {
  .pcoui-tree__tree-item--button:not(:disabled):hover {
    background-color: var(--pcoui-color-surface-default-hovered);
  }
}
.pcoui-tree__tree-item--button:focus-visible {
  background-color: var(--pcoui-color-surface-default-hovered);
}
.pcoui-tree__tree-item--button:not(:disabled):active {
  background-color: var(--pcoui-color-surface-default-pressed);
}
.pcoui-tree__tree-item--button[aria-pressed]:not([aria-pressed=false]) {
  background-color: var(--pcoui-color-surface-main);
  color: var(--pcoui-color-text-inverted);
}
@media (hover: hover) {
  .pcoui-tree__tree-item--button[aria-pressed]:not([aria-pressed=false]):not(:disabled):hover {
    background-color: var(--pcoui-color-surface-main-hovered);
  }
}
.pcoui-tree__tree-item--button[aria-pressed]:not([aria-pressed=false]):not(:disabled):active {
  background-color: var(--pcoui-color-surface-main-selected);
}
.pcoui-tree__tree-item--button[aria-pressed]:not([aria-pressed=false]):focus-visible {
  outline-offset: 2px;
}

.pcoui-tree__button {
  grid-area: button;
  align-self: start;
  position: relative;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.pcoui-tree__arrow {
  width: 16px;
  height: 16px;
  fill: var(--pcoui-color-text-subtle);
}
.pcoui-tree__button--expanded .pcoui-tree__arrow {
  rotate: 90deg;
}
.pcoui-tree__tree-item--link[aria-current]:not([aria-current=false]) .pcoui-tree__arrow, .pcoui-tree__tree-item--button[aria-pressed]:not([aria-pressed=false]) .pcoui-tree__arrow {
  fill: var(--pcoui-color-text-inverted);
}

.pcoui-tree__text,
.pcoui-tree__checkbox {
  grid-area: checkbox;
  padding-block-start: 6px;
  padding-block-end: 5px;
}

.pcoui-tree__text {
  display: flex;
  align-items: baseline;
  column-gap: 8px;
  box-sizing: border-box;
  padding-inline-end: 8px;
}

.pcoui-tree__checkbox .pcoui-checkbox__input {
  top: 8.5px;
}

.pcoui-tree__icon {
  position: relative;
  top: 0.1785714286em;
}

/* /component: tree */
/* component: progressBar */
.pcoui-progress-bar {
  display: inline-flex;
  flex-direction: column;
  row-gap: 2px;
}

.pcoui-progress-bar__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
}

.pcoui-progress-bar__label--helper-only {
  justify-content: end;
}

.pcoui-progress-bar__label-text {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 5px;
}

.pcoui-progress-bar__label-helper {
  font-size: var(--pcoui-typography-caption-1-strong-size);
  font-weight: var(--pcoui-typography-caption-1-strong-weight);
  color: var(--pcoui-color-text-subtle);
}

.pcoui-progress-bar__inner {
  display: inline-flex;
  column-gap: 16px;
  align-items: center;
}

.pcoui-progress-bar__progress {
  -webkit-appearance: none; /* プログレスバーのスタイルをリセット */
  width: 100%;
  height: 4px;
}
.pcoui-progress-bar__progress::-webkit-progress-bar {
  background-color: var(--pcoui-color-border-default); /* プログレスバーの背景色/-webkit- 用 */
}
.pcoui-progress-bar__progress::-webkit-progress-value {
  background-color: var(--pcoui-color-surface-main); /* プログレスバーの進捗部分色/-webkit- 用 */
}
.pcoui-progress-bar__progress::-moz-progress-bar {
  background-color: var(--pcoui-color-surface-main); /* プログレスバーの進捗部分色/-moz- 用 */
}

.pcoui-progress-bar__current-value {
  display: inline-flex;
  align-items: baseline;
}

.pcoui-progress-bar__output,
.pcoui-progress-bar__unit {
  color: var(--pcoui-color-text-default);
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  line-height: 1.5;
}

/* /component: progressBar */
/* component: accordion */
.pcoui-accordion {
  position: relative;
}
.pcoui-accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--pcoui-color-border-default);
}

.pcoui-accordion__title {
  display: flex;
  align-items: center;
  column-gap: 16px;
  cursor: pointer;
  /* Safari対応 */
}
@media (hover: hover) {
  .pcoui-accordion__title:hover {
    background: var(--pcoui-color-surface-default-alpha-hovered);
  }
}
.pcoui-accordion__title:active {
  background: var(--pcoui-color-surface-default-alpha-pressed);
}
.pcoui-accordion__title::-webkit-details-marker {
  display: none;
}
.pcoui-accordion__title .pcoui-accordion__title-inner {
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
  line-height: 150%;
}
.pcoui-accordion__title .pcoui-accordion__arrow {
  width: 16px;
  height: 16px;
  stroke: var(--pcoui-color-text-subtle);
  fill: none;
  transform: rotate(-90deg);
}
.pcoui-accordion[open] .pcoui-accordion__title .pcoui-accordion__arrow {
  transform: rotate(0deg);
}
.pcoui-accordion__title:focus {
  outline: 0;
}
.pcoui-accordion__title:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-border-focus);
  outline-offset: 2px;
}

.pcoui-accordion__title--normal {
  padding: 10px 16px 9px 16px;
}

.pcoui-accordion__title--small {
  padding: 6px 16px 5px 16px;
}

.pcoui-accordion__title--large {
  padding: 14px 16px 13px 16px;
}

.pcoui-accordion__body {
  overflow: hidden;
}

.pcoui-accordion__body-inner {
  padding: 16px;
}

/* /component: accordion */
/* component: clickableCard */
.pcoui-clickable-card {
  position: relative;
  background: var(--pcoui-color-surface-default);
  border-width: 1px;
  border-style: solid;
  border-color: var(--pcoui-color-border-default);
  border-radius: var(--pcoui-radius-large);
  box-shadow: var(--pcoui-shadow-depth-40);
}
.pcoui-clickable-card:hover {
  background-color: var(--pcoui-color-surface-default-hovered);
}
.pcoui-clickable-card > .pcoui-card {
  background: transparent;
  border: none;
  box-shadow: none;
}
.pcoui-clickable-card .pcoui-card, .pcoui-clickable-card * .pcoui-card {
  box-shadow: none;
  background: transparent;
}
.pcoui-clickable-card .pcoui-clickable-card, .pcoui-clickable-card * .pcoui-clickable-card {
  box-shadow: none;
}

.pcoui-clickable-card--active {
  background-color: var(--pcoui-color-surface-default-pressed) !important;
}

.pcoui-clickable-card--small {
  width: 200px;
}
.pcoui-clickable-card--small .pcoui-card {
  width: 100%;
}

.pcoui-clickable-card--large {
  width: 304px;
}
.pcoui-clickable-card--large .pcoui-card {
  width: 100%;
}

.pcoui-clickable-card--selected {
  background: var(--pcoui-color-surface-selected);
  border-width: 2px;
  border-style: solid;
  border-color: var(--pcoui-color-border-main);
}
.pcoui-clickable-card--selected:hover {
  background: linear-gradient(var(--pcoui-color-surface-main-subtle-alpha-hovered), var(--pcoui-color-surface-main-subtle-alpha-hovered)), linear-gradient(var(--pcoui-color-surface-selected), var(--pcoui-color-surface-selected));
}

.pcoui-clickable-card--selected-active {
  background: linear-gradient(var(--pcoui-color-surface-main-subtle-alpha-selected), var(--pcoui-color-surface-main-subtle-alpha-selected)), linear-gradient(var(--pcoui-color-surface-selected), var(--pcoui-color-surface-selected)) !important;
}

.pcoui-clickable-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 2;
  display: block;
}

.pcoui-clickable-card__overlay--button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}

.pcoui-clickable-card__overlay--anchor {
  text-decoration: none;
}

/* /component: clickableCard */
/* component: toast */
.pcoui-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-sizing: border-box;
  background-color: var(--pcoui-color-surface-overlay);
  box-shadow: var(--pcoui-shadow-depth-160);
  border-radius: var(--pcoui-radius-large);
  border: 1px solid transparent;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 12px 12px 16px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: visibility 0s 0.2s;
}
.pcoui-toast--visible {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s 0s;
}
.pcoui-toast__icon {
  padding: 4px;
}
.pcoui-toast__icon--success {
  color: var(--pcoui-color-success-1);
}
.pcoui-toast__icon--error {
  color: var(--pcoui-color-error-default);
}
.pcoui-toast__main {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pcoui-toast__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pcoui-toast__title {
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
  display: flex;
  min-height: 32px;
  align-items: center;
}
.pcoui-toast__message {
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
  color: var(--pcoui-color-text-default);
  min-height: 32px;
  display: flex;
  align-items: center;
}
.pcoui-toast__close {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.pcoui-toast--error {
  border-color: var(--pcoui-color-error-default);
  background-color: var(--pcoui-color-error-subtle);
}
.pcoui-toast--small {
  width: 240px;
}
.pcoui-toast--medium {
  width: 320px;
}
.pcoui-toast--large {
  width: 480px;
}

/* /component: toast */
.pcoui-login--base-color {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-top: 96px;
  box-sizing: border-box;
  background-color: var(--pcoui-color-background);
}

.pcoui-login__contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  width: 992px;
  height: 100%;
  padding: 0 96px;
}

.pcoui-login__contents__title {
  width: 480px;
}

.pcoui-login__contents__title-and-card {
  display: flex;
  gap: 96px;
  flex-grow: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pcoui-login--base-color .pcoui-login__contents__title__main {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--pcoui-color-header-logo);
}

.pcoui-login--base-color .pcoui-login__contents__title__sub {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--pcoui-color-header-logo);
}

.pcoui-login__contents__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 416px;
  padding: 56px 56px 46px 56px;
  background-color: var(--pcoui-color-surface-default);
  border: 1px solid var(--pcoui-color-border-default);
  border-radius: var(--pcoui-radius-large);
  box-shadow: var(--pcoui-shadow-depth-40);
  box-sizing: border-box;
}

.pcoui-login__contents__card__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--pcoui-color-text-default);
}

.pcoui-login__contents__card__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 48px;
}

.pcoui-login__contents__card__form__id__label,
.pcoui-login__contents__card__form__password__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--pcoui-color-text-default);
}

.pcoui-login__contents__card__form__password__label {
  margin-top: 32px;
}

.pcoui-login__contents__card__form .pcoui-text-field {
  display: flex;
}

.pcoui-login__contents__card__form .pcoui-text-field__inner {
  width: 100%;
}

.pcoui-login__contents__card__form .pcoui-text-field__input-wrapper {
  margin-top: 2px;
}

.pcoui-login__contents__card__form .pcoui-button {
  width: 100%;
  margin-top: 48px;
}

.pcoui-login__contents__card .pcoui-link {
  margin-top: 48px;
}
.pcoui-login__contents__card .pcoui-link + .pcoui-link {
  margin-top: 16px;
}

.pcoui-login__footer {
  display: flex;
  justify-content: flex-end;
  column-gap: 24px;
  height: 24px;
  padding: 16px 0;
}

@font-face {
  font-family: "pco-ui-icon";
  src: url("./assets/fonts/pco-ui-icon.woff2?b9ae72bd6b0b5b22378443aeffd16f5e") format("woff2"), url("./assets/fonts/pco-ui-icon.woff?b9ae72bd6b0b5b22378443aeffd16f5e") format("woff"), url("./assets/fonts/pco-ui-icon.eot?b9ae72bd6b0b5b22378443aeffd16f5e#iefix") format("embedded-opentype");
}
.pcoui-icon--main {
  color: var(--pcoui-color-text-default);
}

.pcoui-icon--sub {
  color: var(--pcoui-color-text-subtle);
}

.pcoui-icon--disabled {
  color: var(--pcoui-color-text-disabled);
  pointer-events: none;
}

.pcoui-icon--normal {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.pcoui-icon--normal::before {
  font-size: 16px !important;
}

.pcoui-icon--large {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.pcoui-icon--large::before {
  font-size: 20px !important;
}

.pcoui-icon--x-large {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.pcoui-icon--x-large::before {
  font-size: 24px !important;
}

[class^=pcoui-icon]::before,
[class*=" pcoui-icon"]::before {
  display: inline-block;
  font-family: "pco-ui-icon" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pcoui-icon-fill-access_point::before {
  content: "\f101";
}

.pcoui-icon-fill-add::before {
  content: "\f102";
}

.pcoui-icon-fill-arrow_down::before {
  content: "\f103";
}

.pcoui-icon-fill-arrow_left::before {
  content: "\f104";
}

.pcoui-icon-fill-arrow_right::before {
  content: "\f105";
}

.pcoui-icon-fill-arrow_up::before {
  content: "\f106";
}

.pcoui-icon-fill-attach::before {
  content: "\f107";
}

.pcoui-icon-fill-baggage::before {
  content: "\f108";
}

.pcoui-icon-fill-ban::before {
  content: "\f109";
}

.pcoui-icon-fill-bar_graph::before {
  content: "\f10a";
}

.pcoui-icon-fill-base_station::before {
  content: "\f10b";
}

.pcoui-icon-fill-brightness::before {
  content: "\f10c";
}

.pcoui-icon-fill-bus_front::before {
  content: "\f10d";
}

.pcoui-icon-fill-bus_side::before {
  content: "\f10e";
}

.pcoui-icon-fill-calendar::before {
  content: "\f10f";
}

.pcoui-icon-fill-camera::before {
  content: "\f110";
}

.pcoui-icon-fill-car_front::before {
  content: "\f111";
}

.pcoui-icon-fill-car_side::before {
  content: "\f112";
}

.pcoui-icon-fill-caution::before {
  content: "\f113";
}

.pcoui-icon-fill-chart::before {
  content: "\f114";
}

.pcoui-icon-fill-check::before {
  content: "\f115";
}

.pcoui-icon-fill-checklist::before {
  content: "\f116";
}

.pcoui-icon-fill-city::before {
  content: "\f117";
}

.pcoui-icon-fill-clock::before {
  content: "\f118";
}

.pcoui-icon-fill-close::before {
  content: "\f119";
}

.pcoui-icon-fill-cloud::before {
  content: "\f11a";
}

.pcoui-icon-fill-current_location::before {
  content: "\f11b";
}

.pcoui-icon-fill-dashboard::before {
  content: "\f11c";
}

.pcoui-icon-fill-delete::before {
  content: "\f11d";
}

.pcoui-icon-fill-documents::before {
  content: "\f11e";
}

.pcoui-icon-fill-done::before {
  content: "\f11f";
}

.pcoui-icon-fill-download::before {
  content: "\f120";
}

.pcoui-icon-fill-edit::before {
  content: "\f121";
}

.pcoui-icon-fill-face_id::before {
  content: "\f122";
}

.pcoui-icon-fill-favorite::before {
  content: "\f123";
}

.pcoui-icon-fill-ff::before {
  content: "\f124";
}

.pcoui-icon-fill-filter::before {
  content: "\f125";
}

.pcoui-icon-fill-fingerprint_id::before {
  content: "\f126";
}

.pcoui-icon-fill-folder::before {
  content: "\f127";
}

.pcoui-icon-fill-fr::before {
  content: "\f128";
}

.pcoui-icon-fill-grid::before {
  content: "\f129";
}

.pcoui-icon-fill-group::before {
  content: "\f12a";
}

.pcoui-icon-fill-headphones::before {
  content: "\f12b";
}

.pcoui-icon-fill-headset::before {
  content: "\f12c";
}

.pcoui-icon-fill-help::before {
  content: "\f12d";
}

.pcoui-icon-fill-history::before {
  content: "\f12e";
}

.pcoui-icon-fill-home::before {
  content: "\f12f";
}

.pcoui-icon-fill-info::before {
  content: "\f130";
}

.pcoui-icon-fill-keyboard::before {
  content: "\f131";
}

.pcoui-icon-fill-language::before {
  content: "\f132";
}

.pcoui-icon-fill-layer::before {
  content: "\f133";
}

.pcoui-icon-fill-like::before {
  content: "\f134";
}

.pcoui-icon-fill-line_graph::before {
  content: "\f135";
}

.pcoui-icon-fill-list::before {
  content: "\f136";
}

.pcoui-icon-fill-lock_open::before {
  content: "\f137";
}

.pcoui-icon-fill-lock::before {
  content: "\f138";
}

.pcoui-icon-fill-login::before {
  content: "\f139";
}

.pcoui-icon-fill-logout::before {
  content: "\f13a";
}

.pcoui-icon-fill-mail::before {
  content: "\f13b";
}

.pcoui-icon-fill-map::before {
  content: "\f13c";
}

.pcoui-icon-fill-menu::before {
  content: "\f13d";
}

.pcoui-icon-fill-message::before {
  content: "\f13e";
}

.pcoui-icon-fill-mic::before {
  content: "\f13f";
}

.pcoui-icon-fill-more::before {
  content: "\f140";
}

.pcoui-icon-fill-navigation::before {
  content: "\f141";
}

.pcoui-icon-fill-night_mode::before {
  content: "\f142";
}

.pcoui-icon-fill-notepc::before {
  content: "\f143";
}

.pcoui-icon-fill-notification::before {
  content: "\f144";
}

.pcoui-icon-fill-office::before {
  content: "\f145";
}

.pcoui-icon-fill-pause_ff::before {
  content: "\f146";
}

.pcoui-icon-fill-pause_fr::before {
  content: "\f147";
}

.pcoui-icon-fill-pause::before {
  content: "\f148";
}

.pcoui-icon-fill-pc::before {
  content: "\f149";
}

.pcoui-icon-fill-phone::before {
  content: "\f14a";
}

.pcoui-icon-fill-photo::before {
  content: "\f14b";
}

.pcoui-icon-fill-pie_chart::before {
  content: "\f14c";
}

.pcoui-icon-fill-pin::before {
  content: "\f14d";
}

.pcoui-icon-fill-plane_side::before {
  content: "\f14e";
}

.pcoui-icon-fill-plane::before {
  content: "\f14f";
}

.pcoui-icon-fill-play::before {
  content: "\f150";
}

.pcoui-icon-fill-point::before {
  content: "\f151";
}

.pcoui-icon-fill-power::before {
  content: "\f152";
}

.pcoui-icon-fill-printer::before {
  content: "\f153";
}

.pcoui-icon-fill-qr_code::before {
  content: "\f154";
}

.pcoui-icon-fill-rating::before {
  content: "\f155";
}

.pcoui-icon-fill-rec::before {
  content: "\f156";
}

.pcoui-icon-fill-reduce::before {
  content: "\f157";
}

.pcoui-icon-fill-reload::before {
  content: "\f158";
}

.pcoui-icon-fill-reset::before {
  content: "\f159";
}

.pcoui-icon-fill-return::before {
  content: "\f15a";
}

.pcoui-icon-fill-save::before {
  content: "\f15b";
}

.pcoui-icon-fill-search::before {
  content: "\f15c";
}

.pcoui-icon-fill-security_camera::before {
  content: "\f15d";
}

.pcoui-icon-fill-security::before {
  content: "\f15e";
}

.pcoui-icon-fill-send::before {
  content: "\f15f";
}

.pcoui-icon-fill-setting::before {
  content: "\f160";
}

.pcoui-icon-fill-share_and::before {
  content: "\f161";
}

.pcoui-icon-fill-share_ios::before {
  content: "\f162";
}

.pcoui-icon-fill-share_win::before {
  content: "\f163";
}

.pcoui-icon-fill-shopping::before {
  content: "\f164";
}

.pcoui-icon-fill-skip_ff::before {
  content: "\f165";
}

.pcoui-icon-fill-skip_fr::before {
  content: "\f166";
}

.pcoui-icon-fill-smartphone::before {
  content: "\f167";
}

.pcoui-icon-fill-sort::before {
  content: "\f168";
}

.pcoui-icon-fill-sound_mute::before {
  content: "\f169";
}

.pcoui-icon-fill-sound::before {
  content: "\f16a";
}

.pcoui-icon-fill-stop::before {
  content: "\f16b";
}

.pcoui-icon-fill-store::before {
  content: "\f16c";
}

.pcoui-icon-fill-sync::before {
  content: "\f16d";
}

.pcoui-icon-fill-tablet::before {
  content: "\f16e";
}

.pcoui-icon-fill-touch::before {
  content: "\f16f";
}

.pcoui-icon-fill-train_front::before {
  content: "\f170";
}

.pcoui-icon-fill-train_side::before {
  content: "\f171";
}

.pcoui-icon-fill-truck::before {
  content: "\f172";
}

.pcoui-icon-fill-tune::before {
  content: "\f173";
}

.pcoui-icon-fill-tv::before {
  content: "\f174";
}

.pcoui-icon-fill-upload::before {
  content: "\f175";
}

.pcoui-icon-fill-user::before {
  content: "\f176";
}

.pcoui-icon-fill-video_data::before {
  content: "\f177";
}

.pcoui-icon-fill-video::before {
  content: "\f178";
}

.pcoui-icon-fill-visibility_off::before {
  content: "\f179";
}

.pcoui-icon-fill-visibility::before {
  content: "\f17a";
}

.pcoui-icon-fill-walk::before {
  content: "\f17b";
}

.pcoui-icon-fill-warning::before {
  content: "\f17c";
}

.pcoui-icon-fill-widget::before {
  content: "\f17d";
}

.pcoui-icon-fill-wifi::before {
  content: "\f17e";
}

.pcoui-icon-fill-zoom_in::before {
  content: "\f17f";
}

.pcoui-icon-fill-zoom_out::before {
  content: "\f180";
}

.pcoui-icon-line-access_point::before {
  content: "\f181";
}

.pcoui-icon-line-add::before {
  content: "\f182";
}

.pcoui-icon-line-arrow_down::before {
  content: "\f183";
}

.pcoui-icon-line-arrow_left::before {
  content: "\f184";
}

.pcoui-icon-line-arrow_right::before {
  content: "\f185";
}

.pcoui-icon-line-arrow_up::before {
  content: "\f186";
}

.pcoui-icon-line-attach::before {
  content: "\f187";
}

.pcoui-icon-line-baggage::before {
  content: "\f188";
}

.pcoui-icon-line-ban::before {
  content: "\f189";
}

.pcoui-icon-line-bar_graph::before {
  content: "\f18a";
}

.pcoui-icon-line-base_station::before {
  content: "\f18b";
}

.pcoui-icon-line-brightness::before {
  content: "\f18c";
}

.pcoui-icon-line-bus_front::before {
  content: "\f18d";
}

.pcoui-icon-line-bus_side::before {
  content: "\f18e";
}

.pcoui-icon-line-calendar::before {
  content: "\f18f";
}

.pcoui-icon-line-camera::before {
  content: "\f190";
}

.pcoui-icon-line-car_front::before {
  content: "\f191";
}

.pcoui-icon-line-car_side::before {
  content: "\f192";
}

.pcoui-icon-line-caution::before {
  content: "\f193";
}

.pcoui-icon-line-chart::before {
  content: "\f194";
}

.pcoui-icon-line-check::before {
  content: "\f195";
}

.pcoui-icon-line-checklist::before {
  content: "\f196";
}

.pcoui-icon-line-city::before {
  content: "\f197";
}

.pcoui-icon-line-clock::before {
  content: "\f198";
}

.pcoui-icon-line-close::before {
  content: "\f199";
}

.pcoui-icon-line-cloud::before {
  content: "\f19a";
}

.pcoui-icon-line-current_location::before {
  content: "\f19b";
}

.pcoui-icon-line-dashboard::before {
  content: "\f19c";
}

.pcoui-icon-line-delete::before {
  content: "\f19d";
}

.pcoui-icon-line-documents::before {
  content: "\f19e";
}

.pcoui-icon-line-done::before {
  content: "\f19f";
}

.pcoui-icon-line-download::before {
  content: "\f1a0";
}

.pcoui-icon-line-edit::before {
  content: "\f1a1";
}

.pcoui-icon-line-face_id::before {
  content: "\f1a2";
}

.pcoui-icon-line-favorite::before {
  content: "\f1a3";
}

.pcoui-icon-line-ff::before {
  content: "\f1a4";
}

.pcoui-icon-line-filter::before {
  content: "\f1a5";
}

.pcoui-icon-line-fingerprint_id::before {
  content: "\f1a6";
}

.pcoui-icon-line-folder::before {
  content: "\f1a7";
}

.pcoui-icon-line-fr::before {
  content: "\f1a8";
}

.pcoui-icon-line-grid::before {
  content: "\f1a9";
}

.pcoui-icon-line-group::before {
  content: "\f1aa";
}

.pcoui-icon-line-headphones::before {
  content: "\f1ab";
}

.pcoui-icon-line-headset::before {
  content: "\f1ac";
}

.pcoui-icon-line-help::before {
  content: "\f1ad";
}

.pcoui-icon-line-history::before {
  content: "\f1ae";
}

.pcoui-icon-line-home::before {
  content: "\f1af";
}

.pcoui-icon-line-info::before {
  content: "\f1b0";
}

.pcoui-icon-line-keyboard::before {
  content: "\f1b1";
}

.pcoui-icon-line-language::before {
  content: "\f1b2";
}

.pcoui-icon-line-layer::before {
  content: "\f1b3";
}

.pcoui-icon-line-like::before {
  content: "\f1b4";
}

.pcoui-icon-line-line_graph::before {
  content: "\f1b5";
}

.pcoui-icon-line-list::before {
  content: "\f1b6";
}

.pcoui-icon-line-lock_open::before {
  content: "\f1b7";
}

.pcoui-icon-line-lock::before {
  content: "\f1b8";
}

.pcoui-icon-line-login::before {
  content: "\f1b9";
}

.pcoui-icon-line-logout::before {
  content: "\f1ba";
}

.pcoui-icon-line-mail::before {
  content: "\f1bb";
}

.pcoui-icon-line-map::before {
  content: "\f1bc";
}

.pcoui-icon-line-menu::before {
  content: "\f1bd";
}

.pcoui-icon-line-message::before {
  content: "\f1be";
}

.pcoui-icon-line-mic::before {
  content: "\f1bf";
}

.pcoui-icon-line-more::before {
  content: "\f1c0";
}

.pcoui-icon-line-navigation::before {
  content: "\f1c1";
}

.pcoui-icon-line-night_mode::before {
  content: "\f1c2";
}

.pcoui-icon-line-notepc::before {
  content: "\f1c3";
}

.pcoui-icon-line-notification::before {
  content: "\f1c4";
}

.pcoui-icon-line-office::before {
  content: "\f1c5";
}

.pcoui-icon-line-pause_ff::before {
  content: "\f1c6";
}

.pcoui-icon-line-pause_fr::before {
  content: "\f1c7";
}

.pcoui-icon-line-pause::before {
  content: "\f1c8";
}

.pcoui-icon-line-pc::before {
  content: "\f1c9";
}

.pcoui-icon-line-phone::before {
  content: "\f1ca";
}

.pcoui-icon-line-photo::before {
  content: "\f1cb";
}

.pcoui-icon-line-pie_chart::before {
  content: "\f1cc";
}

.pcoui-icon-line-pin::before {
  content: "\f1cd";
}

.pcoui-icon-line-plane_side::before {
  content: "\f1ce";
}

.pcoui-icon-line-plane::before {
  content: "\f1cf";
}

.pcoui-icon-line-play::before {
  content: "\f1d0";
}

.pcoui-icon-line-point::before {
  content: "\f1d1";
}

.pcoui-icon-line-power::before {
  content: "\f1d2";
}

.pcoui-icon-line-printer::before {
  content: "\f1d3";
}

.pcoui-icon-line-qr_code::before {
  content: "\f1d4";
}

.pcoui-icon-line-rating::before {
  content: "\f1d5";
}

.pcoui-icon-line-rec::before {
  content: "\f1d6";
}

.pcoui-icon-line-reduce::before {
  content: "\f1d7";
}

.pcoui-icon-line-reload::before {
  content: "\f1d8";
}

.pcoui-icon-line-reset::before {
  content: "\f1d9";
}

.pcoui-icon-line-return::before {
  content: "\f1da";
}

.pcoui-icon-line-save::before {
  content: "\f1db";
}

.pcoui-icon-line-search::before {
  content: "\f1dc";
}

.pcoui-icon-line-security_camera::before {
  content: "\f1dd";
}

.pcoui-icon-line-security::before {
  content: "\f1de";
}

.pcoui-icon-line-send::before {
  content: "\f1df";
}

.pcoui-icon-line-setting::before {
  content: "\f1e0";
}

.pcoui-icon-line-share_and::before {
  content: "\f1e1";
}

.pcoui-icon-line-share_ios::before {
  content: "\f1e2";
}

.pcoui-icon-line-share_win::before {
  content: "\f1e3";
}

.pcoui-icon-line-shopping::before {
  content: "\f1e4";
}

.pcoui-icon-line-skip_ff::before {
  content: "\f1e5";
}

.pcoui-icon-line-skip_fr::before {
  content: "\f1e6";
}

.pcoui-icon-line-smartphone::before {
  content: "\f1e7";
}

.pcoui-icon-line-sort::before {
  content: "\f1e8";
}

.pcoui-icon-line-sound_mute::before {
  content: "\f1e9";
}

.pcoui-icon-line-sound::before {
  content: "\f1ea";
}

.pcoui-icon-line-stop::before {
  content: "\f1eb";
}

.pcoui-icon-line-store::before {
  content: "\f1ec";
}

.pcoui-icon-line-sync::before {
  content: "\f1ed";
}

.pcoui-icon-line-tablet::before {
  content: "\f1ee";
}

.pcoui-icon-line-touch::before {
  content: "\f1ef";
}

.pcoui-icon-line-train_front::before {
  content: "\f1f0";
}

.pcoui-icon-line-train_side::before {
  content: "\f1f1";
}

.pcoui-icon-line-truck::before {
  content: "\f1f2";
}

.pcoui-icon-line-tune::before {
  content: "\f1f3";
}

.pcoui-icon-line-tv::before {
  content: "\f1f4";
}

.pcoui-icon-line-upload::before {
  content: "\f1f5";
}

.pcoui-icon-line-user::before {
  content: "\f1f6";
}

.pcoui-icon-line-video_data::before {
  content: "\f1f7";
}

.pcoui-icon-line-video::before {
  content: "\f1f8";
}

.pcoui-icon-line-visibility_off::before {
  content: "\f1f9";
}

.pcoui-icon-line-visibility::before {
  content: "\f1fa";
}

.pcoui-icon-line-walk::before {
  content: "\f1fb";
}

.pcoui-icon-line-warning::before {
  content: "\f1fc";
}

.pcoui-icon-line-widget::before {
  content: "\f1fd";
}

.pcoui-icon-line-wifi::before {
  content: "\f1fe";
}

.pcoui-icon-line-zoom_in::before {
  content: "\f1ff";
}

.pcoui-icon-line-zoom_out::before {
  content: "\f200";
}

.pcoui-icon-fill-account_add::before {
  content: "\f201";
}

.pcoui-icon-fill-avatar::before {
  content: "\f202";
}

.pcoui-icon-fill-battery::before {
  content: "\f203";
}

.pcoui-icon-fill-campaign::before {
  content: "\f204";
}

.pcoui-icon-fill-chatbot::before {
  content: "\f205";
}

.pcoui-icon-fill-copy::before {
  content: "\f206";
}

.pcoui-icon-fill-csv::before {
  content: "\f207";
}

.pcoui-icon-fill-education::before {
  content: "\f208";
}

.pcoui-icon-fill-hospital::before {
  content: "\f209";
}

.pcoui-icon-fill-local_disk::before {
  content: "\f20a";
}

.pcoui-icon-fill-music::before {
  content: "\f20b";
}

.pcoui-icon-fill-mute::before {
  content: "\f20c";
}

.pcoui-icon-fill-open_in_new::before {
  content: "\f20d";
}

.pcoui-icon-fill-pdf::before {
  content: "\f20e";
}

.pcoui-icon-fill-repair::before {
  content: "\f20f";
}

.pcoui-icon-fill-scan::before {
  content: "\f210";
}

.pcoui-icon-fill-sd::before {
  content: "\f211";
}

.pcoui-icon-fill-shevron_down::before {
  content: "\f212";
}

.pcoui-icon-fill-shevron_left::before {
  content: "\f213";
}

.pcoui-icon-fill-shevron_right::before {
  content: "\f214";
}

.pcoui-icon-fill-shevron_up::before {
  content: "\f215";
}

.pcoui-icon-fill-short_sound::before {
  content: "\f216";
}

.pcoui-icon-fill-speaker::before {
  content: "\f217";
}

.pcoui-icon-fill-storage_hard_disc::before {
  content: "\f218";
}

.pcoui-icon-fill-video_off::before {
  content: "\f219";
}

.pcoui-icon-fill-weather::before {
  content: "\f21a";
}

.pcoui-icon-line-account_add::before {
  content: "\f21b";
}

.pcoui-icon-line-avatar::before {
  content: "\f21c";
}

.pcoui-icon-line-battery::before {
  content: "\f21d";
}

.pcoui-icon-line-campaign::before {
  content: "\f21e";
}

.pcoui-icon-line-chatbot::before {
  content: "\f21f";
}

.pcoui-icon-line-copy::before {
  content: "\f220";
}

.pcoui-icon-line-csv::before {
  content: "\f221";
}

.pcoui-icon-line-education::before {
  content: "\f222";
}

.pcoui-icon-line-hospital::before {
  content: "\f223";
}

.pcoui-icon-line-local_disk::before {
  content: "\f224";
}

.pcoui-icon-line-music::before {
  content: "\f225";
}

.pcoui-icon-line-mute::before {
  content: "\f226";
}

.pcoui-icon-line-open_in_new::before {
  content: "\f227";
}

.pcoui-icon-line-pdf::before {
  content: "\f228";
}

.pcoui-icon-line-repair::before {
  content: "\f229";
}

.pcoui-icon-line-scan::before {
  content: "\f22a";
}

.pcoui-icon-line-sd::before {
  content: "\f22b";
}

.pcoui-icon-line-shevron_down::before {
  content: "\f22c";
}

.pcoui-icon-line-shevron_left::before {
  content: "\f22d";
}

.pcoui-icon-line-shevron_right::before {
  content: "\f22e";
}

.pcoui-icon-line-shevron_up::before {
  content: "\f22f";
}

.pcoui-icon-line-short_sound::before {
  content: "\f230";
}

.pcoui-icon-line-speaker::before {
  content: "\f231";
}

.pcoui-icon-line-storage_hard_disc::before {
  content: "\f232";
}

.pcoui-icon-line-video_off::before {
  content: "\f233";
}

.pcoui-icon-line-weather::before {
  content: "\f234";
}

.pcoui-icon-fill-error::before {
  content: "\f235";
}

.pcoui-icon-line-error::before {
  content: "\f236";
}

.pcoui-typography {
  color: var(--pcoui-color-text-default);
}

.pcoui-typography--heading-1 {
  font-size: var(--pcoui-typography-heading-1-size);
  font-weight: var(--pcoui-typography-heading-1-weight);
}

.pcoui-typography--heading-2 {
  font-size: var(--pcoui-typography-heading-2-size);
  font-weight: var(--pcoui-typography-heading-2-weight);
}

.pcoui-typography--heading-3 {
  font-size: var(--pcoui-typography-heading-3-size);
  font-weight: var(--pcoui-typography-heading-3-weight);
}

.pcoui-typography--heading-4 {
  font-size: var(--pcoui-typography-heading-4-size);
  font-weight: var(--pcoui-typography-heading-4-weight);
}

.pcoui-typography--body-strong {
  font-size: var(--pcoui-typography-body-strong-size);
  font-weight: var(--pcoui-typography-body-strong-weight);
}

.pcoui-typography--body-default {
  font-size: var(--pcoui-typography-body-default-size);
  font-weight: var(--pcoui-typography-body-default-weight);
}

.pcoui-typography--caption-1-strong {
  font-size: var(--pcoui-typography-caption-1-strong-size);
  font-weight: var(--pcoui-typography-caption-1-strong-weight);
}

.pcoui-typography--caption-1 {
  font-size: var(--pcoui-typography-caption-1-size);
  font-weight: var(--pcoui-typography-caption-1-weight);
}

.pcoui-typography--caption-2 {
  font-size: var(--pcoui-typography-caption-2-size);
  font-weight: var(--pcoui-typography-caption-2-weight);
}

.pcoui-typography--caption-3 {
  font-size: var(--pcoui-typography-caption-3-size);
  font-weight: var(--pcoui-typography-caption-3-weight);
}

.pcoui-typography--button-strong {
  font-size: var(--pcoui-typography-button-strong-size);
  font-weight: var(--pcoui-typography-button-strong-weight);
}

.pcoui-typography--button {
  font-size: var(--pcoui-typography-button-size);
  font-weight: var(--pcoui-typography-button-weight);
}

.pcoui-typography--label-strong {
  font-size: var(--pcoui-typography-label-strong-size);
  font-weight: var(--pcoui-typography-label-strong-weight);
}

.pcoui-typography--label {
  font-size: var(--pcoui-typography-label-size);
  font-weight: var(--pcoui-typography-label-weight);
}

.pcoui-typography--default--heading-1 {
  font-size: 32px;
  font-weight: bold;
}

.pcoui-typography--default--heading-2 {
  font-size: 26px;
  font-weight: bold;
}

.pcoui-typography--default--heading-3 {
  font-size: 22px;
  font-weight: bold;
}

.pcoui-typography--default--heading-4 {
  font-size: 18px;
  font-weight: bold;
}

.pcoui-typography--default--body-strong {
  font-size: 16px;
  font-weight: bold;
}

.pcoui-typography--default--body-default {
  font-size: 16px;
  font-weight: normal;
}

.pcoui-typography--default--caption-1-strong {
  font-size: 14px;
  font-weight: bold;
}

.pcoui-typography--default--caption-1 {
  font-size: 14px;
  font-weight: normal;
}

.pcoui-typography--default--caption-2 {
  font-size: 12px;
  font-weight: normal;
}

.pcoui-typography--default--caption-3 {
  font-size: 11px;
  font-weight: normal;
}

.pcoui-typography--default--button-strong {
  font-size: 16px;
  font-weight: bold;
}

.pcoui-typography--default--button {
  font-size: 16px;
  font-weight: normal;
}

.pcoui-typography--small--heading-1 {
  font-size: 28px;
  font-weight: bold;
}

.pcoui-typography--small--heading-2 {
  font-size: 22px;
  font-weight: bold;
}

.pcoui-typography--small--heading-3 {
  font-size: 20px;
  font-weight: bold;
}

.pcoui-typography--small--heading-4 {
  font-size: 16px;
  font-weight: bold;
}

.pcoui-typography--small--body-strong {
  font-size: 14px;
  font-weight: bold;
}

.pcoui-typography--small--body-default {
  font-size: 14px;
  font-weight: normal;
}

.pcoui-typography--small--caption-1-strong {
  font-size: 12px;
  font-weight: bold;
}

.pcoui-typography--small--caption-1 {
  font-size: 12px;
  font-weight: normal;
}

.pcoui-typography--small--caption-2 {
  font-size: 10px;
  font-weight: normal;
}

.pcoui-typography--small--caption-3 {
  font-size: 9px;
  font-weight: normal;
}

.pcoui-typography--small--button-strong {
  font-size: 14px;
  font-weight: bold;
}

.pcoui-typography--small--button {
  font-size: 14px;
  font-weight: normal;
}

/*!
 * Base styles (modified from normalize.css v8.0.1)
 * Source: https://github.com/necolas/normalize.css
 * License: MIT (c) Nicolas Gallagher & Jonathan Neal
 * Changes: Removed legacy / unused rules; kept minimal resets +
 *          a few declarations for backward compatibility.
 */
/*! normalize.css (modified) START */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*! normalize.css (modified) END */
html {
  font-size: var(--pcoui-base-font-size, 87.5%);
}

body {
  background-color: var(--pcoui-color-background);
  color: var(--pcoui-color-text-default);
  font-family: "Segoe UI", SegoeUI, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: var(--pcoui-base-line-height, 1.5);
}

/* 日本語が言語指定されている場合 */
body:lang(ja) {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

:focus {
  outline: 0;
}

:focus-visible {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--pcoui-color-border-focus);
  outline-offset: 2px;
}

/* normalize.cssで指定されたフォントサイズをリセットする */
h1,
pre,
code,
kbd,
samp,
small,
sub,
sup,
button,
input,
optgroup,
select,
textarea {
  font-size: unset;
}