@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.grid, .grid-3col, .grid-3col-24, .grid-3col-23, .grid-3col-22, .grid-3col-21, .grid-3col-20, .grid-3col-19, .grid-3col-18, .grid-3col-17, .grid-3col-16, .grid-3col-15, .grid-3col-14, .grid-3col-13, .grid-3col-12, .grid-3col-11, .grid-3col-10, .grid-3col-9, .grid-3col-8, .grid-3col-7, .grid-3col-6, .grid-3col-5, .grid-3col-4, .grid-4col, .grid-4col-24, .grid-4col-23, .grid-4col-22, .grid-4col-21, .grid-4col-20, .grid-4col-19, .grid-4col-18, .grid-4col-17, .grid-4col-16, .grid-4col-15, .grid-4col-14, .grid-4col-13, .grid-4col-12, .grid-4col-11, .grid-4col-10, .grid-4col-9, .grid-4col-8, .grid-4col-7, .grid-4col-6, .grid-4col-5, .grid-4col-4, .grid-2col, .grid-2col-24 {
  display: grid;
}
.grid-2col, .grid-2col-24 {
  grid-template-columns: 1fr 1fr;
}
.grid-2col-24 {
  -moz-column-gap: var(--spacing-24);
       column-gap: var(--spacing-24);
}
@media screen and (max-width: 768px) {
  .grid-2col, .grid-2col-24 {
    grid-template-columns: 1fr;
  }
}
.grid-4col, .grid-4col-24, .grid-4col-23, .grid-4col-22, .grid-4col-21, .grid-4col-20, .grid-4col-19, .grid-4col-18, .grid-4col-17, .grid-4col-16, .grid-4col-15, .grid-4col-14, .grid-4col-13, .grid-4col-12, .grid-4col-11, .grid-4col-10, .grid-4col-9, .grid-4col-8, .grid-4col-7, .grid-4col-6, .grid-4col-5, .grid-4col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-4col-4 {
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.grid-4col-5 {
  -moz-column-gap: var(--spacing-5);
       column-gap: var(--spacing-5);
}
.grid-4col-6 {
  -moz-column-gap: var(--spacing-6);
       column-gap: var(--spacing-6);
}
.grid-4col-7 {
  -moz-column-gap: var(--spacing-7);
       column-gap: var(--spacing-7);
}
.grid-4col-8 {
  -moz-column-gap: var(--spacing-8);
       column-gap: var(--spacing-8);
}
.grid-4col-9 {
  -moz-column-gap: var(--spacing-9);
       column-gap: var(--spacing-9);
}
.grid-4col-10 {
  -moz-column-gap: var(--spacing-10);
       column-gap: var(--spacing-10);
}
.grid-4col-11 {
  -moz-column-gap: var(--spacing-11);
       column-gap: var(--spacing-11);
}
.grid-4col-12 {
  -moz-column-gap: var(--spacing-12);
       column-gap: var(--spacing-12);
}
.grid-4col-13 {
  -moz-column-gap: var(--spacing-13);
       column-gap: var(--spacing-13);
}
.grid-4col-14 {
  -moz-column-gap: var(--spacing-14);
       column-gap: var(--spacing-14);
}
.grid-4col-15 {
  -moz-column-gap: var(--spacing-15);
       column-gap: var(--spacing-15);
}
.grid-4col-16 {
  -moz-column-gap: var(--spacing-16);
       column-gap: var(--spacing-16);
}
.grid-4col-17 {
  -moz-column-gap: var(--spacing-17);
       column-gap: var(--spacing-17);
}
.grid-4col-18 {
  -moz-column-gap: var(--spacing-18);
       column-gap: var(--spacing-18);
}
.grid-4col-19 {
  -moz-column-gap: var(--spacing-19);
       column-gap: var(--spacing-19);
}
.grid-4col-20 {
  -moz-column-gap: var(--spacing-20);
       column-gap: var(--spacing-20);
}
.grid-4col-21 {
  -moz-column-gap: var(--spacing-21);
       column-gap: var(--spacing-21);
}
.grid-4col-22 {
  -moz-column-gap: var(--spacing-22);
       column-gap: var(--spacing-22);
}
.grid-4col-23 {
  -moz-column-gap: var(--spacing-23);
       column-gap: var(--spacing-23);
}
.grid-4col-24 {
  -moz-column-gap: var(--spacing-24);
       column-gap: var(--spacing-24);
}
@media screen and (max-width: 768px) {
  .grid-4col, .grid-4col-24, .grid-4col-23, .grid-4col-22, .grid-4col-21, .grid-4col-20, .grid-4col-19, .grid-4col-18, .grid-4col-17, .grid-4col-16, .grid-4col-15, .grid-4col-14, .grid-4col-13, .grid-4col-12, .grid-4col-11, .grid-4col-10, .grid-4col-9, .grid-4col-8, .grid-4col-7, .grid-4col-6, .grid-4col-5, .grid-4col-4 {
    grid-template-columns: 1fr;
  }
}
.grid-3col, .grid-3col-24, .grid-3col-23, .grid-3col-22, .grid-3col-21, .grid-3col-20, .grid-3col-19, .grid-3col-18, .grid-3col-17, .grid-3col-16, .grid-3col-15, .grid-3col-14, .grid-3col-13, .grid-3col-12, .grid-3col-11, .grid-3col-10, .grid-3col-9, .grid-3col-8, .grid-3col-7, .grid-3col-6, .grid-3col-5, .grid-3col-4 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-3col-4 {
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.grid-3col-5 {
  -moz-column-gap: var(--spacing-5);
       column-gap: var(--spacing-5);
}
.grid-3col-6 {
  -moz-column-gap: var(--spacing-6);
       column-gap: var(--spacing-6);
}
.grid-3col-7 {
  -moz-column-gap: var(--spacing-7);
       column-gap: var(--spacing-7);
}
.grid-3col-8 {
  -moz-column-gap: var(--spacing-8);
       column-gap: var(--spacing-8);
}
.grid-3col-9 {
  -moz-column-gap: var(--spacing-9);
       column-gap: var(--spacing-9);
}
.grid-3col-10 {
  -moz-column-gap: var(--spacing-10);
       column-gap: var(--spacing-10);
}
.grid-3col-11 {
  -moz-column-gap: var(--spacing-11);
       column-gap: var(--spacing-11);
}
.grid-3col-12 {
  -moz-column-gap: var(--spacing-12);
       column-gap: var(--spacing-12);
}
.grid-3col-13 {
  -moz-column-gap: var(--spacing-13);
       column-gap: var(--spacing-13);
}
.grid-3col-14 {
  -moz-column-gap: var(--spacing-14);
       column-gap: var(--spacing-14);
}
.grid-3col-15 {
  -moz-column-gap: var(--spacing-15);
       column-gap: var(--spacing-15);
}
.grid-3col-16 {
  -moz-column-gap: var(--spacing-16);
       column-gap: var(--spacing-16);
}
.grid-3col-17 {
  -moz-column-gap: var(--spacing-17);
       column-gap: var(--spacing-17);
}
.grid-3col-18 {
  -moz-column-gap: var(--spacing-18);
       column-gap: var(--spacing-18);
}
.grid-3col-19 {
  -moz-column-gap: var(--spacing-19);
       column-gap: var(--spacing-19);
}
.grid-3col-20 {
  -moz-column-gap: var(--spacing-20);
       column-gap: var(--spacing-20);
}
.grid-3col-21 {
  -moz-column-gap: var(--spacing-21);
       column-gap: var(--spacing-21);
}
.grid-3col-22 {
  -moz-column-gap: var(--spacing-22);
       column-gap: var(--spacing-22);
}
.grid-3col-23 {
  -moz-column-gap: var(--spacing-23);
       column-gap: var(--spacing-23);
}
.grid-3col-24 {
  -moz-column-gap: var(--spacing-24);
       column-gap: var(--spacing-24);
}
@media screen and (max-width: 768px) {
  .grid-3col, .grid-3col-24, .grid-3col-23, .grid-3col-22, .grid-3col-21, .grid-3col-20, .grid-3col-19, .grid-3col-18, .grid-3col-17, .grid-3col-16, .grid-3col-15, .grid-3col-14, .grid-3col-13, .grid-3col-12, .grid-3col-11, .grid-3col-10, .grid-3col-9, .grid-3col-8, .grid-3col-7, .grid-3col-6, .grid-3col-5, .grid-3col-4 {
    grid-template-columns: 1fr;
  }
}

:root {
  --primary-110: #06437b;
  --primary-100: #005bac;
  --primary-020: #ccdeee;
  --primary-010: #e5eef7;
  --secondary-110: #36a1b7;
  --secondary-100: #3aafc5;
  --secondary-040: #b0dfe8;
  --secondary-030: #c4e7ee;
  --secondary-010: #ebf7f9;
  --secondary-005: #f3fdff;
  --text: #101d32;
  --gray-100: #222222;
  --gray-060: #737381;
  --gray-020: #e1e0e8;
  --gray-005: #f5f5f5;
  --gray-000: #ffffff;
  --accent-red: #d8562b;
  --accent-red-200: #f7ddd5;
  --accent-yellow: #f8e977;
  --function-hr: #eeeef3;
  --function-input: #eeeef3;
  --gradation: linear-gradient(90deg, #96d8e3 0%, #61bfd1 100%);
}

:root {
  --line-height-heading: 1.4;
  --line-height-search: 1.4;
  --line-height-paragraph: 1.7;
  --letter-spacing-l: 0.8px;
  --letter-spacing-m: 0.72px;
  --letter-spacing-s: 0.6px;
  --letter-spacing-xs: 0.56px;
  --letter-spacing-xxs: 0.48px;
  --font-size-h1: 32px;
  --font-size-h2: 24px;
  --font-size-h3: 20px;
  --font-size-p: 16px;
  --font-size-button: 16px;
  --font-size-info: 14px;
  --font-size-xs: 12px;
  --radius-max: 272px;
  --radius-area: 8px;
  --radius-label: 4px;
}
@media screen and (max-width: 768px) {
  :root {
    --font-size-h1: 24px;
    --font-size-h2: 20px;
    --font-size-h3: 16px;
    --font-size-p: 14px;
    --font-size-button: 14px;
    --font-size-info: 12px;
  }
}

:root {
  --spacing-272: 272px;
  --spacing-168: 168px;
  --spacing-104: 104px;
  --spacing-72: 72px;
  --spacing-64: 64px;
  --spacing-48: 48px;
  --spacing-40: 40px;
  --spacing-32: 32px;
  --spacing-24: 24px;
  --spacing-16: 16px;
  --spacing-12: 12px;
  --spacing-8: 8px;
  --spacing-4: 4px;
  --spacing-2col: 64px;
  --spacing-1col: 272px;
  --spacing-page-header-top: 40px;
  --spacing-page-header-bottom: 64px;
  --spacing-cont-footer: 104px;
  --spacing-article-content_top: 40px;
  --spacing-hr: 40px;
  --spacing-h1-top: 40px;
  --spacing-h2-top: 24px;
  --spacing-h3-top: 16px;
  --spacing-p-top: 16px;
}
@media screen and (max-width: 768px) {
  :root {
    --spacing-2col: 40px;
    --spacing-1col: 16px;
    --spacing-page-header-top: 40px;
    --spacing-page-header-bottom: 40px;
    --spacing-hr: 24px;
    --spacing-cont-footer: 64px;
    --spacing-article-content_top: 24px;
    --spacing-h1-top: 24px;
    --spacing-h2-top: 16px;
    --spacing-h3-top: 8px;
    --spacing-p-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --spacing-2col: 16px;
  }
}
@media screen and (max-width: 375px) {
  :root {
    --spacing-2col: 16px;
    --spacing-1col: 16px;
    --spacing-page-header-top: 16px;
    --spacing-page-header-bottom: 16px;
    --spacing-hr: 24px;
    --spacing-cont-footer: 40px;
  }
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --box-shadow: 2px 4px 10px 0px rgba(0, 64, 120, 0.1),
    5px 8px 20px 0px rgba(0, 64, 120, 0.04);
  --inner-shadow: 1px 2px 4px 0px rgba(16, 29, 50, 0.04) inset,
    2px 4px 12px 0px rgba(16, 29, 50, 0.02) inset;
  --header-shadow: 1px 2px 4px 0px rgba(0, 64, 120, 0.04),
    2px 4px 12px 0px rgba(0, 64, 120, 0.02);
  --tmp-height: 44px;
  --tmp-height-l: 56px;
}

body,
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}

main {
  margin-top: 61px;
}

.l_ta-c {
  text-align: center;
}

/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-primary: #005bac;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

@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.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
@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.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
@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.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
@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.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
@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.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
.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-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-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-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-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-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-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-4 {
  margin-left: 4rem !important;
}

.ms-auto {
  margin-left: auto !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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
/* Layout > Columns */
.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;
}

/* Content > Images */
.row-cols-sm-2.gx-5 .img-vertical {
  max-height: 396px;
}

/* Helpers > Ratios */
.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --aspect-ratio: calc(9 / 21 * 100%);
}

/* Utilities > Background */
.bg-primary {
  background-color: #ebf7f9 !important;
}

/* Utilities > Borders */
.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #005bac !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.rounded {
  border-radius: 10px;
}

/* Utilities > Colors */
.text-primary {
  color: #005bac !important;
}

/* Utilities > Display property */
.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;
}

@media (min-width: 576px) {
  .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;
  }
}
/* Utilities > Shadows */
.shadow {
  box-shadow: 0 6px 10px rgba(0, 142, 172, 0.3) !important;
}

/* Utilities > Text */
@media (min-width: 576px) {
  .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) {
  .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) {
  .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) {
  .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) {
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.fs-1 {
  font-size: 2.25rem !important;
}

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

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

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

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

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

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

.h, #newstool-detail-container .article-header h1, .related-articles-title, .article-body h1, .article-body h2, .article-body h3 {
  font-weight: bold;
  line-height: var(--line-height-heading);
}
.h.h1, .h1.related-articles-title, .article-body h2.h1, .article-body h3.h1, #newstool-detail-container .article-header h1, .article-body h1 {
  font-size: var(--font-size-h1);
}
.h.h2, #newstool-detail-container .article-header h1.h2, .article-body h1.h2, .article-body h3.h2, #newstool-detail-container .article-header h1.related-articles-title, .related-articles-title, .article-body h1.related-articles-title, .article-body h3.related-articles-title, .article-body h2 {
  font-size: var(--font-size-h2);
  letter-spacing: var(--letter-spacing-m);
}
.h.h3, #newstool-detail-container .article-header h1.h3, .h3.related-articles-title, .article-body h1.h3, .article-body h2.h3, .article-body h3 {
  font-size: var(--font-size-h3);
  letter-spacing: var(--letter-spacing-s);
}
.h.article.h1, .article.h1.related-articles-title, .article-body h2.article.h1, .article-body h3.article.h1, #newstool-detail-container .article-header h1.article, .article-body h1.article {
  margin-top: var(--spacing-page-header-top);
}
.h.article.h2, #newstool-detail-container .article-header h1.article.h2, .article-body h1.article.h2, .article-body h3.article.h2, #newstool-detail-container .article-header h1.article.related-articles-title, .article.related-articles-title, .article-body h2.article {
  margin-top: var(--spacing-h2-top);
}
.h.article.h3, #newstool-detail-container .article-header h1.article.h3, .article.h3.related-articles-title, .article-body h1.article.h3, .article-body h2.article.h3, .article-body h3.article {
  margin-top: var(--spacing-h3-top);
}

.p, #newstool-detail-container .article-body, .article-body p, .table th,
.table td, .article-body table th,
.article-body table td {
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-l);
  font-size: var(--font-size-p);
  margin-top: var(--spacing-p-top);
}
.p a, #newstool-detail-container .article-body a, .article-body p a, .table th a,
.table td a, .article-body table th a,
.article-body table td a {
  color: var(--primary-100);
}
.p a:hover, #newstool-detail-container .article-body a:hover, .article-body p a:hover, .table th a:hover,
.table td a:hover, .article-body table th a:hover,
.article-body table td a:hover {
  color: var(--primary-110);
}
.p strong, #newstool-detail-container .article-body strong, .article-body p strong, .table th strong,
.table td strong, .article-body table th strong,
.article-body table td strong {
  font-weight: bold !important;
}

.hr, .article-body hr {
  border-top: 1px solid var(--function-hr);
  margin: var(--spacing-hr) 0;
}

.list li, .article-body ul li, .article-body ol li {
  list-style-type: disc;
  font-size: var(--font-size-p);
  list-style-position: outside;
  margin-left: var(--font-size-p);
}
.list.-num li, .article-body ul.-num li, .article-body ol li {
  list-style-type: decimal;
}

.table, .article-body table {
  width: 100%;
  max-width: 100% !important;
}
.table th, .article-body table th,
.table td,
.article-body table td {
  border: 2px solid var(--function-hr);
  padding: var(--spacing-8);
}
.table th > p:first-child, .article-body table th > p:first-child,
.table td > p:first-child,
.article-body table td > p:first-child {
  margin-top: 0 !important;
}
.table th, .article-body table th {
  font-weight: bold;
  text-align: center;
  background: var(--gray-005);
  vertical-align: middle;
}
.table td h3, .article-body table td h3 {
  font-size: var(--font-size-p);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .table, .article-body table {
    max-width: none !important;
    height: auto !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .table, .article-body table {
    display: block;
    overflow-x: auto;
  }
  .table tbody, .article-body table tbody {
    display: table;
  }
  .table th, .article-body table th,
  .table td,
  .article-body table td {
    width: auto !important;
  }
  .table th, .article-body table th {
    white-space: nowrap;
  }
}

.pre, .article-body pre, .article-body .background-color-red, .article-body .background-color-blue {
  border: 2px solid var(--function-hr);
  background: var(--gray-005);
  padding: var(--spacing-16);
  font-size: var(--font-size-p);
  margin: var(--spacing-16) 0;
  border-radius: var(--radius-area);
  overflow: auto;
}
.pre > *:first-child, .article-body pre > *:first-child, .article-body .background-color-red > *:first-child, .article-body .background-color-blue > *:first-child {
  margin-top: 0;
}

.blockLink, .related-articles ul li a, .toc a, .article-body .mokuji a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  font-size: var(--font-size-p);
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-l);
  padding: var(--spacing-12) 0;
  min-height: var(--tmp-height);
  color: var(--text) !important;
  transition: all 0.2s ease-in-out;
}
.blockLink::before, .related-articles ul li a::before, .toc a::before, .article-body .mokuji a::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("assets/icon_arrow-right.svg");
          mask-image: url("assets/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .blockLink::before, .related-articles ul li a::before, .toc a::before, .article-body .mokuji a::before {
    margin-top: 0;
  }
}
.blockLink:hover, .related-articles ul li a:hover, .toc a:hover, .article-body .mokuji a:hover {
  color: var(--secondary-100) !important;
}
.blockLink.-external, .related-articles ul li a.-external, .toc a.-external, .article-body .mokuji a.-external {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.blockLink.-external::after, .related-articles ul li a.-external::after, .toc a.-external::after, .article-body .mokuji a.-external::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("assets/icon_external.svg");
          mask-image: url("assets/icon_external.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--secondary-100);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .blockLink.-external::after, .related-articles ul li a.-external::after, .toc a.-external::after, .article-body .mokuji a.-external::after {
    margin-top: 0;
  }
}

.blockLinkList .blockLink, .related-articles ul .blockLink, .toc p .blockLink, .article-body .mokuji p .blockLink, .related-articles ul li a, .blockLinkList .toc a, .toc .blockLinkList a, .related-articles ul .toc a, .toc .related-articles ul a, .toc p a, .blockLinkList .article-body .mokuji a, .article-body .mokuji .blockLinkList a, .related-articles ul .article-body .mokuji a, .article-body .mokuji .related-articles ul a, .toc p .article-body .mokuji a, .article-body .mokuji p a {
  border-bottom: 2px solid var(--function-hr);
}
.blockLinkList .blockLink:hover, .related-articles ul .blockLink:hover, .toc p .blockLink:hover, .article-body .mokuji p .blockLink:hover, .related-articles ul li a:hover, .blockLinkList .toc a:hover, .toc .blockLinkList a:hover, .related-articles ul .toc a:hover, .toc .related-articles ul a:hover, .toc p a:hover, .blockLinkList .article-body .mokuji a:hover, .article-body .mokuji .blockLinkList a:hover, .related-articles ul .article-body .mokuji a:hover, .article-body .mokuji .related-articles ul a:hover, .article-body .mokuji p a:hover {
  background: var(--secondary-010);
  color: var(--text) !important;
}

.toc, .article-body .mokuji {
  padding: var(--spacing-16) var(--spacing-24);
  border: 2px solid var(--function-hr);
  border-radius: var(--radius-area);
}
.toc h2, .article-body .mokuji h2 {
  margin-top: 0;
  text-align: center;
}
.toc p, .article-body .mokuji p {
  margin-top: 0;
}
.toc a, .article-body .mokuji a {
  color: var(--text);
}
.toc p:last-child a:last-child, .article-body .mokuji p:last-child a:last-child {
  border-bottom: 0px;
}
.toc br, .article-body .mokuji br {
  display: none;
}
.toc ul li, .article-body .mokuji ul li {
  margin: 0;
  padding-left: var(--spacing-24);
  border-bottom: 2px solid var(--function-hr);
  list-style-position: inside;
}
.toc ul li::marker, .article-body .mokuji ul li::marker {
  color: var(--secondary-100);
}
.toc ul li a::before, .article-body .mokuji ul li a::before {
  display: none;
}
.toc ul a, .article-body .mokuji ul a {
  color: var(--text);
  display: inline-block;
  padding: var(--spacing-12) 0;
}

.button, .search input[type=submit] {
  --padding-x: 16px;
  --padding-y: 32px;
  --border: 2px;
  padding: calc(var(--padding-x) - var(--border)) var(--padding-y);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-max, 272px);
  font-weight: bold;
  font-size: var(--font-size-button);
  line-height: 1em;
  transition: color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  cursor: pointer;
}
.button.-primary, .search input[type=submit], .article-body .button.button-primary {
  background-color: var(--gray-000);
  border: var(--border) solid var(--secondary-100);
  color: var(--secondary-100);
}
.button.-primary:active, .search input[type=submit]:active, .article-body .button.button-primary:active {
  color: var(--secondary-040);
}
.button.-secondary, .search input.-secondary[type=submit], .article-body .button, .search .article-body input[type=submit].button, .article-body .search input[type=submit].button {
  background-color: var(--primary-100);
  border: var(--border) solid var(--primary-100);
  color: var(--gray-000) !important;
}
.button.-secondary:active, .search input.-secondary[type=submit]:active, .article-body .button:active {
  color: var(--primary-020);
}
.button.-tertiary, .search input.-tertiary[type=submit], .indexHero.-reviewpack input.button[type=submit], .search .indexHero.-reviewpack input[type=submit], .indexHero.-reviewpack .search input[type=submit] {
  background-color: var(--gray-000);
  border: var(--border) solid var(--primary-100);
  color: var(--primary-100);
}
.button.-tertiary:active, .search input.-tertiary[type=submit]:active, .indexHero.-reviewpack input.button[type=submit]:active, .search .indexHero.-reviewpack input[type=submit]:active, .indexHero.-reviewpack .search input[type=submit]:active {
  color: var(--primary-100);
}
.button:focus-visible, .search input[type=submit]:focus-visible {
  outline: 2px solid var(--primary-100);
  outline-offset: 2px;
}
.button:hover, .search input[type=submit]:hover {
  box-shadow: var(--box-shadow);
}
.button:disabled, .search input[type=submit]:disabled, .button.-disabled, .search input.-disabled[type=submit] {
  opacity: 0.38;
}

.related-articles {
  margin-top: 80px;
}
.related-articles-title {
  text-align: center;
  margin-bottom: var(--spacing-24);
}
.article-content {
  margin-top: var(--spacing-article-content_top);
}
.article-back a {
  display: inline-flex;
}
.article-back a::before {
  transform: rotate(180deg);
}
.article-body {
  width: 100% !important;
}
.article-body h1 {
  margin-top: var(--spacing-h1-top);
}
.article-body h2 {
  margin-top: var(--spacing-24);
}
.article-body h3 {
  margin-top: var(--spacing-16);
}
.article-body b,
.article-body strong {
  font-weight: bold;
}
.article-body p img {
  margin-top: var(--spacing-p-top);
}
.article-body p + table {
  margin-top: var(--spacing-p-top);
}
.article-body img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .article-body iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.article-body .mokuji p > strong {
  display: block;
  margin-bottom: var(--spacing-16);
}
.article-body p + .mokuji {
  margin-top: var(--spacing-24);
}
.article-body .wysiwyg-color-red {
  color: var(--accent-red);
}
.article-body .wysiwyg-color-blue {
  color: var(--primary-100);
}
.article-body .main {
  display: flex;
}
@media screen and (max-width: 768px) {
  .article-body .main {
    display: block;
  }
}
.article-body .main .contents1,
.article-body .main .contents2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .article-body .main .contents1,
  .article-body .main .contents2 {
    width: 100%;
  }
}
.article-body .row {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .article-body .row {
    --bs-gutter-x: 0px;
  }
  .article-body .row .col {
    margin-bottom: var(--spacing-32);
  }
}
.article-body .background-color-red {
  background-color: var(--accent-red-200);
}
.article-body .background-color-red table td {
  background-color: var(--gray-000);
}
.article-body .background-color-blue {
  background-color: var(--primary-010);
}
.article-body .background-color-blue table td {
  background-color: var(--gray-000);
}
.article-body .nav-pills {
  display: flex;
  gap: var(--spacing-8);
  margin: var(--spacing-16) 0;
}
@media screen and (max-width: 768px) {
  .article-body .nav-pills {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .article-body .nav-pills.nav-col-sm-12 li {
    width: 100%;
  }
}
.article-body .nav-pills li {
  list-style: none;
  margin: 0;
  width: 100%;
  font-size: 14px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .article-body .nav-pills li {
    width: calc(50% - var(--spacing-8));
  }
}
.article-body .nav-pills li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--spacing-16) var(--spacing-8);
  border: 1px solid var(--primary-100);
  border-radius: var(--radius-area);
}
.article-body .nav-pills li a.active {
  background: var(--primary-010);
}
.article-body .nav-pills li a strong {
  display: block;
}

.searchResult {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.searchResult .see-all-filters {
  display: none;
}
@media screen and (max-width: 768px) {
  .searchResult .col1 {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .searchResult .col1 .search-results-sidebar-list {
    display: none;
  }
}
.searchResult .col1 .search-results-sidebar-select {
  display: none;
}
@media screen and (max-width: 768px) {
  .searchResult .col1 .search-results-sidebar-select {
    display: block;
  }
}

.pageHeader, #newstool-detail-container .article-header {
  padding: var(--spacing-page-header-top) 0 var(--spacing-page-header-bottom);
  text-align: center;
  width: 100%;
}
.pageHeader.-article, #newstool-detail-container .article-header {
  -moz-text-align-last: left;
       text-align-last: left;
  border-bottom: 2px solid var(--function-hr);
  padding-bottom: var(--spacing-24);
}
.pageHeader.-article .meta, #newstool-detail-container .article-header .meta, #newstool-detail-container .article-header .article-meta {
  text-align: right;
  font-size: var(--font-size-info);
  margin-top: var(--spacing-16);
}
@media screen and (max-width: 768px) {
  .pageHeader.-article .meta, #newstool-detail-container .article-header .meta, #newstool-detail-container .article-header .article-meta {
    margin-top: var(--spacing-8);
  }
}
.pageHeader.-article .meta-group, #newstool-detail-container .article-header .meta-group {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: var(--spacing-8);
       column-gap: var(--spacing-8);
}

.newstool-list-block {
  padding: var(--spacing-16) 0;
  border-bottom: 2px solid var(--function-hr);
}
.newstool .news-search-lists {
  padding: var(--spacing-32) 0 var(--spacing-40);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .newstool .news-search-lists {
    display: none;
  }
}
.newstool .news-search-select {
  display: none;
}
.newstool .news-search-li {
  font-size: var(--font-size-p);
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  border-right: 2px solid var(--function-hr);
}
.newstool .news-search-li a {
  display: block;
  color: var(--primary-100);
  transition: all 0.2s ease-in-out;
}
.newstool .news-search-li a.-active {
  color: var(--text);
}
.newstool .news-search-li a:hover {
  color: var(--secondary-100);
}
.newstool .news-search-li:last-child {
  border-right: none;
}
.newstool .news-meta {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-8);
}
.newstool .news-date {
  color: var(--gray-060);
  font-size: var(--font-size-info);
  letter-spacing: var(--letter-spacing-xs);
}
.newstool .news-hashtag {
  margin-left: var(--spacing-16);
  display: flex;
  gap: var(--spacing-8);
}
.newstool .news-hashtag a.newstool-label {
  display: block;
  font-size: 12px;
  border-radius: var(--radius-label);
  border: 1px solid var(--gray-020);
  padding: var(--spacing-4);
  min-width: 88px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newstool .news-newicon {
  margin-left: var(--spacing-8);
  font-size: 12px;
  font-weight: bold;
  color: var(--accent-red);
}
.newstool .news-title {
  font-size: var(--font-size-p);
  line-height: var(--line-height-paragraph);
  letter-spacing: var(--letter-spacing-l);
}
.newstool .news-title a {
  transition: all 0.2s ease-in-out;
}
.newstool .news-title a:hover {
  color: var(--secondary-100);
}
.newstool-label.failurelabel {
  color: var(--accent-red);
  border-color: var(--accent-red-200) !important;
}
.newstool-label.maintenancelabel {
  color: var(--primary-100);
  border-color: var(--primary-020) !important;
}
.newstool-paginationWrapper {
  margin-top: var(--spacing-40);
}
.newstool-paginationWrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newstool-paginationWrapper .pagination .page {
  font-size: var(--font-size-info);
  font-weight: 300;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.newstool-paginationWrapper .pagination .page.current {
  background: var(--secondary-100);
  color: var(--gray-000);
}
.newstool-paginationWrapper .pagination .prev,
.newstool-paginationWrapper .pagination .next {
  height: 16px;
  padding: 0 var(--spacing-24);
}

.newsCarousel {
  background: var(--gray-000);
  border-radius: 100px;
  padding: 0 120px 0 var(--spacing-48);
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsCarousel {
    border-radius: var(--radius-area);
    padding: 0 var(--spacing-24);
  }
}
.newsCarousel .inner {
  overflow: hidden;
}
.newsCarousel .newstool-index-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.newsCarousel .newstool-index-container.-focus .newstool-list-block {
  animation: none;
}
.newsCarousel .newstool-list-block {
  position: absolute;
  display: flex;
  align-items: center;
  gap: var(--spacing-24);
  border: none;
  opacity: 0;
  pointer-events: none;
  padding: var(--spacing-24) 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .newsCarousel .newstool-list-block {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-4);
    padding: var(--spacing-16) 0;
  }
}
.newsCarousel .newstool-list-block.-active {
  pointer-events: all;
  animation: slideIn 1s ease-in-out forwards;
}
.newsCarousel .newstool-list-block.-focus {
  animation: none;
  opacity: 1;
  transform: translateY(0);
}
.newsCarousel .newstool-list-block .textLink {
  margin-bottom: 0;
}
.newsCarousel .newstool-list-block .news-meta {
  margin-bottom: 0;
  gap: var(--spacing-24);
}
@media screen and (max-width: 768px) {
  .newsCarousel .newstool-list-block .news-meta {
    gap: var(--spacing-8);
    width: 100%;
  }
}
.newsCarousel .newstool-list-block .news-hashtag {
  margin-left: 0;
}
.newsCarousel .newstool-list-block .news-hashtag a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .newsCarousel .newstool-list-block .news-hashtag a {
    font-size: 10px;
  }
}
.newsCarousel .newstool-list-block .news-newicon:empty {
  display: none;
}
.newsCarousel .newstool-list-block .news-title {
  font-size: 14px;
}
.newsCarousel .textLink {
  position: absolute;
  right: var(--spacing-48);
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  font-size: var(--font-size-info);
}
@media screen and (max-width: 768px) {
  .newsCarousel .textLink {
    top: auto;
    bottom: -40px;
    right: 0;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-64px);
  }
}
.articleContainer, article#main-content.article {
  max-width: 736px;
  margin: 0 auto;
}

/* zoom */
.img-zoom {
  cursor: zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
}

.zoom-img {
  cursor: zoom-out;
}

.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.zoom-overlay-open .zoom-overlay {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .select {
    display: flex !important;
    align-items: center;
    margin: 0 0 var(--spacing-24);
    background: var(--function-input);
    border-radius: var(--radius-area);
    padding-right: var(--spacing-16);
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    flex-direction: row;
  }
  .select select {
    width: 100%;
    padding: var(--spacing-8) var(--spacing-16);
    line-height: 1.6em;
    font-size: 14px;
  }
  .select::after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url("assets/icon_arrow-down.svg");
            mask-image: url("assets/icon_arrow-down.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #3aafc5;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .select::after {
    margin-top: 0;
  }
}

.searchResultItem {
  --padding-x: var(--spacing-24);
  border-bottom: 2px solid var(--function-hr);
  padding-bottom: var(--padding-x);
}
@media screen and (max-width: 768px) {
  .searchResultItem {
    --padding-x: var(--spacing-16);
  }
}
.searchResultItem .title {
  font-size: var(--font-size-p);
  color: var(--primary-100);
}
.searchResultItem .title a {
  padding: var(--padding-x) 0 var(--spacing-8);
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.searchResultItem .title a::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("assets/icon_arrow-right.svg");
          mask-image: url("assets/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--primary-100);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .searchResultItem .title a::before {
    margin-top: 0;
  }
}
.searchResultItem .title a:hover {
  transition: all 0.2s ease-in-out;
  color: var(--primary-110);
}
.searchResultItem .snippet {
  font-size: var(--font-size-info);
  color: var(--gray-060);
  padding-left: var(--spacing-24);
}
.searchResultItem .snippet em {
  font-style: normal;
  font-weight: bold;
  color: var(--gray-100);
}

.no-result {
  margin-top: -40px;
}
.no-result p {
  display: flex;
  flex-direction: column;
}

.article-votes {
  text-align: center;
}
.article-votes-question {
  margin-bottom: var(--spacing-16);
}
.article-votes-controls {
  display: flex;
  justify-content: center;
  -moz-column-gap: var(--spacing-16);
       column-gap: var(--spacing-16);
}
.article-votes-controls .button {
  width: 96px;
  --padding-y: 0px;
}

.pagination {
  text-align: center;
  margin-top: var(--spacing-40);
}
.pagination .inner,
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page {
  font-size: var(--font-size-info);
  font-weight: 300;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.pagination .page.current {
  background: var(--secondary-100);
  color: var(--gray-000);
}
.pagination .prev, .pagination .pagination-prev-link,
.pagination .next,
.pagination .pagination-next-link {
  height: 16px;
  padding: 0 var(--spacing-24);
}
.pagination .prev.-disabled, .pagination .-disabled.pagination-prev-link,
.pagination .next.-disabled,
.pagination .-disabled.pagination-next-link {
  pointer-events: none;
  opacity: 0;
}
.pagination .prev, .pagination .pagination-prev-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  transform: rotate(180deg);
}
.pagination .prev::before, .pagination .pagination-prev-link::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_arrow-right.svg");
          mask-image: url("assets/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--text);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .pagination .prev::before, .pagination .pagination-prev-link::before {
    margin-top: 0;
  }
}
.pagination .next, .pagination .pagination-next-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.pagination .next::after, .pagination .pagination-next-link::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_arrow-right.svg");
          mask-image: url("assets/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--text);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .pagination .next::after, .pagination .pagination-next-link::after {
    margin-top: 0;
  }
}
.pagination .countInfo {
  font-size: var(--font-size-info);
  font-weight: 300;
  margin-top: var(--spacing-8);
}

.pagination {
  display: none;
}
.pagination-customized, .pagination-api {
  display: block;
}
.pagination-next-text, .pagination-next-icon, .pagination-prev-text, .pagination-prev-icon {
  display: none;
}
.newstool-paginationWrapper {
  text-align: center;
}
.newstool-paginationWrapper ul {
  display: inline-flex !important;
  position: relative;
  margin-top: 0;
}
.newstool-paginationWrapper .next, .newstool-paginationWrapper .pagination-next-link,
.newstool-paginationWrapper .prev,
.newstool-paginationWrapper .pagination-prev-link {
  position: absolute;
}
.newstool-paginationWrapper .next, .newstool-paginationWrapper .pagination-next-link {
  right: -72px;
}
.newstool-paginationWrapper .next:after, .newstool-paginationWrapper .pagination-next-link:after {
  display: none;
}
.newstool-paginationWrapper .next a, .newstool-paginationWrapper .pagination-next-link a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.newstool-paginationWrapper .next a::after, .newstool-paginationWrapper .pagination-next-link a::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_arrow-right.svg");
          mask-image: url("assets/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--text);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .newstool-paginationWrapper .next a::after, .newstool-paginationWrapper .pagination-next-link a::after {
    margin-top: 0;
  }
}
.newstool-paginationWrapper .prev, .newstool-paginationWrapper .pagination-prev-link {
  left: -72px;
}
.newstool-paginationWrapper .prev:before, .newstool-paginationWrapper .pagination-prev-link:before {
  display: none;
}
.newstool-paginationWrapper .prev a, .newstool-paginationWrapper .pagination-prev-link a {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.newstool-paginationWrapper .prev a::before, .newstool-paginationWrapper .pagination-prev-link a::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_arrow-right.svg");
          mask-image: url("assets/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--text);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .newstool-paginationWrapper .prev a::before, .newstool-paginationWrapper .pagination-prev-link a::before {
    margin-top: 0;
  }
}

.sidebar {
  font-size: var(--font-size-p);
  letter-spacing: var(--letter-spacing-l);
}
.sidebar li a {
  display: block;
  padding: var(--spacing-16);
  transition: all 0.2s ease-in-out;
}
.sidebar li a:hover {
  background: var(--secondary-010);
  color: var(--text);
}
.sidebar li a.-current {
  background: var(--secondary-010);
  color: var(--text);
}

.catpageSection {
  margin-bottom: var(--spacing-40);
}
.catpageSection .h3 {
  margin-bottom: var(--spacing-16);
}
.catpageSection .button {
  margin-top: var(--spacing-24);
}

.indexSection {
  margin-top: var(--spacing-104);
}
@media screen and (max-width: 768px) {
  .indexSection {
    margin-top: var(--spacing-64);
  }
}
@media screen and (max-width: 767px) {
  .indexSection {
    margin-top: var(--spacing-40);
  }
}
.indexSection.pickup {
  display: grid;
  row-gap: var(--spacing-40);
}
.indexSection.newstool {
  background: var(--gray-005);
  padding: var(--spacing-64) 0;
}
.indexSection.newstool .blockLink {
  justify-content: flex-end;
}
.indexSection .h2 {
  text-align: center;
  margin-bottom: var(--spacing-h2-top);
}

.footerLink {
  padding: var(--spacing-32) 0 0;
}
.footerLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-8) var(--spacing-24);
}
.footerLink ul li a {
  color: var(--gray-060);
  font-size: 12px;
}

.footerContact {
  margin-top: var(--spacing-104);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: var(--spacing-16);
  padding: var(--spacing-40) 0;
  background: url("assets/musubi.svg"), var(--gradation);
  background-repeat: no-repeat;
  background-size: 34%, 100%;
  background-position: -11% 51%;
}
@media screen and (max-width: 768px) {
  .footerContact {
    background: var(--gradation);
  }
}
.footerContact br {
  display: none;
}
@media screen and (max-width: 767px) {
  .footerContact {
    padding: var(--spacing-24) var(--spacing-16);
  }
  .footerContact br {
    display: block;
  }
}

.footerSupport {
  margin-top: var(--spacing-104);
}
.footerSupport .inner {
  padding: 0 var(--spacing-64) var(--spacing-24);
}
@media screen and (max-width: 768px) {
  .footerSupport .inner {
    padding: 0 var(--spacing-24) var(--spacing-8);
  }
}
@media screen and (max-width: 768px) {
  .footerSupport {
    margin-top: var(--spacing-40);
  }
}
.footerSupport .copyright {
  text-align: center;
  color: var(--gray-060);
  font-size: 13px;
  letter-spacing: var(--letter-spacing-xxs);
  margin-top: var(--spacing-24);
}
@media screen and (max-width: 768px) {
  .footerSupport .copyright {
    font-size: 12px;
  }
}

/* .footer-siteseal */
.footer-siteseal {
  background: #f5f5f5;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-siteseal-list {
  display: flex;
  justify-content: center;
}

.footer-siteseal-list-item {
  background: #fff;
  margin: 0 5px;
}

.footer-siteseal #csi_siteseal_tag {
  display: block;
  background: #fff;
  width: 115px;
  height: 57px;
}

.accordion {
  margin-top: var(--spacing-24);
  border-top: 2px solid var(--function-hr);
}
.accordion-header {
  padding: var(--spacing-8) var(--spacing-16);
  border: 2px solid var(--function-hr);
  border-top: none;
  font-size: var(--font-size-p);
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  cursor: pointer;
  min-height: var(--tmp-height);
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.accordion-header::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_arrow-down.svg");
          mask-image: url("assets/icon_arrow-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .accordion-header::after {
    margin-top: 0;
  }
}
.accordion-header strong {
  font-weight: bold;
}
.accordion-header::after {
  transition: all 0.3s ease-in-out;
}
.accordion-header p,
.accordion-header h2,
.accordion-header h3 {
  margin-top: 0;
  font-size: var(--font-size-p);
}
.accordion-header.show::after {
  transform: rotate(-180deg);
}
.accordion-header.show + .accordion-collapse {
  padding: var(--spacing-24) var(--spacing-24);
}
.accordion-collapse {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: var(--gray-005);
  padding: 0 var(--spacing-24);
}
.accordion-collapse p:first-child,
.accordion-collapse img:first-child {
  margin-top: 0;
}

.zoom-overlay-open .accordion-collapse {
  overflow: visible;
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  -moz-column-gap: var(--spacing-8);
       column-gap: var(--spacing-8);
  padding: var(--spacing-16) var(--spacing-2col);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .breadcrumb ol {
    flex-wrap: wrap;
  }
}
.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin-left: var(--spacing-8);
}
.breadcrumb ol li:not(:last-child) a {
  color: var(--primary-100);
}
.breadcrumb ol li.clm {
  width: 0;
  opacity: 0;
  height: 0;
}

.breadcrumbs {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.searchInput {
  position: relative;
}
.searchInput input[type=search] {
  width: 100%;
  padding: var(--spacing-16) var(--spacing-24);
  padding-left: calc(var(--spacing-16) + 24px + var(--spacing-8));
  background: var(--gray-000);
  border-radius: var(--radius-area);
  line-height: var(--line-height-search);
  letter-spacing: var(--letter-spacing-xs);
  min-height: var(--tmp-height-l);
  font-size: var(--font-size-p);
  transition: background 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .searchInput input[type=search] {
    padding: var(--spacing-8) var(--spacing-16);
    padding-left: calc(var(--spacing-16) + 24px + var(--spacing-8));
    min-height: var(--tmp-height);
  }
}
.searchInput input[type=search]::-moz-placeholder {
  font-size: var(--font-size-info);
}
.searchInput input[type=search]::placeholder {
  font-size: var(--font-size-info);
}
.searchInput input[type=search]:hover {
  background: var(--function-input);
}
.searchInput input[type=search]:focus {
  background: var(--gray-000);
  outline: 1px solid var(--secondary-100);
}
.searchInput img {
  position: absolute;
  width: 24px;
  height: 24px;
  left: var(--spacing-16);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.indexHero {
  --paragraphFontSize: 20px;
  background: url("assets/musubi.svg"), var(--primary-100);
  background-repeat: no-repeat;
  background-size: 42%, 100%;
  background-position: 112% 40%;
  padding: var(--spacing-72) 0;
}
@media screen and (max-width: 768px) {
  .indexHero {
    --paragraphFontSize: 16px;
  }
}
@media screen and (max-width: 767px) {
  .indexHero {
    --paragraphFontSize: 14px;
  }
}
@media screen and (max-width: 768px) {
  .indexHero {
    background: var(--primary-100);
  }
}
.indexHero .inner {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .indexHero .inner {
    width: 664px;
  }
}
@media screen and (max-width: 768px) {
  .indexHero .inner {
    width: 100%;
    min-width: none;
    padding: 0 var(--spacing-16);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .indexHero .inner {
    padding: 0;
    display: block;
  }
}
.indexHero .h {
  margin-bottom: var(--spacing-24);
  color: var(--gray-000);
}
@media screen and (max-width: 767px) {
  .indexHero .h {
    text-align: center;
  }
}
.indexHero .search {
  width: 100%;
}
.indexHero .textLink {
  margin-top: var(--spacing-16);
  color: var(--gray-000);
  font-size: var(--linkFontSize);
  padding: var(--spacing-8);
  text-decoration: underline;
}
.indexHero .textLink::before, .indexHero .textLink::after {
  background-color: var(--gray-000) !important;
}
.indexHero .textLink.external::after {
  width: 14px;
  height: 14px;
}
.indexHero.-reviewpack {
  background: url("assets/musubi.svg"), var(--gradation);
  background-repeat: no-repeat;
  background-size: 42%, 100%;
  background-position: 112% 40%;
}
@media screen and (max-width: 768px) {
  .indexHero.-reviewpack {
    background: var(--gradation);
  }
}
.indexHero.-reviewpack .h {
  color: var(--text);
}
.indexHero.-reviewpack .textLink {
  color: var(--primary-100);
}
.indexHero.-reviewpack .textLink::before, .indexHero.-reviewpack .textLink::after {
  background-color: var(--primary-100) !important;
}
.indexHero .heroParagraph {
  color: var(--gray-000);
  font-size: var(--paragraphFontSize);
}

.indexPickup {
  display: flex;
  -moz-column-gap: var(--spacing-24);
       column-gap: var(--spacing-24);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .indexPickup {
    flex-direction: column;
    align-items: flex-start;
    row-gap: var(--spacing-16);
  }
}
.indexPickup .title {
  text-align: center;
  width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .indexPickup .title {
    width: 100%;
  }
}
.indexPickup .title .meta {
  font-weight: bold;
  font-size: var(--font-size-p);
  color: var(--secondary-100);
  margin-bottom: var(--spacing-8);
}
.indexPickup .list {
  width: 100%;
}
.indexPickup .list ul {
  border-bottom: 2px solid var(--secondary-010);
  padding-bottom: var(--spacing-16);
  margin-bottom: var(--spacing-8);
}
.indexPickup .list ul li {
  list-style: none;
}
.indexPickup .list > .blockLink {
  display: flex;
  justify-content: flex-end;
}

.outlineBlock {
  border: 2px solid var(--secondary-010);
  border-radius: var(--radius-area);
  padding: var(--spacing-24);
}
@media screen and (max-width: 768px) {
  .outlineBlock {
    padding: var(--spacing-16) var(--spacing-24);
  }
}
@media screen and (max-width: 375px) {
  .outlineBlock {
    padding: var(--spacing-16);
  }
}
.outlineBlock.-pb-s {
  padding-bottom: var(--spacing-16);
}

.indexGuide .guideList {
  margin: 0 auto var(--spacing-32);
}
.indexGuide .movieList {
  max-width: 744px;
  margin: 0 auto var(--spacing-32);
}
.indexGuide .outlineBlock:last-child {
  margin-top: var(--spacing-40);
}

.blockLinkList .blockLink {
  border-bottom: 2px solid var(--function-hr);
}
.blockLinkList .blockLink:hover {
  background: var(--secondary-010);
  color: var(--text) !important;
}

.categoryListItem {
  list-style: none;
}
.categoryListItem a {
  font-size: var(--font-size-p);
  font-weight: bold;
  display: flex;
  align-items: center;
  -moz-column-gap: var(--spacing-8);
       column-gap: var(--spacing-8);
  border: 2px solid var(--secondary-010);
  border-radius: var(--radius-area);
  padding: var(--spacing-24) var(--spacing-16);
}
@media screen and (max-width: 768px) {
  .categoryListItem a {
    padding: var(--spacing-16);
  }
  .categoryListItem a::before {
    width: 16px !important;
    height: 16px !important;
  }
}
.categoryListItem a[data-cat=署名依頼を送る] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=署名依頼を送る]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_mail.svg");
          mask-image: url("assets/icon_mail.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=署名依頼を送る]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=署名・押印を行う] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=署名・押印を行う]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_pencil.svg");
          mask-image: url("assets/icon_pencil.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=署名・押印を行う]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=文書を管理する] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=文書を管理する]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_archive.svg");
          mask-image: url("assets/icon_archive.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=文書を管理する]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=GMOサインについて] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=GMOサインについて]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_wakaba.svg");
          mask-image: url("assets/icon_wakaba.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=GMOサインについて]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=プラン・お支払い] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=プラン・お支払い]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_card.svg");
          mask-image: url("assets/icon_card.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=プラン・お支払い]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=オプション] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=オプション]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_pencil.svg");
          mask-image: url("assets/icon_pencil.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=オプション]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=基本設定（管理者向け）] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=基本設定（管理者向け）]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_admin.svg");
          mask-image: url("assets/icon_admin.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=基本設定（管理者向け）]::before {
    margin-top: 0;
  }
}
@media screen and (max-width: 807px) {
  .categoryListItem a[data-cat=基本設定（管理者向け）] {
    font-size: 12px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .categoryListItem a[data-cat=基本設定（管理者向け）] {
    font-size: 14px;
  }
}
.categoryListItem a[data-cat=法令関連] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=法令関連]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_book.svg");
          mask-image: url("assets/icon_book.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=法令関連]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=動画・マニュアル] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=動画・マニュアル]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_movie.svg");
          mask-image: url("assets/icon_movie.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=動画・マニュアル]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=基本操作] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=基本操作]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_wakaba.svg");
          mask-image: url("assets/icon_wakaba.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=基本操作]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=契約書の作成] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=契約書の作成]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_concluded.svg");
          mask-image: url("assets/icon_concluded.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=契約書の作成]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=契約書の管理] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=契約書の管理]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_archive.svg");
          mask-image: url("assets/icon_archive.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=契約書の管理]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=文書レビュー] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=文書レビュー]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_progress.svg");
          mask-image: url("assets/icon_progress.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=文書レビュー]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=承認フロー] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=承認フロー]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_flow.svg");
          mask-image: url("assets/icon_flow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=承認フロー]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=アカウント・権限] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=アカウント・権限]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_user.svg");
          mask-image: url("assets/icon_user.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=アカウント・権限]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=設定・管理] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=設定・管理]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_setting.svg");
          mask-image: url("assets/icon_setting.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=設定・管理]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=セキュリティ] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=セキュリティ]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_security.svg");
          mask-image: url("assets/icon_security.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=セキュリティ]::before {
    margin-top: 0;
  }
}
.categoryListItem a[data-cat=エラー・トラブル] {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.categoryListItem a[data-cat=エラー・トラブル]::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_attention.svg");
          mask-image: url("assets/icon_attention.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .categoryListItem a[data-cat=エラー・トラブル]::before {
    margin-top: 0;
  }
}

.categoryList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: var(--spacing-24);
       column-gap: var(--spacing-24);
  row-gap: var(--spacing-24);
}
@media screen and (max-width: 767px) {
  .categoryList {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 375px) {
  .categoryList {
    grid-template-columns: 1fr;
    row-gap: var(--spacing-16);
  }
}

.langSelect {
  list-style: none;
}
.langSelect .dropdown {
  position: relative;
  display: inline-block;
}
.langSelect .dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.langSelect .dropdown-toggle:hover {
  text-decoration: none;
}
.langSelect .dropdown-toggle > * {
  display: inline-block;
}
.langSelect .dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.langSelect [dir=rtl] .dropdown-menu {
  text-align: right;
}
.langSelect .dropdown-menu[aria-expanded=true] {
  display: block;
}
.langSelect .dropdown-menu [role=separator] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}
.langSelect .dropdown-menu [role=menuitem] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
.langSelect [dir=rtl] .dropdown-menu [role=menuitem] {
  padding: 7px 20px 7px 40px;
}
.langSelect .dropdown-menu [role=menuitem]:hover,
.langSelect .dropdown-menu [role=menuitem]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}
.langSelect .dropdown-menu [role=menuitem][aria-selected=true] {
  cursor: default;
}
.langSelect .dropdown-menu [role=menuitem][aria-selected=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
.langSelect [dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.langSelect .dropdown-menu [role=menuitem][hidden],
.langSelect .dropdown-menu [role=menuitem][aria-hidden=true] {
  display: none !important;
}
.langSelect .dropdown-menu-end {
  left: auto;
  right: 0;
}
.langSelect .dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}
.langSelect [dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
.langSelect [dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}
.langSelect .dropdown-chevron-icon {
  vertical-align: middle;
}

.header {
  background: var(--gray-000);
  box-shadow: var(--header-shadow);
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-inner {
  padding: 0 0 0 var(--spacing-2col);
  height: 61px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  .header .header-inner {
    box-shadow: var(--header-shadow);
  }
}
.header .logo a {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: var(--spacing-16);
       column-gap: var(--spacing-16);
}
@media screen and (max-width: 768px) {
  .header .logo a {
    -moz-column-gap: var(--spacing-8);
         column-gap: var(--spacing-8);
  }
}
.header .logo img {
  height: 35.02px;
}
@media screen and (max-width: 960px) {
  .header .logo img {
    height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .header .logo img {
    height: 31.577px;
  }
}
@media screen and (max-width: 375px) {
  .header .logo img {
    height: 28.126px;
  }
}
.header .logo .text {
  font-size: var(--font-size-p);
  font-weight: bold;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 960px) {
  .header .logo .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo .text {
    font-size: 12px;
  }
}
.header .logo .label {
  display: none;
  font-size: 12x;
  font-weight: bold;
  color: var(--primary-100);
  border-radius: var(--radius-label);
  border: 1px solid var(--primary-100);
  padding: 6.4px;
  line-height: 1;
}
@media screen and (max-width: 1042px) {
  .header .logo .label {
    font-size: clamp(10px, 1.2vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .header .logo .label {
    font-size: 10px;
  }
}
.header .menu {
  flex-shrink: 0;
  padding-right: var(--spacing-2col);
}
.header .menu ul {
  display: flex;
}
.header .menu ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  padding: var(--spacing-8) 12px;
}
.header .menu ul li.external {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.header .menu ul li.external::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("assets/icon_external.svg");
          mask-image: url("assets/icon_external.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--text);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .header .menu ul li.external::after {
    margin-top: 0;
  }
}
.header .menu ul li a,
.header .menu ul li button {
  display: block;
  display: flex;
  align-items: center;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.header .menu ul li.langSelect {
  border-left: 1px solid var(--gray-020);
}
@media screen and (max-width: 900px) {
  .header .menu {
    opacity: 0;
    pointer-events: none;
    padding-right: 0;
    position: fixed;
    top: 61px;
    left: 0;
    right: 0;
    background: var(--gray-000);
    z-index: 100;
    transition: opacity 0.2s ease-in-out;
  }
  .header .menu ul {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: var(--spacing-16) var(--spacing-40);
  }
  .header .menu ul li {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    flex-direction: row;
    font-size: var(--font-size-p);
    -moz-column-gap: var(--spacing-4);
         column-gap: var(--spacing-4);
    line-height: var(--line-height-paragraph);
    letter-spacing: var(--letter-spacing-l);
    padding: var(--spacing-12) 0;
    min-height: var(--tmp-height);
    color: var(--text) !important;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid var(--function-hr);
  }
  .header .menu ul li::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("assets/icon_arrow-right.svg");
            mask-image: url("assets/icon_arrow-right.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #3aafc5;
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 768px) {
  .header .menu ul li::before {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .header .menu ul li:hover {
    color: var(--secondary-100) !important;
  }
  .header .menu ul li:hover {
    background: var(--secondary-010);
    color: var(--text) !important;
  }
  .header .menu ul li.langSelect {
    padding-top: var(--spacing-16);
    justify-content: flex-end;
    border: none;
  }
  .header .menu ul li.langSelect::before {
    display: none;
  }
  .header .menu.-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.header .hamburger {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  display: none;
  cursor: pointer;
}
.header .hamburger::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url("assets/icon_hamburger.svg");
          mask-image: url("assets/icon_hamburger.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .header .hamburger::before {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .header .hamburger {
    display: block;
    position: relative;
    right: 16px;
    top: 2px;
  }
}
.header .hamburger.-active {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
}
.header .hamburger.-active::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("assets/icon_close.svg");
          mask-image: url("assets/icon_close.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3aafc5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .header .hamburger.-active::before {
    margin-top: 0;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .container {
    width: 100%;
    padding: 0 var(--spacing-64);
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 var(--spacing-16);
  }
}
.container.-col2 {
  width: 90%;
  max-width: 1152px;
  display: flex;
  -moz-column-gap: var(--spacing-64);
       column-gap: var(--spacing-64);
}
.container.-col2 .col1 {
  width: 24%;
  flex-shrink: 0;
  min-width: 240px;
}
.container.-col2 .col2 {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .container.-col2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container.-col2 {
    display: block;
    width: 100%;
  }
  .container.-col2 .col1 {
    display: none;
  }
}

.searchArea {
  background: var(--primary-100);
  padding: var(--spacing-40) 0;
}
.searchArea.-clm {
  background: var(--gradation);
}
@media screen and (max-width: 768px) {
  .searchArea {
    padding: var(--spacing-24) 0;
  }
}
@media screen and (max-width: 375px) {
  .searchArea {
    padding: var(--spacing-16) 0;
  }
}

.search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: var(--spacing-24);
       column-gap: var(--spacing-24);
}
@media screen and (max-width: 767px) {
  .search {
    -moz-column-gap: var(--spacing-16);
         column-gap: var(--spacing-16);
  }
}
.search .searchInput {
  width: 100%;
}
.search .button, .search input[type=submit] {
  flex-shrink: 0;
}
.textLink {
  color: var(--primary-100);
  line-height: var(--line-height-paragraph);
  font-size: var(--font-size-p);
  letter-spacing: var(--letter-spacing-l);
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.textLink::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("assets/icon_arrow-right.svg");
          mask-image: url("assets/icon_arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--primary-100);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .textLink::before {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .textLink {
    letter-spacing: var(--letter-spacing-s);
  }
}
.textLink.-external {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.textLink.-external::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("assets/icon_external.svg");
          mask-image: url("assets/icon_external.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--primary-100);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .textLink.-external::after {
    margin-top: 0;
  }
}
.textLink.-noArrowIcon::before {
  content: none;
  padding-left: 0;
}
.textLink.-inlineFlex {
  display: inline-flex;
  padding-right: var(--spacing-4);
  margin-top: 0;
}
.textLink.-colorBlack {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  color: var(--black);
  margin-top: var(--spacing-p-top);
}
.textLink.-colorBlack::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("assets/icon_external.svg");
          mask-image: url("assets/icon_external.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--secondary-100);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .textLink.-colorBlack::after {
    margin-top: 0;
  }
}
.textLink.-colorBlack:hover {
  color: var(--secondary-100) !important;
}
.textLink.-center {
  justify-content: center;
}

.downloadLink {
  color: var(--text);
  line-height: var(--line-height-paragraph);
  font-size: var(--font-size-p);
  margin-top: var(--spacing-p-top);
  letter-spacing: var(--letter-spacing-l);
  justify-content: center;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: row;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.downloadLink:hover {
  color: var(--secondary-100) !important;
}
.downloadLink::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("assets/icon_download.svg");
          mask-image: url("assets/icon_download.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--secondary-100);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .downloadLink::after {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .downloadLink {
    letter-spacing: var(--letter-spacing-s);
  }
}

.internalLink {
  color: var(--text);
  line-height: var(--line-height-paragraph);
  font-size: var(--font-size-p);
  margin-top: var(--spacing-p-top);
  margin-bottom: var(--spacing-p-top);
  letter-spacing: var(--letter-spacing-l);
  display: flex;
  padding-top: var(--spacing-16);
  flex-direction: column;
  align-items: center;
  border-right: 1px solid var(--gray-020);
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-direction: column;
  -moz-column-gap: var(--spacing-4);
       column-gap: var(--spacing-4);
}
.internalLink:hover {
  color: var(--secondary-100) !important;
}
.internalLink::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("assets/icon_arrow-down.svg");
          mask-image: url("assets/icon_arrow-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--secondary-100);
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .internalLink::after {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .internalLink {
    line-height: 1;
    padding-top: var(--spacing-4);
    font-size: var(--font-size-xs);
    letter-spacing: var(--letter-spacing-s);
    margin-top: var(--spacing-8);
    margin-bottom: var(--spacing-8);
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
    flex-direction: column;
  }
  .internalLink::after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    -webkit-mask-image: url("assets/icon_arrow-down.svg");
            mask-image: url("assets/icon_arrow-down.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: var(--secondary-100);
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .internalLink::after {
    margin-top: 4px;
  }
}

.internalLinkList {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 60px;
  z-index: 1;
  background: #fff;
  margin: 0 auto;
  box-shadow: var(--header-shadow);
  opacity: 0.8;
}
.internalLinkList li {
  width: 25%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .internalLinkList li {
    width: 50%;
  }
}
.internalLinkList :last-child .internalLink {
  border: none;
}
@media screen and (max-width: 768px) {
  .internalLinkList {
    flex-wrap: wrap;
  }
  .internalLinkList :nth-child(2) .internalLink {
    border: none;
  }
}

.tableNoteList {
  margin-top: var(--spacing-8);
}
.tableNoteList .tableNote::before {
  padding-right: var(--spacing-8);
  content: "※";
}/*# sourceMappingURL=style.css.map */