.carousel-3d-slide{position:absolute;opacity:0;visibility:hidden;overflow:hidden;top:0;border-radius:1px;border-color:#0006;border-style:solid;background-size:cover;background-color:#ccc;display:block;margin:0;box-sizing:border-box;text-align:left}.carousel-3d-slide img{width:100%}.carousel-3d-slide.current{opacity:1!important;visibility:visible!important;transform:none!important;z-index:999}.carousel-3d-controls[data-v-475a7b20]{position:absolute;top:50%;height:0;margin-top:-30px;left:0;width:100%;z-index:1000}.next[data-v-475a7b20],.prev[data-v-475a7b20]{width:60px;position:absolute;z-index:1010;font-size:60px;height:60px;line-height:60px;color:#333;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;top:0}.next[data-v-475a7b20]:hover,.prev[data-v-475a7b20]:hover{cursor:pointer;opacity:.7}.prev[data-v-475a7b20]{left:10px;text-align:left}.next[data-v-475a7b20]{right:10px;text-align:right}.disabled[data-v-475a7b20]{opacity:.2;cursor:default}.disabled[data-v-475a7b20]:hover{cursor:default;opacity:.2}.carousel-3d-container[data-v-d1f6685d]{min-height:1px;width:100%;position:relative;z-index:0;overflow:hidden;margin:20px auto;box-sizing:border-box}.carousel-3d-slider[data-v-d1f6685d]{position:relative;margin:0 auto;transform-style:preserve-3d;perspective:1000px}

@charset "UTF-8";
/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.z-0{
  z-index: 0;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-ml-px{
  margin-left: -1px;
}
.-mr-0{
  margin-right: -0px;
}
.-mr-0\.5{
  margin-right: -0.125rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-top{
  transform-origin: top;
}
.origin-top-left{
  transform-origin: top left;
}
.origin-top-right{
  transform-origin: top right;
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-1{
  gap: 0.25rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-6{
  padding: 1.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: Nunito, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-75{
  transition-duration: 75ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* ダッシュボード用CSS */
/* Media Queryのブレイクポイント */
/* Media Queryの設定 */
/* 引数：ブレイクポイント */
/* 引数：基準値 */
/* 引数：縮小 */
/* table カラム横幅（mixin定義） */
/* 引数：列番号 */
/* 引数：横幅 */
/* table ボタン列（mixin定義） */
/* 引数：ボタン数 */
/* ヘルプ */
.dashbord-help-list {
  margin-left: auto;
  margin-right: auto;
  height: 90%;
  text-align: left;
  overflow-y: auto;
  transition: all 0.3s;
}
.dashbord-help-list ul {
  width: 100%;
}
.dashbord-help-list ul li {
  list-style: none;
}
.dashbord-help-list ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.dashbord-help-list ul li a:hover {
  background-color: #d4faff;
}
.dashbord-help-list ul li a span {
  color: #737373;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.dashbord-help-list ul li a p {
  color: #131313;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  margin-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dashbord-help-list ul li div {
  text-decoration: none;
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.dashbord-help-list ul li div:hover {
  background-color: #d4faff;
}

/* お知らせ */
.dashbord-news {
  margin-left: auto;
  margin-right: auto;
  height: calc(100% - 1em - 20px);
  min-height: 50em;
  overflow-y: hidden;
  transition: all 0.3s;
  position: relative;
}
.dashbord-news iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dashbord-news .news-list {
  width: 100%;
  height: 100%;
}
.dashbord-news .news-list li {
  top: 0;
  margin: 0.5em 0.25em;
  padding: 0.5em 0.25em;
  background-image: repeating-linear-gradient(135deg, #f8fbf9 0%, #f8fbf9 80%, #f5eedb);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-align: left;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.dashbord-news .news-list li .title,
.dashbord-news .news-list li .date,
.dashbord-news .news-list li .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.dashbord-news .news-list li .title p,
.dashbord-news .news-list li .date p,
.dashbord-news .news-list li .excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashbord-news .news-list li .title {
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}
.dashbord-news .news-list li .title .new {
  background-color: #ff2a2a;
  color: #ffffff;
  font-size: 0.85em;
  padding: 0.15em 0.5em;
}
.dashbord-news .news-list li .date,
.dashbord-news .news-list li .excerpt {
  font-size: 1em;
  color: #404040;
}
.dashbord-news .news-list li .date {
  text-align: right;
}
.dashbord-news .news-list li:hover {
  top: -3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3019607843);
}

/* ダッシュボードの枠 */
.dashbord-group-cards {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.dashbord-group-cards h4 {
  background-color: #5a5a5a;
  margin: 0;
  color: #FFF;
  padding: 10px;
}
.dashbord-group-cards .dashbord-border {
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 0;
  animation-name: dashbord-slide-anim;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
  flex: 1 1 500px;
  margin: 10px;
  transition: all 0.3s;
}
.dashbord-group-cards .dashbord-border:hover {
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3019607843);
}

/* ダッシュボードの枠のアニメーション */
@keyframes dashbord-slide-anim {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* プラン */
.dashbord-plan {
  height: 300px;
  width: 100%;
}
.dashbord-plan tbody tr th {
  background-color: #ffffff;
  border: solid 1px #ccc;
  color: #000000;
  width: 40%;
  text-align: center;
}
.dashbord-plan tbody tr th span {
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: solid;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}
.dashbord-plan tbody tr td {
  background-color: #ffffff;
  border: solid 1px #ccc;
  color: #000000;
  text-align: center;
  width: 100%;
}
.dashbord-plan tbody tr td img {
  width: 6em;
  margin: 0 auto 0 auto;
}

/* 履歴 */
.dashbord-rireki {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  min-width: 71rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4509803922);
}
.dashbord-rireki td {
  text-align: left;
}
.dashbord-rireki th,
.dashbord-rireki td {
  padding: 0.5em;
  border-bottom: 2px solid rgba(219, 243, 220, 0.9294117647);
  border-left: 1px solid #eee;
}
.dashbord-rireki th {
  min-width: 10%;
  padding: 0.5em;
  background-color: rgba(219, 243, 220, 0.9294117647);
  color: #000;
  text-align: left;
  top: 0;
  position: sticky;
  z-index: 1;
  left: 0;
}
.dashbord-rireki th:before {
  position: absolute;
}
.dashbord-rireki th:nth-child(1),
.dashbord-rireki td:nth-child(1) {
  width: 18rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.dashbord-rireki th:nth-child(2),
.dashbord-rireki td:nth-child(2) {
  width: 3rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.dashbord-rireki th:nth-child(3),
.dashbord-rireki td:nth-child(3) {
  width: 6rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.dashbord-rireki th:nth-child(4),
.dashbord-rireki td:nth-child(4) {
  width: 18rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.dashbord-rireki th:nth-child(5),
.dashbord-rireki td:nth-child(5) {
  width: 10rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.dashbord-rireki th:nth-child(6),
.dashbord-rireki td:nth-child(6) {
  width: 6rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.dashbord-rireki tr {
  min-width: 10%;
  padding: 0.5em;
  background-color: #fff;
  color: #3a3a3a;
}
.dashbord-rireki tr:hover {
  background-color: #d4faff;
  cursor: pointer;
}

/* 足あと */
.dashbord-ashiato {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4509803922);
}
.dashbord-ashiato th,
.dashbord-ashiato td {
  padding: 0.5em;
  border-bottom: 2px solid rgba(219, 243, 220, 0.9294117647);
  border-left: 1px solid #eee;
}
.dashbord-ashiato th {
  min-width: 10%;
  padding: 0.5em;
  background-color: rgba(219, 243, 220, 0.9294117647);
  color: #000;
  text-align: left;
  position: sticky;
  top: 0;
  z-index: 1;
  left: 0;
}
.dashbord-ashiato th:before {
  position: absolute;
}
.dashbord-ashiato td {
  text-align: left;
}
.dashbord-ashiato tr {
  min-width: 10%;
  padding: 0.5em;
  background-color: #fff;
  color: #3a3a3a;
}
.dashbord-ashiato tr:hover {
  background-color: #d4faff;
}

/* 容量不足メッセージ */
.dashbord-tooltip {
  position: relative;
  cursor: pointer;
  margin: 0 0 0 1em;
  padding: 0 1em;
  font-size: 1em;
  color: red;
  background-color: yellow;
  border: 1px red solid;
  border-radius: 50vh;
  font-weight: bolder;
}
.dashbord-tooltip span {
  width: 30em;
  position: absolute;
  left: 50%;
  bottom: 80%;
  transform: translateX(-20%);
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 10px;
  background-color: #ffffd8;
  font-size: 1em;
  color: #f00;
  text-align: center;
  visibility: hidden;
  border: 1px red solid;
  opacity: 1;
  z-index: 1;
  transition: 0.5s all;
}
.dashbord-tooltip:hover span {
  bottom: 100%;
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .dashbord-group-cards {
    margin: 0 25px;
  }
  .dashbord-group-cards li {
    width: 100%;
  }
}
:root {
  /* 基本 */
  --border-color: #83ae4600; /* ボーダーカラー */
  /* ラベルカラー */
  --title-bg-color: #dbf3dced; /* 背景色 */
  /* チェックボックスカラー */
  --check-color: #82ae46;
  /* ボタンカラー */
  --button-bg-color: #cccccc; /* 背景色 */
  --button-hover-color: #a0d3b6; /* ホバー時のボーダーカラー */
  --icon-button-bg-color: #707c72; /* 背景色 */
  --icon-button-hover-bg-color: #a9adaa; /* ホバー時の背景色 */
  --icon-button-dl-bg-color: #058019; /* ダウンロード用背景色 */
  --icon-button-dl-hover-bg-color: #53d273; /* ホバー時のダウンロード用背景色 */
  /* 入力項目カラー */
  --font-color: #000000; /* 文字色 */
  --input-bg-color: #ffffff; /* 背景色 */
  --shadow-color: #0942b340; /* 影色 */
  --input-border-color: #d3d3d4; /* ボーダーカラー */
  --input-hover-border-color: #b8b8b8; /* ホバー時のボーダーカラー */
  --placeholder-color: #9e9e9e; /* プレイスホルダー文字色 */
  /* テーブルカラー */
  --list-bg-color: #ffffff; /* 一覧の背景色 */
  --list-row-2n-color-default: #809b81; /* 一覧の偶数行背景色 */
  --list-row-2n-color-juryo: #809b81; /* 受領一覧の偶数行背景色 */
  --list-row-2n-color-hakko: #9b808e; /* 発行一覧の偶数行背景色 */
  --list-header-color-default: #dbf3dced; /* 一覧ヘッダの偶数行背景色 */
  --list-header-color-juryo: #dbf3dced; /* 受領一覧ヘッダの偶数行背景色 */
  --list-header-color-hakko: #c97fb9; /* 発行一覧ヘッダの偶数行背景色 */
}

/* Media Queryのブレイクポイント */
/* Media Queryの設定 */
/* 引数：ブレイクポイント */
/* 引数：基準値 */
/* 引数：縮小 */
/* table カラム横幅（mixin定義） */
/* 引数：列番号 */
/* 引数：横幅 */
/* table ボタン列（mixin定義） */
/* 引数：ボタン数 */
/* メニュー用CSS */
/* メニュー */
.menu-default {
  background-color: #ffffff;
  min-height: 70vh;
}
.menu-default > nav {
  background-color: rgba(134, 167, 137, 0.8);
  color: #ffffff;
  border-bottom-width: 1px;
  border-color: #f7fafc;
  height: 7rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
.menu-default > nav > div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .menu-default > nav > div {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .menu-default > nav > div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.menu-default .menu-flex {
  display: flex;
  justify-content: space-between;
}
.menu-default .menu-logo {
  align-items: center;
  flex-shrink: 0;
  display: flex;
  opacity: 0.75;
}
.menu-default .menu-logo .menu-logo-link {
  margin: auto 0 auto 0;
  display: flex;
}
.menu-default .menu-logo .menu-logo-title {
  height: 4.5em;
  margin-top: 0.5rem;
  transition: 0.2s;
}
.menu-default .menu-logo .menu-logo-title:hover {
  background-color: rgba(255, 255, 255, 0.2745098039);
}
.menu-default .menu-button {
  margin: auto 0 auto auto;
}
@media screen and (min-width: 640px) {
  .menu-default .menu-button {
    display: flex;
    align-items: center;
  }
}
.menu-default .menu-button > div {
  margin-left: 0.75rem;
  position: relative;
}
.menu-default .menu-button-style {
  display: inline-flex;
  align-items: center;
  font-size: 1.25em;
  padding: 1px 1em 1px 1em;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  border-radius: 50vh;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.menu-default .menu-button-style:hover {
  background-color: rgba(0, 0, 0, 0.1098039216);
  letter-spacing: 0.15em;
}
.menu-default .menu-button-style:focus {
  background-color: rgba(0, 0, 0, 0.1098039216);
  letter-spacing: 0.15em;
}
.menu-default .menu-button-style .menu-icon-img {
  width: 1.25rem;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(230deg) brightness(120%) contrast(100%);
}

/* ヘッダタイトル */
.head-title {
  background-color: rgba(134, 167, 137, 0.8);
  color: #ffffff;
  border-bottom-width: 1px;
  border-color: #f7fafc;
  height: 4rem;
  position: fixed;
  top: 7rem;
  width: 100%;
  min-width: 25rem;
  z-index: 45;
}

/* フッター */
.footer-info {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #5a5a5a;
  color: white;
  padding: 0.25em;
  text-align: center;
  z-index: 50;
}
.footer-info > div {
  float: right;
}
.footer-info .help-button {
  width: 2em;
  height: 2em;
  opacity: 1;
  margin-right: 2em;
}
.footer-info .help-button:hover {
  opacity: 0.8;
}

/* タブボタン（mixin定義） */
/* 引数：$border-color = ボーダーカラー */
/* 引数：$font-size = 文字サイズ */
/* 引数：$color = 文字色 */
/* タブボタン（アクティブ） */
.menu-tab-active {
  display: inline-flex;
  align-items: center;
  padding: 1px 1px 0;
  border-bottom-width: 2px;
  border-color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
  color: #0a2c11;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.menu-tab-active:hover {
  border-color: #ffffff;
  letter-spacing: 0.15em;
}
.menu-tab-active:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #ffffff;
}

/* タブボタン（非アクティブ） */
.menu-tab-non-active {
  display: inline-flex;
  align-items: center;
  padding: 1px 1px 0;
  border-bottom-width: 2px;
  border-color: transparent;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
  color: #ffffff;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.menu-tab-non-active:hover {
  border-color: #ffffff;
  letter-spacing: 0.15em;
}
.menu-tab-non-active:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .menu-default > nav {
    height: 6rem;
  }
  .menu-default .menu-logo {
    top: 0.5em;
  }
  .menu-default .menu-logo .menu-logo-title {
    height: 3.5em;
  }
  .menu-default > nav > div {
    padding-left: 0;
  }
}
:root {
  /* 基本 */
  --border-color: #83ae4600; /* ボーダーカラー */
  /* ラベルカラー */
  --title-bg-color: #dbf3dced; /* 背景色 */
  /* チェックボックスカラー */
  --check-color: #82ae46;
  /* ボタンカラー */
  --button-bg-color: #cccccc; /* 背景色 */
  --button-hover-color: #a0d3b6; /* ホバー時のボーダーカラー */
  --icon-button-bg-color: #707c72; /* 背景色 */
  --icon-button-hover-bg-color: #a9adaa; /* ホバー時の背景色 */
  --icon-button-dl-bg-color: #058019; /* ダウンロード用背景色 */
  --icon-button-dl-hover-bg-color: #53d273; /* ホバー時のダウンロード用背景色 */
  /* 入力項目カラー */
  --font-color: #000000; /* 文字色 */
  --input-bg-color: #ffffff; /* 背景色 */
  --shadow-color: #0942b340; /* 影色 */
  --input-border-color: #d3d3d4; /* ボーダーカラー */
  --input-hover-border-color: #b8b8b8; /* ホバー時のボーダーカラー */
  --placeholder-color: #9e9e9e; /* プレイスホルダー文字色 */
  /* テーブルカラー */
  --list-bg-color: #ffffff; /* 一覧の背景色 */
  --list-row-2n-color-default: #809b81; /* 一覧の偶数行背景色 */
  --list-row-2n-color-juryo: #809b81; /* 受領一覧の偶数行背景色 */
  --list-row-2n-color-hakko: #9b808e; /* 発行一覧の偶数行背景色 */
  --list-header-color-default: #dbf3dced; /* 一覧ヘッダの偶数行背景色 */
  --list-header-color-juryo: #dbf3dced; /* 受領一覧ヘッダの偶数行背景色 */
  --list-header-color-hakko: #c97fb9; /* 発行一覧ヘッダの偶数行背景色 */
}

/* 取込みファイル名 */
.import-file-title {
  display: flex;
  overflow: hidden;
  text-align: center;
}
.import-file-title .close {
  margin: auto 0 auto auto;
  background-color: red;
  width: 2em;
  border-radius: 50vh;
  cursor: pointer;
}
.import-file-title .close:hover {
  opacity: 0.6;
}

/* プレビュー */
.import-preview {
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* プレビューと一覧の境界線 */
.import-border {
  width: 5px;
  position: relative;
  background-color: #828b94;
}
.import-border:hover {
  background-color: #708090;
  cursor: col-resize;
}

/* ユーザー設定のスタイル */
/* 権限用のチェックボックス */
.auth-check-boxs {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 2px var(--border-color);
  background-color: var(--list-bg-color);
  width: 100%;
  table-layout: fixed;
  align-items: center;
}

/* ユーザー一覧 */
.usersetting-users-table {
  width: 100%;
  overflow: auto;
  max-height: 65em;
  margin-bottom: 1em;
}
.usersetting-users-table table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4509803922);
}
.usersetting-users-table table tr {
  background-color: #fff;
}
.usersetting-users-table table th,
.usersetting-users-table table td {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
}
.usersetting-users-table table th {
  position: sticky;
  min-width: 10%;
  padding: 0.5em;
  background-color: rgba(219, 243, 220, 0.9294117647);
  color: #000;
  top: 0;
  left: 0;
}
.usersetting-users-table table th:before {
  position: absolute;
}
.usersetting-users-table table th:nth-child(n+5) {
  background-color: #ffc0cb;
}
.usersetting-users-table table th:nth-child(n+5) span {
  font-size: 0.7em;
  writing-mode: vertical-rl;
}
.usersetting-users-table table td:nth-child(n+5) {
  background-color: rgba(255, 192, 203, 0.3294117647);
  cursor: pointer;
  transition-duration: 0.3s;
}
.usersetting-users-table table td:nth-child(n+5) div {
  width: 2em;
  height: 2em;
  margin: 0 auto;
  overflow: hidden;
}
.usersetting-users-table table td:nth-child(n+5) div img {
  width: 100%;
}
.usersetting-users-table table td:nth-child(n+5):hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.usersetting-users-table table tr {
  text-align: center;
  min-width: 10%;
  padding: 0.5em 0;
  background-color: #fff;
  color: #3a3a3a;
}

/* Media Queryのブレイクポイント */
/* Media Queryの設定 */
/* 引数：ブレイクポイント */
/* 引数：基準値 */
/* 引数：縮小 */
/* table カラム横幅（mixin定義） */
/* 引数：列番号 */
/* 引数：横幅 */
/* table ボタン列（mixin定義） */
/* 引数：ボタン数 */
/* 書類一覧用CSS */
/* 一覧（共通） */
.ichiran-common {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4509803922);
}
.ichiran-common td {
  text-align: left;
}
.ichiran-common th,
.ichiran-common td {
  padding: 0.5em;
  border-bottom: 2px solid rgba(219, 243, 220, 0.9294117647);
  border-left: 1px solid #eee;
}
.ichiran-common th {
  min-width: 10%;
  padding: 0.5em;
  background-color: rgba(219, 243, 220, 0.9294117647);
  color: #000;
  text-align: left;
  top: 0;
  position: inherit;
  z-index: 1;
  left: 0;
}
.ichiran-common th:before {
  position: absolute;
}
.ichiran-common tr {
  min-width: 10%;
  padding: 0.5em;
  background-color: #fff;
  color: #3a3a3a;
}
.ichiran-common tr:hover {
  background-color: #d4faff;
}

/* 一覧（メイン） */
.ichiran-main .asc::after {
  content: "▲";
  margin-left: 0.5em;
}
.ichiran-main .desc::after {
  content: "▼";
  margin-left: 0.5em;
}
.ichiran-main th:nth-child(-n+8) {
  position: sticky;
}
.ichiran-main th:nth-child(-n+8) div:hover {
  background-color: rgba(167, 242, 171, 0.9294117647);
}
.ichiran-main th:nth-child(n+9) {
  width: 2.3rem;
  background-color: #ffc0cb;
  text-align: center;
  position: sticky;
  border-left: 1px solid #ffc0cb;
}
.ichiran-main th:nth-child(n+9) span {
  font-size: 0.7em;
  margin: 0.5em;
  writing-mode: vertical-rl;
}
.ichiran-main th:nth-child(n+9):before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 100%;
  height: 100%;
}
.ichiran-main td:nth-child(n+9) {
  width: 2rem;
  background-color: #ffeaed;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.3s;
  position: sticky;
  border-left: 1px solid #ffeaed;
}
.ichiran-main td:nth-child(n+9) div {
  width: 2em;
  height: 2em;
  margin: 0 auto;
  overflow: hidden;
}
.ichiran-main td:nth-child(n+9) div img {
  width: 100%;
}
.ichiran-main td:nth-child(n+9):hover {
  background-color: #ffc7d0;
  transition-duration: 0.3s;
}
.ichiran-main td:nth-child(n+9):before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 100%;
  height: 100%;
}
.ichiran-main th:nth-child(1),
.ichiran-main td:nth-child(1) {
  width: 1rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-main th:nth-child(2),
.ichiran-main td:nth-child(2) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-main th:nth-child(3),
.ichiran-main td:nth-child(3) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-main th:nth-child(4),
.ichiran-main td:nth-child(4) {
  width: 6rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-main th:nth-child(5),
.ichiran-main td:nth-child(5) {
  width: 15rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-main th:nth-child(6),
.ichiran-main td:nth-child(6) {
  width: 15rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-main th:nth-child(7),
.ichiran-main td:nth-child(7) {
  width: 10rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-main th:nth-child(8),
.ichiran-main td:nth-child(8) {
  width: 10rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-main th:nth-last-child(1),
.ichiran-main td:nth-last-child(1) {
  right: 0rem;
}
.ichiran-main th:nth-last-child(2),
.ichiran-main td:nth-last-child(2) {
  right: 2.2rem;
}
.ichiran-main th:nth-last-child(3),
.ichiran-main td:nth-last-child(3) {
  right: 4.4rem;
}
.ichiran-main th:nth-last-child(4),
.ichiran-main td:nth-last-child(4) {
  right: 6.6rem;
}

/* 権限によるボタンの数制御用 */
.ichiran-main-auth-0 th:nth-last-child(1),
.ichiran-main-auth-0 td:nth-last-child(1) {
  right: 0rem;
}
.ichiran-main-auth-0 th:nth-last-child(2),
.ichiran-main-auth-0 td:nth-last-child(2) {
  right: 2.2rem;
}

.ichiran-main-auth-1 th:nth-last-child(1),
.ichiran-main-auth-1 td:nth-last-child(1) {
  right: 0rem;
}
.ichiran-main-auth-1 th:nth-last-child(2),
.ichiran-main-auth-1 td:nth-last-child(2) {
  right: 2.2rem;
}
.ichiran-main-auth-1 th:nth-last-child(3),
.ichiran-main-auth-1 td:nth-last-child(3) {
  right: 4.4rem;
}

.ichiran-main-auth-2 th:nth-last-child(1),
.ichiran-main-auth-2 td:nth-last-child(1) {
  right: 0rem;
}
.ichiran-main-auth-2 th:nth-last-child(2),
.ichiran-main-auth-2 td:nth-last-child(2) {
  right: 2.2rem;
}
.ichiran-main-auth-2 th:nth-last-child(3),
.ichiran-main-auth-2 td:nth-last-child(3) {
  right: 4.4rem;
}
.ichiran-main-auth-2 th:nth-last-child(4),
.ichiran-main-auth-2 td:nth-last-child(4) {
  right: 6.6rem;
}

/* 一覧（履歴） */
.ichiran-log {
  table-layout: auto;
  border-collapse: collapse;
  margin: 1em;
  padding: 0;
  width: calc(100% - 2em);
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4509803922);
}
.ichiran-log td {
  text-align: left;
}
.ichiran-log th,
.ichiran-log td {
  padding: 0.5em;
  border-bottom: 2px solid rgba(219, 243, 220, 0.9294117647);
  border-left: 1px solid #eee;
}
.ichiran-log th div,
.ichiran-log td div {
  width: 100%;
}
.ichiran-log th {
  min-width: 10%;
  padding: 0.5em;
  background-color: rgba(219, 243, 220, 0.9294117647);
  color: #000;
  text-align: left;
  top: 0;
  position: inherit;
  z-index: 1;
  left: 0;
}
.ichiran-log th:before {
  position: absolute;
}
.ichiran-log tr {
  min-width: 10%;
  padding: 0.5em;
  background-color: #fff;
  color: #3a3a3a;
}
.ichiran-log tr:nth-child(3n+1) {
  background-color: rgba(235, 247, 236, 0.9294117647);
}
.ichiran-log tr:hover {
  background-color: #d4faff;
}
.ichiran-log th:nth-child(1),
.ichiran-log td:nth-child(1) {
  width: 4em;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-log th:nth-child(2),
.ichiran-log td:nth-child(2) {
  width: 20%;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-log th:nth-child(3),
.ichiran-log td:nth-child(3) {
  width: 15%;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-log th:nth-child(4),
.ichiran-log td:nth-child(4) {
  width: 20%;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-log th:nth-child(5),
.ichiran-log td:nth-child(5) {
  width: 20%;
  max-height: 5em;
  white-space: pre-wrap;
}
.ichiran-log th:nth-child(6),
.ichiran-log td:nth-child(6) {
  width: calc(20% - 4em);
  max-height: 5em;
  white-space: pre-wrap;
}

/* 一覧の表示制御 */
.ichiran-div {
  overflow: auto;
  width: 100%;
  min-height: 45em;
  border-radius: 8px;
}

/* エラー時メッセージ */
.ichiran-err {
  color: red;
  text-align: center;
  background-color: rgba(255, 201, 227, 0.6);
  border-radius: 50vh;
}

/* 検索キーワードフォーム */
dl.ichiran-keyword {
  display: flex;
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 6px;
}
dl.ichiran-keyword dt {
  padding: 3px;
}
dl.ichiran-keyword dt input[type=text] {
  width: 86%;
  height: 30px;
  line-height: 30px;
  background: none;
  border: none;
}
dl.ichiran-keyword dt input[type=date] {
  width: 8em;
  height: 30px;
  line-height: 30px;
  background: none;
  border: 1px solid #aaa;
  border-radius: 25%;
}
dl.ichiran-keyword dt input:focus {
  outline-color: rgba(226, 132, 132, 0);
}
dl.ichiran-keyword dd {
  position: absolute;
  top: 0;
  right: 0;
}
dl.ichiran-keyword dd button {
  display: block;
  padding: 6px;
  background: none;
  border: none;
}
dl.ichiran-keyword dd button img {
  width: 2em;
  height: 2em;
}

/* 一覧ダイアログ */
.ichiran-dialog {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ichiran-dialog .dialog {
  position: fixed;
  z-index: 10;
  top: 6rem;
  right: 0;
  background-color: rgba(249, 255, 249, 0.9490196078);
  color: #000000;
  max-height: 75vh;
  max-width: 90vw;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin: 48px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.ichiran-dialog .dialog .title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0075em;
  line-height: 1.6;
  margin: 0;
  padding: 24px 24px 20px;
}
.ichiran-dialog .dialog .title .close {
  width: 2em;
  height: 1.5em;
  color: #ffffff;
  font-size: 1.5em;
  background-color: rgba(227, 68, 68, 0.6392156863);
  text-align: center;
  z-index: 50;
  position: absolute;
  right: 0;
  transform: translateY(-130%) translateX(0%);
}
.ichiran-dialog .dialog .title .close:hover {
  background-color: rgba(156, 0, 0, 0.8196078431);
}
.ichiran-dialog .dialog .body {
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.00938em;
  line-height: 1.5;
  padding: 0 24px 24px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ichiran-dialog .dialog .footer {
  margin: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ichiran-dialog .dialog .footer button {
  margin-right: 1em;
  font-size: 1.5em;
  border-bottom: thick double #32a1ce;
}
.ichiran-dialog .dialog .footer button:hover {
  margin-right: 1em;
  font-size: 1.5em;
  color: #48f5bb;
  border-bottom: thick double #206682;
}

/* ページのCSS */
.page-no-div {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  justify-content: center;
  text-align: right;
  grid-column: auto;
}
.page-no-div nav {
  text-align: center;
}
.page-no-div ul {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.page-no-div ul > li {
  display: inline;
}
.page-no-div ul > li > a,
.page-no-div ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #809b81;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-no-div ul > li:first-child > a,
.page-no-div ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-no-div ul > li:last-child > a,
.page-no-div ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-no-div ul > li > a:hover,
.page-no-div ul > li > span:hover,
.page-no-div ul > li > a:focus,
.page-no-div ul > li > span:focus {
  z-index: 3;
  color: #809b81;
  background-color: #eee;
  border-color: #ddd;
}
.page-no-div ul > .active > a,
.page-no-div ul > .active > span,
.page-no-div ul > .active > a:hover,
.page-no-div ul > .active > span:hover,
.page-no-div ul > .active > a:focus,
.page-no-div ul > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #809b81;
  border-color: #809b81;
}
.page-no-div ul > .disabled > span,
.page-no-div ul > .disabled > span:hover,
.page-no-div ul > .disabled > span:focus,
.page-no-div ul > .disabled > a,
.page-no-div ul > .disabled > a:hover,
.page-no-div ul > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* ログインアニメーション */
@keyframes keyframes-top-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes keyframes-top-slide {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  20% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes keyframes-top-cat {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  20% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 表示時のアニメーション */
.top-open-animation {
  animation-name: keyframes-top-slide;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

.top-open-cat-animation {
  animation-name: keyframes-top-cat;
  animation-fill-mode: forwards;
  transform: translate(50px) rotate(0);
  opacity: 0;
}

/* ログイン画面 */
.top-background {
  background-image: url("/images/welcome_back.png");
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.top-title {
  padding: 2em 0;
}
.top-title img {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}

.top-fadeUp {
  animation-name: top-fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes top-fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-login-link {
  text-align: center;
}
.top-login-link > div {
  margin: 5em;
}
.top-login-link > div > a {
  color: #004705;
  font-size: min(4vw, 3em);
  border-radius: 50vh;
  background-color: rgba(144, 215, 144, 0.4705882353);
  box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5em;
  padding: 1em 2em;
  font-weight: bold;
}
.top-login-link > div > a:active {
  background-color: #90d790;
}
.top-login-link > div > a:hover {
  background-color: rgba(144, 215, 144, 0.6666666667);
}

.top-info {
  max-width: 60rem;
  margin: 2em auto;
  background-color: white;
  border-radius: 15px;
}
.top-info > div {
  width: 100%;
  margin-bottom: 5em;
}
.top-info > div > img {
  width: calc(100% - 1em);
  margin: 1em auto;
}
.top-info > div > a > img {
  width: calc(100% - 1em);
  margin: 1em auto;
}
.top-info > div a:hover {
  opacity: 0.5;
}
.top-info .hidden-div {
  overflow: hidden;
}
.top-info .hidden-div .left {
  width: 48%;
  float: left;
}
.top-info .hidden-div .left a:hover {
  opacity: 0.5;
}
.top-info .hidden-div .right {
  width: 48%;
  float: right;
}
.top-info .hidden-div .right a:hover {
  opacity: 0.5;
}
.top-info .text1-div {
  font-size: min(4vw, 2em);
  font-weight: bold;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: calc(100% - 2em);
  margin: 0 1em 3em 1em;
}
.top-info .text1-div .emphasis {
  font-size: 150%;
  color: #a91761;
  margin-bottom: 1em;
}
.top-info .text2-div {
  font-size: min(4vw, 2em);
  color: white;
  background-color: #2c2c83;
  padding: 0.5em;
  font-weight: bold;
}
.top-info .text3-div {
  font-size: min(4vw, 2em);
  font-weight: bold;
  width: calc(100% - 2em);
  margin: 0 1em 0 1em;
}

.login-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #e0e9e6;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1490196078) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1490196078) 50%, rgba(255, 255, 255, 0.1490196078) 75%, transparent 75%, transparent);
  background-size: 3rem 3rem;
}

.login-background-blur {
  animation: login-background-blur-anim 2s;
}

@keyframes login-background-blur-anim {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 0.8;
    filter: blur(0);
  }
}
.login-border {
  position: fixed;
  background-color: #4a4a4a;
}

.login-right {
  top: 0;
  right: 50px;
  width: 1px;
  height: 100vh;
}

.login-left {
  top: 0;
  left: 50px;
  width: 1px;
  height: 100vh;
}

.login-top {
  top: 50px;
  left: 0;
  width: 100vw;
  height: 1px;
}

.login-bottom {
  bottom: 50px;
  left: 0;
  width: 100vw;
  height: 1px;
}

.login-cat {
  position: fixed;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100vh;
  background-image: url("/images/login-cat-green.png");
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  opacity: 0.8;
}
.login-cat .login-cat__content {
  position: absolute;
  margin: 30vh 20%;
  font-size: 5rem;
  font-weight: bold;
  color: #ffffff;
  mix-blend-mode: overlay;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.login-cat-pad {
  position: fixed;
  display: flex;
  bottom: 10vh;
  left: 60vw;
  transform: skew(45deg, -45deg);
}
.login-cat-pad div {
  width: 15vh;
  height: 15vh;
  background-image: url(/images/cat-pad-two.png);
  background-repeat: no-repeat;
  background-size: 15vh;
  opacity: 0;
  animation: login-cat-pad-anim 15s infinite;
}

@keyframes login-cat-pad-anim {
  0% {
    opacity: 0;
  }
  20%, 80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
.login-cat-title {
  position: fixed;
  top: calc(5vh + 50px);
  left: 5vw;
  width: 45vw;
  height: 20vh;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  animation: login-cat-title-anim 10s infinite;
}

.login-cat-title-no-anime {
  position: fixed;
  top: calc(5vh + 50px);
  left: 5vw;
  width: 45vw;
  height: 20vh;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}

@keyframes login-cat-title-anim {
  0%, 5% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 10px);
  }
  15%, 100% {
    transform: translate(0, 0);
  }
}
.login-box {
  margin-top: 7vh;
  margin-bottom: 3vh;
  width: 50vw;
  float: right;
}
.login-box .login-memo {
  right: 20vw;
  width: 20vw;
  min-width: 25em;
  padding: 15px;
  margin: 2em auto 0 auto;
  background: #d1e8d6;
  color: #003507;
  box-shadow: 10px 5px 5px #959595;
  transform: rotate(2deg);
  word-break: break-all;
}
.login-box .login-memo p {
  text-align: center;
  margin: 10px;
  border-radius: 25px;
  font-size: 1.25em;
  color: #ffffff;
  padding: 5px;
  background-color: #0d654f;
  white-space: nowrap;
}
.login-box .login-memo .tape {
  width: 50%;
  height: 35px;
  margin: -25px auto 0;
  background: #989898;
  transform: rotate(-3deg);
  opacity: 0.1;
}
.login-box .login-memo .title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.5em;
}
.login-box .login-memo .img {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.login-box .login-memo .img div {
  width: 7vw;
  height: 7vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.login-box .login-memo .img .dens {
  background-image: url(/images/jiima_denshi_icon_ziokf4567.png);
}
.login-box .login-memo .img .scan {
  background-image: url(/images/jiima_scan_icon_ziokf4567.png);
}
.login-box .login-area {
  margin: 3em auto 0 auto;
  width: 40vw;
  min-width: 30em;
  height: 40vh;
  position: relative;
}
.login-box .login-area .title {
  width: 100%;
  height: 15vh;
  background-image: url(/images/login-box.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.8;
}
.login-box .login-area .main {
  width: 80%;
  margin: 0 auto;
  padding: 2em 0;
  background-color: #ffffff;
  box-shadow: 10px 5px 5px #959595;
  border: solid 1px rgba(149, 149, 149, 0.4901960784);
  border-radius: 25px;
}
.login-box .login-area .main .skip-login {
  width: 100%;
  text-align: center;
}
.login-box .login-area .main .skip-login .btn {
  background: linear-gradient(to right, #9cd77f, #2b9537);
  color: #f2f2f2;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  margin-inline: auto;
  border-radius: 15px;
  max-width: 300px;
  padding: 30px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease-out;
}
.login-box .login-area .main .skip-login .btn a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.login-box .login-area .main .skip-login .btn span {
  position: relative;
}
.login-box .login-area .main .skip-login .btn:before {
  background: linear-gradient(to right, #2b9537, #9cd77f);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 1s ease-out;
  border-radius: 15px;
  width: 100%;
}
.login-box .login-area .main .skip-login .btn:hover {
  color: #f2f2f2;
}
.login-box .login-area .main .skip-login .btn:hover::before {
  opacity: 0;
}
.login-box .login-area .main .skip-login .btn:active {
  transform: translate(0, 2px);
  border-bottom: none;
}
.login-box .help {
  margin-top: 10em;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.5254901961);
  position: relative;
}
.login-box .help .title {
  position: relative;
  padding: 1em;
  border-top: #009250 solid 2px;
  font-size: 2em;
  font-weight: bold;
}
.login-box .help .title span {
  font-size: 2.2em;
  color: #ffd42d;
}
.login-box .help .title::before {
  position: absolute;
  content: "";
  top: -16px;
  left: 10px;
  width: 100px;
  height: 30px;
  border-radius: 30px;
  background: #009250;
}
.login-box .help .title::after {
  position: absolute;
  content: "Pick UP";
  top: -16px;
  left: 10px;
  width: 100px;
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
.login-box .help .txt {
  padding-left: 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: #808080;
}
.login-box .help .tbl {
  margin: 1em auto;
}
.login-box .help .tbl tr {
  border-bottom: solid 2px white;
  font-size: 1.25em;
}
.login-box .help .tbl tr th {
  position: relative;
  width: 20%;
  text-align: left;
  padding: 10px 1em;
}
.login-box .help .tbl tr:nth-child(1) > th {
  background-color: #ffeeac;
}
.login-box .help .tbl tr:nth-child(2) > th {
  background-color: #ffaae8;
}
.login-box .help .tbl tr:nth-child(2) > th span {
  color: #ff0000;
}
.login-box .help .tbl tr:nth-child(3) > th {
  background-color: #a0fdaf;
}
.login-box .help .tbl tr:nth-child(3) > th span {
  color: #ff0000;
}
.login-box .help .tbl tr td {
  text-align: left;
  width: 80%;
  background-color: #eee;
  padding: 10px 1em;
}
.login-box .help .tbl tr:last-child {
  border-bottom: none;
}
.login-box .help .example-text {
  text-align: center;
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
.login-box .help .tbl2 {
  width: calc(100% - 20px);
  margin: 10px;
  background-color: #ffffff;
  border: #393939 solid 1px;
}
.login-box .help .tbl2 td {
  padding: 0 5px;
}
.login-box .help .tbl2 .font-size-08 {
  font-size: 0.8em;
}
.login-box .help .tbl2 .vertical-align-top {
  vertical-align: top;
}
.login-box .help .tbl2 .emphasis {
  text-align: center;
  font-weight: bold;
}
.login-box .help .tbl2 .padding-20px {
  padding: 20px 0;
}
.login-box .help .tbl2 .padding-15px {
  padding: 0 0 15px;
}
.login-box .help .tbl2 .witdh-20 {
  width: 20%;
}
.login-box .help .tbl2 .cob {
  background-color: #ffeeac;
  color: #0b0b0b;
}
.login-box .help .tbl2 .scn {
  background-color: #ffaae8;
  color: #0b0b0b;
}
.login-box .help .tbl2 .den {
  background-color: #a0fdaf;
  color: #0b0b0b;
}
.login-box .help .tbl2 .type-1 {
  background-color: #ff9216;
  color: #ffffff;
}
.login-box .help .tbl2 .type-2 {
  background-color: #ff1dc3;
  color: #ffffff;
}
.login-box .help .tbl2 .type-2-1 {
  background-color: #ff95e3;
  color: #0c0c0c;
}
.login-box .help .tbl2 .type-2-2 {
  background-color: #ffd7f4;
  color: #0c0c0c;
}
.login-box .help .tbl2 .type-3 {
  background-color: #09b935;
  color: #ffffff;
}
.login-box .help .tbl2 .type-3-1 {
  background-color: #99c9a5;
  color: #0c0c0c;
}
.login-box .help .tbl2 .bdr {
  border: #393939 solid 1px;
}
.login-box .help .tbl2 .bdr ul {
  list-style: disc;
  padding-left: 1em;
}
.login-box .help .tbl2 .arrow {
  position: relative;
  width: 20px;
  height: 20px;
  background: #5cc168;
  transform: rotate(90deg);
  margin: 10px auto;
}
.login-box .help .tbl2 .arrow::after {
  position: absolute;
  content: "";
  top: -10px;
  right: -40px;
  border: 20px solid;
  border-color: transparent;
  border-left: 20px solid #5cc168;
}

@media only screen and (max-width: 480px) {
  .login-background {
    width: 100%;
    height: 100%;
  }
  .login-cat .login-cat__content {
    font-size: 2.5rem;
  }
  .login-box {
    margin-top: 50vh;
    float: none;
  }
  .login-box .login-memo {
    display: none;
  }
  .login-box .help {
    width: 95vw;
  }
  .login-box .login-area {
    width: 100vw;
    min-width: 100vw;
  }
  .login-cat-title {
    width: 70vw;
    height: 10em;
  }
  .login-cat-title-no-anime {
    width: 70vw;
    height: 10em;
  }
}
:root {
  /* 基本 */
  --border-color: #83ae4600; /* ボーダーカラー */
  /* ラベルカラー */
  --title-bg-color: #dbf3dced; /* 背景色 */
  /* チェックボックスカラー */
  --check-color: #82ae46;
  /* ボタンカラー */
  --button-bg-color: #cccccc; /* 背景色 */
  --button-hover-color: #a0d3b6; /* ホバー時のボーダーカラー */
  --icon-button-bg-color: #707c72; /* 背景色 */
  --icon-button-hover-bg-color: #a9adaa; /* ホバー時の背景色 */
  --icon-button-dl-bg-color: #058019; /* ダウンロード用背景色 */
  --icon-button-dl-hover-bg-color: #53d273; /* ホバー時のダウンロード用背景色 */
  /* 入力項目カラー */
  --font-color: #000000; /* 文字色 */
  --input-bg-color: #ffffff; /* 背景色 */
  --shadow-color: #0942b340; /* 影色 */
  --input-border-color: #d3d3d4; /* ボーダーカラー */
  --input-hover-border-color: #b8b8b8; /* ホバー時のボーダーカラー */
  --placeholder-color: #9e9e9e; /* プレイスホルダー文字色 */
  /* テーブルカラー */
  --list-bg-color: #ffffff; /* 一覧の背景色 */
  --list-row-2n-color-default: #809b81; /* 一覧の偶数行背景色 */
  --list-row-2n-color-juryo: #809b81; /* 受領一覧の偶数行背景色 */
  --list-row-2n-color-hakko: #9b808e; /* 発行一覧の偶数行背景色 */
  --list-header-color-default: #dbf3dced; /* 一覧ヘッダの偶数行背景色 */
  --list-header-color-juryo: #dbf3dced; /* 受領一覧ヘッダの偶数行背景色 */
  --list-header-color-hakko: #c97fb9; /* 発行一覧ヘッダの偶数行背景色 */
}

/* Media Queryのブレイクポイント */
/* Media Queryの設定 */
/* 引数：ブレイクポイント */
/* 引数：基準値 */
/* 引数：縮小 */
/* table カラム横幅（mixin定義） */
/* 引数：列番号 */
/* 引数：横幅 */
/* table ボタン列（mixin定義） */
/* 引数：ボタン数 */
/* 入力一覧（mixin定義） */
/* 引数：$color1 = 偶数行の背景色 */
/* 引数：$color2 = ヘッダ背景色 */
/* 入力一覧（受領） */
.import-input-list-juryo {
  display: block;
  overflow-y: scroll;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: var(--list-bg-color);
  border-radius: 5px;
  width: 100%;
  height: 65vh;
  font-size: 1em;
}
.import-input-list-juryo tr:nth-child(2n+1) {
  background: var(--list-row-2n-color-juryo);
  color: white;
}
.import-input-list-juryo thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 5px;
  background: var(--list-header-color-juryo);
  border-right: solid 1px var(--border-color);
  color: var(--font-color);
}
.import-input-list-juryo th:last-child {
  border-right: none;
}
.import-input-list-juryo td {
  padding: 5px;
  text-align: left;
  border-right: solid 1px var(--border-color);
  border-bottom: solid 1px var(--border-color);
}
.import-input-list-juryo td:last-child {
  border-right: none;
}
.import-input-list-juryo .required {
  color: red;
  font-size: 0.85em;
}
.import-input-list-juryo .err-text {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
  font-size: 0.8em;
}

/* 入力一覧（発行） */
.import-input-list-hakko {
  display: block;
  overflow-y: scroll;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: var(--list-bg-color);
  border-radius: 5px;
  width: 100%;
  height: 65vh;
  font-size: 1em;
}
.import-input-list-hakko tr:nth-child(2n+1) {
  background: var(--list-row-2n-color-hakko);
  color: white;
}
.import-input-list-hakko thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 5px;
  background: var(--list-header-color-hakko);
  border-right: solid 1px var(--border-color);
  color: var(--font-color);
}
.import-input-list-hakko th:last-child {
  border-right: none;
}
.import-input-list-hakko td {
  padding: 5px;
  text-align: left;
  border-right: solid 1px var(--border-color);
  border-bottom: solid 1px var(--border-color);
}
.import-input-list-hakko td:last-child {
  border-right: none;
}
.import-input-list-hakko .required {
  color: red;
  font-size: 0.85em;
}
.import-input-list-hakko .err-text {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
  font-size: 0.8em;
}

/* 確認一覧（mixin定義） */
/* 引数：$width = 横幅 */
/* 引数：$color = ヘッダ背景色 */
/* 確認一覧（受領） */
.check-list-juryo {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 106rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4509803922);
}
.check-list-juryo tr {
  text-align: center;
  min-width: 10%;
  padding: 0.5em 0;
  background-color: #fff;
  color: #3a3a3a;
}
.check-list-juryo tr:hover {
  background-color: #d4faff;
}
.check-list-juryo th,
.check-list-juryo td {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.check-list-juryo th {
  min-width: 10%;
  padding: 0.5em;
  background-color: var(--list-header-color-juryo);
  color: #000;
  text-align: left;
  top: 0;
  z-index: 1;
  left: 0;
}
.check-list-juryo th:before {
  position: absolute;
}
.check-list-juryo td {
  text-align: left;
}
.check-list-juryo th:nth-child(1),
.check-list-juryo td:nth-child(1) {
  width: 2rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-juryo th:nth-child(2),
.check-list-juryo td:nth-child(2) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-juryo th:nth-child(3),
.check-list-juryo td:nth-child(3) {
  width: 5rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-juryo th:nth-child(4),
.check-list-juryo td:nth-child(4) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-juryo th:nth-child(5),
.check-list-juryo td:nth-child(5) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-juryo th:nth-child(6),
.check-list-juryo td:nth-child(6) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-juryo th:nth-child(7),
.check-list-juryo td:nth-child(7) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-juryo .result-row-ok {
  text-align: center;
  color: #0000ff;
}
.check-list-juryo .result-row-ng {
  text-align: center;
  color: #ff0000;
}
.check-list-juryo .ng-row {
  color: #ff0000;
}

/* 確認一覧（発行） */
.check-list-hakko {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 106rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4509803922);
}
.check-list-hakko tr {
  text-align: center;
  min-width: 10%;
  padding: 0.5em 0;
  background-color: #fff;
  color: #3a3a3a;
}
.check-list-hakko tr:hover {
  background-color: #d4faff;
}
.check-list-hakko th,
.check-list-hakko td {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.check-list-hakko th {
  min-width: 10%;
  padding: 0.5em;
  background-color: var(--list-header-color-hakko);
  color: #000;
  text-align: left;
  top: 0;
  z-index: 1;
  left: 0;
}
.check-list-hakko th:before {
  position: absolute;
}
.check-list-hakko td {
  text-align: left;
}
.check-list-hakko th:nth-child(1),
.check-list-hakko td:nth-child(1) {
  width: 2rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-hakko th:nth-child(2),
.check-list-hakko td:nth-child(2) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-hakko th:nth-child(3),
.check-list-hakko td:nth-child(3) {
  width: 5rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-hakko th:nth-child(4),
.check-list-hakko td:nth-child(4) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-hakko th:nth-child(5),
.check-list-hakko td:nth-child(5) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-hakko th:nth-child(6),
.check-list-hakko td:nth-child(6) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-hakko th:nth-child(7),
.check-list-hakko td:nth-child(7) {
  width: 20rem;
  max-height: 5em;
  white-space: pre-wrap;
}
.check-list-hakko .result-row-ok {
  text-align: center;
  color: #0000ff;
}
.check-list-hakko .result-row-ng {
  text-align: center;
  color: #ff0000;
}
.check-list-hakko .ng-row {
  color: #ff0000;
}

/* マスタ一覧 */
.mst-list {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4509803922);
}
.mst-list th,
.mst-list td {
  padding: 0.5em 1em;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.mst-list th {
  position: sticky;
  min-width: 10%;
  padding: 0.5em;
  background-color: rgba(219, 243, 220, 0.9294117647);
  color: #000;
  top: 0;
  left: 0;
}
.mst-list th:before {
  position: absolute;
}
.mst-list th:last-child {
  background-color: #ffc0cb;
}
.mst-list th:last-child span {
  font-size: 0.7em;
  writing-mode: vertical-rl;
}
.mst-list td {
  text-align: left;
}
.mst-list td:last-child {
  text-align: center;
  background-color: rgba(255, 192, 203, 0.3294117647);
  cursor: pointer;
  transition-duration: 0.3s;
}
.mst-list td:last-child div {
  width: 2em;
  height: 2em;
  margin: 0 auto;
  overflow: hidden;
}
.mst-list td:last-child div img {
  width: 100%;
}
.mst-list td:last-child:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
.mst-list tr {
  text-align: center;
  min-width: 10%;
  padding: 0.5em 0;
  background-color: #fff;
  color: #3a3a3a;
}
.mst-list tr:hover {
  background-color: #d4faff;
}

.update-batch-table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  min-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px -6px rgba(0, 0, 0, 0.4509803922);
}
.update-batch-table td {
  text-align: left;
}
.update-batch-table th,
.update-batch-table td {
  padding: 0.5em;
  border-bottom: 2px solid rgba(219, 243, 220, 0.9294117647);
  border-left: 1px solid #eee;
}
.update-batch-table th {
  min-width: 10%;
  padding: 0.5em;
  background-color: rgba(219, 243, 220, 0.9294117647);
  color: #000;
  text-align: left;
  top: 0;
  position: sticky;
  z-index: 1;
  left: 0;
}
.update-batch-table th:before {
  position: absolute;
}
.update-batch-table th:nth-child(1),
.update-batch-table td:nth-child(1) {
  width: 15em;
  max-height: 5em;
  white-space: pre-wrap;
}
.update-batch-table th:nth-child(2),
.update-batch-table td:nth-child(2) {
  width: 10em;
  max-height: 5em;
  white-space: pre-wrap;
}
.update-batch-table th:nth-child(3),
.update-batch-table td:nth-child(3) {
  width: 15em;
  max-height: 5em;
  white-space: pre-wrap;
}
.update-batch-table th:nth-child(4),
.update-batch-table td:nth-child(4) {
  width: 10em;
  max-height: 5em;
  white-space: pre-wrap;
}
.update-batch-table th:nth-child(5),
.update-batch-table td:nth-child(5) {
  width: 10em;
  max-height: 5em;
  white-space: pre-wrap;
}
.update-batch-table tr {
  min-width: 10%;
  padding: 0.5em;
  background-color: #fff;
  color: #3a3a3a;
}
.update-batch-table tr:hover {
  background-color: #d4faff;
  cursor: pointer;
}

:root {
  /* 基本 */
  --border-color: #83ae4600; /* ボーダーカラー */
  /* ラベルカラー */
  --title-bg-color: #dbf3dced; /* 背景色 */
  /* チェックボックスカラー */
  --check-color: #82ae46;
  /* ボタンカラー */
  --button-bg-color: #cccccc; /* 背景色 */
  --button-hover-color: #a0d3b6; /* ホバー時のボーダーカラー */
  --icon-button-bg-color: #707c72; /* 背景色 */
  --icon-button-hover-bg-color: #a9adaa; /* ホバー時の背景色 */
  --icon-button-dl-bg-color: #058019; /* ダウンロード用背景色 */
  --icon-button-dl-hover-bg-color: #53d273; /* ホバー時のダウンロード用背景色 */
  /* 入力項目カラー */
  --font-color: #000000; /* 文字色 */
  --input-bg-color: #ffffff; /* 背景色 */
  --shadow-color: #0942b340; /* 影色 */
  --input-border-color: #d3d3d4; /* ボーダーカラー */
  --input-hover-border-color: #b8b8b8; /* ホバー時のボーダーカラー */
  --placeholder-color: #9e9e9e; /* プレイスホルダー文字色 */
  /* テーブルカラー */
  --list-bg-color: #ffffff; /* 一覧の背景色 */
  --list-row-2n-color-default: #809b81; /* 一覧の偶数行背景色 */
  --list-row-2n-color-juryo: #809b81; /* 受領一覧の偶数行背景色 */
  --list-row-2n-color-hakko: #9b808e; /* 発行一覧の偶数行背景色 */
  --list-header-color-default: #dbf3dced; /* 一覧ヘッダの偶数行背景色 */
  --list-header-color-juryo: #dbf3dced; /* 受領一覧ヘッダの偶数行背景色 */
  --list-header-color-hakko: #c97fb9; /* 発行一覧ヘッダの偶数行背景色 */
}

/* プレースホルダの文字色の一括設定（mixin定義） */
/* 引数：色 */
/* 要素の初期化 */
/* ラベル（mixin定義） */
/* 引数：横幅 */
/* 標準ラベル */
.default-label {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10em;
  background-color: var(--title-bg-color);
  --padding-x: 1.0em;
  border-color: var(--border-color);
  border-radius: 0.25em;
  box-shadow: 0 1px 4px var(--shadow-color);
  color: var(--font-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* 入力フォーム（mixin定義） */
/* 引数：横幅 */
/* 入力フォーム */
.default-input {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
  background-color: var(--input-bg-color);
  --padding-x: 0.5em;
  border-color: var(--input-border-color);
  border-radius: 0.25em;
  min-width: 30em;
  color: var(--font-color);
  transition: 0.2s;
}
.default-input::-moz-placeholder {
  color: var(--placeholder-color);
}
.default-input::placeholder {
  color: var(--placeholder-color);
}
.default-input:-ms-input-placeholder {
  color: var(--placeholder-color);
}
.default-input::-ms-input-placeholder {
  color: var(--placeholder-color);
}
.default-input:hover {
  border-color: var(--input-hover-border-color);
}
.default-input:focus {
  outline: none;
  border-color: var(--border-color);
}
@media only screen and (max-width: 480px) {
  .default-input {
    min-width: 50%;
  }
}

.default-input-15 {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
  background-color: var(--input-bg-color);
  --padding-x: 0.5em;
  border-color: var(--input-border-color);
  border-radius: 0.25em;
  min-width: 15em;
  color: var(--font-color);
  transition: 0.2s;
}
.default-input-15::-moz-placeholder {
  color: var(--placeholder-color);
}
.default-input-15::placeholder {
  color: var(--placeholder-color);
}
.default-input-15:-ms-input-placeholder {
  color: var(--placeholder-color);
}
.default-input-15::-ms-input-placeholder {
  color: var(--placeholder-color);
}
.default-input-15:hover {
  border-color: var(--input-hover-border-color);
}
.default-input-15:focus {
  outline: none;
  border-color: var(--border-color);
}
@media only screen and (max-width: 480px) {
  .default-input-15 {
    min-width: 50%;
  }
}

.default-input-error {
  background-color: #ffdcdc;
  border-color: #ff0000;
}

/* 入力フォーム（横幅自動） */
.default-input-auto {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
  background-color: var(--input-bg-color);
  --padding-x: 0.5em;
  border-color: var(--input-border-color);
  border-radius: 0.25em;
  min-width: auto;
  color: var(--font-color);
  transition: 0.2s;
}
.default-input-auto::-moz-placeholder {
  color: var(--placeholder-color);
}
.default-input-auto::placeholder {
  color: var(--placeholder-color);
}
.default-input-auto:-ms-input-placeholder {
  color: var(--placeholder-color);
}
.default-input-auto::-ms-input-placeholder {
  color: var(--placeholder-color);
}
.default-input-auto:hover {
  border-color: var(--input-hover-border-color);
}
.default-input-auto:focus {
  outline: none;
  border-color: var(--border-color);
}
@media only screen and (max-width: 480px) {
  .default-input-auto {
    min-width: 50%;
  }
}

/* 入力フォーム日付範囲（横幅自動） */
.default-input-date {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
  background-color: var(--input-bg-color);
  --padding-x: 0.5em;
  border-color: var(--input-border-color);
  border-radius: 0.25em;
  min-width: 20em;
  color: var(--font-color);
  transition: 0.2s;
}
.default-input-date::-moz-placeholder {
  color: var(--placeholder-color);
}
.default-input-date::placeholder {
  color: var(--placeholder-color);
}
.default-input-date:-ms-input-placeholder {
  color: var(--placeholder-color);
}
.default-input-date::-ms-input-placeholder {
  color: var(--placeholder-color);
}
.default-input-date:hover {
  border-color: var(--input-hover-border-color);
}
.default-input-date:focus {
  outline: none;
  border-color: var(--border-color);
}
@media only screen and (max-width: 480px) {
  .default-input-date {
    min-width: 50%;
  }
}

/* 取込み用入力フォーム */
.import-input-auto {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
  background-color: var(--input-bg-color);
  --padding-x: 0.5em;
  border-color: var(--input-border-color);
  border-radius: 0.25em;
  min-width: auto;
  color: var(--font-color);
  transition: 0.2s;
  border-color: rgba(0, 0, 0, 0);
  width: 100%;
  border-bottom: solid 1px #bdbdbd;
}
.import-input-auto::-moz-placeholder {
  color: var(--placeholder-color);
}
.import-input-auto::placeholder {
  color: var(--placeholder-color);
}
.import-input-auto:-ms-input-placeholder {
  color: var(--placeholder-color);
}
.import-input-auto::-ms-input-placeholder {
  color: var(--placeholder-color);
}
.import-input-auto:hover {
  border-color: var(--input-hover-border-color);
}
.import-input-auto:focus {
  outline: none;
  border-color: var(--border-color);
}
@media only screen and (max-width: 480px) {
  .import-input-auto {
    min-width: 50%;
  }
}

/* チェックボックス */
input[type=checkbox].default-checkbox {
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
  border-color: var(--input-border-color);
  border-radius: 0.25em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
input[type=checkbox].default-checkbox:checked {
  color: var(--check-color);
}
input[type=checkbox].default-checkbox:hover {
  border-color: var(--input-hover-border-color);
}
input[type=checkbox].default-checkbox:focus {
  outline: none;
  border-color: var(--border-color);
  box-shadow: 0 0 0 2px var(--shadow-color);
}

/* ラジオボタン */
input[type=radio].default-radio {
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
  border-color: var(--input-border-color);
  border-radius: 0.25em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto 0 auto 0.5em;
}
input[type=radio].default-radio:checked {
  color: var(--check-color);
}
input[type=radio].default-radio:hover {
  border-color: var(--input-hover-border-color);
}
input[type=radio].default-radio:focus {
  outline: none;
  border-color: var(--border-color);
  box-shadow: 0 0 0 2px var(--shadow-color);
}

:root {
  /* 基本 */
  --border-color: #83ae4600; /* ボーダーカラー */
  /* ラベルカラー */
  --title-bg-color: #dbf3dced; /* 背景色 */
  /* チェックボックスカラー */
  --check-color: #82ae46;
  /* ボタンカラー */
  --button-bg-color: #cccccc; /* 背景色 */
  --button-hover-color: #a0d3b6; /* ホバー時のボーダーカラー */
  --icon-button-bg-color: #707c72; /* 背景色 */
  --icon-button-hover-bg-color: #a9adaa; /* ホバー時の背景色 */
  --icon-button-dl-bg-color: #058019; /* ダウンロード用背景色 */
  --icon-button-dl-hover-bg-color: #53d273; /* ホバー時のダウンロード用背景色 */
  /* 入力項目カラー */
  --font-color: #000000; /* 文字色 */
  --input-bg-color: #ffffff; /* 背景色 */
  --shadow-color: #0942b340; /* 影色 */
  --input-border-color: #d3d3d4; /* ボーダーカラー */
  --input-hover-border-color: #b8b8b8; /* ホバー時のボーダーカラー */
  --placeholder-color: #9e9e9e; /* プレイスホルダー文字色 */
  /* テーブルカラー */
  --list-bg-color: #ffffff; /* 一覧の背景色 */
  --list-row-2n-color-default: #809b81; /* 一覧の偶数行背景色 */
  --list-row-2n-color-juryo: #809b81; /* 受領一覧の偶数行背景色 */
  --list-row-2n-color-hakko: #9b808e; /* 発行一覧の偶数行背景色 */
  --list-header-color-default: #dbf3dced; /* 一覧ヘッダの偶数行背景色 */
  --list-header-color-juryo: #dbf3dced; /* 受領一覧ヘッダの偶数行背景色 */
  --list-header-color-hakko: #c97fb9; /* 発行一覧ヘッダの偶数行背景色 */
}

/* ボタン（mixin定義） */
/* 引数：$color = 背景色 */
/* 引数：$radius = 丸み */
/* 引数：$width = 横幅 */
/* 引数：$hover-color = ホバー時背景色 */
/* 引数：$font-size = 文字サイズ(任意) */
/* 引数：$img-size = 画像サイズ(任意) */
/* 基本ボタン */
.default-button {
  display: flex;
  padding: 0.25em;
  overflow: hidden;
  background-color: var(--icon-button-bg-color);
  border-top: 2px var(--icon-button-bg-color);
  border-bottom: 2px solid var(--icon-button-bg-color);
  border-radius: 4px;
  border-radius: 100vh;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 10em;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}
.default-button div {
  margin: 0 auto 0 auto;
  display: flex;
}
.default-button img {
  width: 2em;
  height: 2em;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(230deg) brightness(120%) contrast(100%);
  transition-duration: 0.3s;
}
.default-button span {
  color: #fff;
  margin: auto 0 auto 1em;
  transition-duration: 0.3s;
  font-size: 1em;
}
.default-button:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-hover-bg-color);
}
.default-button:active {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-bg-color);
  transform: translate(0, 2px);
  border-bottom: none;
}

/* 基本ボタン（四角） */
.square-button {
  display: flex;
  padding: 0.25em;
  overflow: hidden;
  background-color: var(--icon-button-bg-color);
  border-top: 2px var(--icon-button-bg-color);
  border-bottom: 2px solid var(--icon-button-bg-color);
  border-radius: 4px;
  border-radius: 0;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 10em;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}
.square-button div {
  margin: 0 auto 0 auto;
  display: flex;
}
.square-button img {
  width: 2em;
  height: 2em;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(230deg) brightness(120%) contrast(100%);
  transition-duration: 0.3s;
}
.square-button span {
  color: #fff;
  margin: auto 0 auto 1em;
  transition-duration: 0.3s;
  font-size: 1em;
}
.square-button:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-hover-bg-color);
}
.square-button:active {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-bg-color);
  transform: translate(0, 2px);
  border-bottom: none;
}

/* 基本ボタン（四角：緑） */
.square-button-green {
  display: flex;
  padding: 0.25em;
  overflow: hidden;
  background-color: var(--icon-button-dl-bg-color);
  border-top: 2px var(--icon-button-dl-bg-color);
  border-bottom: 2px solid var(--icon-button-dl-bg-color);
  border-radius: 4px;
  border-radius: 0;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 10em;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}
.square-button-green div {
  margin: 0 auto 0 auto;
  display: flex;
}
.square-button-green img {
  width: 2em;
  height: 2em;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(230deg) brightness(120%) contrast(100%);
  transition-duration: 0.3s;
}
.square-button-green span {
  color: #fff;
  margin: auto 0 auto 1em;
  transition-duration: 0.3s;
  font-size: 1em;
}
.square-button-green:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-dl-hover-bg-color);
}
.square-button-green:active {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-dl-bg-color);
  transform: translate(0, 2px);
  border-bottom: none;
}

/* 横幅100%ボタン */
.full-button {
  display: flex;
  padding: 0.25em;
  overflow: hidden;
  background-color: var(--icon-button-bg-color);
  border-top: 2px var(--icon-button-bg-color);
  border-bottom: 2px solid var(--icon-button-bg-color);
  border-radius: 4px;
  border-radius: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 10em;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}
.full-button div {
  margin: 0 auto 0 auto;
  display: flex;
}
.full-button img {
  width: 2em;
  height: 2em;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(230deg) brightness(120%) contrast(100%);
  transition-duration: 0.3s;
}
.full-button span {
  color: #fff;
  margin: auto 0 auto 1em;
  transition-duration: 0.3s;
  font-size: 1em;
}
.full-button:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-hover-bg-color);
}
.full-button:active {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-bg-color);
  transform: translate(0, 2px);
  border-bottom: none;
}

/* ダウンロードボタン */
.download-button {
  display: flex;
  padding: 0.25em;
  overflow: hidden;
  background-color: var(--icon-button-dl-bg-color);
  border-top: 2px var(--icon-button-dl-bg-color);
  border-bottom: 2px solid var(--icon-button-dl-bg-color);
  border-radius: 4px;
  border-radius: 100vh;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 10em;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}
.download-button div {
  margin: 0 auto 0 auto;
  display: flex;
}
.download-button img {
  width: 2em;
  height: 2em;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(230deg) brightness(120%) contrast(100%);
  transition-duration: 0.3s;
}
.download-button span {
  color: #fff;
  margin: auto 0 auto 1em;
  transition-duration: 0.3s;
  font-size: 1em;
}
.download-button:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-dl-hover-bg-color);
}
.download-button:active {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-dl-bg-color);
  transform: translate(0, 2px);
  border-bottom: none;
}

/* 小さいバージョンボタン */
.minimum-button {
  display: flex;
  padding: 0.25em;
  overflow: hidden;
  background-color: var(--icon-button-bg-color);
  border-top: 2px var(--icon-button-bg-color);
  border-bottom: 2px solid var(--icon-button-bg-color);
  border-radius: 4px;
  border-radius: 100vh;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 6em;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}
.minimum-button div {
  margin: 0 auto 0 auto;
  display: flex;
}
.minimum-button img {
  width: 0;
  height: 0;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(230deg) brightness(120%) contrast(100%);
  transition-duration: 0.3s;
}
.minimum-button span {
  color: #fff;
  margin: auto 0;
  transition-duration: 0.3s;
  font-size: 0.8em;
}
.minimum-button:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-hover-bg-color);
}
.minimum-button:active {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-bg-color);
  transform: translate(0, 2px);
  border-bottom: none;
}

/* アイコンなしボタン */
.non-icon-button {
  display: flex;
  padding: 0.25em;
  overflow: hidden;
  background-color: var(--icon-button-bg-color);
  border-top: 2px var(--icon-button-bg-color);
  border-bottom: 2px solid var(--icon-button-bg-color);
  border-radius: 4px;
  border-radius: 100vh;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 6em;
  text-align: center;
  transition-duration: 0.3s;
  cursor: pointer;
}
.non-icon-button div {
  margin: 0 auto 0 auto;
  display: flex;
}
.non-icon-button img {
  width: 0;
  height: 0;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(230deg) brightness(120%) contrast(100%);
  transition-duration: 0.3s;
}
.non-icon-button span {
  color: #fff;
  margin: auto 0;
  transition-duration: 0.3s;
  font-size: 0.8em;
}
.non-icon-button:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-hover-bg-color);
}
.non-icon-button:active {
  opacity: 0.6;
  transition-duration: 0.3s;
  background-color: var(--icon-button-bg-color);
  transform: translate(0, 2px);
  border-bottom: none;
}

:root {
  /* 基本 */
  --border-color: #83ae4600; /* ボーダーカラー */
  /* ラベルカラー */
  --title-bg-color: #dbf3dced; /* 背景色 */
  /* チェックボックスカラー */
  --check-color: #82ae46;
  /* ボタンカラー */
  --button-bg-color: #cccccc; /* 背景色 */
  --button-hover-color: #a0d3b6; /* ホバー時のボーダーカラー */
  --icon-button-bg-color: #707c72; /* 背景色 */
  --icon-button-hover-bg-color: #a9adaa; /* ホバー時の背景色 */
  --icon-button-dl-bg-color: #058019; /* ダウンロード用背景色 */
  --icon-button-dl-hover-bg-color: #53d273; /* ホバー時のダウンロード用背景色 */
  /* 入力項目カラー */
  --font-color: #000000; /* 文字色 */
  --input-bg-color: #ffffff; /* 背景色 */
  --shadow-color: #0942b340; /* 影色 */
  --input-border-color: #d3d3d4; /* ボーダーカラー */
  --input-hover-border-color: #b8b8b8; /* ホバー時のボーダーカラー */
  --placeholder-color: #9e9e9e; /* プレイスホルダー文字色 */
  /* テーブルカラー */
  --list-bg-color: #ffffff; /* 一覧の背景色 */
  --list-row-2n-color-default: #809b81; /* 一覧の偶数行背景色 */
  --list-row-2n-color-juryo: #809b81; /* 受領一覧の偶数行背景色 */
  --list-row-2n-color-hakko: #9b808e; /* 発行一覧の偶数行背景色 */
  --list-header-color-default: #dbf3dced; /* 一覧ヘッダの偶数行背景色 */
  --list-header-color-juryo: #dbf3dced; /* 受領一覧ヘッダの偶数行背景色 */
  --list-header-color-hakko: #c97fb9; /* 発行一覧ヘッダの偶数行背景色 */
}

/* Media Queryのブレイクポイント */
/* Media Queryの設定 */
/* 引数：ブレイクポイント */
/* 引数：基準値 */
/* 引数：縮小 */
/* table カラム横幅（mixin定義） */
/* 引数：列番号 */
/* 引数：横幅 */
/* table ボタン列（mixin定義） */
/* 引数：ボタン数 */
/* 画面の横幅/高さ制御（mixin定義） */
/* 引数：パディングトップ */
/* 画面の横幅/高さ制御 */
.page-set-style {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .page-set-style {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .page-set-style {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.page-set-style-title {
  padding-top: 6rem;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .page-set-style-title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .page-set-style-title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* タイトル */
.page-set-title {
  line-height: 1.25;
  font-weight: 600;
  font-size: 1.25rem;
}

/* 概要明示要素 */
summary.plus-summary {
  cursor: pointer;
  border-bottom: 2px solid;
  list-style: none;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
summary.plus-summary::-webkit-details-marker {
  display: none;
}
summary.plus-summary::after {
  content: "+";
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s;
}

/* 詳細折りたたみ要素 */
details.plus-details[open] > summary.plus-summary::after {
  transform: translateY(-50%) rotate(45deg);
}

/* 入力項目リスト */
.ul-display-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
}
.ul-display-flex li {
  flex: 1 1 20em;
  margin: 0 3em 10px 0;
}
.ul-display-flex li > div {
  display: flex;
  flex-direction: initial;
  justify-content: inherit;
}

/* 入力項目リスト */
.ul-display-flex-gap {
  --gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--gap));
  margin-bottom: calc(-1 * var(--gap));
  padding-bottom: 1rem;
}
.ul-display-flex-gap > * {
  margin-left: var(--gap);
  margin-bottom: var(--gap);
}

/* プレビュー用 */
.preview {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.preview .preview-div {
  display: flex;
  position: relative;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4509803922);
  color: #505050;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3294117647);
}
.preview .preview-image {
  max-height: 80vh;
  min-height: 30vh;
  max-width: 80vw;
  min-width: 30vw;
  margin: 0 auto;
  overflow: auto;
  pointer-events: auto;
}
.preview .preview-image p {
  font-size: 1.5em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  text-align: center;
}
.preview .preview-close {
  width: 4em;
  height: 1.5em;
  color: #ffffff;
  font-size: 1.5em;
  background-color: rgba(227, 68, 68, 0.6392156863);
  text-align: center;
  z-index: 50;
  position: absolute;
  right: 0;
  transform: translateY(-100%) translateX(0%);
}
.preview .preview-close:hover {
  background-color: rgba(156, 0, 0, 0.8196078431);
}
.preview .preview-scale-div {
  z-index: 50;
  position: absolute;
  left: 0;
  transform: translateY(-100%) translateX(0%);
}
.preview .preview-scale-div button {
  color: #ffffff;
  font-size: 1em;
  background-color: rgba(148, 148, 148, 0.7137254902);
  border: solid 1px #FFF;
  margin-right: 0.25em;
  padding: 0 1em;
}
.preview .preview-scale-div button:hover {
  background-color: rgba(80, 80, 80, 0.7137254902);
}
.preview .preview-scale-div label {
  color: #ffffff;
  font-size: 1em;
  background-color: rgba(148, 148, 148, 0.7137254902);
  border: solid 1px #FFF;
  margin-right: 0.25em;
  padding: 0 1em;
}
.preview .preview-scale-div input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  background: #ffffff;
  height: 10px;
  border-radius: 10px;
  border: solid 3px #494949;
  outline: 0;
}
.preview .preview-scale-div input[type=range]:focus {
  box-shadow: 0 0 3px #000000;
}
.preview .preview-scale-div input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #cccccc;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1490196078);
}
.preview .preview-scale-div input[type=range]::-moz-range-thumb {
  background: #cccccc;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1490196078);
  border: none;
}
.preview .preview-scale-div input[type=range]::-moz-focus-outer {
  border: 0;
}
.preview .preview-scale-div input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3019607843);
}
.preview .preview-button {
  width: 3em;
  height: 3em;
  color: #ffffff;
  font-size: 2em;
  background-color: rgba(148, 148, 148, 0.7137254902);
  border: solid 1px #FFF;
  z-index: 50;
  position: absolute;
  border-radius: 50%;
  top: 50%;
}
.preview .preview-button:hover {
  background-color: rgba(80, 80, 80, 0.7137254902);
}
.preview .preview-prev {
  transform: translateY(-50%) translateX(-80%);
  left: 0;
}
.preview .preview-next {
  transform: translateY(-50%) translateX(80%);
  right: 0;
}

/* ダイアログ（mixin定義） */
/* 引数：横幅 */
/* ダイアログ(横幅：50%) */
.disp-dialog-50p {
  position: fixed !important;
  z-index: 50;
  top: 6rem;
  right: 0;
  background-color: rgba(249, 255, 249, 0.9490196078);
  color: #000000;
  max-height: calc(100% - 96px);
  width: 50%;
  min-width: 600px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin: 48px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.disp-dialog-50p .div-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0075em;
  line-height: 1.6;
  margin: 0;
  padding: 24px 24px 20px;
}
.disp-dialog-50p .div-title .close {
  width: 2em;
  height: 1.5em;
  color: #ffffff;
  font-size: 1.5em;
  background-color: rgba(227, 68, 68, 0.6392156863);
  text-align: center;
  z-index: 50;
  position: absolute;
  right: 0;
  transform: translateY(-130%) translateX(0%);
}
.disp-dialog-50p .div-title .close:hover {
  background-color: rgba(156, 0, 0, 0.8196078431);
}
.disp-dialog-50p .div-body {
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.00938em;
  line-height: 1.5;
  padding: 0 24px 24px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-height: 40vh;
}
.disp-dialog-50p .button-container {
  margin: 8px 12px;
  display: flex;
  align-items: center;
  height: 5em;
  justify-content: flex-end;
}
.disp-dialog-50p .button-container button {
  margin-right: 1em;
  font-size: 1.5em;
  border-bottom: thick double #32a1ce;
}
.disp-dialog-50p .button-container button:hover {
  margin-right: 1em;
  font-size: 1.5em;
  color: #48f5bb;
  border-bottom: thick double #206682;
}
.disp-dialog-50p .line-div {
  width: 90%;
  height: 0.1em;
  background: #c0c0c0;
  margin: auto;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  .disp-dialog-50p {
    min-width: 100%;
    margin: 0;
  }
}

/* ダイアログ(横幅：90vw) */
.disp-dialog-90vw {
  position: fixed !important;
  z-index: 50;
  top: 6rem;
  right: 0;
  background-color: rgba(249, 255, 249, 0.9490196078);
  color: #000000;
  max-height: calc(100% - 96px);
  width: 90vw;
  min-width: 600px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin: 48px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.disp-dialog-90vw .div-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0075em;
  line-height: 1.6;
  margin: 0;
  padding: 24px 24px 20px;
}
.disp-dialog-90vw .div-title .close {
  width: 2em;
  height: 1.5em;
  color: #ffffff;
  font-size: 1.5em;
  background-color: rgba(227, 68, 68, 0.6392156863);
  text-align: center;
  z-index: 50;
  position: absolute;
  right: 0;
  transform: translateY(-130%) translateX(0%);
}
.disp-dialog-90vw .div-title .close:hover {
  background-color: rgba(156, 0, 0, 0.8196078431);
}
.disp-dialog-90vw .div-body {
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.00938em;
  line-height: 1.5;
  padding: 0 24px 24px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-height: 40vh;
}
.disp-dialog-90vw .button-container {
  margin: 8px 12px;
  display: flex;
  align-items: center;
  height: 5em;
  justify-content: flex-end;
}
.disp-dialog-90vw .button-container button {
  margin-right: 1em;
  font-size: 1.5em;
  border-bottom: thick double #32a1ce;
}
.disp-dialog-90vw .button-container button:hover {
  margin-right: 1em;
  font-size: 1.5em;
  color: #48f5bb;
  border-bottom: thick double #206682;
}
.disp-dialog-90vw .line-div {
  width: 90%;
  height: 0.1em;
  background: #c0c0c0;
  margin: auto;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  .disp-dialog-90vw {
    min-width: 100%;
    margin: 0;
  }
}

/* ブラックバッグ */
.full-black-div {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* img要素のドラッグ禁止 */
.user-drag-none {
  pointer-events: none;
}

@media only screen and (max-width: 480px) {
  .preview {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .preview .preview-div {
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .preview .preview-scale-div,
  .preview .preview-close {
    top: 0;
  }
}
/* プレビューアニメーション */
.preview-fade-enter-active {
  animation: preview-fade-in 0.1s;
}

.preview-fade-leave-active {
  animation: preview-fade-in 0.1s reverse;
}

@keyframes preview-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* スライドアニメーション */
.slide-dialog-enter-active,
.slide-dialog-leave-active {
  transform: translate(0px, 0px);
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.slide-dialog-enter-from,
.slide-dialog-leave-to {
  transform: translateX(100vw) translateX(0px);
}

/* 吹き出しアニメーション（mixin定義） */
/* 引数：トップ画面フラグ */
/* 吹き出しアニメーション１*/
@keyframes fukidashi-keyframes {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* 吹き出しアニメーション２*/
@keyframes fukidashi-border-keyframes {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* 吹き出しアニメーション（トップ画面）*/
.top-fukidashi-animation {
  position: relative;
  padding: 10px;
  width: 100%;
  text-align: center;
  animation: fukidashi-keyframes 4s infinite;
  margin-top: 5em;
}
.top-fukidashi-animation:before, .top-fukidashi-animation:after {
  content: "";
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}
.top-fukidashi-animation:before {
  border: 12px solid transparent;
  border-top: 12px solid #fbe839;
}
.top-fukidashi-animation:after {
  border: solid 14px transparent;
  border-top: solid 14px;
  margin-top: -5px;
}
.top-fukidashi-animation p {
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .top-fukidashi-animation {
    width: 100vw;
  }
}

/* 吹き出しアニメーション（保存画面）*/
.import-fukidashi-animation {
  position: relative;
  padding: 10px;
  width: 100%;
  text-align: center;
  animation: fukidashi-keyframes 4s infinite;
  margin-bottom: 2em;
}
.import-fukidashi-animation:before, .import-fukidashi-animation:after {
  content: "";
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}
.import-fukidashi-animation:before {
  border: 1px solid #525252;
  animation: fukidashi-border-keyframes 1s linear forwards;
}
.import-fukidashi-animation:after {
  border: solid 14px transparent;
  border-top: solid 14px;
}
.import-fukidashi-animation p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .import-fukidashi-animation {
    width: 100vw;
  }
}

/* ロゴアニメーション */
.icon-up-down-roop-animation {
  animation: icon-up-down-roop-keyframes 3s infinite ease-in-out 0.8s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 6rem;
  height: 5rem;
}

/* ロゴアニメーション */
@keyframes icon-up-down-roop-keyframes {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@media only screen and (max-width: 480px) {
  .icon-up-down-roop-animation {
    width: 4.5rem;
    height: 3.5rem;
  }
}
[tooltip] {
  position: relative;
  /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* 部門設定のCSS */
/* 部門一覧 */
.bumonsetting-bumon-table {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.bumonsetting-bumon-table h4 {
  background-color: #ffffff;
  margin: 0;
  color: #000000;
  padding: 10px;
}
.bumonsetting-bumon-table p {
  padding: 10px;
}
.bumonsetting-bumon-table .bumonsetting-list {
  overflow: auto;
  border: 2px solid #d3d3d4;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  padding: 0;
  flex: 1 1 500px;
  margin: 10px;
  font-size: 1.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bumonsetting-bumon-table .userdrag.active {
  background-color: #b8d194;
}

.arrow-clippath {
  position: relative;
  display: inline-block;
  background-color: #82ae46;
  clip-path: polygon(50% 0, 50% 25%, 100% 25%, 100% 75%, 50% 75%, 50% 100%, 0% 50%);
  padding: 110px 15%;
  margin: 100px 15px;
  font-size: 1.4em;
  color: #ffffff;
}

.bumondialog-select {
  border: 2px solid #d3d3d4;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  width: 20em;
  padding: 0.5em;
  flex: 1 1 500px;
  font-size: 1em;
  line-height: 1.2;
}

/* 標準フォント */
body {
  font-family: "Meiryo UI";
  font-size: 12px;
}

/* 横100％ */
.div-width-max {
  width: 100%;
}

/* 縦中央 */
.div-vertical-center {
  display: flex;
  align-items: center;
}

/* 左に10px */
.left-10px {
  margin-left: 10px;
}

/* 上に20rem */
.top-20rem {
  margin-top: 20rem;
}

/* 上に1rem */
.top-1rem {
  margin-top: 1rem;
}

/* 改行 */
.white-space {
  white-space: pre-wrap;
}

/* アクセス時のマスタッシュを表示させないように設定する魔法らしい */
[v-cloak] {
  display: none;
}

/* スマホ用 */
.phone-disp-inline {
  display: none;
}

@media only screen and (max-width: 480px) {
  .phone-disp-none {
    display: none;
  }
  .phone-disp-inline {
    display: inline;
  }
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.focus\:z-10:focus{
  z-index: 10;
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-red-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:bg-gray-50:active{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.active\:bg-gray-900:active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.active\:bg-red-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:text-gray-800:active{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.disabled\:opacity-25:disabled{
  opacity: 0.25;
}

@media (min-width: 640px){
  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:-mr-2{
    margin-right: -0.5rem;
  }
  .sm\:ml-10{
    margin-left: 2.5rem;
  }
  .sm\:ml-3{
    margin-left: 0.75rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:max-w-xl{
    max-width: 36rem;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:rounded-md{
    border-radius: 0.375rem;
  }
  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }
  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }
  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }
  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:text-left{
    text-align: left;
  }
}

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:grid{
    display: grid;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:border-l{
    border-left-width: 1px;
  }
  .md\:border-t-0{
    border-top-width: 0px;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
