@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-navy: #1a2558;
  --color-blue: #3657f4;
  --color-red: #ff5050;
  --color-light-blue: rgb(54,87,244,10%);
  --color-light-red: rgb(255,80,80,10%);
  --color-yellow: #f1ae00;
  --color-green: #699700;
  --color-dark: var(--color-navy);
  --color-primary: var(--color-blue);
  --color-accent: var(--color-red);
  --color-favorite: var(--color-yellow);
  --color-line: #02bb4e;
  --color-danger: var(--color-red);
  --color-text-light: #000;
  --color-text-dark: #fff;
  --width-container: 144rem;
}

html {
  font-size: 52.5%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40rem;
}

picture,
img {
  max-width: 100%;
}

img {
  height: auto;
}

wbr {
  font-size: 1px;
  width: 0;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 42.5%;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 37.5%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 47.5%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 42.5%;
  }
}

body {
  background-color: #f1f6fa;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  body {
    background: none;
  }
}

a {
  transition: 0.2s;
  text-decoration: none;
}

hr {
  border-color: #d0d3e0;
}

.app {
  display: grid;
  grid-template-columns: 352px minmax(0, 1fr);
  grid-template-rows: 1fr;
  min-height: 100vh;
}
.app:has(.header.close) {
  grid-template-columns: 60px minmax(0, 1fr);
}
.app::before {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  min-height: 100vh;
  z-index: 15;
  opacity: 0;
  transition: 0.2s;
}
.app.header-opened::before {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1800px) {
  .app {
    grid-template-columns: 300px minmax(0, 1fr);
  }
  .app:has(.header.close) {
    grid-template-columns: 60px minmax(0, 1fr);
  }
}
@media screen and (max-width: 1500px) {
  .app {
    grid-template-columns: 270px minmax(0, 1fr);
  }
  .app:has(.header.close) {
    grid-template-columns: 60px minmax(0, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .app {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
  }
  .app:has(.header.close) {
    grid-template-columns: minmax(0, 1fr);
  }
}

.grid {
  display: grid;
}
.grid.grid-1 {
  grid-template-columns: repeat(1, 1fr);
  --grid-col: 1;
}
.grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  --grid-col: 2;
}
.grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  --grid-col: 3;
}
.grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  --grid-col: 4;
}
.grid.grid-5 {
  grid-template-columns: repeat(5, 1fr);
  --grid-col: 5;
}
@media screen and (max-width: 800px) {
  .grid.md_grid-1 {
    grid-template-columns: repeat(1, 1fr);
    --grid-col: 1;
  }
}
@media screen and (max-width: 640px) {
  .grid.sm_grid-1 {
    grid-template-columns: repeat(1, 1fr);
    --grid-col: 1;
  }
}

.grid.grid-2xl {
  gap: 6.4rem 3.4rem;
}
@media screen and (max-width: 1024px) {
  .grid.grid-2xl {
    gap: 4rem 2.5rem;
  }
}
.grid.grid-xl {
  gap: 3.2rem;
}
.grid.grid-lg {
  gap: 2.4rem;
}
.grid.grid-md {
  gap: 1.6rem;
}
.grid.grid-sm {
  gap: 1.1rem;
}
.grid.grid-xs {
  gap: 0.8rem;
}

.grid-item-full {
  grid-column-start: span var(--grid-col);
}

.grid-item-1-2 {
  grid-column-start: span 1;
}

.grid-item-1-3 {
  grid-column-start: span 1;
}

.grid-item-2-3 {
  grid-column-start: span 2;
}

.grid-item-2-5 {
  grid-column-start: span 2;
}

.grid-item-3-5 {
  grid-column-start: span 3;
}

@media screen and (max-width: 1024px) {
  .lg_grid-item-full {
    grid-column-start: span var(--grid-col);
  }
}
@media screen and (max-width: 800px) {
  .grid.md_grid-none {
    gap: 0;
  }
}
.bg-dark, .more-btn, .database thead, .splide__arrow, .modal-header, .container-header, .sidemenu, .header, .stickey-navi {
  background-color: var(--color-dark);
  color: var(--color-text-dark);
}

.bg-light-primary {
  background-color: var(--color-light-primary);
  color: var(--color-text-light);
}

.bg-primary, .toggle-btn:has(input:checked), .vehicle-toggle:has(input), .container-toggle-btn {
  background-color: var(--color-primary);
  color: var(--color-text-dark);
}

.bg-light-accent {
  background-color: var(--color-light-accent);
  color: var(--color-text-light);
}

.bg-accent, .vehicle-toggle:has(input:checked) {
  background-color: var(--color-accent);
  color: var(--color-text-dark);
}

.bg-line {
  background-color: var(--color-line);
  color: var(--color-text-dark);
}

.bg-green {
  background-color: var(--color-green);
  color: var(--color-text-dark);
}

.bg-green2 {
  background-color: #23B983;
  color: var(--color-text-dark);
}

.bg-light-green {
  background-color: #F4FBF9;
  color: var(--color-text-light);
}

.bg-white, .container:not(.container:has(.container-header.close)) {
  background-color: #fff;
  color: var(--color-text-light);
}

.bg-black {
  background-color: #333333;
  color: var(--color-text-dark);
}

.bg-orange {
  background-color: #EB5B2E;
  color: var(--color-text-dark);
}

.bg-light-orange {
  background-color: #FEF7F4;
  color: var(--color-text-light);
}

.bg-gold {
  background-color: #CBB809;
  color: var(--color-text-dark);
}

.bg-light-gold {
  background-color: #FCFBF2;
  color: var(--color-text-light);
}

.bg-gray {
  background-color: #ccc;
  color: var(--color-text-light);
}

.bg-family {
  background-color: var(--color-accent);
  color: var(--color-text-dark);
}

.bg-shaken {
  background-color: #031e9b;
  color: var(--color-text-dark);
}

.bg-1dshaken {
  background-color: #900000;
  color: var(--color-text-dark);
}

.bg-kaiincard {
  background-color: #d6e3b8;
  color: var(--color-text-light);
}

.bg-sixtenken {
  background-color: #b1c4dc;
  color: var(--color-text-light);
}

.bg-twelvetenken {
  background-color: #0765da;
  color: var(--color-text-dark);
}

.bg-newonetenken {
  background-color: #b1c4dc;
  color: var(--color-text-light);
}

.bg-newsixtenken {
  background-color: #b1c4dc;
  color: var(--color-text-light);
}

.bg-sharyohanbai {
  background-color: #d7c634;
  color: var(--color-text-light);
}

.bg-oilkokan {
  background-color: #76a50a;
  color: var(--color-text-light);
}

.bg-sonota {
  background-color: #e85757;
  color: var(--color-text-dark);
}

.bg-taiya {
  background-color: #ffffff;
  color: var(--color-text-light);
}

.bg-coating {
  background-color: #f6c1c0;
  color: var(--color-text-light);
}

.bg-bankingshuri {
  background-color: #5698eb;
  color: var(--color-text-dark);
}

.bg-rentacar {
  background-color: #5698eb;
  color: var(--color-text-dark);
}

.bg-jidoushahoken {
  background-color: #8c61ae;
  color: var(--color-text-dark);
}

.bg-afterseibi {
  background-color: #5698eb;
  color: var(--color-text-dark);
}

.bg-passportsensha {
  background-color: #5698eb;
  color: var(--color-text-dark);
}

.bg-taiyatsukekae {
  background-color: #5698eb;
}

.bg-whitered {
  background-color: #fff;
  color: #FF0000;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.inline-flex,
.flex {
  align-items: center;
  flex-wrap: wrap;
}
.inline-flex.flex-2xl,
.flex.flex-2xl {
  gap: 3.2rem;
}
.inline-flex.flex-xl,
.flex.flex-xl {
  gap: 2.4rem;
}
.inline-flex.flex-lg,
.flex.flex-lg {
  gap: 1.6rem;
}
.inline-flex.flex-md-xl,
.flex.flex-md-xl {
  gap: 1rem 2.4rem;
}
.inline-flex.flex-md,
.flex.flex-md {
  gap: 1rem;
}
.inline-flex.flex-sm,
.flex.flex-sm {
  gap: 0.8rem;
}
.inline-flex.flex-xs,
.flex.flex-xs {
  gap: 0.6rem;
}
.inline-flex.flex-2xs,
.flex.flex-2xs {
  gap: 0.2rem;
}

.flex-1 {
  flex: 1 0 0%;
}

.left {
  display: flex;
  justify-content: flex-start;
}

.center {
  display: flex;
  justify-content: center;
}

.right {
  display: flex;
  justify-content: flex-end;
}

.items-start {
  display: flex;
  align-items: flex-start;
}

.items-center {
  display: flex;
  align-items: center;
}

.items-end {
  display: flex;
  align-items: flex-end;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.row {
  display: flex;
  flex-direction: column;
}
.row.row-xl {
  gap: 6.4rem;
}
.row.row-lg {
  gap: 3.2rem;
}
.row.row-md {
  gap: 2.4rem;
}
.row.row-sm {
  gap: 1.6rem;
}
.row.row-xs {
  gap: 0.8rem;
}
.row.row-2xs {
  gap: 0.4rem;
}

@media screen and (max-width: 1280px) {
  .header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
    width: 320px;
    min-height: 100vh;
    transform: translateX(100%);
    transition: 0.2s;
  }
  .header-opened .header {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 800px) {
  .header {
    width: 250px;
  }
}
@media screen and (min-width: 1281px) {
  .header .header-inner {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
  }
}
.header .header-inner .header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  padding: 0 1rem;
  border-bottom: 1px solid #d0d3e0;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .header .header-inner .header-logo {
    height: 6rem;
  }
  .header .header-inner .header-logo img {
    width: 80px;
  }
}
.header .header-inner .header-client {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  padding: 0 3.2rem;
}
@media screen and (max-width: 800px) {
  .header .header-inner .header-client {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
}
.header .header-inner .header-client .header-client-name {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2.4rem 3.2rem;
  border-radius: 0.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .header .header-inner .header-client .header-client-name {
    padding: 1.8rem 2.6rem;
    font-size: 1.6rem;
  }
}
.header .header-inner .header-navi {
  overflow: hidden;
}
.header .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.6rem 3.2rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .header .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn {
    gap: 1.6rem;
    font-size: 1.6rem;
    padding: 0.8rem 2rem;
  }
}
.header .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: calc(100% - 1.5rem);
  height: 100%;
  border-radius: 0.8rem 0 0 0.8rem;
  z-index: 1;
  transition: 0.2s;
}
.header .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn::after {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/chevron-right.svg) 50% 50%/contain no-repeat;
  transform: translateY(-50%);
  transition: 0.2s;
  z-index: 2;
}
.header .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn:hover {
  opacity: 0.7;
}
.header .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn.active::before {
  background-color: var(--color-primary);
}
.header .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn img,
.header .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn span {
  position: relative;
  z-index: 2;
}
.header .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-toggle::after {
  background: url(../img/plus.svg) 50% 50%/contain no-repeat;
}
.header .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-toggle.opened::after {
  background-image: url(../img/minus.svg);
}
.header .header-inner .header-navi-child-list .header-navi-child-list-item .header-navi-child-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 3.2rem 1rem 9.5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .header .header-inner .header-navi-child-list .header-navi-child-list-item .header-navi-child-btn {
    padding: 1rem 3.2rem 1rem 7.5rem;
    font-size: 1.4rem;
  }
}
.header .header-inner .header-navi-child-list .header-navi-child-list-item .header-navi-child-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: calc(100% - 6rem);
  height: 100%;
  border-radius: 0.8rem 0 0 0.8rem;
  z-index: 1;
  transition: 0.2s;
}
.header .header-inner .header-navi-child-list .header-navi-child-list-item .header-navi-child-btn::after {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/chevron-right.svg) 50% 50%/contain no-repeat;
  transform: translateY(-50%);
  transition: 0.2s;
  z-index: 2;
}
.header .header-inner .header-navi-child-list .header-navi-child-list-item .header-navi-child-btn:hover {
  opacity: 0.7;
}
.header .header-inner .header-navi-child-list .header-navi-child-list-item .header-navi-child-btn.active::before {
  background-color: var(--color-primary);
}
.header .header-inner .header-navi-child-list .header-navi-child-list-item .header-navi-child-btn span {
  position: relative;
  z-index: 2;
}
.header .header-inner .bg-accent + .header-navi-child-list {
  background-color: var(--color-accent);
}
.header .header-inner .bg-accent + .header-navi-child-list .header-navi-child-list-item .header-navi-child-btn.active::before {
  background-color: #fff;
}
.header .header-inner .bg-accent + .header-navi-child-list .header-navi-child-list-item .header-navi-child-btn.active::after {
  background: url(../img/arrow-forward-red.svg) 50% 50%/contain no-repeat;
}
.header .header-inner .bg-accent + .header-navi-child-list .header-navi-child-list-item .header-navi-child-btn.active span {
  color: var(--color-accent);
}
.header .header-inner .header-navi-toggle + .header-navi-child-list {
  display: none;
}
.header .header-inner .header-navi-toggle.opened + .header-navi-child-list {
  display: block;
}
.header .header-inner .header-preference-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 3.2rem;
  padding: 0 3.2rem;
}
@media screen and (max-width: 800px) {
  .header .header-inner .header-preference-list {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
.header .header-inner .header-preference-list .header-preference-list-item .header-preference-btn {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 0.6rem;
  border-radius: 2em;
}
.header .header-inner .header-preference-list .header-preference-list-item .header-preference-btn:hover {
  background-color: var(--color-primary);
}
.header .header-inner .header-preference-list .header-preference-list-item .header-preference-btn img {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}

.header-sp {
  display: none;
  background-color: var(--color-dark);
  grid-template-columns: auto 1fr auto;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .header-sp {
    display: grid;
  }
}

.header-toggle,
.header-preference-btn-sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
}

.header-toggle {
  z-index: 30;
}

.header-opened .header-toggle-open {
  display: none;
}

.header-toggle-close {
  display: none;
}
.header-opened .header-toggle-close {
  display: inline;
}

.page-heading-sp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .page-heading-sp {
    gap: 4px;
    padding: 11px;
    font-size: 18px;
  }
}
.page-heading-sp img {
  width: 28px;
}
@media screen and (max-width: 800px) {
  .page-heading-sp img {
    width: 20px;
  }
}

.stickey-navi {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 1280px) {
  .stickey-navi {
    display: block;
  }
}
.header-opened .stickey-navi {
  display: none;
}

.stickey-navi-list {
  display: grid;
  grid-template-columns: 64fr 64fr 64fr 64fr 64fr 70fr;
}

.stickey-navi-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 1rem 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .stickey-navi-btn {
    padding: 0.6rem 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1280px) {
  .header-menu {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-menu::before {
    content: "";
    width: 24px;
    height: 24px;
    background: 50% 50%/contain no-repeat;
  }
  .header.close .header-menu {
    width: 60px;
    height: 60px;
    border-bottom: 1px solid #fff;
  }
  .header.close .header-menu::before {
    background-image: url(../img/menu.svg);
  }
  .header:not(.close) .header-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
  }
  .header:not(.close) .header-menu::before {
    background-image: url(../img/close.svg);
  }
}
@media screen and (min-width: 1280px) and (max-width: 800px) {
  .header:not(.close) .header-menu {
    width: 6rem;
    height: 6rem;
  }
}

@media screen and (min-width: 1280px) {
  .header.close {
    width: 60px;
  }
  .header.close .header-inner .header-client,
.header.close .header-inner .header-preference-list {
    display: none;
  }
  .header.close .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn {
    padding: 1.5rem;
  }
  .header.close .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn.active::before {
    width: 100%;
    border-radius: 0;
  }
  .header.close .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn::after {
    display: none;
  }
  .header.close .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn .header-navi-btn-label,
.header.close .header-inner .header-navi .header-navi-list .header-navi-list-item .header-navi-btn .header-navi-child-list {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .main {
    display: flex;
  }
}

.page {
  flex: 1 0 0%;
}

.page-header {
  padding: 8.4rem 6.4rem 1rem;
}
@media screen and (max-width: 1024px) {
  .page-header {
    padding: 7rem 4rem 1rem;
  }
}
@media screen and (max-width: 800px) {
  .page-header {
    padding: 4rem 1.5rem 1rem;
  }
}
.page-header .page-header-inner {
  width: 100%;
  max-width: var(--width-container);
  margin-inline: auto;
}
.page-header .page-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.4rem;
}
.page-header .page-heading {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .page-header .page-heading {
    display: none;
  }
}
.page-header .page-heading a {
  line-height: 1;
}
.page-header .page-navi {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1280px) {
  .page-header .page-navi {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-header .page-navi {
    gap: 1rem 3rem;
  }
}
@media screen and (max-width: 800px) {
  .page-header .page-navi {
    gap: 1rem 2rem;
  }
}
.page-header .page-navi .page-navi-item .page-navi-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .page-header .page-navi .page-navi-item .page-navi-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .page-header .page-navi .page-navi-item .page-navi-link {
    font-size: 1.4rem;
  }
}
.page-header .page-navi .page-navi-item .page-navi-link:hover {
  text-decoration: underline;
}
.page-header .page-navi .page-navi-item .page-navi-link::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/chevron-right-blue.svg);
  background-size: contain;
  transition: 0.2s;
}

.page-body {
  padding: 4rem 0 10rem 6.4rem;
}
@media screen and (max-width: 1024px) {
  .page-body {
    padding: 4rem 0 7rem 4rem;
  }
}
@media screen and (max-width: 800px) {
  .page-body {
    padding: 4rem 0 6rem;
  }
}
.page-body-inner {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .page-body-inner {
    gap: 2.4rem;
  }
}

.page-main {
  position: relative;
  flex: 1 0 0%;
  width: 100%;
  margin-inline: auto;
  container-type: inline-size;
}

.page-body-full {
  padding: 4rem 6.4rem 10rem;
}
@media screen and (max-width: 1024px) {
  .page-body-full {
    padding: 4rem 4rem 7rem;
  }
}
@media screen and (max-width: 800px) {
  .page-body-full {
    padding: 4rem 0 6rem;
  }
}
.page-body-full .page-body-inner {
  gap: 0;
  width: 100%;
  max-width: var(--width-container);
  margin-inline: auto;
}
.page-body-full .page-main {
  max-width: var(--width-container);
}

.sidemenu {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 4rem;
  display: flex;
  height: calc(100svh - 8rem);
  border-radius: 1.6rem 0 0 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .sidemenu {
    height: calc(100svh - 20rem);
  }
}

.sidemenu-toggle {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 8rem;
  min-height: 100%;
  padding-top: 2rem;
}
@media screen and (max-width: 800px) {
  .sidemenu-toggle {
    width: 5rem;
  }
}
.sidemenu-toggle::before {
  background: url(../img/menu.svg) 50% 50%/contain no-repeat;
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
}
.sidemenu-toggle.active::before {
  background-image: url(../img/arrow-forward.svg);
}

.sidemenu-body {
  width: 30rem;
  padding: 2rem 0 0 2rem;
}
@media screen and (max-width: 800px) {
  .sidemenu-body {
    width: 21rem;
    padding: 1.5rem 0 0 1.5rem;
  }
}

.sidemenu-scroll {
  overflow-y: auto;
  height: calc(100svh - 16.7rem);
  padding-right: 2rem;
  padding-bottom: 2rem;
  margin-left: -7rem;
}
@media screen and (max-width: 800px) {
  .sidemenu-scroll {
    height: calc(100svh - 32.7rem);
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    margin-left: -4rem;
  }
}
.sidemenu-scroll .container {
  flex-shrink: 0;
}

.container {
  border-radius: 1.6rem;
  overflow: hidden;
}
.container:has(.container-header.close) {
  box-shadow: none;
}

.no-container:not(.no-container:has(.box-shadow)) {
  overflow: hidden;
}

.container-xl,
.container-lg,
.container-md {
  border-radius: 1.6rem;
}

.container-sm {
  border-radius: 0.8rem;
}

.container-xs {
  border-radius: 0.4rem;
}

.container.selected {
  border: 4px solid var(--color-accent) !important;
}

.container-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.container-xl .container-header {
  padding: 2.4rem 3rem;
}
.container-lg .container-header {
  padding: 2.4rem 3rem;
}
.container-md .container-header {
  padding: 1.8rem 3rem;
}
.container-sm .container-header {
  padding: 1rem 2rem;
}
.container-xs .container-header {
  padding: 0.4rem 0.8rem;
}
.container-header.center {
  justify-content: center;
}
.container-header.close {
  border-radius: 1.6rem;
}

.container-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8rem;
}

.container-body {
  min-height: 100%;
}
.container-header.close + .container-body {
  display: none;
}
.container-body:not([class*=bg-]) {
  background-color: #fff;
}
.container-xl .container-body {
  padding: 6.4rem;
}
.container-lg .container-body {
  padding: 4.8rem;
}
.container-md .container-body {
  padding: 3.2rem;
}
.container-sm .container-body {
  padding: 1.6rem 2rem;
}
.container-xs .container-body {
  padding: 0.4rem 0.8rem;
}
.container-body.no-padding {
  padding: 0 !important;
}

.container-heading {
  font-weight: 600;
}
.container-xl .container-heading {
  font-size: 2.4rem;
}
.container-lg .container-heading {
  font-size: 2.4rem;
}
.container-md .container-heading {
  font-size: 2rem;
}
.container-sm .container-heading {
  font-size: 1.4rem;
  font-weight: 500;
}
.container-xs .container-heading {
  font-size: 1.2rem;
  font-weight: 500;
}

.container-header-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
}
.container-header-toggle::before {
  content: "閉じる";
}
.container-header-toggle::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.1s ease-in-out;
}
@media screen and (max-width: 800px) {
  .container-header-toggle::after {
    background-image: url(../img/arrow-down-navy.svg);
  }
}
.container-header-toggle:hover {
  text-decoration: none;
}
.container-header-toggle.close::before {
  content: "開く";
}
.container-header-toggle.close::after {
  transform: rotateZ(180deg);
}

@media screen and (max-width: 800px) {
  .section-container {
    box-shadow: none !important;
  }
  .section-container > .container-header {
    background: none;
    padding: 0 1.5rem 1.1rem;
    color: var(--color-text-light);
  }
  .section-container > .container-header .container-heading {
    font-size: 2rem;
  }
  .section-container > .container-body {
    padding: 1.5rem 1.5rem 4rem !important;
  }
}

@media screen and (max-width: 800px) {
  .no-container:not(.no-container:has(.section-container)) {
    padding: 1.5rem 1.5rem 4rem !important;
  }
}

.section-heading1 {
  display: flex;
  gap: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.section-heading1::before {
  content: "";
  display: block;
  width: 0.3rem;
  background: linear-gradient(180deg, rgb(54, 87, 244) 50%, rgb(26, 37, 88) 50%);
}
.form-separate .section-heading1 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

dialog::-webkit-backdrop {
  background-color: rgba(255, 255, 255, 0.5);
}

dialog::backdrop {
  background-color: rgba(255, 255, 255, 0.5);
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.modal[open] {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal-container {
  width: 95%;
  max-width: 103.3rem;
  box-shadow: 0 4px 30px 0 rgba(2, 17, 85, 0.1);
  overflow: hidden;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2.4rem;
  border-radius: 1.6rem 1.6rem 0 0;
}
.modal-header + .container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-height: 80svh;
  overflow-y: scroll;
}

.modal-heading {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.8rem;
}

.modal-close {
  display: flex;
  align-items: center;
}
.modal-close::after {
  content: "";
  display: block;
  background: url(../img/close.svg) 50% 50%/contain no-repeat;
  width: 2.4rem;
  height: 2.4rem;
}

.modal-child {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.modal-child.open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-child-container {
  background-color: #fff;
  width: 95%;
  max-width: 103.3rem;
  box-shadow: 0 4px 30px 0 rgba(2, 17, 85, 0.4);
  border-radius: 1.6rem;
}
.modal-child-container .container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-height: 80svh;
  overflow-y: scroll;
}

.modal-child-container-sm {
  max-width: 44rem;
}

.modal-child-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2.4rem;
  border-bottom: 1px solid #d0d3e0;
  border-radius: 1.6rem 1.6rem 0 0;
}

.modal-child-heading {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.8rem;
}

.modal-child-close {
  display: flex;
  align-items: center;
}
.modal-child-close::after {
  content: "";
  display: block;
  background: url(../img/close-black.svg) 50% 50%/contain no-repeat;
  width: 2.4rem;
  height: 2.4rem;
}

.splide {
  padding-right: 4rem;
  padding-left: 4rem;
}

.splide__arrow {
  opacity: 1;
}
.splide__arrow svg {
  fill: #fff;
  width: 0.8em;
  height: 0.8em;
}

.splide__arrow--prev {
  left: 0;
}

.splide__arrow--next {
  right: 0;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-y {
  overflow-y: auto;
}

.database {
  width: 100%;
}
.database thead + tbody {
  background-color: #fafafa;
}
.database tr {
  border-bottom: 1px solid #e9ebf1;
}
.database tr.selected {
  border: 4px solid var(--color-accent);
}
.database tr.fav-div {
  cursor: pointer;
}
.database tr[data-href] {
  cursor: pointer;
}
.database tr[data-href]:hover {
  background-color: rgba(241, 174, 0, 0.2);
}
.database th, .database td {
  vertical-align: middle;
  white-space: nowrap;
}
.database th.full, .database td.full {
  width: 100%;
}
.database th.wrap, .database td.wrap {
  white-space: wrap;
}
.database th {
  font-weight: 500;
}
.database td a {
  text-decoration: underline;
}
.database td a:hover {
  text-decoration: none;
}

.database-2xl {
  font-size: 1.6rem;
}
.database-2xl th,
.database-2xl td {
  padding: 1.6rem 1.6rem;
}

.database-lg {
  font-size: 1.6rem;
}
.database-lg th,
.database-lg td {
  padding: 0.8rem;
}

.database-md {
  font-size: 1.4rem;
}
.database-md th,
.database-md td {
  padding: 0.8rem 1.6rem;
}

.information {
  display: grid;
  grid-template-columns: auto 1fr;
}
.information.information-xl {
  gap: 2.4rem 3.2rem;
  font-size: 1.8rem;
}
.information.information-lg {
  gap: 1.6rem 3.2rem;
  font-size: 1.6rem;
}
.information.information-md {
  gap: 1.6rem 0.8rem;
  font-size: 1.6rem;
}
.information.information-sm {
  gap: 0.8rem;
  font-size: 1.4rem;
}
.information.information-xs {
  gap: 0.4rem 2rem;
  font-size: 1.4rem;
}
.information.information-2xs {
  gap: 0.4rem 0.6rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .sm_information-row {
    grid-template-columns: 1fr;
  }
}
.divider-list {
  display: flex;
  flex-direction: column;
}

.divider-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d0d3e0;
}
.divider-list-2xl .divider-list-item {
  gap: 1.6rem;
  padding: 2.4rem;
}
.divider-list-lg .divider-list-item {
  gap: 1.6rem;
  padding: 1.2rem 1.6rem;
}
.divider-list-md .divider-list-item {
  gap: 1rem;
  padding: 0.75rem 1rem;
}
.divider-list-sm .divider-list-item {
  gap: 0.8rem;
  padding: 0.6rem 0.8rem;
}
.divider-list-xs .divider-list-item {
  gap: 0.4rem;
  padding: 0.3rem 0.4rem;
}

.divider-list-item-body {
  flex: 1;
}

.btn, .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  cursor: pointer;
}
.btn.btn-3xl, .btn-3xl.more-btn {
  gap: 1rem;
  width: 100%;
  max-width: 20rem;
  padding: 1.6rem 3.2rem;
  font-size: 1.8rem;
}
.btn.btn-2xl, .more-btn {
  gap: 1rem;
  padding: 1.6rem 3.2rem;
  font-size: 1.8rem;
}
.btn.btn-xl, .btn-xl.more-btn {
  gap: 1rem;
  padding: 1rem 2.4rem;
  font-size: 1.8rem;
}
.btn.btn-lg-right, .btn-lg-right.more-btn {
  gap: 0.8rem;
  padding: 0.8rem 1.6rem 0.8rem 3.2rem;
  font-size: 1.6rem;
}
.btn.btn-lg-left, .btn-lg-left.more-btn {
  gap: 0.8rem;
  padding: 0.8rem 3.2rem 0.8rem 1.6rem;
  font-size: 1.6rem;
}
.btn.btn-lg, .btn-lg.more-btn {
  gap: 0.8rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
}
.btn.btn-md-right, .btn-md-right.more-btn {
  gap: 0.4rem;
  padding: 0.8rem 1.2rem 0.8rem 2.4rem;
}
.btn.btn-md-left, .btn-md-left.more-btn {
  gap: 0.4rem;
  padding: 0.8rem 2.4rem 0.8rem 1.2rem;
}
.btn.btn-md, .btn-md.more-btn {
  gap: 0.4rem;
  padding: 0.8rem 1.2rem;
}
.btn.btn-sm-left, .btn-sm-left.more-btn {
  gap: 0.4rem;
  padding: 0.8rem 1.2rem 0.8rem 0.8rem;
}
.btn.btn-sm-right, .btn-sm-right.more-btn {
  gap: 0.4rem;
  padding: 0.8rem 0.8rem 0.8rem 1.2rem;
}
.btn.btn-sm, .btn-sm.more-btn {
  gap: 0.4rem;
  padding: 0.8rem 0.8rem;
}
.btn.btn-xs, .btn-xs.more-btn {
  gap: 0.4rem;
  padding: 0.5rem 0.8rem;
}
.btn.btn-2xs, .btn-2xs.more-btn {
  gap: 0.2rem;
  padding: 0.3rem 0.6rem;
  font-size: 1.2rem;
}
.btn.btn-full, .btn-full.more-btn {
  width: 100%;
}
.btn:not([disabled]):hover, .more-btn:not([disabled]):hover {
  opacity: 0.7;
}

.btn[disabled][class*=bg-], [disabled][class*=bg-].more-btn, .btn.disabled[class*=bg-], .disabled[class*=bg-].more-btn {
  background-color: #666 !important;
}
.btn[disabled][class*=text-], [disabled][class*=text-].more-btn, .btn.disabled[class*=text-], .disabled[class*=text-].more-btn {
  color: #666 !important;
}
.btn[disabled][class*=border-], [disabled][class*=border-].more-btn, .btn.disabled[class*=border-], .disabled[class*=border-].more-btn {
  border-color: #666 !important;
}

.check-btn {
  background-color: #fff;
  color: var(--color-text-light);
  border: 1px solid #d0d3e0;
  min-width: 5em;
  text-align: center;
}
.check-btn input {
  display: none;
}
.check-btn.check-btn-primary:has(:checked) {
  background-color: var(--color-primary);
  color: var(--color-text-dark);
  border-color: var(--color-primary);
}
.check-btn.check-btn-dark:has(:checked) {
  background-color: var(--color-dark);
  color: var(--color-text-dark);
  border-color: var(--color-dark);
}

.toggle-btn {
  border: 1px solid;
  color: var(--color-primary);
  cursor: pointer;
}
.toggle-btn input {
  display: none;
}
.vehicle-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 1.2rem;
  border-radius: 2em;
  cursor: pointer;
}
.vehicle-toggle::before {
  content: "選択する";
}
.vehicle-toggle input {
  display: none;
}
.database .vehicle-toggle {
  width: 100%;
}
.vehicle-toggle:has(input:checked)::before {
  content: "選択中";
}
.container-toggle-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 3.2rem;
  padding: 0.8rem 2.4rem;
  border-radius: 0 0 0.8rem 0.8rem;
  cursor: pointer;
  font-size: 1.6rem;
  text-decoration: underline;
}
.container-toggle-btn::before {
  content: "閉じる";
}
.container-toggle-btn:hover {
  opacity: 0.7;
}
.container-toggle-btn.active::before {
  content: "開ける";
}

.more-btn {
  /* display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  text-decoration: underline; */
  /* &::after {
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      background: url(../img/chevron-down-blue.svg);
      background-size: contain;
      transition: 0.2s;
  } */
}

.link {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.link:not([class*=text-]) {
  color: inherit;
}
.link.link-sm {
  font-size: 1.2rem;
  gap: 0.4rem;
}
.link:hover {
  opacity: 0.7;
}

.switch {
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.switch:has(input[type=checkbox]:checked) {
  background-color: var(--color-accent);
}
.switch.switch-md {
  width: 4.5em;
  padding: 0.25em;
  font-size: 1.4rem;
}
.switch.switch-xl {
  width: 5em;
  padding: 0.5em;
  font-size: 1.6rem;
}
.switch.switch-2xl {
  width: 5em;
  padding: 0.5em;
  font-size: 2rem;
}
.switch input {
  display: none;
}

.switch-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}
.switch-label::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 9999px;
}
.switch-label::after {
  content: "OFF";
  line-height: 1;
  padding-bottom: 0.1em;
}
.switch-label[data-off]::after {
  content: attr(data-off);
}
input[type=checkbox]:checked + .switch-label::before {
  order: 2;
}
input[type=checkbox]:checked + .switch-label::after {
  content: "配信";
  order: 1;
}
input[type=checkbox]:checked + .switch-label[data-on]::after {
  content: attr(data-on);
}

.sort.ascending img {
  transform: rotate(180deg);
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

input[type=text],
input[type=date],
input[type=search],
input[type=password],
input[type=number],
textarea {
  display: block;
  max-width: 100%;
  min-height: 3rem;
  border: 1px solid #d0d3e0;
  border-radius: 0.8rem;
  background-color: #fff;
  color: var(--color-text-light);
}
input[type=text].lg,
input[type=date].lg,
input[type=search].lg,
input[type=password].lg,
input[type=number].lg,
textarea.lg {
  padding: 1.3rem;
}
input[type=text].md,
input[type=date].md,
input[type=search].md,
input[type=password].md,
input[type=number].md,
textarea.md {
  padding: 0.75rem;
}
input[type=text].sm,
input[type=date].sm,
input[type=search].sm,
input[type=password].sm,
input[type=number].sm,
textarea.sm {
  padding: 0.75rem;
}
input[type=text].xs,
input[type=date].xs,
input[type=search].xs,
input[type=password].xs,
input[type=number].xs,
textarea.xs {
  padding: 0.75rem;
}
input[type=text][disabled],
input[type=date][disabled],
input[type=search][disabled],
input[type=password][disabled],
input[type=number][disabled],
textarea[disabled] {
  background-color: #E9EBF0;
}

.date {
  position: relative;
}
.date input[type=date]::-webkit-calendar-picker-indicator {
  background: url(../img/date-picker.svg) 50% 50%/contain no-repeat;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 4.8rem;
  height: calc(100% - 2px);
  padding: 0;
  border-left: 1px solid #d0d3e0;
  border-radius: 0 0.8rem 0.8rem 0;
}
.date input[type=date].border-accent::-webkit-calendar-picker-indicator {
  border-left-color: var(--color-accent);
}
.date input[type=date].border-primary::-webkit-calendar-picker-indicator {
  border-left-color: var(--color-primary);
}

select {
  padding: 0.75rem;
  border: 1px solid #d0d3e0;
  border-radius: 0.8rem;
  background-color: #fff;
}
select.lg {
  padding: 1.2rem;
}
select.md {
  padding: 0.75rem;
}

textarea.lg {
  height: 16.4rem;
}
textarea.md {
  height: 12.4rem;
}
textarea.sm {
  height: 8.4rem;
}
textarea.xs {
  height: 6rem;
}

[disabled],
.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

@media screen and (min-width: 801px) {
  .form-grid {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .form-grid.form-grid-xl {
    gap: 2.4rem 9rem;
  }
  .form-grid.form-grid-lg {
    gap: 2.4rem 3.2rem;
  }
  .form-grid.form-grid-sm {
    gap: 1.4rem 1.6rem;
  }
  .form-grid.form-grid-xs {
    gap: 0.8rem 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .form-grid {
    display: flex;
    flex-direction: column;
  }
  .form-grid.form-grid-xl {
    gap: 3.2rem;
  }
  .form-grid.form-grid-lg {
    gap: 2.4rem;
  }
  .form-grid.form-grid-sm {
    gap: 2.4rem 1.6rem;
  }
}

@media screen and (min-width: 801px) {
  .form-separate {
    grid-column-start: span 2;
  }
}

@media screen and (min-width: 801px) {
  .form-item {
    display: contents;
  }
}
@media screen and (max-width: 800px) {
  .form-item {
    display: flex;
    flex-direction: column;
  }
  .form-grid-xl > .form-item {
    gap: 1.6rem;
  }
  .form-grid-lg > .form-item {
    gap: 1.6rem;
  }
  .form-grid-sm > .form-item {
    gap: 1.2rem;
  }
}

.form-item-header {
  display: inline-flex;
  gap: 0.4rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 801px) {
  .form-item-header:not(.no-padding) {
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 800px) {
  .form-item-header br {
    display: none;
  }
}
.form-grid-xl .form-item-header {
  font-size: 1.8rem;
}
.form-grid-lg .form-item-header {
  font-size: 1.8rem;
}
.form-grid-sm .form-item-header {
  font-size: 1.4rem;
}

.search {
  position: relative;
}
.search input[type=text],
.search input[type=search] {
  width: 100%;
}
.search .btn {
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: 0;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
}

.field {
  width: 100%;
}
.flex > .field {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.field.field-xl {
  max-width: 64.4rem;
}
.field.field-lg {
  max-width: 48rem;
}
.field.field-md {
  max-width: 34.9rem;
}
.field.field-sm {
  max-width: 11rem;
}
.field.field-xs {
  max-width: 8rem;
}
.field.field-2xs {
  max-width: 6rem;
}
.field.field-3xs {
  max-width: 3.4rem;
}
.field.field-date {
  max-width: 17rem;
}
@media screen and (max-width: 480px) {
  .field.field-date {
    max-width: 100%;
  }
}
.field.field-time-hour {
  max-width: 7.3rem;
}
.field.field-time-minute {
  max-width: 5rem;
}

.field-calendar {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  .field-calendar {
    flex-wrap: wrap;
  }
}

input[type=text],
input[type=search],
input[type=date],
input[type=password],
select,
textarea {
  width: 100%;
}
.field-xl input[type=text],
.field-xl input[type=search],
.field-xl input[type=date],
.field-xl input[type=password],
.field-xl select,
.field-xl textarea {
  max-width: 64.4rem;
}
.field-lg input[type=text],
.field-lg input[type=search],
.field-lg input[type=date],
.field-lg input[type=password],
.field-lg select,
.field-lg textarea {
  max-width: 48rem;
}
.field-md input[type=text],
.field-md input[type=search],
.field-md input[type=date],
.field-md input[type=password],
.field-md select,
.field-md textarea {
  max-width: 34.9rem;
}
.field-sm input[type=text],
.field-sm input[type=search],
.field-sm input[type=date],
.field-sm input[type=password],
.field-sm select,
.field-sm textarea {
  max-width: 11rem;
}
.field-xs input[type=text],
.field-xs input[type=search],
.field-xs input[type=date],
.field-xs input[type=password],
.field-xs select,
.field-xs textarea {
  max-width: 8rem;
}
.field-2xs input[type=text],
.field-2xs input[type=search],
.field-2xs input[type=date],
.field-2xs input[type=password],
.field-2xs select,
.field-2xs textarea {
  max-width: 6rem;
}
.field-3xs input[type=text],
.field-3xs input[type=search],
.field-3xs input[type=date],
.field-3xs input[type=password],
.field-3xs select,
.field-3xs textarea {
  max-width: 3.4rem;
}

.required-label {
  color: var(--color-danger);
}

.field-notes {
  margin-top: 0.8rem;
}

.field-validation-error {
  display: inline-flex;
  margin-top: 0.8rem;
  color: var(--color-danger);
}
.field-validation-error:empty {
  display: none;
}
.field.row .field-validation-error {
  margin-top: 0;
}

.validation-summary-errors {
  padding: 1.6rem;
  border: 1px solid;
  border-radius: 0.8rem;
  color: var(--color-danger);
}

.tag {
  display: inline-flex;
  white-space: nowrap;
}
.tag.tag-3xl {
  padding: 1.5rem 2.2rem;
  font-size: 1.6rem;
}
.tag.tag-xl {
  padding: 0.4rem 1.6rem;
  font-size: 1.6rem;
}
.tag.tag-lg {
  padding: 0.4rem 1.6rem;
  font-size: 1.4rem;
}
.tag.tag-md {
  padding: 0.4rem 1.6rem;
  font-size: 1.2rem;
}
.tag.tag-sm {
  padding: 0.5rem 0.4rem;
  font-size: 1rem;
}
.tag.tag-xs {
  padding: 0.1rem 0.6rem;
  font-size: 0.9rem;
}

.tag[class*=tag-fixed-] {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.tag[class*=tag-fixed-].tag-fixed-5xl {
  width: 15em;
}
.tag[class*=tag-fixed-].tag-fixed-4xl {
  width: 13em;
}
.tag[class*=tag-fixed-].tag-fixed-3xl {
  width: 11em;
}
.tag[class*=tag-fixed-].tag-fixed-xl {
  width: 10em;
}
.tag[class*=tag-fixed-].tag-fixed-lg {
  width: 9em;
}
.tag[class*=tag-fixed-].tag-fixed-md {
  width: 8em;
}
.tag[class*=tag-fixed-].tag-fixed-sm {
  width: 7em;
}
.tag[class*=tag-fixed-].tag-fixed-xs {
  width: 6em;
}

.tag-information {
  display: flex;
  justify-content: space-between !important;
}
.tag-information::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/error.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tag-information::after {
  content: "";
}

.badge {
  display: grid;
  place-content: center;
  border-radius: 9999px;
  width: 1.2em;
  height: 1.2em;
  font-size: 1.2rem;
}

*:has(.badge) {
  position: relative;
}

.category-menu {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
  background-color: #fff;
  padding: 4rem 0 4rem 2.4rem;
  border: 1px solid #D0D3E0;
  border-width: 0 1px 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .category-menu {
    gap: 0;
    margin: 3rem 1.5rem 0;
    padding: 0;
    border-width: 1px;
    border-radius: 0.8rem;
  }
}

.category-menu-label {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .category-menu-label {
    display: none;
  }
}

.category-menu-toggle {
  display: none;
}
@media screen and (max-width: 640px) {
  .category-menu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.6rem;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .category-menu-toggle span {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    font-weight: bold;
  }
  .category-menu-toggle::after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/plus-navy.svg) 50% 50%/contain no-repeat;
  }
  .category-menu-toggle.active::after {
    background-image: url(../img/minus-navy.svg);
  }
}

.category-menu-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  .category-menu-list {
    display: none;
  }
  .category-menu-toggle.active + .category-menu-list {
    display: flex;
    gap: 0rem;
    padding: 0 1.5rem 1.5rem;
  }
}

.category-menu-btn {
  display: block;
  margin-right: -1px;
  padding: 1rem 4rem;
  border: 1px solid transparent;
  border-width: 1px 0 1px 1px;
  border-radius: 0.8rem 0 0 0.8rem;
}
@media screen and (max-width: 1024px) {
  .category-menu-btn {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 800px) {
  .category-menu-btn {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .category-menu-btn {
    border-width: 1px;
    border-radius: 0.8rem;
  }
}
.category-menu-btn.active {
  background-color: #F1F6FA;
  border-color: #D0D3E0;
}

.tag-switcher {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}
.tag-switcher .tag-switcher-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  line-height: 1;
  font-size: 11px;
  font-weight: normal !important;
}

.page-navi {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
@media screen and (max-width: 1280px) {
  .page-navi {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-navi {
    gap: 1rem 3rem;
  }
}
@media screen and (max-width: 800px) {
  .page-navi {
    gap: 1rem 2rem;
  }
}
.page-navi .page-navi-item .page-navi-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .page-navi .page-navi-item .page-navi-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .page-navi .page-navi-item .page-navi-link {
    font-size: 1.4rem;
  }
}
.page-navi .page-navi-item .page-navi-link:hover {
  text-decoration: underline;
}
.page-navi .page-navi-item .page-navi-link::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/chevron-down-blue.svg);
  background-size: contain;
  transition: 0.2s;
}
.page-navi .page-navi-item .page-navi-link .badge {
  position: absolute;
  right: 1.4rem;
  top: -1rem;
}

.bar-graph {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
}

.bar-graph-item {
  display: contents;
}

.bar-graph-wrap {
  flex: 1;
}

.bar-graph-bar {
  width: 0;
  height: 2.4rem;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.2rem, 1fr));
  gap: 1.6rem;
}

.links-grid-item {
  display: contents;
}

.links-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 3.6rem 1.6rem;
  border-radius: 1.6rem;
  border: 1px solid #d0d3e0;
}
.links-btn:hover {
  background-color: #f5f5f5;
}

.links-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
}

.links-btn-label {
  font-size: 1.6rem;
}

.sticky-vehicle {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  padding: 3.3rem 6.4rem;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .sticky-vehicle {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 800px) {
  .sticky-vehicle {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sticky-vehicle {
    display: none;
  }
}
.sticky-vehicle .sticky-vehicle-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "name tags" "data data" "box box" "navi navi";
  gap: 2rem;
  width: 100%;
  max-width: var(--width-container);
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .sticky-vehicle .sticky-vehicle-inner {
    grid-template-columns: 1fr;
    grid-template-areas: "name" "tags" "data" "box" "navi";
  }
}
.sticky-vehicle .sticky-vehicle-name {
  font-size: 3.2rem;
  grid-area: name;
}
@media screen and (max-width: 1024px) {
  .sticky-vehicle .sticky-vehicle-name {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 800px) {
  .sticky-vehicle .sticky-vehicle-name {
    font-size: 2.4rem;
  }
}
.sticky-vehicle .sticky-vehicle-tags {
  grid-area: tags;
}
.sticky-vehicle .sticky-vehicle-data {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.2rem;
  grid-area: data;
}
.sticky-vehicle .sticky-vehicle-data dt, .sticky-vehicle .sticky-vehicle-data dd {
  display: flex;
  align-items: center;
}
.sticky-vehicle .sticky-vehicle-grid {
  grid-area: box;
  display: grid;
  grid-template-columns: 1054fr 376fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "box1 box2" "box1 box3";
}
@media screen and (max-width: 800px) {
  .sticky-vehicle .sticky-vehicle-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "box1 box1" "box2 box3";
  }
}
.sticky-vehicle .sticky-vehicle-box1,
.sticky-vehicle .sticky-vehicle-box2,
.sticky-vehicle .sticky-vehicle-box3 {
  border: 2px solid var(--color-dark);
  border-radius: 0.8rem;
}
.sticky-vehicle .sticky-vehicle-box1 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2rem;
  grid-area: box1;
  padding: 2rem;
}
.sticky-vehicle .sticky-vehicle-box2 {
  grid-area: box2;
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.8rem;
}
.sticky-vehicle .sticky-vehicle-box2 .sticky-vehicle-box2-header {
  display: flex;
  align-items: center;
  background-color: var(--color-dark);
  color: var(--color-text-dark);
  padding: 0.8rem 1.6rem;
}
.sticky-vehicle .sticky-vehicle-box2 .sticky-vehicle-box2-body {
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
}
.sticky-vehicle .sticky-vehicle-box3 {
  gap: 1rem;
  padding: 1.7rem;
  grid-area: box3;
}
.sticky-vehicle .page-navi {
  grid-area: navi;
}

.number-plate {
  background: url(../img/number-plate-bg.svg) 50% 50%/contain no-repeat;
  width: 19.6rem;
  height: 10.2rem;
  line-height: 1;
  color: var(--color-text-light);
}

.number-plate-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding-top: 1rem;
  font-size: 1.6rem;
}

.number-plate-body {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-columns: auto auto;
  grid-template-areas: "kana number symbol1" "kana number symbol2";
  place-content: center;
  gap: 0.8rem 0.6rem;
  padding-top: 0.8rem;
}

.number-plate-kana {
  display: flex;
  align-items: center;
  grid-area: kana;
  font-size: 1.8rem;
}

.number-plate-number {
  grid-area: number;
  font-size: 5.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -4%;
}

.number-plate-symbol1 {
  display: flex;
  align-items: flex-end;
  grid-area: symbol1;
  font-size: 1.6rem;
}

.number-plate-symbol2 {
  grid-area: symbol2;
  font-size: 1.6rem;
}

.vehicle-setting-row {
  display: grid;
  gap: 1.6rem 3.2rem;
  font-size: 1.6rem;
  min-height: 4.8rem;
}
.vehicle-setting-row1 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 480px) {
  .vehicle-setting-row1 {
    grid-template-columns: 1fr;
  }
}
.vehicle-setting-row2 {
  grid-template-columns: 1fr;
}
.vehicle-setting-row3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 640px) {
  .vehicle-setting-row3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .vehicle-setting-row3 {
    grid-template-columns: 1fr;
  }
}
.vehicle-setting-row4 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 480px) {
  .vehicle-setting-row4 {
    grid-template-columns: 1fr;
  }
}
.vehicle-setting-row5 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 480px) {
  .vehicle-setting-row5 {
    grid-template-columns: 1fr;
  }
}
.vehicle-setting-row6 {
  grid-template-columns: 646fr 291fr;
}
@media screen and (max-width: 640px) {
  .vehicle-setting-row6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .vehicle-setting-row6 {
    grid-template-columns: 1fr;
  }
}
.vehicle-setting-row7 {
  grid-template-columns: 220fr 717fr;
}
@media screen and (max-width: 640px) {
  .vehicle-setting-row7 {
    grid-template-columns: 1fr;
  }
}
.vehicle-setting-row8 {
  grid-template-columns: 1fr;
}
.vehicle-setting-row9 {
  grid-template-columns: 1fr;
}

.vehicle-setting-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 1.6rem;
}

.vehicle-setting-item-header {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.vehicle-setting-item-header.accent {
  color: var(--color-accent);
}

.pin-setting-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 1.6rem;
}

.pin-setting-item-header {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.pin-setting-item-header.accent {
  color: var(--color-accent);
}

.pin-setting-row1 {
  display: grid;
  gap: 2.4rem 3.2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "item1-1 item1-3" "item1-2 item1-3";
}
@media screen and (max-width: 640px) {
  .pin-setting-row1 {
    grid-template-columns: 1fr;
    grid-template-areas: "item1-1" "item1-2" "item1-3";
  }
}

.pin-setting-item1-1,
.pin-setting-item1-2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
}
@media screen and (max-width: 640px) {
  .pin-setting-item1-1,
.pin-setting-item1-2 {
    gap: 0.8rem 1.6rem;
  }
}
.pin-setting-item1-1 .pin-setting-item-header,
.pin-setting-item1-2 .pin-setting-item-header {
  width: 5em;
}

.pin-setting-item1-1 {
  grid-area: item1-1;
}

.pin-setting-item1-2 {
  grid-area: item1-2;
}

.pin-setting-item1-3 {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-area: item1-3;
  border: 2px solid --color-primary;
  border-radius: 0.8rem;
}

.pin-setting-item1-3-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
}

.pin-setting-item1-3-body .field,
.pin-setting-item1-3-body .field input {
  height: 100%;
}
.pin-setting-item1-3-body .field input {
  border: none;
  text-align: center;
  font-size: 4rem;
}

.pin-setting-row2 {
  display: grid;
  grid-template-columns: 320fr 616fr;
  gap: 2.4rem 3.2rem;
}
@media screen and (max-width: 1024px) {
  .pin-setting-row2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 640px) {
  .pin-setting-row2 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 641px) {
  .pin-setting-item2-1-header {
    width: 10.6rem;
  }
}

.pin-setting-item3-1,
.pin-setting-item3-1 .pin-setting-item-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pin-setting-row4 {
  display: grid;
  gap: 0 3.6rem;
  grid-template-columns: auto 1fr;
  grid-template-areas: "item4-1 item4-2" "item4-3 item4-3";
}

.pin-setting-item4-1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  grid-area: item4-1;
}

.pin-setting-item4-2 {
  grid-area: item4-2;
}

.pin-setting-item4-3 {
  grid-area: item4-3;
  display: none;
  grid-template-columns: repeat(1fr, 3);
  grid-template-areas: "item4-3-1 item4-3-1 item4-3-1" "item4-3-2 item4-3-3 item4-3-4";
  gap: 2.4rem;
  margin-top: -1px;
  padding: 2.4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 640px) {
  .pin-setting-item4-3 {
    grid-template-columns: 1fr;
    grid-template-areas: "item4-3-1" "item4-3-2" "item4-3-3" "item4-3-4";
  }
}

.pin-setting-item4-3-1 {
  grid-area: item4-3-1;
}

.pin-setting-item4-3-2 {
  grid-area: item4-3-2;
}

.pin-setting-item4-3-3 {
  grid-area: item4-3-3;
}

.pin-setting-item4-3-4 {
  grid-area: item4-3-4;
}

.btn-box-open:not(:has(:checked)) {
  margin-bottom: 0.6rem;
}
.btn-box-open:has(:checked) {
  margin-bottom: 0;
  padding-bottom: 1.4rem;
  border-radius: 0.8rem 0.8rem 0 0;
}

.pin-setting-item4-2:has(.btn-box-open :checked) ~ .pin-setting-item4-3 {
  display: grid;
}

.call-status-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
}
@media screen and (max-width: 800px) {
  .call-status-grid {
    grid-template-columns: 1fr;
  }
}

.call-status-action {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.8rem;
}
@media screen and (max-width: 1280px) {
  .call-status-action {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

#dataGraph {
  width: 220px !important;
}

#custom-legend {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 1.6rem;
  padding: 1rem;
  background-color: #f1f2f6;
}

.custom-legend-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.custom-legend-item-color {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 9999px;
}

.data-count {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 1.6rem;
  padding: 1rem;
  background-color: #f1f2f6;
}

.data-count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.data-count-item:nth-child(2) {
  border-left: 1px solid #d0d3e0;
}

.call-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 1.4rem;
}

.call-card {
  border: 0.3rem solid #000;
  border-radius: 0.4rem;
}
.call-card.active {
  border-color: var(--color-danger);
}

.call-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0.8rem;
}
.call-card-body:hover {
  opacity: 0.7;
}

.call-card-name {
  width: 6.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.call-card-carname {
  width: 13em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.call-card-footer {
  background-color: #E2E4EB;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.1rem;
  padding-top: 0.1rem;
}

.call-card-btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.7rem 0.3rem;
  color: var(--color-dark);
  font-size: 1.2rem;
  font-weight: bold;
}
.call-card-btn:hover {
  background-color: #E2E4EB;
}
.call-card-btn::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/chevron-right-navy.svg);
  background-size: contain;
}
.call-card.active .call-card-btn {
  background-color: var(--color-danger);
  color: #fff;
}
.call-card.active .call-card-btn::after {
  background-image: url(../img/chevron-right.svg);
}

.login-logo img {
  width: clamp(16rem, 6.972rem + 22.535vw, 25rem);
}
@media screen and (max-width: 640px) {
  .login-logo img {
    width: 50%;
    min-width: 16rem;
  }
}

.login-wrapper {
  background: url(../img/login-bg.webp) 50% 50%/cover no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 11rem 23rem;
  padding: clamp(2rem, 1.029rem + 4.142vw, 6rem) clamp(2rem, -1.398rem + 14.498vw, 16rem);
}

.login-container {
  background-color: #fff;
  width: 100%;
  max-width: 64.2rem;
  padding: clamp(6rem, 4.544rem + 6.214vw, 12rem) clamp(3rem, 2.029rem + 4.142vw, 7rem);
  border-radius: 4rem;
}
@media screen and (max-width: 640px) {
  .login-container {
    padding: 8rem 4rem;
  }
}
@media screen and (max-width: 480px) {
  .login-container {
    padding: 6rem 4rem;
  }
}

.login-form-row {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 640px) {
  .login-form-row {
    gap: 2.4rem;
  }
}

.loaner-car-reserved-item-header {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.loaner-car-reserved-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 1.6rem;
}

.loaner-car-reserved-row1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem 3.2rem;
}
@media screen and (max-width: 640px) {
  .loaner-car-reserved-row1 {
    grid-template-columns: 1fr;
  }
}

.loaner-car-reserved-item5-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.calendar-reserved-item-header {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.calendar-reserved-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 1.6rem;
}

.calendar-reserved-row1 {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  gap: 2.4rem 3.2rem;
}
@media screen and (max-width: 640px) {
  .calendar-reserved-row1 {
    grid-template-columns: 1fr;
  }
}

.calendar-reserved-item1-3 .calendar-reserved-item-body {
  display: flex;
  align-items: center;
}

.calendar-reserved-row2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2.4rem 3.2rem;
}
@media screen and (max-width: 640px) {
  .calendar-reserved-row2 {
    grid-template-columns: 1fr;
  }
}

.calendar-reserved-item3-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.calendar-reserved-row4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "calendar-reserved-grid4-1 calendar-reserved-grid4-2" "calendar-reserved-grid4-1 calendar-reserved-grid4-3";
  gap: 1rem;
}
@media screen and (max-width: 800px) {
  .calendar-reserved-row4 {
    grid-template-columns: 1fr;
    grid-template-areas: "calendar-reserved-grid4-1" "calendar-reserved-grid4-2" "calendar-reserved-grid4-3";
  }
}

.calendar-reserved-grid4-1 {
  grid-area: calendar-reserved-grid4-1;
}

.calendar-reserved-grid4-2 {
  grid-area: calendar-reserved-grid4-2;
}

.calendar-reserved-grid4-3 {
  grid-area: calendar-reserved-grid4-3;
}

.loaner-car-reserved-item4-1-5 {
  min-height: 4.6rem;
}

.calendar-reserved-item6-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.calendar-reserved-item7-1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}

.modal-customer-search {
  background-color: #EBEFFE;
  padding: 1.6rem;
  border-radius: 0.8rem;
}

.modal-customer-search-btn {
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  color: #fff;
  padding: 1.2rem 1.6rem;
  border-radius: 1.6rem;
}
.modal-customer-search-btn:hover {
  opacity: 0.7;
}

.modal-customer-search-btn-label {
  font-size: 1.8rem;
  font-weight: bold;
}

.modal-customer-search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .modal-customer-search-grid {
    grid-template-columns: 1fr;
  }
}

.modal-customer-search-grid-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 1.6rem;
}

.modal-customer-search-grid-item-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 4em;
}

.color-setting {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
}

.color-result {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  max-width: 130px;
  max-height: 100px;
  box-shadow: 0 0.4rem 1rem rgba(2, 17, 86, 0.1);
  font-size: 2rem;
}

.text-4xl {
  font-size: 3.2rem;
}

.text-3xl {
  font-size: 2.4rem;
}

.text-2xl {
  font-size: 2rem;
}

.text-xl {
  font-size: 1.8rem;
}

.text-lg {
  font-size: 1.6rem;
}

.text-md {
  font-size: 1.4rem;
}

.text-sm {
  font-size: 1.2rem;
}

.text-xs {
  font-size: 1rem;
}

.text-2xs {
  font-size: 0.9rem;
}

.bold {
  font-weight: bold;
}

.text-dark {
  color: var(--color-dark);
}

.text-primary {
  color: var(--color-primary);
}

.text-accent {
  color: var(--color-accent);
}

.text-line {
  color: var(--color-line);
}

.text-white {
  color: #fff;
}

.text-danger {
  color: var(--color-danger);
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.border {
  border: 1px solid;
}
.border.border-2 {
  border-width: 2px;
}

.border-default {
  border-color: #d0d3e0 !important;
}

.border-dark {
  border-color: var(--color-dark) !important;
}

.border-primary {
  border-color: var(--color-primary) !important;
}

.border-accent {
  border-color: var(--color-accent) !important;
}

.border-line {
  border-color: var(--color-line) !important;
}

.border-favorite {
  border-color: var(--color-favorite) !important;
}

.border-danger {
  border-color: var(--color-danger) !important;
}

.border-white {
  border-color: #fff !important;
}

.border-orange {
  border-color: #EB5B2E !important;
}

.border-gold {
  border-color: #CBB809 !important;
}

.border-green {
  border-color: var(--color-green) !important;
}

.border-green2 {
  border-color: #23B983 !important;
}

.border-shaken {
  border-color: #031e9b !important;
}

.border-shaken {
  border-color: #031e9b !important;
}

.border-1dshaken {
  border-color: #900000 !important;
}

.border-kaiincard {
  border-color: #d6e3b8 !important;
}

.border-sixtenken {
  border-color: #b1c4dc !important;
}

.border-twelvetenken {
  border-color: #0765da !important;
}

.border-newonetenken {
  border-color: #b1c4dc !important;
}

.border-newsixtenken {
  border-color: #b1c4dc !important;
}

.border-sharyohanbai {
  border-color: #d7c634 !important;
}

.border-oilkokan {
  border-color: #76a50a !important;
}

.border-sonota {
  border-color: #e85757 !important;
}

.border-taiya {
  border-color: #ffffff !important;
}

.border-coating {
  border-color: #f6c1c0 !important;
}

.border-bankingshuri {
  border-color: #5698eb !important;
}

.border-rentacar {
  border-color: #5698eb !important;
}

.border-jidoushahoken {
  border-color: #8c61ae !important;
}

.border-afterseibi {
  border-color: #5698eb !important;
}

.border-passportsensha {
  border-color: #5698eb !important;
}

.border-taiyatsukekae {
  border-color: #5698eb !important;
}

.round-xs {
  border-radius: 0.4rem;
}

.round-full {
  border-radius: 9999px;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .hide-lg {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .hide-md {
    display: none !important;
  }
}

.show-md {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .show-md {
    display: inline !important;
  }
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
}

.box-shadow {
  box-shadow: 0 0.4rem 3rem rgba(2, 17, 86, 0.2);
}

@media print {
  body {
    background-color: transparent;
  }
  .app {
    grid-template-columns: 1fr;
    zoom: 0.7;
  }
  .header,
.header-sp,
.sticky-navi,
.page-sub {
    display: none;
  }
  .page-body {
    padding: 0;
  }
  .call-status-control,
.call-card-footer {
    display: none;
  }
  .call-card {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.page .fc-view {
  background-color: #fff;
}
.page #monthlycalendar-wrap,
.page #garageInOutcalendar-wrap,
.page #reserveweek-calendar {
  --bg-color-dark: var(--color-dark);
  --bg-color-light: rgb(220, 230, 242);
}
.page #factorymonthlycalendar-wrap,
.page #factoryGarageInOutcalendar-wrap,
.page #factoryweek-calendar {
  --bg-color-dark: #25767A;
  --bg-color-light: #D3E3E7;
}
.page #rentCar-wrap {
  --bg-color-dark: #8e354a;
  --bg-color-light: #f5ebeb;
}
.page #monthlycalendar-wrap,
.page #factorymonthlycalendar-wrap {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.page #monthlycalendar-wrap #month-calendar .fc-scrollgrid-sync-table,
.page #factorymonthlycalendar-wrap #month-calendar .fc-scrollgrid-sync-table {
  background-color: #fff;
}
.page #monthlycalendar-wrap #month-calendar th,
.page #monthlycalendar-wrap #month-calendar td,
.page #factorymonthlycalendar-wrap #month-calendar th,
.page #factorymonthlycalendar-wrap #month-calendar td {
  border: 0 !important;
}
.page #monthlycalendar-wrap #month-calendar .fc-col-header-cell,
.page #factorymonthlycalendar-wrap #month-calendar .fc-col-header-cell {
  background-color: var(--bg-color-dark);
  color: #fff;
  padding-top: 0.2em;
  line-height: 1.1;
}
.page #monthlycalendar-wrap #month-calendar .fc-daygrid-day-top,
.page #factorymonthlycalendar-wrap #month-calendar .fc-daygrid-day-top {
  background-color: var(--bg-color-dark);
  color: #fff;
  justify-content: center;
  border: 0 !important;
  line-height: 1.1;
}
.page #monthlycalendar-wrap #month-calendar .fc-day-today .fc-daygrid-day-top,
.page #factorymonthlycalendar-wrap #month-calendar .fc-day-today .fc-daygrid-day-top {
  background-color: var(--color-yellow);
  color: var(--color-dark);
  font-weight: bold;
}
.page #monthlycalendar-wrap #month-calendar .fc-daygrid-month-start,
.page #factorymonthlycalendar-wrap #month-calendar .fc-daygrid-month-start {
  font-size: 1em !important;
}
.page #monthlycalendar-wrap #month-calendar .fc-daygrid-event-harness,
.page #factorymonthlycalendar-wrap #month-calendar .fc-daygrid-event-harness {
  padding: 0 8px 1px;
}
.page #monthlycalendar-wrap #month-calendar a.fc-event,
.page #factorymonthlycalendar-wrap #month-calendar a.fc-event {
  padding: 0.1em 0.5em;
  border-radius: 2px;
  line-height: 1.1;
}
.page #calendar-wrap,
.page #reserveweek-calendar,
.page #factoryweek-calendar {
  margin-left: 1.5% !important;
  margin-right: 1.5% !important;
}
.page #calendar-wrap .fc-timegrid-slot-label,
.page #reserveweek-calendar .fc-timegrid-slot-label,
.page #factoryweek-calendar .fc-timegrid-slot-label {
  padding-top: 0.4em;
  vertical-align: top;
  font-weight: bold;
}
.page #calendar-wrap #day-calendar .fc-timegrid-col.fc-day-today,
.page #reserveweek-calendar #day-calendar .fc-timegrid-col.fc-day-today,
.page #factoryweek-calendar #day-calendar .fc-timegrid-col.fc-day-today {
  background-color: transparent !important;
}
.page #calendar-wrap #day-calendar .fc-scrollgrid,
.page #reserveweek-calendar #day-calendar .fc-scrollgrid,
.page #factoryweek-calendar #day-calendar .fc-scrollgrid {
  border: 0 !important;
}
.page #calendar-wrap #day-calendar .fc-scrollgrid-section .fc-scrollgrid-section-header th,
.page #reserveweek-calendar #day-calendar .fc-scrollgrid-section .fc-scrollgrid-section-header th,
.page #factoryweek-calendar #day-calendar .fc-scrollgrid-section .fc-scrollgrid-section-header th {
  border-right: 0 !important;
}
.page #calendar-wrap #day-calendar .fc-col-header thead th,
.page #reserveweek-calendar #day-calendar .fc-col-header thead th,
.page #factoryweek-calendar #day-calendar .fc-col-header thead th {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  padding-bottom: 1rem;
}
.page #calendar-wrap #day-calendar .fc-timegrid-slot,
.page #calendar-wrap #day-calendar .fc-timegrid-slot-frame,
.page #calendar-wrap #day-calendar .fc-timegrid-slot-label,
.page #reserveweek-calendar #day-calendar .fc-timegrid-slot,
.page #reserveweek-calendar #day-calendar .fc-timegrid-slot-frame,
.page #reserveweek-calendar #day-calendar .fc-timegrid-slot-label,
.page #factoryweek-calendar #day-calendar .fc-timegrid-slot,
.page #factoryweek-calendar #day-calendar .fc-timegrid-slot-frame,
.page #factoryweek-calendar #day-calendar .fc-timegrid-slot-label {
  height: 1.25em !important;
}
.page #calendar-wrap #day-calendar .fc-timegrid-event-harness .fc-event,
.page #reserveweek-calendar #day-calendar .fc-timegrid-event-harness .fc-event,
.page #factoryweek-calendar #day-calendar .fc-timegrid-event-harness .fc-event {
  margin-inline: 1px !important;
}
.page #calendar-wrap .fc-view-harness,
.page #reserveweek-calendar .fc-view-harness,
.page #factoryweek-calendar .fc-view-harness {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.page #calendar-wrap .fc-twoWeek-view,
.page #calendar-wrap .fc-fourWeek-view,
.page #reserveweek-calendar .fc-twoWeek-view,
.page #reserveweek-calendar .fc-fourWeek-view,
.page #factoryweek-calendar .fc-twoWeek-view,
.page #factoryweek-calendar .fc-fourWeek-view {
  position: relative !important;
  inset: none !important;
}
.page #calendar-wrap .fc-twoWeek-view th,
.page #calendar-wrap .fc-fourWeek-view th,
.page #reserveweek-calendar .fc-twoWeek-view th,
.page #reserveweek-calendar .fc-fourWeek-view th,
.page #factoryweek-calendar .fc-twoWeek-view th,
.page #factoryweek-calendar .fc-fourWeek-view th {
  background-color: var(--bg-color-dark);
  border-color: var(--fc-border-color) !important;
  border-top: 0 !important;
  color: #fff;
  font-weight: normal;
}
.page #calendar-wrap .fc-twoWeek-view td,
.page #calendar-wrap .fc-fourWeek-view td,
.page #reserveweek-calendar .fc-twoWeek-view td,
.page #reserveweek-calendar .fc-fourWeek-view td,
.page #factoryweek-calendar .fc-twoWeek-view td,
.page #factoryweek-calendar .fc-fourWeek-view td {
  border: 1px solid var(--fc-border-color) !important;
  border-color: var(--bg-color-dark) var(--fc-border-color) !important;
}
.page #calendar-wrap .fc-twoWeek-view .fc-timegrid-slots td,
.page #calendar-wrap .fc-fourWeek-view .fc-timegrid-slots td,
.page #reserveweek-calendar .fc-twoWeek-view .fc-timegrid-slots td,
.page #reserveweek-calendar .fc-fourWeek-view .fc-timegrid-slots td,
.page #factoryweek-calendar .fc-twoWeek-view .fc-timegrid-slots td,
.page #factoryweek-calendar .fc-fourWeek-view .fc-timegrid-slots td {
  color: var(--bg-color-dark);
}
.page #calendar-wrap .fc-twoWeek-view .fc-timegrid-slot-label,
.page #calendar-wrap .fc-fourWeek-view .fc-timegrid-slot-label,
.page #reserveweek-calendar .fc-twoWeek-view .fc-timegrid-slot-label,
.page #reserveweek-calendar .fc-fourWeek-view .fc-timegrid-slot-label,
.page #factoryweek-calendar .fc-twoWeek-view .fc-timegrid-slot-label,
.page #factoryweek-calendar .fc-fourWeek-view .fc-timegrid-slot-label {
  background-color: var(--bg-color-light) !important;
}
.page #calendar-wrap .fc-twoWeek-view a.fc-event,
.page #calendar-wrap .fc-fourWeek-view a.fc-event,
.page #reserveweek-calendar .fc-twoWeek-view a.fc-event,
.page #reserveweek-calendar .fc-fourWeek-view a.fc-event,
.page #factoryweek-calendar .fc-twoWeek-view a.fc-event,
.page #factoryweek-calendar .fc-fourWeek-view a.fc-event {
  border: 0 !important;
  border-radius: 4px !important;
  padding: 3px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.page #calendar-wrap .fc-twoWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid,
.page #calendar-wrap .fc-fourWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid,
.page #reserveweek-calendar .fc-twoWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid,
.page #reserveweek-calendar .fc-fourWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid,
.page #factoryweek-calendar .fc-twoWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid,
.page #factoryweek-calendar .fc-fourWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid {
  height: auto !important;
}
.page #calendar-wrap .fc-twoWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid .fc-scroller,
.page #calendar-wrap .fc-fourWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid .fc-scroller,
.page #reserveweek-calendar .fc-twoWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid .fc-scroller,
.page #reserveweek-calendar .fc-fourWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid .fc-scroller,
.page #factoryweek-calendar .fc-twoWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid .fc-scroller,
.page #factoryweek-calendar .fc-fourWeek-view .fc-scrollgrid-section-liquid > td .fc-scroller-harness-liquid .fc-scroller {
  position: relative !important;
  inset: none !important;
}
.page #garageInOutcalendar-wrap,
.page #factoryGarageInOutcalendar-wrap,
.page #rentCar-wrap {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.page #garageInOutcalendar-wrap .fc-view-harness,
.page #factoryGarageInOutcalendar-wrap .fc-view-harness,
.page #rentCar-wrap .fc-view-harness {
  border: 0 !important;
}
.page #garageInOutcalendar-wrap a.fc-event,
.page #factoryGarageInOutcalendar-wrap a.fc-event,
.page #rentCar-wrap a.fc-event {
  border: 0 !important;
  border-radius: 4px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.page #garageInOutcalendar-wrap td[role=presentation]:first-child,
.page #factoryGarageInOutcalendar-wrap td[role=presentation]:first-child,
.page #rentCar-wrap td[role=presentation]:first-child {
  background-color: var(--bg-color-light);
}
.page #garageInOutcalendar-wrap table[role=presentation] th,
.page #garageInOutcalendar-wrap table[role=presentation] th,
.page #garageInOutcalendar-wrap .fc-timeline-header tbody,
.page #garageInOutcalendar-wrap .fc-timeline-header tr:first-child,
.page #garageInOutcalendar-wrap .fc-timeline-header tr:first-child th,
.page #factoryGarageInOutcalendar-wrap table[role=presentation] th,
.page #factoryGarageInOutcalendar-wrap table[role=presentation] th,
.page #factoryGarageInOutcalendar-wrap .fc-timeline-header tbody,
.page #factoryGarageInOutcalendar-wrap .fc-timeline-header tr:first-child,
.page #factoryGarageInOutcalendar-wrap .fc-timeline-header tr:first-child th,
.page #rentCar-wrap table[role=presentation] th,
.page #rentCar-wrap table[role=presentation] th,
.page #rentCar-wrap .fc-timeline-header tbody,
.page #rentCar-wrap .fc-timeline-header tr:first-child,
.page #rentCar-wrap .fc-timeline-header tr:first-child th {
  background-color: var(--bg-color-dark);
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #fff;
  font-weight: normal !important;
}
.page #garageInOutcalendar-wrap .fc-timeline-slot,
.page #factoryGarageInOutcalendar-wrap .fc-timeline-slot,
.page #rentCar-wrap .fc-timeline-slot {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  font-weight: normal !important;
}
.page #garageInOutcalendar-wrap .fc-timeline-slot-frame,
.page #factoryGarageInOutcalendar-wrap .fc-timeline-slot-frame,
.page #rentCar-wrap .fc-timeline-slot-frame {
  justify-content: center !important;
}
.page #garageInOutcalendar-wrap .fc-datagrid-body .fc-timeline-lane-frame,
.page #garageInOutcalendar-wrap .fc-datagrid-body .fc-datagrid-cell-frame,
.page #garageInOutcalendar-wrap .fc-timeline-body .fc-timeline-lane-frame,
.page #garageInOutcalendar-wrap .fc-timeline-body .fc-datagrid-cell-frame,
.page #factoryGarageInOutcalendar-wrap .fc-datagrid-body .fc-timeline-lane-frame,
.page #factoryGarageInOutcalendar-wrap .fc-datagrid-body .fc-datagrid-cell-frame,
.page #factoryGarageInOutcalendar-wrap .fc-timeline-body .fc-timeline-lane-frame,
.page #factoryGarageInOutcalendar-wrap .fc-timeline-body .fc-datagrid-cell-frame,
.page #rentCar-wrap .fc-datagrid-body .fc-timeline-lane-frame,
.page #rentCar-wrap .fc-datagrid-body .fc-datagrid-cell-frame,
.page #rentCar-wrap .fc-timeline-body .fc-timeline-lane-frame,
.page #rentCar-wrap .fc-timeline-body .fc-datagrid-cell-frame {
  height: 30px !important;
}
.page #garageInOutcalendar-wrap .fc .fc-timeline-slot-cushion,
.page #factoryGarageInOutcalendar-wrap .fc .fc-timeline-slot-cushion,
.page #rentCar-wrap .fc .fc-timeline-slot-cushion {
  padding: 0 !important;
}
.page #garageInOutcalendar-wrap .fc-resource-timeline-divider.fc-cell-shaded,
.page #factoryGarageInOutcalendar-wrap .fc-resource-timeline-divider.fc-cell-shaded,
.page #rentCar-wrap .fc-resource-timeline-divider.fc-cell-shaded {
  display: contents !important;
}
.page #garageInOutcalendar-wrap .fc-scrollgrid > colgroup,
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid > colgroup,
.page #rentCar-wrap .fc-scrollgrid > colgroup {
  display: none !important;
}
.page #garageInOutcalendar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-datagrid-cell-frame,
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-datagrid-cell-frame,
.page #rentCar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-datagrid-cell-frame {
  border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.page #garageInOutcalendar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child,
.page #garageInOutcalendar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness,
.page #garageInOutcalendar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness .fc-scroller,
.page #garageInOutcalendar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness table[role=presentation],
.page #garageInOutcalendar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child,
.page #garageInOutcalendar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child .fc-scroller-harness,
.page #garageInOutcalendar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child .fc-scroller-harness .fc-scroller,
.page #garageInOutcalendar-wrap .fc-scrollgrid-section-body > th[role=presentation]:first-child .fc-scroller-harness table[role=presentation],
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child,
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness,
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness .fc-scroller,
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness table[role=presentation],
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child,
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child .fc-scroller-harness,
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child .fc-scroller-harness .fc-scroller,
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section-body > th[role=presentation]:first-child .fc-scroller-harness table[role=presentation],
.page #rentCar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child,
.page #rentCar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness,
.page #rentCar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness .fc-scroller,
.page #rentCar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness table[role=presentation],
.page #rentCar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child,
.page #rentCar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child .fc-scroller-harness,
.page #rentCar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child .fc-scroller-harness .fc-scroller,
.page #rentCar-wrap .fc-scrollgrid-section-body > th[role=presentation]:first-child .fc-scroller-harness table[role=presentation] {
  width: 250px !important;
}
.page #garageInOutcalendar-wrap .fc-scroller-harness table[role=presentation] colgroup,
.page #factoryGarageInOutcalendar-wrap .fc-scroller-harness table[role=presentation] colgroup,
.page #rentCar-wrap .fc-scroller-harness table[role=presentation] colgroup {
  display: none !important;
}
.page #garageInOutcalendar-wrap .fc-datagrid-header .fc-datagrid-cell:nth-child(1),
.page #garageInOutcalendar-wrap .fc-datagrid-body .fc-datagrid-cell:nth-child(1),
.page #factoryGarageInOutcalendar-wrap .fc-datagrid-header .fc-datagrid-cell:nth-child(1),
.page #factoryGarageInOutcalendar-wrap .fc-datagrid-body .fc-datagrid-cell:nth-child(1),
.page #rentCar-wrap .fc-datagrid-header .fc-datagrid-cell:nth-child(1),
.page #rentCar-wrap .fc-datagrid-body .fc-datagrid-cell:nth-child(1) {
  width: 20% !important;
}
.page #garageInOutcalendar-wrap .fc-datagrid-header .fc-datagrid-cell:nth-child(2),
.page #garageInOutcalendar-wrap .fc-datagrid-body .fc-datagrid-cell:nth-child(2),
.page #factoryGarageInOutcalendar-wrap .fc-datagrid-header .fc-datagrid-cell:nth-child(2),
.page #factoryGarageInOutcalendar-wrap .fc-datagrid-body .fc-datagrid-cell:nth-child(2),
.page #rentCar-wrap .fc-datagrid-header .fc-datagrid-cell:nth-child(2),
.page #rentCar-wrap .fc-datagrid-body .fc-datagrid-cell:nth-child(2) {
  width: 20% !important;
}
.page #garageInOutcalendar-wrap .fc-datagrid-header .fc-datagrid-cell:nth-child(3),
.page #garageInOutcalendar-wrap .fc-datagrid-body .fc-datagrid-cell:nth-child(3),
.page #factoryGarageInOutcalendar-wrap .fc-datagrid-header .fc-datagrid-cell:nth-child(3),
.page #factoryGarageInOutcalendar-wrap .fc-datagrid-body .fc-datagrid-cell:nth-child(3),
.page #rentCar-wrap .fc-datagrid-header .fc-datagrid-cell:nth-child(3),
.page #rentCar-wrap .fc-datagrid-body .fc-datagrid-cell:nth-child(3) {
  width: 60% !important;
}
.page #garageInOutcalendar-wrap .fc-scrollgrid-section.fc-scrollgrid-section-header > th:last-child,
.page #garageInOutcalendar-wrap .fc-scrollgrid-section.fc-scrollgrid-section-body > td:last-child,
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section.fc-scrollgrid-section-header > th:last-child,
.page #factoryGarageInOutcalendar-wrap .fc-scrollgrid-section.fc-scrollgrid-section-body > td:last-child,
.page #rentCar-wrap .fc-scrollgrid-section.fc-scrollgrid-section-header > th:last-child,
.page #rentCar-wrap .fc-scrollgrid-section.fc-scrollgrid-section-body > td:last-child {
  width: 100% !important;
}
.page #rentCar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child,
.page #rentCar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness,
.page #rentCar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness .fc-scroller,
.page #rentCar-wrap .fc-scrollgrid-section-header > th[role=presentation]:first-child .fc-scroller-harness table[role=presentation],
.page #rentCar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child,
.page #rentCar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child .fc-scroller-harness,
.page #rentCar-wrap .fc-scrollgrid-section-body > td[role=presentation]:first-child .fc-scroller-harness .fc-scroller,
.page #rentCar-wrap .fc-scrollgrid-section-body > th[role=presentation]:first-child .fc-scroller-harness table[role=presentation] {
  width: 150px !important;
}

.tooltip table {
  width: 20em;
}
.tooltip table td {
  padding: 5px;
}
.tooltip table td:first-child {
  width: 6.5em;
  text-align: right;
  padding-right: 10px;
}
.tooltip table td:nth-child(2) {
  text-align: left;
}

.call-status-container {
  background-color: #f1f6fa;
  padding: 1rem;
}
@media screen and (min-height: 42rem) {
  .call-status-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
/*# sourceMappingURL=style.css.map */