@charset "UTF-8";
/* ----------------------------------------------
  webtan_event.s?cssの内容は
  index.cssに含まれるので
  独立して読み込む必要なし
---------------------------------------------- */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #7d7a7b;
  --bs-gray-dark: #403e3e;
  --bs-gray-100: #faf7f7;
  --bs-gray-200: #f0eded;
  --bs-gray-300: #e5e3e3;
  --bs-gray-400: #d9d4d4;
  --bs-gray-500: #bdb9b9;
  --bs-gray-600: #7d7a7b;
  --bs-gray-700: #575555;
  --bs-gray-800: #403e3e;
  --bs-gray-900: #292828;
  --bs-primary: #F07191;
  --bs-secondary: #7d7a7b;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #faf7f7;
  --bs-dark: #292828;
  --bs-accent: #A01651;
  --bs-accent2: #0ca0f2;
  --bs-accent3: #ef245c;
  --bs-primary-rgb: 240, 113, 145;
  --bs-secondary-rgb: 125, 122, 123;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 250, 247, 247;
  --bs-dark-rgb: 41, 40, 40;
  --bs-accent-rgb: 160, 22, 81;
  --bs-accent2-rgb: 12, 160, 242;
  --bs-accent3-rgb: 239, 36, 92;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 41, 40, 40;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.8;
  --bs-body-color: #292828;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e5e3e3;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #F07191;
  --bs-link-hover-color: #c05a74;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.bootstrap-body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #7d7a7b;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #7d7a7b;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #7d7a7b;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 6rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 6rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 7rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 7rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 7rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 7rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(240, 113, 145, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(125, 122, 123, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(250, 247, 247, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(41, 40, 40, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-accent {
  color: #fff !important;
  background-color: RGBA(160, 22, 81, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-accent2 {
  color: #000 !important;
  background-color: RGBA(12, 160, 242, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-accent3 {
  color: #000 !important;
  background-color: RGBA(239, 36, 92, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #F07191 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #f38da7 !important;
}

.link-secondary {
  color: #7d7a7b !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #979595 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #faf7f7 !important;
}
.link-light:hover, .link-light:focus {
  color: #fbf9f9 !important;
}

.link-dark {
  color: #292828 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #212020 !important;
}

.link-accent {
  color: #A01651 !important;
}
.link-accent:hover, .link-accent:focus {
  color: #801241 !important;
}

.link-accent2 {
  color: #0ca0f2 !important;
}
.link-accent2:hover, .link-accent2:focus {
  color: #3db3f5 !important;
}

.link-accent3 {
  color: #ef245c !important;
}
.link-accent3:hover, .link-accent3:focus {
  color: #f2507d !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-accent {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-accent-rgb), var(--bs-border-opacity)) !important;
}

.border-accent2 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-accent2-rgb), var(--bs-border-opacity)) !important;
}

.border-accent3 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-accent3-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-9 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-9 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mt-9 {
  margin-top: 7rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4rem !important;
}

.me-7 {
  margin-right: 5rem !important;
}

.me-8 {
  margin-right: 6rem !important;
}

.me-9 {
  margin-right: 7rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.mb-9 {
  margin-bottom: 7rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4rem !important;
}

.ms-7 {
  margin-left: 5rem !important;
}

.ms-8 {
  margin-left: 6rem !important;
}

.ms-9 {
  margin-left: 7rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.m-n7 {
  margin: -5rem !important;
}

.m-n8 {
  margin: -6rem !important;
}

.m-n9 {
  margin: -7rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n6 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n7 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n8 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n9 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n6 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n7 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n8 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n9 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n6 {
  margin-top: -4rem !important;
}

.mt-n7 {
  margin-top: -5rem !important;
}

.mt-n8 {
  margin-top: -6rem !important;
}

.mt-n9 {
  margin-top: -7rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n6 {
  margin-right: -4rem !important;
}

.me-n7 {
  margin-right: -5rem !important;
}

.me-n8 {
  margin-right: -6rem !important;
}

.me-n9 {
  margin-right: -7rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n6 {
  margin-bottom: -4rem !important;
}

.mb-n7 {
  margin-bottom: -5rem !important;
}

.mb-n8 {
  margin-bottom: -6rem !important;
}

.mb-n9 {
  margin-bottom: -7rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n6 {
  margin-left: -4rem !important;
}

.ms-n7 {
  margin-left: -5rem !important;
}

.ms-n8 {
  margin-left: -6rem !important;
}

.ms-n9 {
  margin-left: -7rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-8 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-9 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-9 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pt-9 {
  padding-top: 7rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.pe-8 {
  padding-right: 6rem !important;
}

.pe-9 {
  padding-right: 7rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pb-9 {
  padding-bottom: 7rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4rem !important;
}

.ps-7 {
  padding-left: 5rem !important;
}

.ps-8 {
  padding-left: 6rem !important;
}

.ps-9 {
  padding-left: 7rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4rem !important;
}

.gap-7 {
  gap: 5rem !important;
}

.gap-8 {
  gap: 6rem !important;
}

.gap-9 {
  gap: 7rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.fs-10 {
  font-size: 0.6rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.8 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-accent {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-accent-rgb), var(--bs-text-opacity)) !important;
}

.text-accent2 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-accent2-rgb), var(--bs-text-opacity)) !important;
}

.text-accent3 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-accent3-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #7d7a7b !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-accent {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-accent-rgb), var(--bs-bg-opacity)) !important;
}

.bg-accent2 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-accent2-rgb), var(--bs-bg-opacity)) !important;
}

.bg-accent3 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-accent3-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .m-sm-9 {
    margin: 7rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mt-sm-8 {
    margin-top: 6rem !important;
  }
  .mt-sm-9 {
    margin-top: 7rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4rem !important;
  }
  .me-sm-7 {
    margin-right: 5rem !important;
  }
  .me-sm-8 {
    margin-right: 6rem !important;
  }
  .me-sm-9 {
    margin-right: 7rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4rem !important;
  }
  .ms-sm-7 {
    margin-left: 5rem !important;
  }
  .ms-sm-8 {
    margin-left: 6rem !important;
  }
  .ms-sm-9 {
    margin-left: 7rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .m-sm-n7 {
    margin: -5rem !important;
  }
  .m-sm-n8 {
    margin: -6rem !important;
  }
  .m-sm-n9 {
    margin: -7rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n8 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n9 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n8 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n9 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4rem !important;
  }
  .mt-sm-n7 {
    margin-top: -5rem !important;
  }
  .mt-sm-n8 {
    margin-top: -6rem !important;
  }
  .mt-sm-n9 {
    margin-top: -7rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -4rem !important;
  }
  .me-sm-n7 {
    margin-right: -5rem !important;
  }
  .me-sm-n8 {
    margin-right: -6rem !important;
  }
  .me-sm-n9 {
    margin-right: -7rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -7rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -4rem !important;
  }
  .ms-sm-n7 {
    margin-left: -5rem !important;
  }
  .ms-sm-n8 {
    margin-left: -6rem !important;
  }
  .ms-sm-n9 {
    margin-left: -7rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .p-sm-9 {
    padding: 7rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pt-sm-8 {
    padding-top: 6rem !important;
  }
  .pt-sm-9 {
    padding-top: 7rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4rem !important;
  }
  .pe-sm-7 {
    padding-right: 5rem !important;
  }
  .pe-sm-8 {
    padding-right: 6rem !important;
  }
  .pe-sm-9 {
    padding-right: 7rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 7rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4rem !important;
  }
  .ps-sm-7 {
    padding-left: 5rem !important;
  }
  .ps-sm-8 {
    padding-left: 6rem !important;
  }
  .ps-sm-9 {
    padding-left: 7rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 4rem !important;
  }
  .gap-sm-7 {
    gap: 5rem !important;
  }
  .gap-sm-8 {
    gap: 6rem !important;
  }
  .gap-sm-9 {
    gap: 7rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .m-md-9 {
    margin: 7rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mt-md-9 {
    margin-top: 7rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4rem !important;
  }
  .me-md-7 {
    margin-right: 5rem !important;
  }
  .me-md-8 {
    margin-right: 6rem !important;
  }
  .me-md-9 {
    margin-right: 7rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  .ms-md-8 {
    margin-left: 6rem !important;
  }
  .ms-md-9 {
    margin-left: 7rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .m-md-n7 {
    margin: -5rem !important;
  }
  .m-md-n8 {
    margin: -6rem !important;
  }
  .m-md-n9 {
    margin: -7rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n8 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n9 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n8 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n9 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -4rem !important;
  }
  .mt-md-n7 {
    margin-top: -5rem !important;
  }
  .mt-md-n8 {
    margin-top: -6rem !important;
  }
  .mt-md-n9 {
    margin-top: -7rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -4rem !important;
  }
  .me-md-n7 {
    margin-right: -5rem !important;
  }
  .me-md-n8 {
    margin-right: -6rem !important;
  }
  .me-md-n9 {
    margin-right: -7rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -7rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -4rem !important;
  }
  .ms-md-n7 {
    margin-left: -5rem !important;
  }
  .ms-md-n8 {
    margin-left: -6rem !important;
  }
  .ms-md-n9 {
    margin-left: -7rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .p-md-9 {
    padding: 7rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pt-md-9 {
    padding-top: 7rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 5rem !important;
  }
  .pe-md-8 {
    padding-right: 6rem !important;
  }
  .pe-md-9 {
    padding-right: 7rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 5rem !important;
  }
  .ps-md-8 {
    padding-left: 6rem !important;
  }
  .ps-md-9 {
    padding-left: 7rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 4rem !important;
  }
  .gap-md-7 {
    gap: 5rem !important;
  }
  .gap-md-8 {
    gap: 6rem !important;
  }
  .gap-md-9 {
    gap: 7rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .m-lg-9 {
    margin: 7rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mt-lg-9 {
    margin-top: 7rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 5rem !important;
  }
  .me-lg-8 {
    margin-right: 6rem !important;
  }
  .me-lg-9 {
    margin-right: 7rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .ms-lg-8 {
    margin-left: 6rem !important;
  }
  .ms-lg-9 {
    margin-left: 7rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .m-lg-n7 {
    margin: -5rem !important;
  }
  .m-lg-n8 {
    margin: -6rem !important;
  }
  .m-lg-n9 {
    margin: -7rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n8 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n9 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n8 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n9 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4rem !important;
  }
  .mt-lg-n7 {
    margin-top: -5rem !important;
  }
  .mt-lg-n8 {
    margin-top: -6rem !important;
  }
  .mt-lg-n9 {
    margin-top: -7rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -4rem !important;
  }
  .me-lg-n7 {
    margin-right: -5rem !important;
  }
  .me-lg-n8 {
    margin-right: -6rem !important;
  }
  .me-lg-n9 {
    margin-right: -7rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -7rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -4rem !important;
  }
  .ms-lg-n7 {
    margin-left: -5rem !important;
  }
  .ms-lg-n8 {
    margin-left: -6rem !important;
  }
  .ms-lg-n9 {
    margin-left: -7rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .p-lg-9 {
    padding: 7rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pt-lg-9 {
    padding-top: 7rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 5rem !important;
  }
  .pe-lg-8 {
    padding-right: 6rem !important;
  }
  .pe-lg-9 {
    padding-right: 7rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
  .ps-lg-8 {
    padding-left: 6rem !important;
  }
  .ps-lg-9 {
    padding-left: 7rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 4rem !important;
  }
  .gap-lg-7 {
    gap: 5rem !important;
  }
  .gap-lg-8 {
    gap: 6rem !important;
  }
  .gap-lg-9 {
    gap: 7rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .m-xl-9 {
    margin: 7rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .mt-xl-9 {
    margin-top: 7rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4rem !important;
  }
  .me-xl-7 {
    margin-right: 5rem !important;
  }
  .me-xl-8 {
    margin-right: 6rem !important;
  }
  .me-xl-9 {
    margin-right: 7rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4rem !important;
  }
  .ms-xl-7 {
    margin-left: 5rem !important;
  }
  .ms-xl-8 {
    margin-left: 6rem !important;
  }
  .ms-xl-9 {
    margin-left: 7rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .m-xl-n7 {
    margin: -5rem !important;
  }
  .m-xl-n8 {
    margin: -6rem !important;
  }
  .m-xl-n9 {
    margin: -7rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n8 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n9 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n8 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n9 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4rem !important;
  }
  .mt-xl-n7 {
    margin-top: -5rem !important;
  }
  .mt-xl-n8 {
    margin-top: -6rem !important;
  }
  .mt-xl-n9 {
    margin-top: -7rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -4rem !important;
  }
  .me-xl-n7 {
    margin-right: -5rem !important;
  }
  .me-xl-n8 {
    margin-right: -6rem !important;
  }
  .me-xl-n9 {
    margin-right: -7rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -7rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -4rem !important;
  }
  .ms-xl-n7 {
    margin-left: -5rem !important;
  }
  .ms-xl-n8 {
    margin-left: -6rem !important;
  }
  .ms-xl-n9 {
    margin-left: -7rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .p-xl-9 {
    padding: 7rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pt-xl-8 {
    padding-top: 6rem !important;
  }
  .pt-xl-9 {
    padding-top: 7rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4rem !important;
  }
  .pe-xl-7 {
    padding-right: 5rem !important;
  }
  .pe-xl-8 {
    padding-right: 6rem !important;
  }
  .pe-xl-9 {
    padding-right: 7rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 7rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .ps-xl-7 {
    padding-left: 5rem !important;
  }
  .ps-xl-8 {
    padding-left: 6rem !important;
  }
  .ps-xl-9 {
    padding-left: 7rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 4rem !important;
  }
  .gap-xl-7 {
    gap: 5rem !important;
  }
  .gap-xl-8 {
    gap: 6rem !important;
  }
  .gap-xl-9 {
    gap: 7rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .m-xxl-7 {
    margin: 5rem !important;
  }
  .m-xxl-8 {
    margin: 6rem !important;
  }
  .m-xxl-9 {
    margin: 7rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 6rem !important;
  }
  .mt-xxl-9 {
    margin-top: 7rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4rem !important;
  }
  .me-xxl-7 {
    margin-right: 5rem !important;
  }
  .me-xxl-8 {
    margin-right: 6rem !important;
  }
  .me-xxl-9 {
    margin-right: 7rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4rem !important;
  }
  .ms-xxl-7 {
    margin-left: 5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 6rem !important;
  }
  .ms-xxl-9 {
    margin-left: 7rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4rem !important;
  }
  .m-xxl-n7 {
    margin: -5rem !important;
  }
  .m-xxl-n8 {
    margin: -6rem !important;
  }
  .m-xxl-n9 {
    margin: -7rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n8 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n9 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -7rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -4rem !important;
  }
  .me-xxl-n7 {
    margin-right: -5rem !important;
  }
  .me-xxl-n8 {
    margin-right: -6rem !important;
  }
  .me-xxl-n9 {
    margin-right: -7rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -7rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -7rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .p-xxl-7 {
    padding: 5rem !important;
  }
  .p-xxl-8 {
    padding: 6rem !important;
  }
  .p-xxl-9 {
    padding: 7rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 6rem !important;
  }
  .pt-xxl-9 {
    padding-top: 7rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4rem !important;
  }
  .pe-xxl-7 {
    padding-right: 5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 6rem !important;
  }
  .pe-xxl-9 {
    padding-right: 7rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 7rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4rem !important;
  }
  .ps-xxl-7 {
    padding-left: 5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 6rem !important;
  }
  .ps-xxl-9 {
    padding-left: 7rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4rem !important;
  }
  .gap-xxl-7 {
    gap: 5rem !important;
  }
  .gap-xxl-8 {
    gap: 6rem !important;
  }
  .gap-xxl-9 {
    gap: 7rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* ----------------------------------------------
  変数の宣言、関数の定義
---------------------------------------------- */
/* ----------------------------------------------
  Vue.js
---------------------------------------------- */
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.bootstrap {
  --bs-body-bg: transparent;
}

/* ----------------------------------------------
  .node .webtan-event スコープ: ここから
---------------------------------------------- */
.node {
  --shoppingcart-grip-width: 1.2em;
  --sitewide-body-padding-right: 0px;
  --event-body-margin-for-shoppingcart: calc(max(calc(var(--shoppingcart-grip-width) - var(--sitewide-body-padding-right)), .2rem) + .2rem);
}
@media (min-width: 992px) {
  .node {
    --shoppingcart-grip-width: 2rem;
  }
}
@media (max-width: 767.98px) {
  .node {
    --sitewide-body-padding-right: 3vw;
  }
}
.node .node-body-content:not(.dummy) {
  margin-top: 0;
}
.node .node-property-bookmarks:not(.dummy) {
  text-align: center;
  margin-top: 1rem;
}
.webtan-event-has-shoppingcart .node .node-property-bookmarks:not(.dummy) {
  margin-right: var(--event-body-margin-for-shoppingcart);
}
.node .webtan-event {
  /* ----------------------------------------------
    スムーススクロールの設定
  ---------------------------------------------- */
  /*html{
    scroll-behavior: smooth;
  }*/
  /* ----------------------------------------------
    アイコン
  ---------------------------------------------- */
  /* ----------------------------------------------
    汎用セレクタ
  ---------------------------------------------- */
  /* 申込ボタンの横にだす警告 */
  /* HTML記述例:
  <figure class="bg-image-focusable">
    <img src="..." class="..." alt="...">
  </figure>

  または

  <figure class="bg-image-focusable bg-image-placeholder">
    <span class="..." style="background-image: url(...);">
  </figure>
  */
  /*
  	// note シェアボタン
  	.note-share-btn {
  	  align-items: center;
  	  background-color: $white;
  	  border: 1px solid $black;
  	  border-radius: $spacer * 0.25;
  	  color: $black;
  	  display: flex;
  	  height: 28px;
  	  padding: $spacer * 0.125 $spacer * 0.25;
  	  text-decoration: none;
  	  &:before {
  	    background-position: center center;
  	    background-repeat: no-repeat;
  	    background-size: 61.5px 23.2px;
  	    content: "";
  	    display: block;
  	    height: 23.2px;
  	    width: 61.5px;   
  	    background-image: svg( $white, '<svg width="615" height="232" viewBox="0 0 615 232" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_1_16)"><path d="M129.6 69.1C111.6 68.6 86.4 69.6 68.1 69.6V163.2H94.3V92.4C94.3 92.4 117.6 91.6 126 92.6C133.9 93.5 136.8 98.4 137.1 108.6C137.3 120.2 137.1 126.3 137.1 163.2H163.3C163.3 163.2 163.6 121 163.3 106.3C162.9 80.2 153.8 69.7 129.6 69.1Z" fill="black"/><path d="M250.8 68.8C224.9 68.8 203.8 90 203.8 116.1C203.8 142.2 224.9 163.4 250.8 163.4C276.7 163.4 297.8 142.2 297.8 116.1C297.8 90 276.7 68.8 250.8 68.8ZM250.8 140.8C237.2 140.8 226.2 129.7 226.2 116C226.2 102.3 237.2 91.2 250.8 91.2C264.4 91.2 275.4 102.3 275.4 116C275.4 129.8 264.4 140.8 250.8 140.8Z" fill="black"/><path d="M545.4 116.1C545.4 90 524.3 68.8 498.4 68.8C472.5 68.8 451.4 90 451.4 116.1C451.4 131.4 458.4 144.5 469.3 153.2C476.9 159.2 487.5 163.4 501.7 163.4C508.6 163.4 526.5 161.5 539.4 147.2L528.8 133C524.3 137 513 142.6 504 142.6C492.6 142.6 485.7 140.4 480.7 135.7C477.6 132.9 475.4 128.6 474.4 123.3H544.7C545.1 120.9 545.4 118.6 545.4 116.1ZM474.6 107.5C477.2 96.4 485 88.2 498.3 88.2C512.2 88.2 519.5 97 521.9 107.5H474.6Z" fill="black"/><path d="M386.8 60.1H362.3V86.4H337.1V109.4H362.3V136.7H386.8V109.4H412V86.4H386.8V60.1Z" fill="black"/></g><defs><clipPath id="clip0_1_16"><rect width="614.1" height="231.6" fill="white"/></clipPath></defs></svg>' );
  	  }
  	}
  */
  /* ----------------------------------------------
    フォーム
  ---------------------------------------------- */
  /* ロゴは拡大しない */
  /* モバイルではロゴが講師写真の上に来るけど、上側のクリアランスが足りない */
  /* 開催概要のテーブルを縦積みのほうが見やすいかと思ったけど微妙だった。
   * HTML側でtable-sm-blockクラスを付けると、small時に縦積みになる */
  /* 講師情報の「氏」制御 */
  /* →vueで制御
  #session-timetable .speaker-name::after{
  	display: inline;
  	content: "氏";
  	font-weight: normal;
  	margin-left: .5rem;
  	font-size: .875em;
  }
  #session-timetable .speaker-name:empty::after{
  	display: none;
  }

  #session-timetable .speaker-name>.ms-2.small.fw-normal{
  	display: none;
  }
  */
  /* マルチカラム占拠する枠用 */
  /* @media (min-width: 992px) 相当 */
  /* 視聴リストに追加ボタンが2行のときにも詳細ボタンの上下中央 */
  /* ボタンにリアルとかオンラインついたので幅のバランス変更 */
  /* loginボックス内の登録ボタンとヘルプテキスト */
  /* 角丸四角囲みクエスチョンマーク https://icons.getbootstrap.com/icons/question-square/ */
  /* メイン領域ではul>liのlist-style-type:discを活かしつつ、日付タブでは無効に */
  /* ショッピングカートをモバイル時に下に */
  /* @media (max-width: 576px) 相当 */
  /* ----------------------------------------------
    .node .webtan-event スコープ: ここまで
  ---------------------------------------------- */
}
.node .webtan-event * {
  line-height: var(--bs-body-line-height);
}
.webtan-event-has-shoppingcart .node .webtan-event {
  margin-right: var(--event-body-margin-for-shoppingcart);
}
.webtan-event-has-shoppingcart .node .webtan-event.webtan-form {
  margin-right: 0;
}
.node .webtan-event,
.node .webtan-event .card {
  overflow-wrap: anywhere;
}
.node .webtan-event .toc-anchor {
  position: relative;
}
.node .webtan-event .toc-anchor span {
  position: absolute;
  top: -15vh;
}
.node .webtan-event .icon {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  padding: 4px 0;
}
.node .webtan-event .icon.icon-me-2::before {
  margin-right: 0.25em;
}
.node .webtan-event .icon.icon-ms-2::after {
  margin-left: 0.25em;
}
.node .webtan-event .icon.icon-me-3::before {
  margin-right: 0.5em;
}
.node .webtan-event .icon.icon-ms-3::after {
  margin-left: 0.5em;
}
.node .webtan-event .icon.icon-start {
  /* アイコン */
}
.node .webtan-event .icon.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%237d7a7b" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .icon.icon-end {
  /* アイコン */
}
.node .webtan-event .icon.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%237d7a7b" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event a.icon.icon-start, .node .webtan-event a .icon.icon-start {
  /* アイコン */
}
.node .webtan-event a.icon.icon-start::before, .node .webtan-event a .icon.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event a.icon.icon-start.icon-2x::before, .node .webtan-event a .icon.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event a.icon.icon-start.icon-3x::before, .node .webtan-event a .icon.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event a.icon.icon-start.icon-4x::before, .node .webtan-event a .icon.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event a.icon.icon-start.icon-user::before, .node .webtan-event a .icon.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-angle-right::before, .node .webtan-event a .icon.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-tel::before, .node .webtan-event a .icon.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-page-top::before, .node .webtan-event a .icon.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-envelope::before, .node .webtan-event a .icon.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-chat::before, .node .webtan-event a .icon.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-help::before, .node .webtan-event a .icon.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-user-account::before, .node .webtan-event a .icon.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-clock::before, .node .webtan-event a .icon.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-check::before, .node .webtan-event a .icon.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-login::before, .node .webtan-event a .icon.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-link-external::before, .node .webtan-event a .icon.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-pdf::before, .node .webtan-event a .icon.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-document::before, .node .webtan-event a .icon.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-zoom::before, .node .webtan-event a .icon.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-movie::before, .node .webtan-event a .icon.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-pencil::before, .node .webtan-event a .icon.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23F07191" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-add::before, .node .webtan-event a .icon.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-remove::before, .node .webtan-event a .icon.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-start.icon-transparent::before, .node .webtan-event a .icon.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event a.icon.icon-end, .node .webtan-event a .icon.icon-end {
  /* アイコン */
}
.node .webtan-event a.icon.icon-end::after, .node .webtan-event a .icon.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event a.icon.icon-end.icon-2x::after, .node .webtan-event a .icon.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event a.icon.icon-end.icon-3x::after, .node .webtan-event a .icon.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event a.icon.icon-end.icon-4x::after, .node .webtan-event a .icon.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event a.icon.icon-end.icon-user::after, .node .webtan-event a .icon.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-angle-right::after, .node .webtan-event a .icon.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-tel::after, .node .webtan-event a .icon.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-page-top::after, .node .webtan-event a .icon.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-envelope::after, .node .webtan-event a .icon.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-chat::after, .node .webtan-event a .icon.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-help::after, .node .webtan-event a .icon.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-user-account::after, .node .webtan-event a .icon.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-clock::after, .node .webtan-event a .icon.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-check::after, .node .webtan-event a .icon.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-login::after, .node .webtan-event a .icon.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-link-external::after, .node .webtan-event a .icon.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-pdf::after, .node .webtan-event a .icon.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-document::after, .node .webtan-event a .icon.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-zoom::after, .node .webtan-event a .icon.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-movie::after, .node .webtan-event a .icon.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-pencil::after, .node .webtan-event a .icon.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23F07191" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-add::after, .node .webtan-event a .icon.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-remove::after, .node .webtan-event a .icon.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event a.icon.icon-end.icon-transparent::after, .node .webtan-event a .icon.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-primary .icon.icon-start, .node .webtan-event .btn-secondary .icon.icon-start, .node .webtan-event .btn-accent .icon.icon-start, .node .webtan-event .btn-accent2 .icon.icon-start, .node .webtan-event .btn-accent3 .icon.icon-start, .node .webtan-event .btn-dark .icon.icon-start, .node .webtan-event .btn-danger .icon.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-primary .icon.icon-start::before, .node .webtan-event .btn-secondary .icon.icon-start::before, .node .webtan-event .btn-accent .icon.icon-start::before, .node .webtan-event .btn-accent2 .icon.icon-start::before, .node .webtan-event .btn-accent3 .icon.icon-start::before, .node .webtan-event .btn-dark .icon.icon-start::before, .node .webtan-event .btn-danger .icon.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-primary .icon.icon-start.icon-2x::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-2x::before, .node .webtan-event .btn-accent .icon.icon-start.icon-2x::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-2x::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-2x::before, .node .webtan-event .btn-dark .icon.icon-start.icon-2x::before, .node .webtan-event .btn-danger .icon.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-primary .icon.icon-start.icon-3x::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-3x::before, .node .webtan-event .btn-accent .icon.icon-start.icon-3x::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-3x::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-3x::before, .node .webtan-event .btn-dark .icon.icon-start.icon-3x::before, .node .webtan-event .btn-danger .icon.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-primary .icon.icon-start.icon-4x::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-4x::before, .node .webtan-event .btn-accent .icon.icon-start.icon-4x::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-4x::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-4x::before, .node .webtan-event .btn-dark .icon.icon-start.icon-4x::before, .node .webtan-event .btn-danger .icon.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-primary .icon.icon-start.icon-user::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-user::before, .node .webtan-event .btn-accent .icon.icon-start.icon-user::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-user::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-user::before, .node .webtan-event .btn-dark .icon.icon-start.icon-user::before, .node .webtan-event .btn-danger .icon.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-dark .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-danger .icon.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-tel::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-tel::before, .node .webtan-event .btn-accent .icon.icon-start.icon-tel::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-tel::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-tel::before, .node .webtan-event .btn-dark .icon.icon-start.icon-tel::before, .node .webtan-event .btn-danger .icon.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-accent .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-dark .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-danger .icon.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-accent .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-dark .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-danger .icon.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-chat::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-chat::before, .node .webtan-event .btn-accent .icon.icon-start.icon-chat::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-chat::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-chat::before, .node .webtan-event .btn-dark .icon.icon-start.icon-chat::before, .node .webtan-event .btn-danger .icon.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-help::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-help::before, .node .webtan-event .btn-accent .icon.icon-start.icon-help::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-help::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-help::before, .node .webtan-event .btn-dark .icon.icon-start.icon-help::before, .node .webtan-event .btn-danger .icon.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-accent .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-dark .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-danger .icon.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-clock::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-clock::before, .node .webtan-event .btn-accent .icon.icon-start.icon-clock::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-clock::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-clock::before, .node .webtan-event .btn-dark .icon.icon-start.icon-clock::before, .node .webtan-event .btn-danger .icon.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-check::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-check::before, .node .webtan-event .btn-accent .icon.icon-start.icon-check::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-check::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-check::before, .node .webtan-event .btn-dark .icon.icon-start.icon-check::before, .node .webtan-event .btn-danger .icon.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-login::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-login::before, .node .webtan-event .btn-accent .icon.icon-start.icon-login::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-login::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-login::before, .node .webtan-event .btn-dark .icon.icon-start.icon-login::before, .node .webtan-event .btn-danger .icon.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-accent .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-dark .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-danger .icon.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-accent .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-dark .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-danger .icon.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-document::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-document::before, .node .webtan-event .btn-accent .icon.icon-start.icon-document::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-document::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-document::before, .node .webtan-event .btn-dark .icon.icon-start.icon-document::before, .node .webtan-event .btn-danger .icon.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-accent .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-dark .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-danger .icon.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-movie::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-movie::before, .node .webtan-event .btn-accent .icon.icon-start.icon-movie::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-movie::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-movie::before, .node .webtan-event .btn-dark .icon.icon-start.icon-movie::before, .node .webtan-event .btn-danger .icon.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-accent .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-dark .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-danger .icon.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-add::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-add::before, .node .webtan-event .btn-accent .icon.icon-start.icon-add::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-add::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-add::before, .node .webtan-event .btn-dark .icon.icon-start.icon-add::before, .node .webtan-event .btn-danger .icon.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-remove::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-remove::before, .node .webtan-event .btn-accent .icon.icon-start.icon-remove::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-remove::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-remove::before, .node .webtan-event .btn-dark .icon.icon-start.icon-remove::before, .node .webtan-event .btn-danger .icon.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-secondary .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-accent .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-accent2 .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-accent3 .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-dark .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-danger .icon.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-primary .icon.icon-end, .node .webtan-event .btn-secondary .icon.icon-end, .node .webtan-event .btn-accent .icon.icon-end, .node .webtan-event .btn-accent2 .icon.icon-end, .node .webtan-event .btn-accent3 .icon.icon-end, .node .webtan-event .btn-dark .icon.icon-end, .node .webtan-event .btn-danger .icon.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-primary .icon.icon-end::after, .node .webtan-event .btn-secondary .icon.icon-end::after, .node .webtan-event .btn-accent .icon.icon-end::after, .node .webtan-event .btn-accent2 .icon.icon-end::after, .node .webtan-event .btn-accent3 .icon.icon-end::after, .node .webtan-event .btn-dark .icon.icon-end::after, .node .webtan-event .btn-danger .icon.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-primary .icon.icon-end.icon-2x::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-2x::after, .node .webtan-event .btn-accent .icon.icon-end.icon-2x::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-2x::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-2x::after, .node .webtan-event .btn-dark .icon.icon-end.icon-2x::after, .node .webtan-event .btn-danger .icon.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-primary .icon.icon-end.icon-3x::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-3x::after, .node .webtan-event .btn-accent .icon.icon-end.icon-3x::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-3x::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-3x::after, .node .webtan-event .btn-dark .icon.icon-end.icon-3x::after, .node .webtan-event .btn-danger .icon.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-primary .icon.icon-end.icon-4x::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-4x::after, .node .webtan-event .btn-accent .icon.icon-end.icon-4x::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-4x::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-4x::after, .node .webtan-event .btn-dark .icon.icon-end.icon-4x::after, .node .webtan-event .btn-danger .icon.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-primary .icon.icon-end.icon-user::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-user::after, .node .webtan-event .btn-accent .icon.icon-end.icon-user::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-user::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-user::after, .node .webtan-event .btn-dark .icon.icon-end.icon-user::after, .node .webtan-event .btn-danger .icon.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-dark .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-danger .icon.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-tel::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-tel::after, .node .webtan-event .btn-accent .icon.icon-end.icon-tel::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-tel::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-tel::after, .node .webtan-event .btn-dark .icon.icon-end.icon-tel::after, .node .webtan-event .btn-danger .icon.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-accent .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-dark .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-danger .icon.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-accent .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-dark .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-danger .icon.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-chat::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-chat::after, .node .webtan-event .btn-accent .icon.icon-end.icon-chat::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-chat::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-chat::after, .node .webtan-event .btn-dark .icon.icon-end.icon-chat::after, .node .webtan-event .btn-danger .icon.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-help::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-help::after, .node .webtan-event .btn-accent .icon.icon-end.icon-help::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-help::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-help::after, .node .webtan-event .btn-dark .icon.icon-end.icon-help::after, .node .webtan-event .btn-danger .icon.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-accent .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-dark .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-danger .icon.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-clock::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-clock::after, .node .webtan-event .btn-accent .icon.icon-end.icon-clock::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-clock::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-clock::after, .node .webtan-event .btn-dark .icon.icon-end.icon-clock::after, .node .webtan-event .btn-danger .icon.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-check::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-check::after, .node .webtan-event .btn-accent .icon.icon-end.icon-check::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-check::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-check::after, .node .webtan-event .btn-dark .icon.icon-end.icon-check::after, .node .webtan-event .btn-danger .icon.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-login::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-login::after, .node .webtan-event .btn-accent .icon.icon-end.icon-login::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-login::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-login::after, .node .webtan-event .btn-dark .icon.icon-end.icon-login::after, .node .webtan-event .btn-danger .icon.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-accent .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-dark .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-danger .icon.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-accent .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-dark .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-danger .icon.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-document::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-document::after, .node .webtan-event .btn-accent .icon.icon-end.icon-document::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-document::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-document::after, .node .webtan-event .btn-dark .icon.icon-end.icon-document::after, .node .webtan-event .btn-danger .icon.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-accent .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-dark .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-danger .icon.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-movie::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-movie::after, .node .webtan-event .btn-accent .icon.icon-end.icon-movie::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-movie::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-movie::after, .node .webtan-event .btn-dark .icon.icon-end.icon-movie::after, .node .webtan-event .btn-danger .icon.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-accent .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-dark .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-danger .icon.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-add::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-add::after, .node .webtan-event .btn-accent .icon.icon-end.icon-add::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-add::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-add::after, .node .webtan-event .btn-dark .icon.icon-end.icon-add::after, .node .webtan-event .btn-danger .icon.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-remove::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-remove::after, .node .webtan-event .btn-accent .icon.icon-end.icon-remove::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-remove::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-remove::after, .node .webtan-event .btn-dark .icon.icon-end.icon-remove::after, .node .webtan-event .btn-danger .icon.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-secondary .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-accent .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-accent2 .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-accent3 .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-dark .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-danger .icon.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-primary:hover .icon.icon-start, .node .webtan-event .btn-primary:focus .icon.icon-start, .node .webtan-event .btn-primary.icon:hover.icon-start, .node .webtan-event .btn-primary.icon:focus.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-primary:hover .icon.icon-start::before, .node .webtan-event .btn-primary:focus .icon.icon-start::before, .node .webtan-event .btn-primary.icon:hover.icon-start::before, .node .webtan-event .btn-primary.icon:focus.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-2x::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-2x::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-2x::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-3x::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-3x::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-3x::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-4x::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-4x::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-4x::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-user::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-user::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-user::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-angle-right::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-tel::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-tel::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-tel::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-page-top::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-envelope::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-chat::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-chat::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-chat::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-help::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-help::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-help::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-user-account::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-clock::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-clock::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-clock::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-check::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-check::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-check::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-login::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-login::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-login::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-link-external::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-pdf::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-document::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-document::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-document::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-zoom::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-movie::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-movie::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-movie::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-pencil::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23F07191" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-add::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-add::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-add::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-remove::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-remove::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-remove::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-primary:focus .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-primary.icon:hover.icon-start.icon-transparent::before, .node .webtan-event .btn-primary.icon:focus.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-primary:hover .icon.icon-end, .node .webtan-event .btn-primary:focus .icon.icon-end, .node .webtan-event .btn-primary.icon:hover.icon-end, .node .webtan-event .btn-primary.icon:focus.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-primary:hover .icon.icon-end::after, .node .webtan-event .btn-primary:focus .icon.icon-end::after, .node .webtan-event .btn-primary.icon:hover.icon-end::after, .node .webtan-event .btn-primary.icon:focus.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-2x::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-2x::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-2x::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-3x::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-3x::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-3x::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-4x::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-4x::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-4x::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-user::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-user::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-user::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-angle-right::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-tel::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-tel::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-tel::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-page-top::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-envelope::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-chat::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-chat::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-chat::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-help::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-help::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-help::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-user-account::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-clock::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-clock::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-clock::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-check::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-check::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-check::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-login::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-login::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-login::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-link-external::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-pdf::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-document::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-document::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-document::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-zoom::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-movie::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-movie::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-movie::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-pencil::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23F07191" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-add::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-add::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-add::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-remove::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-remove::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-remove::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-primary:hover .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-primary:focus .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-primary.icon:hover.icon-end.icon-transparent::after, .node .webtan-event .btn-primary.icon:focus.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-secondary:hover .icon.icon-start, .node .webtan-event .btn-secondary:focus .icon.icon-start, .node .webtan-event .btn-secondary.icon:hover.icon-start, .node .webtan-event .btn-secondary.icon:focus.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-secondary:hover .icon.icon-start::before, .node .webtan-event .btn-secondary:focus .icon.icon-start::before, .node .webtan-event .btn-secondary.icon:hover.icon-start::before, .node .webtan-event .btn-secondary.icon:focus.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-2x::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-2x::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-2x::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-3x::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-3x::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-3x::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-4x::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-4x::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-4x::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-user::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-user::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-user::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-angle-right::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-tel::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-tel::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-tel::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-page-top::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-envelope::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-chat::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-chat::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-chat::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-help::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-help::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-help::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-user-account::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-clock::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-clock::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-clock::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-check::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-check::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-check::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-login::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-login::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-login::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-link-external::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-pdf::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-document::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-document::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-document::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-zoom::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-movie::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-movie::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-movie::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-pencil::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%237d7a7b" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-add::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-add::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-add::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-remove::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-remove::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-remove::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-secondary:focus .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-secondary.icon:hover.icon-start.icon-transparent::before, .node .webtan-event .btn-secondary.icon:focus.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-secondary:hover .icon.icon-end, .node .webtan-event .btn-secondary:focus .icon.icon-end, .node .webtan-event .btn-secondary.icon:hover.icon-end, .node .webtan-event .btn-secondary.icon:focus.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-secondary:hover .icon.icon-end::after, .node .webtan-event .btn-secondary:focus .icon.icon-end::after, .node .webtan-event .btn-secondary.icon:hover.icon-end::after, .node .webtan-event .btn-secondary.icon:focus.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-2x::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-2x::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-2x::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-3x::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-3x::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-3x::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-4x::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-4x::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-4x::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-user::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-user::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-user::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-angle-right::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-tel::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-tel::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-tel::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-page-top::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-envelope::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-chat::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-chat::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-chat::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-help::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-help::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-help::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-user-account::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-clock::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-clock::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-clock::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-check::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-check::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-check::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-login::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-login::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-login::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-link-external::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-pdf::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-document::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-document::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-document::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-zoom::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-movie::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-movie::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-movie::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-pencil::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%237d7a7b" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-add::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-add::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-add::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-remove::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-remove::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-remove::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-secondary:hover .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-secondary:focus .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-secondary.icon:hover.icon-end.icon-transparent::after, .node .webtan-event .btn-secondary.icon:focus.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-accent:hover .icon.icon-start, .node .webtan-event .btn-accent:focus .icon.icon-start, .node .webtan-event .btn-accent.icon:hover.icon-start, .node .webtan-event .btn-accent.icon:focus.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-accent:hover .icon.icon-start::before, .node .webtan-event .btn-accent:focus .icon.icon-start::before, .node .webtan-event .btn-accent.icon:hover.icon-start::before, .node .webtan-event .btn-accent.icon:focus.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-2x::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-2x::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-2x::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-3x::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-3x::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-3x::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-4x::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-4x::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-4x::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-user::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-user::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-user::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-tel::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-tel::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-tel::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-page-top::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-envelope::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-chat::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-chat::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-chat::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-help::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-help::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-help::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-user-account::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-clock::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-clock::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-clock::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-check::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-check::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-check::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-login::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-login::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-login::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-link-external::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-pdf::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-document::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-document::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-document::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-zoom::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-movie::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-movie::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-movie::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-pencil::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23A01651" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-add::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-add::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-add::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-remove::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-remove::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-remove::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-accent:focus .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-accent.icon:hover.icon-start.icon-transparent::before, .node .webtan-event .btn-accent.icon:focus.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-accent:hover .icon.icon-end, .node .webtan-event .btn-accent:focus .icon.icon-end, .node .webtan-event .btn-accent.icon:hover.icon-end, .node .webtan-event .btn-accent.icon:focus.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-accent:hover .icon.icon-end::after, .node .webtan-event .btn-accent:focus .icon.icon-end::after, .node .webtan-event .btn-accent.icon:hover.icon-end::after, .node .webtan-event .btn-accent.icon:focus.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-2x::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-2x::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-2x::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-3x::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-3x::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-3x::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-4x::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-4x::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-4x::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-user::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-user::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-user::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-tel::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-tel::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-tel::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-page-top::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-envelope::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-chat::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-chat::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-chat::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-help::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-help::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-help::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-user-account::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-clock::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-clock::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-clock::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-check::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-check::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-check::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-login::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-login::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-login::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-link-external::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-pdf::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-document::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-document::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-document::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-zoom::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-movie::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-movie::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-movie::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-pencil::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23A01651" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-add::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-add::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-add::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-remove::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-remove::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-remove::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent:hover .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-accent:focus .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-accent.icon:hover.icon-end.icon-transparent::after, .node .webtan-event .btn-accent.icon:focus.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-accent2:hover .icon.icon-start, .node .webtan-event .btn-accent2:focus .icon.icon-start, .node .webtan-event .btn-accent2.icon:hover.icon-start, .node .webtan-event .btn-accent2.icon:focus.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-accent2:hover .icon.icon-start::before, .node .webtan-event .btn-accent2:focus .icon.icon-start::before, .node .webtan-event .btn-accent2.icon:hover.icon-start::before, .node .webtan-event .btn-accent2.icon:focus.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-2x::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-2x::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-2x::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-3x::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-3x::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-3x::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-4x::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-4x::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-4x::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-user::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-user::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-user::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-tel::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-tel::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-tel::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-page-top::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-envelope::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-chat::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-chat::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-chat::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-help::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-help::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-help::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-user-account::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-clock::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-clock::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-clock::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-check::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-check::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-check::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-login::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-login::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-login::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-link-external::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-pdf::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-document::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-document::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-document::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-zoom::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-movie::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-movie::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-movie::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-pencil::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%230ca0f2" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-add::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-add::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-add::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-remove::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-remove::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-remove::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-accent2:focus .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-accent2.icon:hover.icon-start.icon-transparent::before, .node .webtan-event .btn-accent2.icon:focus.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-accent2:hover .icon.icon-end, .node .webtan-event .btn-accent2:focus .icon.icon-end, .node .webtan-event .btn-accent2.icon:hover.icon-end, .node .webtan-event .btn-accent2.icon:focus.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-accent2:hover .icon.icon-end::after, .node .webtan-event .btn-accent2:focus .icon.icon-end::after, .node .webtan-event .btn-accent2.icon:hover.icon-end::after, .node .webtan-event .btn-accent2.icon:focus.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-2x::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-2x::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-2x::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-3x::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-3x::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-3x::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-4x::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-4x::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-4x::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-user::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-user::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-user::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-tel::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-tel::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-tel::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-page-top::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-envelope::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-chat::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-chat::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-chat::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-help::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-help::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-help::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-user-account::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-clock::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-clock::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-clock::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-check::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-check::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-check::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-login::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-login::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-login::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-link-external::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-pdf::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-document::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-document::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-document::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-zoom::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-movie::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-movie::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-movie::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-pencil::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%230ca0f2" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-add::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-add::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-add::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-remove::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-remove::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-remove::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%230ca0f2" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent2:hover .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-accent2:focus .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-accent2.icon:hover.icon-end.icon-transparent::after, .node .webtan-event .btn-accent2.icon:focus.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-accent3:hover .icon.icon-start, .node .webtan-event .btn-accent3:focus .icon.icon-start, .node .webtan-event .btn-accent3.icon:hover.icon-start, .node .webtan-event .btn-accent3.icon:focus.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-accent3:hover .icon.icon-start::before, .node .webtan-event .btn-accent3:focus .icon.icon-start::before, .node .webtan-event .btn-accent3.icon:hover.icon-start::before, .node .webtan-event .btn-accent3.icon:focus.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-2x::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-2x::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-2x::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-3x::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-3x::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-3x::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-4x::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-4x::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-4x::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-user::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-user::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-user::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-angle-right::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-tel::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-tel::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-tel::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-page-top::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-envelope::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-chat::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-chat::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-chat::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-help::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-help::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-help::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-user-account::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-clock::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-clock::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-clock::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-check::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-check::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-check::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-login::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-login::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-login::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-link-external::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-pdf::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-document::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-document::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-document::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-zoom::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-movie::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-movie::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-movie::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-pencil::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23ef245c" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-add::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-add::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-add::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-remove::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-remove::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-remove::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-accent3:focus .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-accent3.icon:hover.icon-start.icon-transparent::before, .node .webtan-event .btn-accent3.icon:focus.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-accent3:hover .icon.icon-end, .node .webtan-event .btn-accent3:focus .icon.icon-end, .node .webtan-event .btn-accent3.icon:hover.icon-end, .node .webtan-event .btn-accent3.icon:focus.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-accent3:hover .icon.icon-end::after, .node .webtan-event .btn-accent3:focus .icon.icon-end::after, .node .webtan-event .btn-accent3.icon:hover.icon-end::after, .node .webtan-event .btn-accent3.icon:focus.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-2x::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-2x::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-2x::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-3x::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-3x::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-3x::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-4x::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-4x::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-4x::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-user::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-user::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-user::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-angle-right::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-tel::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-tel::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-tel::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-page-top::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-envelope::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-chat::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-chat::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-chat::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-help::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-help::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-help::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-user-account::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-clock::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-clock::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-clock::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-check::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-check::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-check::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-login::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-login::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-login::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-link-external::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-pdf::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-document::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-document::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-document::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-zoom::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-movie::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-movie::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-movie::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-pencil::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23ef245c" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-add::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-add::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-add::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-remove::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-remove::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-remove::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23ef245c" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-accent3:hover .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-accent3:focus .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-accent3.icon:hover.icon-end.icon-transparent::after, .node .webtan-event .btn-accent3.icon:focus.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-danger:hover .icon.icon-start, .node .webtan-event .btn-danger:focus .icon.icon-start, .node .webtan-event .btn-danger.icon:hover.icon-start, .node .webtan-event .btn-danger.icon:focus.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-danger:hover .icon.icon-start::before, .node .webtan-event .btn-danger:focus .icon.icon-start::before, .node .webtan-event .btn-danger.icon:hover.icon-start::before, .node .webtan-event .btn-danger.icon:focus.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-2x::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-2x::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-2x::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-3x::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-3x::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-3x::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-4x::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-4x::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-4x::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-user::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-user::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-user::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-angle-right::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-tel::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-tel::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-tel::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-page-top::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-envelope::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-chat::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-chat::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-chat::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-help::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-help::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-help::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-user-account::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-clock::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-clock::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-clock::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-check::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-check::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-check::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-login::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-login::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-login::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-link-external::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-pdf::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-document::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-document::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-document::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-zoom::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-movie::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-movie::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-movie::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-pencil::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23dc3545" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-add::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-add::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-add::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-remove::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-remove::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-remove::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-danger:focus .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-danger.icon:hover.icon-start.icon-transparent::before, .node .webtan-event .btn-danger.icon:focus.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-danger:hover .icon.icon-end, .node .webtan-event .btn-danger:focus .icon.icon-end, .node .webtan-event .btn-danger.icon:hover.icon-end, .node .webtan-event .btn-danger.icon:focus.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-danger:hover .icon.icon-end::after, .node .webtan-event .btn-danger:focus .icon.icon-end::after, .node .webtan-event .btn-danger.icon:hover.icon-end::after, .node .webtan-event .btn-danger.icon:focus.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-2x::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-2x::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-2x::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-3x::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-3x::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-3x::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-4x::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-4x::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-4x::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-user::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-user::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-user::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-angle-right::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-tel::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-tel::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-tel::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-page-top::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-envelope::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-chat::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-chat::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-chat::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-help::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-help::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-help::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-user-account::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-clock::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-clock::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-clock::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-check::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-check::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-check::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-login::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-login::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-login::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-link-external::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-pdf::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-document::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-document::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-document::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-zoom::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-movie::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-movie::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-movie::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-pencil::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23dc3545" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-add::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-add::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-add::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-remove::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-remove::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-remove::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-danger:hover .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-danger:focus .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-danger.icon:hover.icon-end.icon-transparent::after, .node .webtan-event .btn-danger.icon:focus.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-dark:hover .icon.icon-start, .node .webtan-event .btn-dark:focus .icon.icon-start, .node .webtan-event .btn-dark.icon:hover.icon-start, .node .webtan-event .btn-dark.icon:focus.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-dark:hover .icon.icon-start::before, .node .webtan-event .btn-dark:focus .icon.icon-start::before, .node .webtan-event .btn-dark.icon:hover.icon-start::before, .node .webtan-event .btn-dark.icon:focus.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-2x::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-2x::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-2x::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-3x::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-3x::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-3x::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-4x::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-4x::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-4x::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-user::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-user::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-user::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-angle-right::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-tel::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-tel::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-tel::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-page-top::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-envelope::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-chat::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-chat::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-chat::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-help::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-help::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-help::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-user-account::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-clock::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-clock::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-clock::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-check::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-check::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-check::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-login::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-login::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-login::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-link-external::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-pdf::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-document::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-document::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-document::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-zoom::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-movie::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-movie::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-movie::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-pencil::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23292828" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-add::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-add::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-add::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-remove::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-remove::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-remove::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-dark:focus .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-dark.icon:hover.icon-start.icon-transparent::before, .node .webtan-event .btn-dark.icon:focus.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-dark:hover .icon.icon-end, .node .webtan-event .btn-dark:focus .icon.icon-end, .node .webtan-event .btn-dark.icon:hover.icon-end, .node .webtan-event .btn-dark.icon:focus.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-dark:hover .icon.icon-end::after, .node .webtan-event .btn-dark:focus .icon.icon-end::after, .node .webtan-event .btn-dark.icon:hover.icon-end::after, .node .webtan-event .btn-dark.icon:focus.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-2x::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-2x::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-2x::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-3x::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-3x::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-3x::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-4x::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-4x::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-4x::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-user::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-user::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-user::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-angle-right::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-tel::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-tel::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-tel::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-page-top::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-envelope::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-chat::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-chat::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-chat::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-help::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-help::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-help::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-user-account::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-clock::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-clock::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-clock::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-check::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-check::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-check::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-login::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-login::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-login::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-link-external::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-pdf::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-document::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-document::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-document::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-zoom::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-movie::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-movie::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-movie::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-pencil::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23292828" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-add::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-add::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-add::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-remove::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-remove::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-remove::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-dark:hover .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-dark:focus .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-dark.icon:hover.icon-end.icon-transparent::after, .node .webtan-event .btn-dark.icon:focus.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .icon.icon-primary.icon-start, .node .webtan-event .btn-outline-primary .icon.icon-start, .node .webtan-event .btn-outline-primary.icon.icon-start {
  /* アイコン */
}
.node .webtan-event .icon.icon-primary.icon-start::before, .node .webtan-event .btn-outline-primary .icon.icon-start::before, .node .webtan-event .btn-outline-primary.icon.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-primary.icon-start.icon-2x::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-2x::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-primary.icon-start.icon-3x::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-3x::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-primary.icon-start.icon-4x::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-4x::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-primary.icon-start.icon-user::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-user::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-tel::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-tel::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-chat::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-chat::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-help::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-help::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-clock::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-clock::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-check::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-check::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-login::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-login::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-document::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-document::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-movie::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-movie::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23F07191" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-add::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-add::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-remove::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-remove::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-primary .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-primary.icon.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .icon.icon-primary.icon-end, .node .webtan-event .btn-outline-primary .icon.icon-end, .node .webtan-event .btn-outline-primary.icon.icon-end {
  /* アイコン */
}
.node .webtan-event .icon.icon-primary.icon-end::after, .node .webtan-event .btn-outline-primary .icon.icon-end::after, .node .webtan-event .btn-outline-primary.icon.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-primary.icon-end.icon-2x::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-2x::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-primary.icon-end.icon-3x::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-3x::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-primary.icon-end.icon-4x::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-4x::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-primary.icon-end.icon-user::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-user::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-tel::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-tel::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-chat::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-chat::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-help::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-help::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-clock::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-clock::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-check::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-check::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-login::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-login::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-document::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-document::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-movie::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-movie::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23F07191" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-add::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-add::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-remove::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-remove::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23F07191" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-primary.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-primary .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-primary.icon.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .icon.icon-secondary.icon-start, .node .webtan-event .btn-outline-secondary .icon.icon-start, .node .webtan-event .btn-outline-secondary.icon.icon-start {
  /* アイコン */
}
.node .webtan-event .icon.icon-secondary.icon-start::before, .node .webtan-event .btn-outline-secondary .icon.icon-start::before, .node .webtan-event .btn-outline-secondary.icon.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-2x::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-2x::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-3x::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-3x::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-4x::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-4x::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-user::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-user::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-tel::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-tel::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-chat::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-chat::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-help::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-help::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-clock::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-clock::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-check::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-check::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-login::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-login::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-document::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-document::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-movie::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-movie::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%237d7a7b" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-add::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-add::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-remove::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-remove::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-secondary .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-secondary.icon.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .icon.icon-secondary.icon-end, .node .webtan-event .btn-outline-secondary .icon.icon-end, .node .webtan-event .btn-outline-secondary.icon.icon-end {
  /* アイコン */
}
.node .webtan-event .icon.icon-secondary.icon-end::after, .node .webtan-event .btn-outline-secondary .icon.icon-end::after, .node .webtan-event .btn-outline-secondary.icon.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-2x::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-2x::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-3x::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-3x::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-4x::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-4x::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-user::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-user::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-tel::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-tel::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-chat::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-chat::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-help::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-help::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-clock::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-clock::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-check::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-check::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-login::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-login::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-document::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-document::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-movie::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-movie::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%237d7a7b" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-add::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-add::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-remove::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-remove::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%237d7a7b" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-secondary.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-secondary .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-secondary.icon.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .icon.icon-accent.icon-start, .node .webtan-event .btn-outline-accent .icon.icon-start, .node .webtan-event .btn-outline-accent.icon.icon-start {
  /* アイコン */
}
.node .webtan-event .icon.icon-accent.icon-start::before, .node .webtan-event .btn-outline-accent .icon.icon-start::before, .node .webtan-event .btn-outline-accent.icon.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-accent.icon-start.icon-2x::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-2x::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-accent.icon-start.icon-3x::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-3x::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-accent.icon-start.icon-4x::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-4x::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-accent.icon-start.icon-user::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-user::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-tel::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-tel::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-chat::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-chat::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-help::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-help::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-clock::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-clock::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-check::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-check::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-login::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-login::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-document::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-document::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-movie::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-movie::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23A01651" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-add::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-add::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-remove::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-remove::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-accent .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-accent.icon.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .icon.icon-accent.icon-end, .node .webtan-event .btn-outline-accent .icon.icon-end, .node .webtan-event .btn-outline-accent.icon.icon-end {
  /* アイコン */
}
.node .webtan-event .icon.icon-accent.icon-end::after, .node .webtan-event .btn-outline-accent .icon.icon-end::after, .node .webtan-event .btn-outline-accent.icon.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-accent.icon-end.icon-2x::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-2x::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-accent.icon-end.icon-3x::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-3x::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-accent.icon-end.icon-4x::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-4x::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-accent.icon-end.icon-user::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-user::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-tel::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-tel::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-chat::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-chat::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-help::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-help::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-clock::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-clock::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-check::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-check::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-login::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-login::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-document::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-document::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-movie::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-movie::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23A01651" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-add::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-add::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-remove::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-remove::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-accent.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-accent .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-accent.icon.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start, .node .webtan-event .btn-outline-primary.icon:hover.icon-start, .node .webtan-event .btn-outline-primary:focus .icon.icon-start, .node .webtan-event .btn-outline-primary.icon:focus.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-2x::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-2x::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-2x::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-3x::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-3x::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-3x::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-4x::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-4x::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-4x::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-user::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-user::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-user::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-tel::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-tel::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-tel::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-chat::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-chat::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-chat::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-help::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-help::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-help::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-clock::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-clock::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-clock::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-check::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-check::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-check::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-login::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-login::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-login::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-document::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-document::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-document::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-movie::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-movie::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-movie::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-add::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-add::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-add::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-remove::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-remove::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-remove::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-primary.icon:hover.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-primary:focus .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-primary.icon:focus.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end, .node .webtan-event .btn-outline-primary.icon:hover.icon-end, .node .webtan-event .btn-outline-primary:focus .icon.icon-end, .node .webtan-event .btn-outline-primary.icon:focus.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-2x::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-2x::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-2x::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-3x::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-3x::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-3x::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-4x::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-4x::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-4x::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-user::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-user::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-user::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-tel::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-tel::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-tel::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-chat::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-chat::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-chat::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-help::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-help::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-help::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-clock::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-clock::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-clock::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-check::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-check::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-check::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-login::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-login::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-login::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-document::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-document::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-document::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-movie::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-movie::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-movie::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-add::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-add::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-add::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-remove::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-remove::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-remove::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-primary:hover .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-primary.icon:hover.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-primary:focus .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-primary.icon:focus.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-2x::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-2x::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-2x::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-3x::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-3x::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-3x::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-4x::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-4x::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-4x::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-user::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-user::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-user::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-tel::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-tel::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-tel::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-chat::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-chat::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-chat::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-help::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-help::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-help::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-clock::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-clock::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-clock::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-check::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-check::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-check::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-login::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-login::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-login::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-document::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-document::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-document::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-movie::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-movie::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-movie::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-add::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-add::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-add::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-remove::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-remove::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-remove::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-secondary.icon:hover.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-secondary:focus .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-secondary.icon:focus.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-2x::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-2x::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-2x::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-3x::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-3x::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-3x::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-4x::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-4x::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-4x::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-user::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-user::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-user::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-tel::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-tel::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-tel::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-chat::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-chat::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-chat::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-help::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-help::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-help::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-clock::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-clock::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-clock::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-check::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-check::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-check::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-login::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-login::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-login::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-document::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-document::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-document::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-movie::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-movie::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-movie::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-add::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-add::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-add::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-remove::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-remove::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-remove::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-secondary:hover .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-secondary.icon:hover.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-secondary:focus .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-secondary.icon:focus.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start, .node .webtan-event .btn-outline-accent.icon:hover.icon-start, .node .webtan-event .btn-outline-accent:focus .icon.icon-start, .node .webtan-event .btn-outline-accent.icon:focus.icon-start {
  /* アイコン */
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-2x::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-2x::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-2x::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-3x::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-3x::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-3x::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-4x::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-4x::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-4x::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-user::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-user::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-user::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-angle-right::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-tel::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-tel::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-tel::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-page-top::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-envelope::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-chat::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-chat::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-chat::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-help::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-help::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-help::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-user-account::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-clock::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-clock::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-clock::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-check::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-check::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-check::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-login::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-login::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-login::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-link-external::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-pdf::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-document::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-document::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-document::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-zoom::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-movie::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-movie::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-movie::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-pencil::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-add::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-add::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-add::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-remove::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-remove::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-remove::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-accent.icon:hover.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-accent:focus .icon.icon-start.icon-transparent::before, .node .webtan-event .btn-outline-accent.icon:focus.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end, .node .webtan-event .btn-outline-accent.icon:hover.icon-end, .node .webtan-event .btn-outline-accent:focus .icon.icon-end, .node .webtan-event .btn-outline-accent.icon:focus.icon-end {
  /* アイコン */
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-2x::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-2x::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-2x::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-3x::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-3x::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-3x::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-4x::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-4x::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-4x::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-user::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-user::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-user::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-angle-right::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-tel::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-tel::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-tel::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-page-top::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-envelope::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-chat::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-chat::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-chat::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-help::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-help::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-help::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-user-account::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-clock::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-clock::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-clock::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-check::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-check::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-check::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-login::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-login::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-login::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-link-external::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-pdf::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-document::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-document::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-document::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-zoom::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-movie::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-movie::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-movie::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-pencil::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-add::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-add::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-add::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-remove::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-remove::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-remove::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .btn-outline-accent:hover .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-accent.icon:hover.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-accent:focus .icon.icon-end.icon-transparent::after, .node .webtan-event .btn-outline-accent.icon:focus.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .icon.icon-white.icon-start {
  /* アイコン */
}
.node .webtan-event .icon.icon-white.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-white.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-white.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-white.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-white.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .icon.icon-white.icon-end {
  /* アイコン */
}
.node .webtan-event .icon.icon-white.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-white.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-white.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-white.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-white.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23fff" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23fff" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-white.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .icon.icon-dark.icon-start {
  /* アイコン */
}
.node .webtan-event .icon.icon-dark.icon-start::before {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-dark.icon-start.icon-2x::before {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-dark.icon-start.icon-3x::before {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-dark.icon-start.icon-4x::before {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-dark.icon-start.icon-user::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-angle-right::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-tel::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-page-top::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-envelope::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-chat::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-help::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-user-account::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-clock::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-check::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-login::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-link-external::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-pdf::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-document::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-zoom::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-movie::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-pencil::before {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23292828" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-add::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-remove::before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-start.icon-transparent::before {
  background-image: none;
}
.node .webtan-event .icon.icon-dark.icon-end {
  /* アイコン */
}
.node .webtan-event .icon.icon-dark.icon-end::after {
  background-image: linear-gradient(#bdb9b9, #bdb9b9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}
.node .webtan-event .icon.icon-dark.icon-end.icon-2x::after {
  background-size: 2em 2em;
  height: 2.2em;
  width: 2.2em;
}
.node .webtan-event .icon.icon-dark.icon-end.icon-3x::after {
  background-size: 3em 3em;
  height: 3.3em;
  width: 3.3em;
}
.node .webtan-event .icon.icon-dark.icon-end.icon-4x::after {
  background-size: 4em 4em;
  height: 4.4em;
  width: 4.4em;
}
.node .webtan-event .icon.icon-dark.icon-end.icon-user::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M20.822 18.096c-3.439-.794-6.64-1.49-5.09-4.418 4.72-8.912 1.251-13.678-3.732-13.678-5.082 0-8.464 4.949-3.732 13.678 1.597 2.945-1.725 3.641-5.09 4.418-3.073.71-3.188 2.236-3.178 4.904l.004 1h23.99l.004-.969c.012-2.688-.092-4.222-3.176-4.935z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-angle-right::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-tel::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M20 22.621l-3.521-6.795c-.008.004-1.974.97-2.064 1.011-2.24 1.086-6.799-7.82-4.609-8.994l2.083-1.026-3.493-6.817-2.106 1.039c-7.202 3.755 4.233 25.982 11.6 22.615.121-.055 2.102-1.029 2.11-1.033z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-page-top::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-envelope::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 3v18h24v-18h-24zm6.623 7.929l-4.623 5.712v-9.458l4.623 3.746zm-4.141-5.929h19.035l-9.517 7.713-9.518-7.713zm5.694 7.188l3.824 3.099 3.83-3.104 5.612 6.817h-18.779l5.513-6.812zm9.208-1.264l4.616-3.741v9.348l-4.616-5.607z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-chat::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M22 3v13h-11.643l-4.357 3.105v-3.105h-4v-13h20zm2-2h-24v16.981h4v5.019l7-5.019h13v-16.981zm-5 6h-14v-1h14v1zm0 2h-14v1h14v-1zm-6 3h-8v1h8v-1z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-help::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1.25 17c0 .69-.559 1.25-1.25 1.25-.689 0-1.25-.56-1.25-1.25s.561-1.25 1.25-1.25c.691 0 1.25.56 1.25 1.25zm1.393-9.998c-.608-.616-1.515-.955-2.551-.955-2.18 0-3.59 1.55-3.59 3.95h2.011c0-1.486.829-2.013 1.538-2.013.634 0 1.307.421 1.364 1.226.062.847-.39 1.277-.962 1.821-1.412 1.343-1.438 1.993-1.432 3.468h2.005c-.013-.664.03-1.203.935-2.178.677-.73 1.519-1.638 1.536-3.022.011-.924-.284-1.719-.854-2.297z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-user-account::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 22c-3.123 0-5.914-1.441-7.749-3.69.259-.588.783-.995 1.867-1.246 2.244-.518 4.459-.981 3.393-2.945-3.155-5.82-.899-9.119 2.489-9.119 3.322 0 5.634 3.177 2.489 9.119-1.035 1.952 1.1 2.416 3.393 2.945 1.082.25 1.61.655 1.871 1.241-1.836 2.253-4.628 3.695-7.753 3.695z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-clock::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 12v-6h-2v8h7v-2h-5z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-check::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-login::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M10 2v2h12v16h-12v2h14v-20h-14zm0 7.408l2.963 2.592-2.963 2.592v-1.592h-8v-2h8v-1.592zm-2-4.408v4h-8v6h8v4l8-7-8-7z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-link-external::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-pdf::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M8.847 17.875c.191-.211.548-.431.801-.559-.152.3-.366.619-.544.792-.36.353-.556.095-.257-.233zm7.062-12.098c2.047-.478 4.805.28 6.091 1.179-1.494-1.997-5.23-5.708-7.432-6.882 1.156 1.168 1.563 4.235 1.341 5.703zm-4.769 10.21c.328-.109 1.036-.274 1.213-.315-.02-.021-.528-.544-.695-.832-.134.335-.509 1.127-.518 1.147zm.64-4.008c-.057-.278-.263-.299-.326.024-.057.296.029.771.129 1.061.113-.237.255-.805.197-1.085zm10.22-.979v13h-20v-24h8.409c4.857 0 3.335 8 3.335 8 3.009-.745 8.256-.42 8.256 3zm-6.98 4.413c-.526-.077-1.272.009-1.797.093-.385-.325-.866-.817-1.233-1.472.253-.652.415-1.168.483-1.536.354-1.919-1.979-2.072-1.729-.012.066.549.222 1.082.464 1.588-.286.709-.651 1.508-1.018 2.232-.811.307-1.396.627-1.742.954-1.212 1.143.295 2.661 1.438 1.014.274-.395.581-.955.811-1.396.717-.253 1.551-.475 2.33-.618.509.39 1.322.896 1.972.896 1.239.001 1.417-1.538.021-1.743zm-.104.704c-.2-.03-.488-.03-.829-.002.235.158.558.323.911.33.412.008.377-.26-.082-.328z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-document::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm.256 11h-8v-1h8v1zm4-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-zoom::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-movie::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-pencil::after {
  background-image: url('data:image/svg+xml,%3csvg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"%3e%3cpath fill="%23292828" d="m11.239 15.533c-1.045 3.004-1.238 3.451-1.238 3.84 0 .441.385.627.627.627.272 0 1.108-.301 3.829-1.249zm.888-.888 3.22 3.22 6.408-6.401c.163-.163.245-.376.245-.591 0-.213-.082-.427-.245-.591-.58-.579-1.458-1.457-2.039-2.036-.163-.163-.377-.245-.591-.245-.213 0-.428.082-.592.245zm-3.127-.895c0-.402-.356-.75-.75-.75-2.561 0-2.939 0-5.5 0-.394 0-.75.348-.75.75s.356.75.75.75h5.5c.394 0 .75-.348.75-.75zm5-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75zm0-3c0-.402-.356-.75-.75-.75-2.561 0-7.939 0-10.5 0-.394 0-.75.348-.75.75s.356.75.75.75h10.5c.394 0 .75-.348.75-.75z" fill-rule="nonzero"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-add::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-remove::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23292828" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z"/%3e%3c/svg%3e');
}
.node .webtan-event .icon.icon-dark.icon-end.icon-transparent::after {
  background-image: none;
}
.node .webtan-event .appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.node .webtan-event .placeholder-100 {
  background-color: #faf7f7;
}
.node .webtan-event .placeholder-200 {
  background-color: #f0eded;
}
.node .webtan-event .placeholder-300 {
  background-color: #e5e3e3;
}
.node .webtan-event .placeholder-400 {
  background-color: #d9d4d4;
}
.node .webtan-event .placeholder-500 {
  background-color: #bdb9b9;
}
.node .webtan-event .placeholder-600 {
  background-color: #7d7a7b;
}
.node .webtan-event .placeholder-700 {
  background-color: #575555;
}
.node .webtan-event .placeholder-800 {
  background-color: #403e3e;
}
.node .webtan-event .placeholder-900 {
  background-color: #292828;
}
.node .webtan-event .placeholder-000 {
  background-color: #fff;
}
.node .webtan-event .placeholder-1000 {
  background-color: #000;
}
.node .webtan-event .placeholder-primary {
  background-color: #fef1f4;
}
.node .webtan-event .placeholder-secondary {
  background-color: #f2f2f2;
}
.node .webtan-event .placeholder-accent {
  background-color: #f6e8ee;
}
.node .webtan-event .mark-primary {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fce3e9 60%);
}
.node .webtan-event .mark-secondary {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #e5e4e5 60%);
}
.node .webtan-event .mark-success {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #d1e7dd 60%);
}
.node .webtan-event .mark-info {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #cff4fc 60%);
}
.node .webtan-event .mark-warning {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff3cd 60%);
}
.node .webtan-event .mark-danger {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f8d7da 60%);
}
.node .webtan-event .mark-light {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fefdfd 60%);
}
.node .webtan-event .mark-dark {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #d4d4d4 60%);
}
.node .webtan-event .mark-accent {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ecd0dc 60%);
}
.node .webtan-event .mark-accent2 {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ceecfc 60%);
}
.node .webtan-event .mark-accent3 {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fcd3de 60%);
}
.node .webtan-event .list-checklist {
  padding-left: 0;
  list-style: none;
}
.node .webtan-event .list-checklist li {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23A01651" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/%3e%3c/svg%3e');
  background-position: 0 0.4em;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  padding-left: 1.5em;
}
.node .webtan-event .list-bulletlist {
  padding-left: 0;
}
.node .webtan-event .list-bulletlist li {
  list-style: disc outside;
  margin-left: 1em;
}
.node .webtan-event .vh-25 {
  max-height: 25vh;
  max-width: 100%;
}
.node .webtan-event .vh-50 {
  max-height: 50vh;
  max-width: 100%;
}
.node .webtan-event .vh-75 {
  max-height: 75vh;
  max-width: 100%;
}
.node .webtan-event .fs-lg-2 {
  font-size: calc(1.325rem + 0.3vw);
}
.node .webtan-event .fs-lg-6 {
  font-size: 10px;
}
.node .webtan-event .fs-lg-8 {
  font-size: 10px;
}
.node .webtan-event .text-lg-nowrap {
  white-space: normal;
}
@media (min-width: 992px) {
  .node .webtan-event .w-lg-25 {
    width: 25%;
  }
  .node .webtan-event .w-lg-50 {
    width: 50%;
  }
  .node .webtan-event .w-lg-75 {
    width: 75%;
  }
  .node .webtan-event .w-lg-100 {
    width: 100%;
  }
  .node .webtan-event .vw-lg-25 {
    width: 25vw;
  }
  .node .webtan-event .vw-lg-50 {
    width: 50vw;
  }
  .node .webtan-event .vw-lg-75 {
    width: 75vw;
  }
  .node .webtan-event .vh-lg-25 {
    max-height: 25vh;
    max-width: 100%;
  }
  .node .webtan-event .vh-lg-50 {
    max-height: 50vh;
    max-width: 100%;
  }
  .node .webtan-event .vh-lg-75 {
    max-height: 75vh;
    max-width: 100%;
  }
  .node .webtan-event .fs-lg-2 {
    font-size: 2rem;
  }
  .node .webtan-event .fs-lg-6 {
    font-size: 1rem;
  }
  .node .webtan-event .fs-lg-8 {
    font-size: 0.8rem;
  }
  .node .webtan-event .text-lg-nowrap {
    white-space: nowrap;
  }
}
.node .webtan-event .bg-transparent {
  background-color: transparent;
}
.node .webtan-event .table-nth1-25 tr td:nth-of-type(1), .node .webtan-event .table-nth1-25 tr th:nth-of-type(1) {
  width: 25%;
}
.node .webtan-event .table-nth1-30 tr td:nth-of-type(1), .node .webtan-event .table-nth1-30 tr th:nth-of-type(1) {
  width: 30%;
}
.node .webtan-event .table-nth1-35 tr td:nth-of-type(1), .node .webtan-event .table-nth1-35 tr th:nth-of-type(1) {
  width: 35%;
}
.node .webtan-event .table-nth1-40 tr td:nth-of-type(1), .node .webtan-event .table-nth1-40 tr th:nth-of-type(1) {
  width: 40%;
}
.node .webtan-event .table-nth1-45 tr td:nth-of-type(1), .node .webtan-event .table-nth1-45 tr th:nth-of-type(1) {
  width: 45%;
}
.node .webtan-event .table-th-nowrap th {
  white-space: nowrap;
}
.node .webtan-event .charcter-large {
  border: 0;
  position: relative;
  padding-left: 0;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media (min-width: 992px) {
  .node .webtan-event .charcter-large {
    padding-left: calc(90px + 0.5em);
  }
}
@media (max-width: 575.98px) {
  .node .webtan-event .charcter-large {
    flex-direction: column;
  }
}
.node .webtan-event .charcter-large::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../img/chara-webpan-h102.webp);
  background-size: auto 102px;
  background-position: 0;
  display: none;
  content: "";
  left: 0;
  /*
  	    top: -45px;
  */
  position: absolute;
  width: 90px;
  height: 102px;
  z-index: 1;
}
@media (min-width: 992px) {
  .node .webtan-event .charcter-large::before {
    display: inline-block;
  }
}
.node .webtan-event .charcter-shoppingcart {
  flex: 0 0 1%;
  position: relative;
}
.node .webtan-event .charcter-shoppingcart .charcter-wrapper {
  align-items: center;
  display: flex;
  right: 5px;
  top: 10px;
  position: absolute;
  z-index: 1;
}
.node .webtan-event .charcter-shoppingcart .charcter-wrapper.active {
  /*
  	      display: none;
  	      @include media-breakpoint-up(lg) {
  	        display: flex;
  	      }
  	      @include media-breakpoint-up(lg) {
  	        display: flex;
  	      }
  */
  display: flex;
}
.node .webtan-event .charcter-shoppingcart .charcter-wrapper .charcter-message {
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}
.node .webtan-event .charcter-shoppingcart .charcter-wrapper .charcter-character {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../img/chara-webpan-h102.webp);
  background-size: auto 51px;
  background-position: 0;
  display: inline-block;
  width: 45px;
  height: 51px;
}
.node .webtan-event .unregisterd-warning {
  --size: 16px;
  --width: var(--size);
  --height: calc(var(--size) / 2* tan(60deg));
  position: relative;
  margin-left: calc(var(--width) + 2px);
  /*    border-radius: 0.375rem;	*/
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .node .webtan-event .unregisterd-warning {
    margin-left: 0;
    margin-top: calc(var(--height) + 2px);
  }
}
.node .webtan-event .unregisterd-warning::after {
  display: inline-block;
  content: "";
  width: var(--width);
  height: var(--height);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  left: calc(var(--width) * -1 + 1px);
  background-color: inherit;
  top: calc(50% - var(--height) / 2);
}
@media (max-width: 575.98px) {
  .node .webtan-event .unregisterd-warning::after {
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    left: calc(50% - var(--width) / 2);
    top: calc(var(--height) * -1 + 1px);
  }
}
.node .webtan-event th,
.node .webtan-event td {
  background-color: transparent;
  color: var(--bs-dark);
  font-size: 1em;
  border: 0;
}
.node .webtan-event td {
  font-weight: normal;
}
.node .webtan-event ul > li {
  background: none;
  padding-left: 0;
}
.node .webtan-event a.btn:not(.btn-link),
.node .webtan-event a.btn:not(.btn-link):hover,
.node .webtan-event a.btn:not(.btn-link):focus,
.node .webtan-event a.btn:not(.btn-link):active {
  text-decoration: none;
}
.node .webtan-event .swiper {
  --swiper-navigation-color: #0ca0f2;
  --swiper-theme-color: #0ca0f2;
  --swiper-pagination-color: #0ca0f2;
  --swiper-theme-color: #0ca0f2;
}
.node .webtan-event .swiper .swiper-wrapper {
  max-width: none !important;
}
.node .webtan-event .swiper .swiper-slide {
  height: auto;
}
.node .webtan-event .swiper .swiper-wrapper > .swiper-slide > .card {
  height: calc(100% - 2px) !important;
  width: calc(100% - 2px) !important;
  margin-left: 0.5px;
}
.node .webtan-event .text-bg-primary,
.node .webtan-event .text-bg-secondary .text-bg-accent,
.node .webtan-event .text-bg-accent2,
.node .webtan-event .text-bg-accent3 {
  color: var(--bs-white) !important;
}
.node .webtan-event .bg-image-focusable {
  overflow: hidden;
}
.node .webtan-event .bg-image-focusable img, .node .webtan-event .bg-image-focusable span {
  display: inline-block;
  transition: 0.3s;
}
.node .webtan-event .bg-image-focusable span {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.node .webtan-event .bg-image-focusable.bg-image-placeholder {
  height: 100%;
  width: 100%;
}
.node .webtan-event a:hover .bg-image-focusable img, .node .webtan-event a:hover .bg-image-focusable span,
.node .webtan-event a:focus .bg-image-focusable img,
.node .webtan-event a:focus .bg-image-focusable span,
.node .webtan-event .bg-image-focusable:hover img,
.node .webtan-event .bg-image-focusable:hover span,
.node .webtan-event .bg-image-focusable:focus img,
.node .webtan-event .bg-image-focusable:focus span {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.node .webtan-event .btn.btn-link.link-primary:focus, .node .webtan-event .btn.btn-link.link-primary:active, .node .webtan-event .btn.btn-link.link-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 113, 145, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn.btn-link.link-secondary:focus, .node .webtan-event .btn.btn-link.link-secondary:active, .node .webtan-event .btn.btn-link.link-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(125, 122, 123, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn.btn-link.link-success:focus, .node .webtan-event .btn.btn-link.link-success:active, .node .webtan-event .btn.btn-link.link-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn.btn-link.link-info:focus, .node .webtan-event .btn.btn-link.link-info:active, .node .webtan-event .btn.btn-link.link-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn.btn-link.link-warning:focus, .node .webtan-event .btn.btn-link.link-warning:active, .node .webtan-event .btn.btn-link.link-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn.btn-link.link-danger:focus, .node .webtan-event .btn.btn-link.link-danger:active, .node .webtan-event .btn.btn-link.link-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn.btn-link.link-light:focus, .node .webtan-event .btn.btn-link.link-light:active, .node .webtan-event .btn.btn-link.link-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 247, 247, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn.btn-link.link-dark:focus, .node .webtan-event .btn.btn-link.link-dark:active, .node .webtan-event .btn.btn-link.link-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(41, 40, 40, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn.btn-link.link-accent:focus, .node .webtan-event .btn.btn-link.link-accent:active, .node .webtan-event .btn.btn-link.link-accent:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(160, 22, 81, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn.btn-link.link-accent2:focus, .node .webtan-event .btn.btn-link.link-accent2:active, .node .webtan-event .btn.btn-link.link-accent2:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(12, 160, 242, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn.btn-link.link-accent3:focus, .node .webtan-event .btn.btn-link.link-accent3:active, .node .webtan-event .btn.btn-link.link-accent3:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 36, 92, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.node .webtan-event .btn-primary {
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-primary {
    transition: none;
  }
}
.node .webtan-event .btn-primary::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-white);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-primary:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-white);
}
.node .webtan-event .btn-primary:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-primary, .node .webtan-event .btn-primary:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-white);
}
.btn-check:focus + .node .webtan-event .btn-primary::before, .node .webtan-event .btn-primary:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-primary:active, .node .webtan-event .btn-primary.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-white);
}
.node .webtan-event .btn-primary:active:focus, .node .webtan-event .btn-primary.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-primary:active::before, .node .webtan-event .btn-primary.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-primary.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-primary.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-primary.btn-lg::before, .node .webtan-event .btn-primary.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-primary.btn-lg:active::before, .node .webtan-event .btn-primary.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-secondary {
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-secondary {
    transition: none;
  }
}
.node .webtan-event .btn-secondary::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-white);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-secondary:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-white);
}
.node .webtan-event .btn-secondary:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-secondary, .node .webtan-event .btn-secondary:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-white);
}
.btn-check:focus + .node .webtan-event .btn-secondary::before, .node .webtan-event .btn-secondary:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-secondary:active, .node .webtan-event .btn-secondary.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-white);
}
.node .webtan-event .btn-secondary:active:focus, .node .webtan-event .btn-secondary.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-secondary:active::before, .node .webtan-event .btn-secondary.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-secondary.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-secondary.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-secondary.btn-lg::before, .node .webtan-event .btn-secondary.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-secondary.btn-lg:active::before, .node .webtan-event .btn-secondary.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-success {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-success {
    transition: none;
  }
}
.node .webtan-event .btn-success::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-success:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-success:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-success, .node .webtan-event .btn-success:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.btn-check:focus + .node .webtan-event .btn-success::before, .node .webtan-event .btn-success:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-success:active, .node .webtan-event .btn-success.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-success:active:focus, .node .webtan-event .btn-success.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-success:active::before, .node .webtan-event .btn-success.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-success.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-success.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-success.btn-lg::before, .node .webtan-event .btn-success.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-success.btn-lg:active::before, .node .webtan-event .btn-success.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-info {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-info {
    transition: none;
  }
}
.node .webtan-event .btn-info::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-info:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-info:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-info, .node .webtan-event .btn-info:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.btn-check:focus + .node .webtan-event .btn-info::before, .node .webtan-event .btn-info:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-info:active, .node .webtan-event .btn-info.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-info:active:focus, .node .webtan-event .btn-info.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-info:active::before, .node .webtan-event .btn-info.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-info.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-info.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-info.btn-lg::before, .node .webtan-event .btn-info.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-info.btn-lg:active::before, .node .webtan-event .btn-info.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-warning {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-warning {
    transition: none;
  }
}
.node .webtan-event .btn-warning::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-warning:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-warning:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-warning, .node .webtan-event .btn-warning:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.btn-check:focus + .node .webtan-event .btn-warning::before, .node .webtan-event .btn-warning:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-warning:active, .node .webtan-event .btn-warning.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-warning:active:focus, .node .webtan-event .btn-warning.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-warning:active::before, .node .webtan-event .btn-warning.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-warning.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-warning.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-warning.btn-lg::before, .node .webtan-event .btn-warning.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-warning.btn-lg:active::before, .node .webtan-event .btn-warning.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-danger {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-danger {
    transition: none;
  }
}
.node .webtan-event .btn-danger::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-danger:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-danger:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-danger, .node .webtan-event .btn-danger:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.btn-check:focus + .node .webtan-event .btn-danger::before, .node .webtan-event .btn-danger:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-danger:active, .node .webtan-event .btn-danger.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-danger:active:focus, .node .webtan-event .btn-danger.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-danger:active::before, .node .webtan-event .btn-danger.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-danger.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-danger.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-danger.btn-lg::before, .node .webtan-event .btn-danger.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-danger.btn-lg:active::before, .node .webtan-event .btn-danger.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-light {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-light {
    transition: none;
  }
}
.node .webtan-event .btn-light::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-light:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-light:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-light, .node .webtan-event .btn-light:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.btn-check:focus + .node .webtan-event .btn-light::before, .node .webtan-event .btn-light:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-light:active, .node .webtan-event .btn-light.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-light:active:focus, .node .webtan-event .btn-light.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-light:active::before, .node .webtan-event .btn-light.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-light.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-light.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-light.btn-lg::before, .node .webtan-event .btn-light.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-light.btn-lg:active::before, .node .webtan-event .btn-light.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-dark {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-dark {
    transition: none;
  }
}
.node .webtan-event .btn-dark::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-dark:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-dark:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-dark, .node .webtan-event .btn-dark:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.btn-check:focus + .node .webtan-event .btn-dark::before, .node .webtan-event .btn-dark:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-dark:active, .node .webtan-event .btn-dark.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-dark:active:focus, .node .webtan-event .btn-dark.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-dark:active::before, .node .webtan-event .btn-dark.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-dark.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-dark.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-dark.btn-lg::before, .node .webtan-event .btn-dark.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-dark.btn-lg:active::before, .node .webtan-event .btn-dark.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-accent {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-accent {
    transition: none;
  }
}
.node .webtan-event .btn-accent::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-accent:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-accent:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-accent, .node .webtan-event .btn-accent:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.btn-check:focus + .node .webtan-event .btn-accent::before, .node .webtan-event .btn-accent:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-accent:active, .node .webtan-event .btn-accent.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-accent:active:focus, .node .webtan-event .btn-accent.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-accent:active::before, .node .webtan-event .btn-accent.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-accent.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-accent.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-accent.btn-lg::before, .node .webtan-event .btn-accent.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-accent.btn-lg:active::before, .node .webtan-event .btn-accent.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-accent2 {
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-accent2 {
    transition: none;
  }
}
.node .webtan-event .btn-accent2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-white);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-accent2:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-white);
}
.node .webtan-event .btn-accent2:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-accent2, .node .webtan-event .btn-accent2:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-white);
}
.btn-check:focus + .node .webtan-event .btn-accent2::before, .node .webtan-event .btn-accent2:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-accent2:active, .node .webtan-event .btn-accent2.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-white);
}
.node .webtan-event .btn-accent2:active:focus, .node .webtan-event .btn-accent2.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-accent2:active::before, .node .webtan-event .btn-accent2.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-accent2.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-accent2.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-accent2.btn-lg::before, .node .webtan-event .btn-accent2.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-accent2.btn-lg:active::before, .node .webtan-event .btn-accent2.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-accent3 {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-accent3 {
    transition: none;
  }
}
.node .webtan-event .btn-accent3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 0.375rem;
}
.node .webtan-event .btn-accent3:hover {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-accent3:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.btn-check:focus + .node .webtan-event .btn-accent3, .node .webtan-event .btn-accent3:focus {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.btn-check:focus + .node .webtan-event .btn-accent3::before, .node .webtan-event .btn-accent3:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-accent3:active, .node .webtan-event .btn-accent3.active {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-accent3:active:focus, .node .webtan-event .btn-accent3.active:focus {
  color: var(--bs-btn-bg);
}
.node .webtan-event .btn-accent3:active::before, .node .webtan-event .btn-accent3.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
  border-radius: 0.375rem;
}
.node .webtan-event .btn-accent3.btn-lg::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-accent3.btn-lg:hover::before {
  border-radius: 0.5rem;
}
.btn-check:focus + .node .webtan-event .btn-accent3.btn-lg::before, .node .webtan-event .btn-accent3.btn-lg:focus::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-accent3.btn-lg:active::before, .node .webtan-event .btn-accent3.btn-lg.active::before {
  border-radius: 0.5rem;
}
.node .webtan-event .btn-outline-primary {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-primary {
    transition: none;
  }
}
.node .webtan-event .btn-outline-primary::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-primary:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-primary:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-primary:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-primary:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-primary:active, .node .webtan-event .btn-outline-primary.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-primary:active:focus, .node .webtan-event .btn-outline-primary.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-primary:active::before, .node .webtan-event .btn-outline-primary.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-secondary {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-secondary {
    transition: none;
  }
}
.node .webtan-event .btn-outline-secondary::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-secondary:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-secondary:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-secondary:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-secondary:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-secondary:active, .node .webtan-event .btn-outline-secondary.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-secondary:active:focus, .node .webtan-event .btn-outline-secondary.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-secondary:active::before, .node .webtan-event .btn-outline-secondary.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-success {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-success {
    transition: none;
  }
}
.node .webtan-event .btn-outline-success::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-success:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-success:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-success:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-success:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-success:active, .node .webtan-event .btn-outline-success.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-success:active:focus, .node .webtan-event .btn-outline-success.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-success:active::before, .node .webtan-event .btn-outline-success.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-info {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-info {
    transition: none;
  }
}
.node .webtan-event .btn-outline-info::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-info:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-info:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-info:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-info:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-info:active, .node .webtan-event .btn-outline-info.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-info:active:focus, .node .webtan-event .btn-outline-info.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-info:active::before, .node .webtan-event .btn-outline-info.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-warning {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-warning {
    transition: none;
  }
}
.node .webtan-event .btn-outline-warning::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-warning:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-warning:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-warning:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-warning:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-warning:active, .node .webtan-event .btn-outline-warning.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-warning:active:focus, .node .webtan-event .btn-outline-warning.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-warning:active::before, .node .webtan-event .btn-outline-warning.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-danger {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-danger {
    transition: none;
  }
}
.node .webtan-event .btn-outline-danger::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-danger:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-danger:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-danger:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-danger:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-danger:active, .node .webtan-event .btn-outline-danger.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-danger:active:focus, .node .webtan-event .btn-outline-danger.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-danger:active::before, .node .webtan-event .btn-outline-danger.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-light {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-light {
    transition: none;
  }
}
.node .webtan-event .btn-outline-light::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-light:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-light:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-light:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-light:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-light:active, .node .webtan-event .btn-outline-light.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-light:active:focus, .node .webtan-event .btn-outline-light.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-light:active::before, .node .webtan-event .btn-outline-light.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-dark {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-dark {
    transition: none;
  }
}
.node .webtan-event .btn-outline-dark::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-dark:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-dark:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-dark:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-dark:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-dark:active, .node .webtan-event .btn-outline-dark.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-dark:active:focus, .node .webtan-event .btn-outline-dark.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-dark:active::before, .node .webtan-event .btn-outline-dark.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-accent {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-accent {
    transition: none;
  }
}
.node .webtan-event .btn-outline-accent::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-accent:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-accent:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-accent:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-accent:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-accent:active, .node .webtan-event .btn-outline-accent.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-accent:active:focus, .node .webtan-event .btn-outline-accent.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-accent:active::before, .node .webtan-event .btn-outline-accent.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-accent2 {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-accent2 {
    transition: none;
  }
}
.node .webtan-event .btn-outline-accent2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-accent2:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-accent2:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-accent2:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-accent2:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-accent2:active, .node .webtan-event .btn-outline-accent2.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-accent2:active:focus, .node .webtan-event .btn-outline-accent2.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-accent2:active::before, .node .webtan-event .btn-outline-accent2.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-accent3 {
  color: var(--bs-btn-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .node .webtan-event .btn-outline-accent3 {
    transition: none;
  }
}
.node .webtan-event .btn-outline-accent3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--bs-btn-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.node .webtan-event .btn-outline-accent3:hover {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-accent3:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-accent3:focus {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-accent3:focus::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .btn-outline-accent3:active, .node .webtan-event .btn-outline-accent3.active {
  color: var(--bs-white);
  background-color: var(--bs-btn-color);
}
.node .webtan-event .btn-outline-accent3:active:focus, .node .webtan-event .btn-outline-accent3.active:focus {
  color: var(--bs-white);
}
.node .webtan-event .btn-outline-accent3:active::before, .node .webtan-event .btn-outline-accent3.active::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.node .webtan-event .speech-bubble {
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}
.node .webtan-event .speech-bubble::before {
  border: 7px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: calc(30% + 1px);
  width: 0;
  z-index: 1;
}
.node .webtan-event .speech-bubble::after {
  border: 5px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: calc(30% + 3px);
  width: 0;
  z-index: 2;
}
.node .webtan-event .speech-bubble.speech-bubble-border-primary {
  border: 2px solid #F07191;
}
.node .webtan-event .speech-bubble.speech-bubble-border-secondary {
  border: 2px solid #7d7a7b;
}
.node .webtan-event .speech-bubble.speech-bubble-border-success {
  border: 2px solid #198754;
}
.node .webtan-event .speech-bubble.speech-bubble-border-info {
  border: 2px solid #0dcaf0;
}
.node .webtan-event .speech-bubble.speech-bubble-border-warning {
  border: 2px solid #ffc107;
}
.node .webtan-event .speech-bubble.speech-bubble-border-danger {
  border: 2px solid #dc3545;
}
.node .webtan-event .speech-bubble.speech-bubble-border-light {
  border: 2px solid #faf7f7;
}
.node .webtan-event .speech-bubble.speech-bubble-border-dark {
  border: 2px solid #292828;
}
.node .webtan-event .speech-bubble.speech-bubble-border-accent {
  border: 2px solid #A01651;
}
.node .webtan-event .speech-bubble.speech-bubble-border-accent2 {
  border: 2px solid #0ca0f2;
}
.node .webtan-event .speech-bubble.speech-bubble-border-accent3 {
  border: 2px solid #ef245c;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-primary {
  background-color: #fce3e9;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-secondary {
  background-color: #e5e4e5;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-success {
  background-color: #d1e7dd;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-info {
  background-color: #cff4fc;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-warning {
  background-color: #fff3cd;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-danger {
  background-color: #f8d7da;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-light {
  background-color: #fefdfd;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-dark {
  background-color: #d4d4d4;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-accent {
  background-color: #ecd0dc;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-accent2 {
  background-color: #ceecfc;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-accent3 {
  background-color: #fcd3de;
}
.node .webtan-event .speech-bubble.speech-bubble-bg-white {
  background-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left::before {
  right: calc(100% + 1px);
}
.node .webtan-event .speech-bubble.speech-bubble-left::after {
  right: 100%;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-primary::before {
  border-right-color: #F07191;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-primary::after {
  border-right-color: #fce3e9;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-secondary::before {
  border-right-color: #7d7a7b;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-secondary::after {
  border-right-color: #e5e4e5;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-success::before {
  border-right-color: #198754;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-success::after {
  border-right-color: #d1e7dd;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-info::before {
  border-right-color: #0dcaf0;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-info::after {
  border-right-color: #cff4fc;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-warning::before {
  border-right-color: #ffc107;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-warning::after {
  border-right-color: #fff3cd;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-danger::before {
  border-right-color: #dc3545;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-danger::after {
  border-right-color: #f8d7da;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-light::before {
  border-right-color: #faf7f7;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-light::after {
  border-right-color: #fefdfd;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-dark::before {
  border-right-color: #292828;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-dark::after {
  border-right-color: #d4d4d4;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-accent::before {
  border-right-color: #A01651;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-accent::after {
  border-right-color: #ecd0dc;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-accent2::before {
  border-right-color: #0ca0f2;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-accent2::after {
  border-right-color: #ceecfc;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-border-accent3::before {
  border-right-color: #ef245c;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-accent3::after {
  border-right-color: #fcd3de;
}
.node .webtan-event .speech-bubble.speech-bubble-left.speech-bubble-bg-white::after {
  border-right-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right::before {
  left: calc(100% + 1px);
}
.node .webtan-event .speech-bubble.speech-bubble-right::after {
  left: 100%;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-primary::before {
  border-left-color: #F07191;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-primary::after {
  border-left-color: #fce3e9;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-secondary::before {
  border-left-color: #7d7a7b;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-secondary::after {
  border-left-color: #e5e4e5;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-success::before {
  border-left-color: #198754;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-success::after {
  border-left-color: #d1e7dd;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-info::before {
  border-left-color: #0dcaf0;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-info::after {
  border-left-color: #cff4fc;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-warning::before {
  border-left-color: #ffc107;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-warning::after {
  border-left-color: #fff3cd;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-danger::before {
  border-left-color: #dc3545;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-danger::after {
  border-left-color: #f8d7da;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-light::before {
  border-left-color: #faf7f7;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-light::after {
  border-left-color: #fefdfd;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-dark::before {
  border-left-color: #292828;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-dark::after {
  border-left-color: #d4d4d4;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-accent::before {
  border-left-color: #A01651;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-accent::after {
  border-left-color: #ecd0dc;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-accent2::before {
  border-left-color: #0ca0f2;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-accent2::after {
  border-left-color: #ceecfc;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-border-accent3::before {
  border-left-color: #ef245c;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-accent3::after {
  border-left-color: #fcd3de;
}
.node .webtan-event .speech-bubble.speech-bubble-right.speech-bubble-bg-white::after {
  border-left-color: #fff;
}
.node .webtan-event .shoppingcart {
  background-color: var(--bs-light);
  border-left: 2px solid var(--bs-accent2);
  overflow: hidden;
  width: var(--shoppingcart-grip-width);
  transition: width 0.5s ease-in-out;
}
.node .webtan-event .shoppingcart.active {
  width: 95vw;
}
@media (min-width: 992px) {
  .node .webtan-event .shoppingcart.active {
    width: 65vw;
  }
}
.node .webtan-event .rotate-180 {
  transform: rotate(180deg);
}
.node .webtan-event .webtan-shoppingcart-table {
  --bs-table-striped-bg: #f0eded;
}
.node .webtan-event .webtan-shoppingcart-table thead {
  display: none;
}
@media (min-width: 992px) {
  .node .webtan-event .webtan-shoppingcart-table thead {
    display: table-header-group;
  }
}
.node .webtan-event .webtan-shoppingcart-table tr {
  display: flex;
  flex-wrap: wrap;
}
.node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-date {
  flex: 1 1 50%;
}
.node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-reg-type {
  flex: 1 1 50%;
}
.node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-time {
  flex: 1 1 50%;
}
.node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-id {
  flex: 1 1 100%;
}
.node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-title {
  flex: 1 1 100%;
}
.node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-action {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .node .webtan-event .webtan-shoppingcart-table tr {
    display: table-row;
  }
  .node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-date,
  .node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-reg-type,
  .node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-time,
  .node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-id,
  .node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-title,
  .node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-action {
    display: table-cell;
  }
  .node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-title {
    width: auto;
  }
  .node .webtan-event .webtan-shoppingcart-table tr td.cart-table-col-action {
    width: 1%;
  }
}
.node .webtan-event .timetable-nav-link:not(.active) {
  border: 0;
}
.node .webtan-event .timetable-nav-link:not(.active):hover, .node .webtan-event .timetable-nav-link:not(.active):focus, .node .webtan-event .timetable-nav-link:not(.active):active {
  border: 0;
}
.node .webtan-event .nav-tabs .nav-item .nav-link {
  height: 100% !important;
}
.node .webtan-event .nav-tabs .nav-item.show .nav-link, .node .webtan-event .nav-tabs .nav-link.active {
  height: calc(100% + var(--bs-nav-tabs-border-width)) !important;
}
.node .webtan-event .speaker-logo-figure {
  transition: padding 1s ease-in-out;
}
.node .webtan-event .bg-cartin-session {
  background-color: #e7f6fe;
}
.node .webtan-event .bg-cartin-session .speaker-logo-figure {
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 1.5rem;
}
.node .webtan-event .bg-entry-session {
  background-color: #f6e8ee !important;
}
.node .webtan-event .bg-entry-session .speaker-logo-figure {
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 1.5rem;
}
.node .webtan-event .profile-photo {
  border-radius: 50%;
  display: inline-block;
  width: 50%;
}
@media (min-width: 992px) {
  .node .webtan-event .profile-photo {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .node .webtan-event .sessions-max-cols-3 .btn-cols-max,
  .node .webtan-event .sessions-max-cols-4 .btn-cols-max,
  .node .webtan-event .sessions-max-cols-5 .btn-cols-max {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.8rem;
    --bs-btn-border-radius: 0.25rem;
  }
}
.node .webtan-event .session-filter-fixed {
  border-radius: 0 0 0.25rem 0.25rem;
  max-width: 100vw;
  width: 100vw;
}
@media (min-width: 992px) {
  .node .webtan-event .session-filter-fixed {
    border-radius: 0 0 0.25rem 0;
    max-width: 80vw;
    width: auto;
  }
}
.node .webtan-event img.webtan-header-logos {
  height: 24px;
  width: auto;
}
@media (min-width: 992px) {
  .node .webtan-event img.webtan-header-logos {
    height: 48px;
  }
}
.node .webtan-event .webtan-form-progress {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 2em;
}
.node .webtan-event .webtan-form-progress .col {
  flex: 1 1 25%;
  position: relative;
}
.node .webtan-event .webtan-form-progress .col:first-child {
  flex: 1 1 0%;
}
.node .webtan-event .progress-text {
  font-size: 0.8rem;
  right: 0;
  top: calc(50% - 2rem);
  transform: translate(50%, 0);
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}
.node .webtan-event .progress-circle {
  background-color: #d9d4d4;
  border: 0;
  border-radius: 50%;
  left: 100%;
  height: 1.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 1.5rem;
  z-index: 1;
}
.node .webtan-event .active .progress-circle {
  background-color: #fff;
  border: 4px solid #0ca0f2;
}
.node .webtan-event .webtan-form-progress-bar {
  align-items: center;
  display: flex;
}
.node .webtan-event .webtan-form-progress-bar::before {
  background-color: #d9d4d4;
  content: "";
  flex: 1 1 100%;
  height: 0.5rem;
}
.node .webtan-event .col.active .webtan-form-progress-bar::before {
  background-color: #0ca0f2;
}
.node .webtan-event .col:first-child .webtan-form-progress-bar::before {
  display: none;
}
.node .webtan-event .webtan-form-table-horizontal tr {
  background-color: #f0eded;
  display: block;
  margin-bottom: 1.5rem;
}
.node .webtan-event .webtan-form-table-horizontal tr th {
  display: inline-block;
}
.node .webtan-event .webtan-form-table-horizontal tr td:nth-of-type(1) {
  display: inline-block;
}
.node .webtan-event .webtan-form-table-horizontal tr td:nth-of-type(2) {
  display: inline-block;
}
.node .webtan-event .webtan-form-table-horizontal tr td:nth-of-type(3) {
  background-color: #fff;
  display: block;
}
@media (min-width: 992px) {
  .node .webtan-event .webtan-form-table-horizontal tr {
    background-color: inherit;
    display: table-row;
    margin-bottom: 0;
  }
  .node .webtan-event .webtan-form-table-horizontal tr th {
    background-color: #f0eded;
    display: table-cell;
    white-space: nowrap;
    width: 1%;
  }
  .node .webtan-event .webtan-form-table-horizontal tr td:nth-of-type(1) {
    background-color: #f0eded;
    display: table-cell;
    width: 1%;
  }
  .node .webtan-event .webtan-form-table-horizontal tr td:nth-of-type(2) {
    display: table-cell;
    width: 1%;
  }
  .node .webtan-event .webtan-form-table-horizontal tr td:nth-of-type(3) {
    background-color: inherit;
    display: table-cell;
  }
}
.node .webtan-event .webtan-form-example {
  background-color: #e5e3e3;
  border: 1px solid #292828;
  border-radius: 0.25rem;
  padding: 0.25rem;
  white-space: nowrap;
}
.node .webtan-event .webtan-form-table-vertical tr {
  background-color: #f0eded;
  display: block;
  margin-bottom: 1.5rem;
}
.node .webtan-event .webtan-form-table-vertical tr th {
  display: inline-block;
}
.node .webtan-event .webtan-form-table-vertical tr td:nth-of-type(1) {
  display: inline-block;
}
.node .webtan-event .webtan-form-table-vertical tr td:nth-of-type(2) {
  display: inline-block;
}
.node .webtan-event .webtan-form-table-vertical tr td:nth-of-type(3) {
  background-color: #fff;
  display: block;
}
.node .webtan-event .webtan-validation.ok, .node .webtan-event .webtan-validation.error, .node .webtan-event .webtan-validation.default {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
}
.node .webtan-event .webtan-validation.ok {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23198754" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1.25 17.292l-4.5-4.364 1.857-1.858 2.643 2.506 5.643-5.784 1.857 1.857-7.5 7.643z"/%3e%3c/svg%3e');
}
.node .webtan-event .webtan-validation.error {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23dc3545" d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.597 17.954l-4.591-4.55-4.555 4.596-1.405-1.405 4.547-4.592-4.593-4.552 1.405-1.405 4.588 4.543 4.545-4.589 1.416 1.403-4.546 4.587 4.592 4.548-1.403 1.416z"/%3e%3c/svg%3e');
}
.node .webtan-event .webtan-validation.default {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3e%3cpath fill="%23d9d4d4" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.393 7.5l-5.643 5.784-2.644-2.506-1.856 1.858 4.5 4.364 7.5-7.643-1.857-1.857z"/%3e%3c/svg%3e');
}
.node .webtan-event .webtan-validation-error-message:empty {
  display: none;
}
.node .webtan-event .webtan-validation-error-message:not(:empty) {
  font-size: 0.8rem;
  --bs-alert-padding-y: .5rem;
  --bs-alert-margin-bottom: .25rem;
}
.node .webtan-event .speaker-logo-box .speaker-logo {
  width: auto !important;
}
@media (max-width: 991.98px) {
  .node .webtan-event .speaker-logo-figure {
    padding-top: 1.5rem; /* .bg-cartin-session用の指定で上書きされる */
  }
}
@media (max-width: 575.98px) {
  .node .webtan-event .table-sm-block tr,
  .node .webtan-event .table-sm-block th,
  .node .webtan-event .table-sm-block td {
    display: block;
  }
  #main .node .webtan-event .table-sm-block td {
    padding: 0.5rem 0.5rem;
  }
}
.node .webtan-event .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.node .webtan-event .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.node .webtan-event .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.node .webtan-event .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.node .webtan-event .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.node .webtan-event .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 992px) {
  .node .webtan-event .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .node .webtan-event .row-cols-lg-1 > *.col-1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .node .webtan-event .row-cols-lg-1 > *.col-2 {
    flex: 0 0 auto;
    width: 200%;
  }
  .node .webtan-event .row-cols-lg-1 > *.col-3 {
    flex: 0 0 auto;
    width: 300%;
  }
  .node .webtan-event .row-cols-lg-1 > *.col-4 {
    flex: 0 0 auto;
    width: 400%;
  }
  .node .webtan-event .row-cols-lg-1 > *.col-5 {
    flex: 0 0 auto;
    width: 500%;
  }
  .node .webtan-event .row-cols-lg-1 > *.col-6 {
    flex: 0 0 auto;
    width: 600%;
  }
  .node .webtan-event .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .node .webtan-event .row-cols-lg-2 > *.col-1 {
    flex: 0 0 auto;
    width: 50%;
  }
  .node .webtan-event .row-cols-lg-2 > *.col-2 {
    flex: 0 0 auto;
    width: 100%;
  }
  .node .webtan-event .row-cols-lg-2 > *.col-3 {
    flex: 0 0 auto;
    width: 150%;
  }
  .node .webtan-event .row-cols-lg-2 > *.col-4 {
    flex: 0 0 auto;
    width: 200%;
  }
  .node .webtan-event .row-cols-lg-2 > *.col-5 {
    flex: 0 0 auto;
    width: 250%;
  }
  .node .webtan-event .row-cols-lg-2 > *.col-6 {
    flex: 0 0 auto;
    width: 300%;
  }
  .node .webtan-event .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .node .webtan-event .row-cols-lg-3 > *.col-1 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .node .webtan-event .row-cols-lg-3 > *.col-2 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .node .webtan-event .row-cols-lg-3 > *.col-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .node .webtan-event .row-cols-lg-3 > *.col-4 {
    flex: 0 0 auto;
    width: 133.3333333333%;
  }
  .node .webtan-event .row-cols-lg-3 > *.col-5 {
    flex: 0 0 auto;
    width: 166.6666666667%;
  }
  .node .webtan-event .row-cols-lg-3 > *.col-6 {
    flex: 0 0 auto;
    width: 200%;
  }
  .node .webtan-event .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .node .webtan-event .row-cols-lg-4 > *.col-1 {
    flex: 0 0 auto;
    width: 25%;
  }
  .node .webtan-event .row-cols-lg-4 > *.col-2 {
    flex: 0 0 auto;
    width: 50%;
  }
  .node .webtan-event .row-cols-lg-4 > *.col-3 {
    flex: 0 0 auto;
    width: 75%;
  }
  .node .webtan-event .row-cols-lg-4 > *.col-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .node .webtan-event .row-cols-lg-4 > *.col-5 {
    flex: 0 0 auto;
    width: 125%;
  }
  .node .webtan-event .row-cols-lg-4 > *.col-6 {
    flex: 0 0 auto;
    width: 150%;
  }
  .node .webtan-event .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .node .webtan-event .row-cols-lg-5 > *.col-1 {
    flex: 0 0 auto;
    width: 20%;
  }
  .node .webtan-event .row-cols-lg-5 > *.col-2 {
    flex: 0 0 auto;
    width: 40%;
  }
  .node .webtan-event .row-cols-lg-5 > *.col-3 {
    flex: 0 0 auto;
    width: 60%;
  }
  .node .webtan-event .row-cols-lg-5 > *.col-4 {
    flex: 0 0 auto;
    width: 80%;
  }
  .node .webtan-event .row-cols-lg-5 > *.col-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .node .webtan-event .row-cols-lg-5 > *.col-6 {
    flex: 0 0 auto;
    width: 120%;
  }
  .node .webtan-event .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .node .webtan-event .row-cols-lg-6 > *.col-1 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .node .webtan-event .row-cols-lg-6 > *.col-2 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .node .webtan-event .row-cols-lg-6 > *.col-3 {
    flex: 0 0 auto;
    width: 50%;
  }
  .node .webtan-event .row-cols-lg-6 > *.col-4 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .node .webtan-event .row-cols-lg-6 > *.col-5 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .node .webtan-event .row-cols-lg-6 > *.col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.node .webtan-event a.session-detail:is(.btn) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .node .webtan-event .session-detail-wrapper {
    width: 33%;
  }
  .node .webtan-event .session-actions {
    width: 67%;
  }
}
.node .webtan-event #login-state {
  /* ログインボタンと登録ボタン両方のblock margin調整 */
  /* loginボックス内の登録ボタン */
  /* loginボックス内のヘルプテキスト */
}
.node .webtan-event #login-state .btn {
  padding-top: 4px;
  padding-bottom: 4px;
}
.node .webtan-event #login-state .btn > span {
  display: block;
  line-height: 1.2;
  margin: 0.25em 0;
}
.node .webtan-event #login-state .session-timetable-submit-btn {
  margin-top: 0.6em;
}
.node .webtan-event #login-state .session-timetable-submit-btn .unregisterd-warning {
  display: none !important;
}
.node .webtan-event #login-state .login-box-help {
  max-width: 100%;
}
@media (min-width: 992px) {
  .node .webtan-event #login-state .login-box-help {
    font-size: 0.8em;
    max-width: 9em;
  }
}
.node .webtan-event .icon_question_square {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.2em;
  /* backgroundにSVG指定してCSSで色を変えるのはちょっと面倒 */
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-question-square' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286m1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  mask-origin: content-box;
}
.node .webtan-event ul.nav-tabs > li {
  list-style-type: none;
}
@media (max-width: 575.98px) {
  .node .webtan-event .shoppingcart-wrapper {
    height: auto !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    flex-direction: column;
  }
  .node .webtan-event .shoppingcart-wrapper .charcter-shoppingcart {
    position: relative;
    top: -50px;
  }
  .node .webtan-event .shoppingcart-wrapper .charcter-shoppingcart:has(.badge.bg-danger) {
    top: -90px;
  }
  .node .webtan-event .shoppingcart-wrapper .charcter-shoppingcart .charcter-message .d-block:nth-child(-n+2) {
    display: inline !important;
  }
  .node .webtan-event .shoppingcart-wrapper .charcter-shoppingcart .charcter-message .d-block:first-child {
    margin-right: 0.25em;
  }
  .node .webtan-event .shoppingcart-wrapper .charcter-shoppingcart .charcter-message .badge.bg-danger br {
    display: none;
  }
  .node .webtan-event .shoppingcart-wrapper .shoppingcart {
    top: auto;
    bottom: 0 !important;
    position: relative;
    width: 100% !important;
    border-left: none;
    border-top: 2px solid var(--bs-accent2);
    transition: height 0.5s ease-in-out;
    flex-direction: column;
  }
  .node .webtan-event .shoppingcart-wrapper .shoppingcart > div.overflow-scroll {
    overscroll-behavior: contain;
  }
  .node .webtan-event .shoppingcart-wrapper .shoppingcart > button {
    height: calc(var(--shoppingcart-grip-width) + 6px) !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .node .webtan-event .shoppingcart-wrapper .shoppingcart > button > svg {
    transform: rotate(90deg);
  }
  .node .webtan-event .shoppingcart-wrapper .shoppingcart > button.rotate-180 {
    transform: rotate(0deg);
  }
  .node .webtan-event .shoppingcart-wrapper .shoppingcart > button.rotate-180 > svg {
    transform: rotate(-90deg);
  }
  .node .webtan-event .shoppingcart-wrapper .shoppingcart.active > div {
    max-height: calc(100lvh - var(--shoppingcart-grip-width) - 120px) !important;
  }
}

/*# sourceMappingURL=webtan-event.css.map */
