*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
  block-size: 0;
  overflow: visible;
  border-block-start: 1px solid;
  color: inherit;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(
    .visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)
  ) {
  -webkit-clip-path: inset(50%) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}
button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
select,
textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}
body {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
body {
  min-width: 1440px;
  min-height: 100vh;
  background-color: #f6fafd;
}
body.is-open {
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
body.index {
  background-color: #fff;
}
body.index .l-aside {
  background-color: #f6fafd;
}
.l-header {
  position: relative;
  top: 16px;
  right: 32px;
  width: 100%;
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-header__button {
  max-width: 104px;
  white-space: nowrap;
}
.l-footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  padding: 16px 0;
  background-color: #fbe63e;
}
.l-footer__copyright {
  display: block;
  color: #000;
  font-size: 10px;
  text-align: center;
}
.l-main {
/*  min-height: 100%;*/
  padding-top: 10px;
  padding-left: 112px;
}
.l-main-custom {
  padding-top: 10px;
  padding-left: 112px;
}
.l-main__content {
  width: 856px;
  min-width: 856px;
  margin: 0 auto 64px;
}
.l-main__content--wide {
  width: 1200px;
  min-width: 1200px;
}
.l-main__content--import {
  width: 1200px;
  min-width: 1200px;
}
.l-aside {
  position: fixed;
  top: 0;
  left: -312px;
  margin-right: -312px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: -120px;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.l-aside__inner {
  padding-top: 32px;
}
.l-aside__inner--close {
  height: 100%;
  padding: 32px;
}
.l-aside__inner--open {
  width: 312px;
  min-width: 312px;
  max-width: 312px;
}
.l-aside__toggle {
  position: absolute;
  top: 50vh;
  cursor: pointer;
}
.l-aside__toggle-inner {
  position: relative;
  width: 40px;
  height: 32px;
}
.l-aside__toggle-inner span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-aside__toggle-inner span:nth-of-type(1) {
  top: 0;
}
.l-aside__toggle-inner span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-aside__toggle-inner span:nth-of-type(3) {
  bottom: 0;
}
.l-aside__toggle.is-open span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.l-aside__toggle.is-open span:nth-of-type(2) {
  opacity: 0;
}
.l-aside__toggle.is-open span:nth-of-type(3) {
  top: 50%;
  bottom: unset;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.l-aside__logo-icon {
  text-align: center;
}
.l-aside__logo-icon img {
  display: inline-block;
}
.l-aside__logo {
  padding: 0 24px;
  text-align: center;
}
.l-aside__logo img {
  display: inline-block;
}
.l-aside__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding: 0 32px;
  gap: 16px;
}
.l-aside__user-icon {
  width: 40px;
  min-width: 40px;
}
.l-aside__user-info span {
  display: block;
  font-size: 12px;
}
.l-aside__menu {
  margin-top: 32px;
}
.l-aside__menu li a {
  display: block;
  padding: 24px 32px;
  border-top: 1px solid #e9e9e9;
  font-size: 16px;
}
.l-aside__menu li:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.l-aside.is-open {
  left: 0;
  margin-right: 0;
}
.l-aside.is-open .l-aside__inner--close {
  padding: 0;
}
.l-aside.is-open .l-aside__inner--close .l-aside__logo-icon {
  display: none;
}
.l-aside.is-open .l-aside__inner--close .l-aside__toggle {
  top: 16px;
  right: 16px;
}
.l-aside.is-open .l-aside__inner--open {
  position: static;
  left: 0;
  padding-top: 64px;
}
.l-inner {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 32px;
}
.c-title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
}
.c-button {
  border-radius: 4px;
  background-color: #f6fafd;
  color: #000;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.0509803922) inset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 5px #0000000d inset;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.12em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  max-height: 56px;
}
.c-button--black {
  background-color: #000;
  color: #fff;
}
.c-button--white {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-button--white-bg-border-black {
  border: 1px solid #000000;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-button--red {
  background-color: #f72020;
  color: #fff;
}
.c-button--blue {
  background-color: #096ae9;
  color: #fff;
}
.c-button--green {
  background-color: #0ec784;
  color: #fff;
}
.btn-success {
  background: #16a34a;
  color: #fff;
  border-color: #16a34a;
}
.btn-success:hover {
  background: #15803d;
  color: #fff;
  border-color: #15803d;
}
.c-button--yellow {
  background-color: #fbe63e;
  color: #000;
}
.c-button--gray {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  color: #979797;
}
.c-button--dark-gray {
  border: 1px solid #979797;
  background-color: #979797;
  color: #fff;
}
.c-button--large {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 150%;
}
.c-button--medium {
  width: 112px;
  max-width: 112px;
}
.c-button--small {
  width: 80px;
  max-width: 80px;
}
.c-button--cancel {
  width: 160px;
  max-width: 160px;
}
.c-button--download {
  width: 170px;
  max-width: 170px;
}
.c-button--low {
  height: 48px;
  max-height: 48px;
}
.p-index {
  gap: 0 !important;
}
.p-index__inner {
  width: 100%;
  max-width: 416px;
  margin: 0 auto;
}
.p-index__title {
  margin-bottom: 16px;
  color: #979797;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.p-index__list li + li {
  margin-top: 24px;
}
.p-login {
  top: 0;
  margin-bottom: 64px;
  gap: 0;
}
.p-login__inner {
  width: 100%;
  max-width: 416px;
  margin: 0 auto;
}
.p-login__logo {
  margin-bottom: 32px;
  text-align: center;
}
.p-login__logo img {
  display: inline-block;
}
.p-login__contents {
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 48px 40px;
  background-color: #fff;
  box-shadow: 0 4px 19px #0000000a;
}
.p-login__item + .p-login__item {
  margin-top: 16px;
}
.p-login__item + .p-login__item--submit,
.p-login__item + .p-login__item--checkbox,
.p-login__item + .p-login__item--user {
  margin-top: 32px;
}
.p-login__item label {
  display: block;
  font-size: 14px;
}
.p-login__item input[type="text"],
.p-login__item input[type="password"] {
  display: block;
  width: 100%;
  height: 56px;
  max-height: 56px;
  margin-top: 8px;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.0509803922) inset;
  padding: 12px 16px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  box-shadow: 0 0 5px #0000000d inset;
}
.p-login__error {
  margin-top: 8px;
  color: #f72020;
  font-size: 14px;
}
.p-login__password {
  position: relative;
}
.p-login__password button {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-login__password button span {
  position: relative;
}
.p-login__password button span:after {
  position: absolute;
  top: 7px;
  left: -12px;
  width: 24px;
  height: 2px;
  background-color: #999;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-login__password button.is-active span:after {
  content: none;
}
.p-login__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-login__checkbox input[type="checkbox"] {
  display: inline-block;
  position: relative;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  border: 1px solid #e9e9e9;
  cursor: pointer;
}
.p-login__checkbox input[type="checkbox"]:checked:before {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 8px;
  height: 16px;
  content: "";
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.p-login__checkbox label {
  padding-left: 8px;
  color: #979797;
  font-size: 14px;
}
.p-login__company-code,
.p-login__company {
  color: #979797;
  font-size: 12px;
}
.p-admin__form-block + .p-admin__form-block {
  margin-top: 24px;
}
.p-admin__form-block--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.p-admin__form-block--row-wide {
  gap: 24px;
}
.p-admin__form-block--mt {
  margin-top: 24px;
}
.p-admin__form-block label {
  display: block;
  /* margin-bottom: 12px; */
  font-size: 16px;
}
.p-admin__form-block input[type="text"],
.p-admin__form-block input[type="email"],
.p-admin__form-block input[type="tel"],
.p-admin__form-block input[type="password"],
.p-admin__form-block input[type="date"],
.p-admin__form-block textarea {
  display: block;
  width: 100%;
  height: 48px;
  max-height: 48px;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: 16px;
  /* line-height: 100%; */
}
.p-admin__form-block input[type="text"]::-webkit-input-placeholder,
.p-admin__form-block input[type="email"]::-webkit-input-placeholder,
.p-admin__form-block input[type="tel"]::-webkit-input-placeholder,
.p-admin__form-block input[type="password"]::-webkit-input-placeholder,
.p-admin__form-block input[type="date"]::-webkit-input-placeholder,
.p-admin__form-block textarea::-webkit-input-placeholder {
  color: #979797;
}
.p-admin__form-block input[type="text"]::-moz-placeholder,
.p-admin__form-block input[type="email"]::-moz-placeholder,
.p-admin__form-block input[type="tel"]::-moz-placeholder,
.p-admin__form-block input[type="password"]::-moz-placeholder,
.p-admin__form-block input[type="date"]::-moz-placeholder,
.p-admin__form-block textarea::-moz-placeholder {
  color: #979797;
}
.p-admin__form-block input[type="text"]:-ms-input-placeholder,
.p-admin__form-block input[type="email"]:-ms-input-placeholder,
.p-admin__form-block input[type="tel"]:-ms-input-placeholder,
.p-admin__form-block input[type="password"]:-ms-input-placeholder,
.p-admin__form-block input[type="date"]:-ms-input-placeholder,
.p-admin__form-block textarea:-ms-input-placeholder {
  color: #979797;
}
.p-admin__form-block input[type="text"]::-ms-input-placeholder,
.p-admin__form-block input[type="email"]::-ms-input-placeholder,
.p-admin__form-block input[type="tel"]::-ms-input-placeholder,
.p-admin__form-block input[type="password"]::-ms-input-placeholder,
.p-admin__form-block input[type="date"]::-ms-input-placeholder,
.p-admin__form-block textarea::-ms-input-placeholder {
  color: #979797;
}
.p-admin__form-block input[type="text"]::placeholder,
.p-admin__form-block input[type="email"]::placeholder,
.p-admin__form-block input[type="tel"]::placeholder,
.p-admin__form-block input[type="password"]::placeholder,
.p-admin__form-block input[type="date"]::placeholder,
.p-admin__form-block textarea::placeholder {
  color: #979797;
}
.p-admin__form-block textarea {
  height: 150px;
  max-height: unset;
}
.p-admin__file-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-admin__file-upload-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-admin__file-upload-left a {
  color: #096ae9;
  font-size: 16px;
  text-decoration: underline;
}
.p-admin__file-upload-left .input-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.p-admin__file-upload-left .input-file button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.p-admin__file-upload-left .input-file span {
  display: block;
  color: #979797;
  font-size: 14px;
}
.p-admin__file-upload-left .input-file input[type="file"] {
  display: none;
}
.p-admin__file-upload-right {
  white-space: nowrap;
}
.p-admin__form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
.p-admin__form-row .p-admin__form-block {
  width: 288px;
}
.p-admin__form-row .p-admin__form-block + .p-admin__form-block {
  margin-top: 0;
}
.p-admin__table {
  background-color: #fff;
}
.p-admin__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.p-admin__table table th,
.p-admin__table table td {
  padding: 8px 16px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.p-admin__table table th {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-top: 1px solid #e9e9e9;
  text-align: left;
  background-color: #faf7f7;
}
.p-admin__table table .checkbox-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-admin__table table .checkbox-block input[type="checkbox"] {
  display: inline-block;
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-top: 0;
  padding: 0;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  cursor: pointer;
  background-color: #fff;
}
.p-admin__table table .checkbox-block input[type="checkbox"]:checked:before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
/* ラベルでラップしてチェックボックスのクリック可能領域を広げる */
.p-admin__table table .checkbox-block .checkbox-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px; /* これでクリック領域を広げる（必要に応じて増減してください） */
  cursor: pointer;
  margin-bottom: 0%;
  
}

.p-admin__table table .checkbox-block .checkbox-label input[type="checkbox"] {
  margin: 0; /* ラベル内で中央に表示させる */
}
.p-admin__table table .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-admin__table table .buttons .c-button {
  width: 64px;
  height: 32px;
  padding: 4px 12px;
}

.p-admin__table table .buttons .c-button-statuslist {
  width: 50px;
  height: 30px;
  padding: 0px 0px;
  font-size: 13px;
}
.p-admin__table--import {
  max-height: 862px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  display: block;
}
/* 1) ネイティブスクロールバーを隠す（環境差吸収） */
.p-admin__table--import {
    /* Firefox */
    scrollbar-width: none;
    /* 旧Edge/IE */
    -ms-overflow-style: none;
}

/* SimpleBarの縦スクロールトラック */
.p-admin__table--import .simplebar-track.simplebar-vertical {
    width: 12px; /* 縦スクロールバーの太さ */
    background: #f3f5f7; /* トラック色 */
    border-radius: 8px;
}


/* 3) 横スクロールバー（太さ＝高さ） */
.p-admin__table--import .simplebar-track.simplebar-horizontal {
    height: 16px; /* 横スクロールバーの“太さ” */
    background: #f3f5f7; /* トラック色（任意） */
    border-radius: 8px;
}

/* 縦スクロールのつまみ */
.p-admin__table--import .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    content: "";
    width: 10px; /* つまみの実幅（トラックより少し細く） */
    background-color: #d9d9d9; /* つまみ色 */
    border-radius: 100vh; /* 丸み */
    position: absolute;
    left: 50%; /* 中央寄せ */
    transform: translateX(-50%);
}

/* 横のつまみ */
.p-admin__table--import .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    content: "";
    height: 10px; /* つまみの実高さ（トラックより少し小さく） */
    background-color: #d9d9d9; /* つまみ色 */
    border-radius: 100vh; /* 丸み */
    /* 上下中央に配置（トラック高に対して） */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-admin__table--import .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 10px;
    background-color: #d9d9d9;
    border-radius: 100vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* 5) ホバー時の視認性（任意） */
.p-admin__table--import .simplebar-scrollbar:hover:before {
    background-color: #bfc4ca;
}

.p-admin__table--import table {
    margin-right: 16px; /* 縦バー分 */
    margin-bottom: 16px; /* 横バー分 */
}
.p-admin__table--import table {
  table-layout: fixed;
}
.p-admin__table--import table th,
.p-admin__table--import table td {
    padding: 4px 8px;
    font-size: 12px;
    text-align: left;
    border-right: 1px solid #e9e9e9;
    white-space: normal;
}
.p-admin__table--import table th:nth-child(1),
.p-admin__table--import table td:nth-child(1) {
  width: 45px;
  text-align: center;
}
.p-admin__table--import table th:nth-child(2),
.p-admin__table--import table td:nth-child(2) {
  width: 100px;
}
.p-admin__table--import table th:nth-child(3),
.p-admin__table--import table td:nth-child(3) {
  width: 80px;
}
.p-admin__table--import table th:nth-child(4),
.p-admin__table--import table td:nth-child(4) {
  width: 80px;
}
.p-admin__table--import table th:nth-child(5),
.p-admin__table--import table td:nth-child(5) {
  width: 90px;
}
.p-admin__table--import table th:nth-child(6),
.p-admin__table--import table td:nth-child(6) {
  width: 60px;
}
.p-admin__table--import table th:nth-child(7),
.p-admin__table--import table td:nth-child(7) {
  width: 220px;
}
.p-admin__table--import table th:nth-child(8),
.p-admin__table--import table td:nth-child(8) {
  width: 100px;
}

.p-admin__table--modalselect {
  max-height: 600px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-admin__table--modalselect::-webkit-scrollbar {
  display: none;
}
.p-admin__table--modalselect .simplebar-scrollbar:before {
  width: 8px;
  margin-top: 0;
  margin-left: -2px;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #d9d9d9;
}
.p-admin__table--modalselect .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.p-admin__table--modalselect .simplebar-track {
  width: 8px !important;
  background-color: #e9e9e9;
}
.p-admin__table--modalselect table th,
.p-admin__table--modalselect table td {
  padding: 2px 12px;
  font-size: 13px;
  border-right: 1px solid #e9e9e9;
}
.p-admin__table--modalselect table th:nth-child(1),
.p-admin__table--modalselect table td:nth-child(1) {
  width: 15%;
}
.p-admin__table--modalselect table th:nth-child(2),
.p-admin__table--modalselect table td:nth-child(2) {
  width: 15%;
}
.p-admin__table--modalselect table th:nth-child(3),
.p-admin__table--modalselect table td:nth-child(3) {
  width: 15%;
}
.p-admin__table--modalselect table th:nth-child(4),
.p-admin__table--modalselect table td:nth-child(4) {
  width: 15%;
}
.p-admin__table--modalselect table th:nth-child(5),
.p-admin__table--modalselect table td:nth-child(5) {
  width: 15%;
}
.p-admin__table--modalselect table th:nth-child(6),
.p-admin__table--modalselect table td:nth-child(6) {
  width: 15%;
}
.p-admin__table--modalselect table th:nth-child(7),
.p-admin__table--modalselect table td:nth-child(7) {
  width: 5%;
}

.p-admin__table--history {
    max-height: 700px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    display: block;
}
/* 1) ネイティブスクロールバーを隠す（環境差吸収） */
.p-admin__table--history {
    /* Firefox */
    scrollbar-width: none;
    /* 旧Edge/IE */
    -ms-overflow-style: none;
}
.p-admin__table--history::-webkit-scrollbar {
  display: none;
}

/* 2) SimpleBar を常時表示（auto-hide 無効にしない場合の保険） */
.p-admin__table--history .simplebar-scrollbar {
    opacity: 1;
}

/* SimpleBarの縦スクロールトラック */
.p-admin__table--history .simplebar-track.simplebar-vertical {
    width: 12px; /* 縦スクロールバーの太さ */
    background: #f3f5f7; /* トラック色 */
    border-radius: 8px;
}


/* 3) 横スクロールバー（太さ＝高さ） */
.p-admin__table--history .simplebar-track.simplebar-horizontal {
    height: 16px; /* 横スクロールバーの“太さ” */
    background: #f3f5f7; /* トラック色（任意） */
    border-radius: 8px;
}

/* 縦スクロールのつまみ */
.p-admin__table--history .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    content: "";
    width: 10px; /* つまみの実幅（トラックより少し細く） */
    background-color: #d9d9d9; /* つまみ色 */
    border-radius: 100vh; /* 丸み */
    position: absolute;
    left: 50%; /* 中央寄せ */
    transform: translateX(-50%);
}

/* 横のつまみ */
.p-admin__table--history .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    content: "";
    height: 10px; /* つまみの実高さ（トラックより少し小さく） */
    background-color: #d9d9d9; /* つまみ色 */
    border-radius: 100vh; /* 丸み */
    /* 上下中央に配置（トラック高に対して） */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-admin__table--history .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 10px;
    background-color: #d9d9d9;
    border-radius: 100vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* 5) ホバー時の視認性（任意） */
.p-admin__table--history .simplebar-scrollbar:hover:before {
    background-color: #bfc4ca;
}

.p-admin__table--history table {
    margin-right: 16px; /* 縦バー分 */
    margin-bottom: 16px; /* 横バー分 */
}

.p-admin__table--history table {
  table-layout: fixed;
}
.p-admin__table--history table th,
.p-admin__table--history table td {
    padding: 4px 8px;
    font-size: 12px;
    text-align: left;
    border-right: 1px solid #e9e9e9;
    white-space: normal;

}
.p-admin__table--history table th:nth-child(1),
.p-admin__table--history table td:nth-child(1) {
  width: 105px;
}
.p-admin__table--history table th:nth-child(2),
.p-admin__table--history table td:nth-child(2) {
  width: 85px;
}
.p-admin__table--history table th:nth-child(3),
.p-admin__table--history table td:nth-child(3) {
  width: 135px;
}
.p-admin__table--history table th:nth-child(4),
.p-admin__table--history table td:nth-child(4) {
  width: 150px;
}
.p-admin__table--history table th:nth-child(5),
.p-admin__table--history table td:nth-child(5) {
  width: 150px;
}
.p-admin__table--history table th:nth-child(6),
.p-admin__table--history table td:nth-child(6) {
  width: 120px;
}
.p-admin__table--history table th:nth-child(7),
.p-admin__table--history table td:nth-child(7) {
  width: 135px;
}
.p-admin__table--history table th:nth-child(8),
.p-admin__table--history table td:nth-child(8) {
  width: 100px;
}
.p-admin__table--history table th:nth-child(9),
.p-admin__table--history table td:nth-child(9) {
  width: 110px;
}
.p-admin__table--history table th:nth-child(10),
.p-admin__table--history table td:nth-child(10) {
  width: 130px;
}
.p-admin__table--history table th:nth-child(11),
.p-admin__table--history table td:nth-child(11) {
  width: 210px;
}
.p-admin__table--history table th:nth-child(12),
.p-admin__table--history table td:nth-child(12) {
    width: 100px;
}
.p-admin__table--history table th:nth-child(13),
.p-admin__table--history table td:nth-child(13) {
    width: 100px;
}
.p-admin__table--history table th:nth-child(14),
.p-admin__table--history table td:nth-child(14) {
    width: 100px;
}
.p-admin__table--history table th:nth-child(15),
.p-admin__table--history table td:nth-child(15) {
    width: 100px;
}
.p-admin__table--history table th:nth-child(16),
.p-admin__table--history table td:nth-child(16) {
    width: 100px;
}
.p-admin__table--history table th:nth-child(17),
.p-admin__table--history table td:nth-child(17) {
    width: 100px;
}

.p-admin__table--history tbody tr.is-selected,
.p-admin__table--history tbody tr.is-selected td {
    background-color: #e9eeff !important;
}

.p-admin__table--user {
  max-height: 530px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-admin__table--user::-webkit-scrollbar {
  display: none;
}
.p-admin__table--user .simplebar-scrollbar:before {
  width: 8px;
  margin-top: 0;
  margin-left: -2px;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #d9d9d9;
}
.p-admin__table--user .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.p-admin__table--user .simplebar-track {
  width: 8px !important;
  background-color: #e9e9e9;
}
.p-admin__table--user table th:nth-child(1),
.p-admin__table--user table td:nth-child(1) {
  width: 20%;
  border-right: 1px solid #e9e9e9;
}
.p-admin__table--user table th:nth-child(2),
.p-admin__table--user table td:nth-child(2) {
  width: 25%;
  border-right: 1px solid #e9e9e9;
}
.p-admin__table--user table th:nth-child(3),
.p-admin__table--user table td:nth-child(3) {
  width: 15%;
  border-right: 1px solid #e9e9e9;
}
.p-admin__table--user table th:nth-child(4),
.p-admin__table--user table td:nth-child(4) {
  width: 25%;
  border-right: 1px solid #e9e9e9;
}
.p-admin__table--user table th:nth-child(5),
.p-admin__table--user table td:nth-child(5) {
  width: 15%;
  border-right: 1px solid #e9e9e9;
  text-align: center;
}

.p-admin__table--manege {
  max-height: 530px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-admin__table--manege::-webkit-scrollbar {
  display: none;
}
.p-admin__table--manege .simplebar-scrollbar:before {
  width: 8px;
  margin-top: 0;
  margin-left: -2px;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #d9d9d9;
}
.p-admin__table--manege .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.p-admin__table--manege .simplebar-track {
  width: 8px !important;
  background-color: #e9e9e9;
}
.p-admin__table--manege table th:nth-child(1),
.p-admin__table--manege table td:nth-child(1) {
  width: 30%;
  border-right: 1px solid #e9e9e9;
}
.p-admin__table--manege table th:nth-child(2),
.p-admin__table--manege table td:nth-child(2) {
  width: 30%;
  border-right: 1px solid #e9e9e9;
}
.p-admin__table--manege table th:nth-child(3),
.p-admin__table--manege table td:nth-child(3) {
  width: 35%;
  border-right: 1px solid #e9e9e9;
}
.p-admin__table--manege table th:nth-child(4),
.p-admin__table--manege table td:nth-child(4) {
  width: 5%;
  border-right: 1px solid #e9e9e9;
  white-space: nowrap;
  text-align: center;
}


.p-admin__radio-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  line-height: 1;
  cursor: pointer;
}
.p-admin__radio-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 6px -1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 6px -1px #00000040;
}
.p-admin__radio-item input[type="radio"]:checked:after {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 9999px;
  background-color: #0ec784;
  content: "";
}

.p-admin__checkbox-item .checkbox-block {
  margin-top: 20px;
  font-size: 16px;
  gap: 8px;
  display: flex;
  flex-direction: row;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.p-admin__checkbox-item .checkbox-block input[type="checkbox"] {
  display: inline-block;
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  cursor: pointer;
}

.p-admin__checkbox-item .checkbox-block input[type="checkbox"]:checked:before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.p-admin__calendar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-admin__calendar-row .calendar-box {
  position: relative;
}
.p-admin__calendar-row .calendar-box + .calendar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.p-admin__calendar-row .calendar-box + .calendar-box:before {
  display: inline-block;
  content: "~";
  font-size: 16px;
}
.p-admin__calendar-row .calendar-box input {
  margin-top: 0;
}
.p-admin__calendar-block .calendar-box input {
  width: 176px;
}
.p-admin__calendar-block .calendar-box input::-webkit-input-placeholder {
  color: #979797;
}
.p-admin__calendar-block .calendar-box input::-moz-placeholder {
  color: #979797;
}
.p-admin__calendar-block .calendar-box input:-ms-input-placeholder {
  color: #979797;
}
.p-admin__calendar-block .calendar-box input::-ms-input-placeholder {
  color: #979797;
}
.p-admin__calendar-block .calendar-box input::placeholder {
  color: #979797;
}
.p-admin__calendar-block .calendar-input {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-admin__calendar-block .calendar-input::-webkit-calendar-picker-indicator {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background: transparent;
}
.p-admin__calendar-block .calendar-input:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../../assets/img/admin/calendar.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-admin__select-block {
  position: relative;
}
.p-admin__select-block:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 10px;
  background-image: url(../../assets/img/admin/select-arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.p-admin__select-block select {
  display: block;
  width: 100%;
  height: 48px;
  max-height: 48px;
  margin-top: 12px;
  padding: 4px 12px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: 16px;
/*  line-height: 100%;*/
}
.p-admin__select-block select:disabled {
  color: #979797;
  -webkit-text-fill-color: #979797;
  opacity: 1;
}
.p-admin__select-block input[type="text"]:disabled {
  color: #979797;
  -webkit-text-fill-color: #979797;
  opacity: 1;
}
.p-admin__select-block-arg {
  position: relative;
}
.p-admin__select-block-arg:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 10px;
  background-image: url(../../assets/img/admin/select-arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.p-admin__select-block-arg select {
  width: 280px;
  padding: 8px 12px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: 16px;
  line-height: 100%;
}

.p-admin__select-block-custom {
  position: relative;
}
.p-admin__select-block-custom:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 10px;
  background-image: url(../../assets/img/admin/select-arrow.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.p-admin__select-block-custom select {
  display: block;
  width: 100%;
  height: 48px;
  max-height: 48px;
  padding: 8px 12px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: 16px;
/*  line-height: 100%;*/
}
.p-admin__select-block--modal:after {
  right: 16px;
  width: 12px;
  height: 20px;
}
.p-admin__note {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #979797;
  font-size: 14px;
}
.p-admin__note--mb-none {
  margin-bottom: 0;
}
.p-admin__cancel-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-admin__cancel-block input[type="text"] {
  max-width: 192px;
  margin-top: 0;
}
.p-admin__number {
  font-size: 12px;
}
.p-admin__page-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 8px;
  gap: 8px;
}
.p-admin__page-list li {
  width: 32px;
  height: 40px;
}
.p-admin__page-list li a,
.p-admin__page-list li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #979797;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
.p-admin__page-list li.is-current a,
.p-admin__page-list li.is-current span {
  background-color: #000;
  color: #fff;
}
.p-admin__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  gap: 8px;
}
.p-admin__search input[type="text"] {
  margin-top: 0;
  padding-right: 36px;
  background-color: #fff;
}
.p-admin__search .search-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 50%;
  right: 0;
  justify-content: center;
  width: 30px;
  height: 48px;
  -webkit-transform: translateY(-50%);
  padding-right: 12px;
  transform: translateY(-50%);
}
.p-admin__search .search-icon button {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  background-image: url(../../assets/img/manage/search.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-admin__modal {
  visibility: hidden;
  z-index: -100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #00000080;
  opacity: 0;
  -webkit-box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.0392156863);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 4px 19px #0000000a;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-admin__modal.is-active {
  visibility: visible;
  z-index: 9998;
  opacity: 1;
}
.p-admin__modal .modal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-admin__modal .modal-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #979797;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.p-admin__modal .modal-close .border-block {
  position: relative;
  width: 20px;
  height: 10px;
}
.p-admin__modal .modal-close .border-block span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  border-radius: 100vh;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-admin__modal .modal-close .border-block span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-admin__modal .modal-close .border-block span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-admin__modal .modal-inner {
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  height: 100%;
  max-height: 75vh;
  margin: 0 auto;
  padding: 40px;
  /* overflow-y: scroll; */
}
.p-admin__modal .modal-inner-select {
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
  height: 100%;
  max-height: 900px;
  margin: 0 auto;
  padding: 40px;
}
.p-admin__modal .modal-inner-custom {
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  height: 100%;
  max-height: 75vh;
  margin: 0 auto;
  padding: 40px;
}
.p-admin__modal .modal-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
}
.p-admin__modal .modal-item + .modal-item {
  margin-top: 16px;
}
.p-admin__modal .modal-item:last-child {
  margin-top: 32px;
}
.p-admin__modal .modal-item p {
  margin-top: 4px;
  color: #f72020;
  font-size: 14px;
}
.p-admin__modal .modal-item p.delete-text {
  margin-top: 0;
  color: #000;
}
.p-admin__modal .modal-item--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
.p-edit__block + .p-edit__block {
  margin-top: 24px;
}
.p-edit__title {
  padding: 16px 32px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #fbe63e;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.p-edit__inner {
  padding: 32px 64px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
}
.p-edit__note {
  margin-top: 8px;
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}
.p-edit__button {
  margin-left: auto;
}
.p-import__block {
  padding: 15px 64px;
  border-radius: 4px;
  background-color: #fff;
}
.p-import__block + .p-import__block {
  margin-top: 24px;
}
.p-import__block--bg-none {
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-import__title {
  margin-bottom: 24px;
  font-size: 16px;
}
.p-import__button {
  margin-left: auto;
}
.p-confirm__block {
  padding: 32px 30px;
  border-radius: 4px;
  background-color: #fff;
}
.p-confirm__block + .p-confirm__block {
  margin-top: 24px;
}
.p-confirm__block--bg-none {
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-confirm__block--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}
.p-confirm__title {
  margin-bottom: 24px;
  font-size: 16px;
}
.p-history__block {
  padding: 16px 32px;
  border-radius: 4px;
  background-color: #fff;
}
.p-history__block + .p-history__block {
  margin-top: 24px;
}
.p-history__block--bg-none {
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-history__block--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}
.p-history__title {
  margin-bottom: 24px;
  font-size: 16px;
}
.p-history__row-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.p-history__row-block + .p-history__row-block {
  margin-top: 16px;
}
.p-history__row-block--high {
  margin-top: 24px !important;
}
.p-history__row-block .p-admin__form-block + .p-admin__form-block {
  margin-top: 0;
}
.p-history__row-block .p-admin__form-block label {
  margin-bottom: 8px;
}
.p-history__row-block .p-admin__form-block input[type="text"],
.p-history__row-block .p-admin__form-block input[type="email"],
.p-history__row-block .p-admin__form-block input[type="tel"],
.p-history__row-block .p-admin__form-block input[type="date"],
.p-history__row-block .p-admin__form-block select {
  width: 240px;
  height: 32px;
  margin-top: 8px;
  font-size: 14px;
}
.p-history__row-block .p-admin__form-block .calendar-input {
  margin-top: 0 !important;
}

.p-admin__table--print {
  max-height: 500px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  display: block;
}
.p-admin__table--print {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-admin__table--print::-webkit-scrollbar {
  display: none;
}
.p-admin__table--print .simplebar-scrollbar {
  opacity: 1;
}
.p-admin__table--print .simplebar-track.simplebar-vertical {
  width: 12px;
  background: #f3f5f7;
  border-radius: 8px;
}
.p-admin__table--print .simplebar-track.simplebar-horizontal {
  height: 16px;
  background: #f3f5f7;
  border-radius: 8px;
}
.p-admin__table--print .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  content: "";
  width: 10px;
  background-color: #d9d9d9;
  border-radius: 100vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-admin__table--print .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  content: "";
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-admin__table--print .simplebar-scrollbar:hover:before {
  background-color: #bfc4ca;
}
.p-admin__table--print table {
  margin-right: 16px;
  margin-bottom: 16px;
  table-layout: auto;
}
.p-admin__table--print table th,
.p-admin__table--print table td {
  padding: 4px 8px;
  font-size: 14px;
  text-align: left;
  border-right: 1px solid #e9e9e9;
  white-space: normal;
}
.p-admin__table--print table th:nth-child(7) {
  border-right: none;
}

.p-user_manage__block {
  padding: 32px 64px;
  border-radius: 4px;
  background-color: #fff;
}
.p-user_manage__block + .p-user_manage__block {
  margin-top: 24px;
}
.p-user_manage__block--bg-none {
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-user_manage__block--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}
.p-user_manage__block-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.p-user_manage__title {
  margin-bottom: 24px;
  font-size: 16px;
}
.p-org_manage__block {
  padding: 32px 64px;
  border-radius: 4px;
  background-color: #fff;
}
.p-org_manage__block + .p-org_manage__block {
  margin-top: 24px;
}
.p-org_manage__block--bg-none {
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-org_manage__block--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}
.p-org_manage__title {
  margin-bottom: 24px;
  font-size: 16px;
}
.pc-only {
  display: inline-block;
}
.tablet-only,
.sp-only {
  display: none;
}
.flash_success {
    background-color: #dff0d8!important;
    border: 1px solid #d6e9c6!important;
    color: #3c763d!important;
    padding: 10px!important;
    text-align: left;
    font-size: 0.8rem;
}
.flash_error {
    color: #CD0A0A!important;
    border: 1px solid #CD0A0A!important;
    background-color:#edc2c4!important;
    padding: 10px!important;
    text-align: left;
    font-size: 0.8rem;
}
@media (max-width: 1367px) {
  .pc-only {
    display: none;
  }
  .tablet-only {
    display: inline-block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only,
  .tablet-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

.p-message__error {
    margin-top: 8px;
    color: #f72020;
    font-size: 14px;
}

.p-message__success {
    /*    margin-top: 8px;
    color: #000;
    font-size: 14px;*/
    background-color: #dff0d8 !important;
    border: 1px solid #d6e9c6 !important;
    color: #3c763d !important;
    padding: 8px !important;
    text-align: left;
    font-size: 14px;
}

.l-main-login {
/*    min-height: 100%;*/
    padding-top: 120px;
}

::-ms-reveal {
    display: none !important;
}



.p-admin__table--edit {
  max-height: 290px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-admin__table--edit table {
    table-layout: fixed;
}
.p-admin__table--edit table th,
.p-admin__table--edit table td {
    padding: 4px 8px;
    font-size: 14px;
    text-align: left;
    border-right: 1px solid #e9e9e9;
    white-space: normal;
}
.p-admin__table--edit::-webkit-scrollbar {
  display: none;
}
.p-admin__table--edit .simplebar-scrollbar:before {
  width: 8px;
  margin-top: 0;
  margin-left: -2px;
  border-radius: 0;
  border-radius: 100vh;
  background-color: #d9d9d9;
}
.p-admin__table--edit .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.p-admin__table--edit .simplebar-track {
  width: 8px !important;
  background-color: #e9e9e9;
}
.p-admin__table--edit table th:nth-child(1),
.p-admin__table--edit table td:nth-child(1) {
    width: 90px;
}

.p-admin__table--edit table th:nth-child(2),
.p-admin__table--edit table td:nth-child(2) {
    width: 60px;
}

.p-admin__table--edit table th:nth-child(3),
.p-admin__table--edit table td:nth-child(3) {
    width: 130px;
}

.p-admin__table--edit table th:nth-child(4),
.p-admin__table--edit table td:nth-child(4) {
    width: 80px;
}

.p-admin__table--statuslist {
    max-height: 500px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    display: block;
}
/* 1) ネイティブスクロールバーを隠す（環境差吸収） */
.p-admin__table--statuslist {
    /* Firefox */
    scrollbar-width: none;
    /* 旧Edge/IE */
    -ms-overflow-style: none;
}
.p-admin__table--statuslist::-webkit-scrollbar {
  display: none;
}

/* 2) SimpleBar を常時表示（auto-hide 無効にしない場合の保険） */
.p-admin__table--statuslist .simplebar-scrollbar {
    opacity: 1;
}

/* SimpleBarの縦スクロールトラック */
.p-admin__table--statuslist .simplebar-track.simplebar-vertical {
    width: 12px; /* 縦スクロールバーの太さ */
    background: #f3f5f7; /* トラック色 */
    border-radius: 8px;
}


/* 3) 横スクロールバー（太さ＝高さ） */
.p-admin__table--statuslist .simplebar-track.simplebar-horizontal {
    height: 16px; /* 横スクロールバーの“太さ” */
    background: #f3f5f7; /* トラック色（任意） */
    border-radius: 8px;
}

/* 縦スクロールのつまみ */
.p-admin__table--statuslist .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    content: "";
    width: 10px; /* つまみの実幅（トラックより少し細く） */
    background-color: #d9d9d9; /* つまみ色 */
    border-radius: 100vh; /* 丸み */
    position: absolute;
    left: 50%; /* 中央寄せ */
    transform: translateX(-50%);
}


/* 横のつまみ */
.p-admin__table--statuslist .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    content: "";
    height: 10px; /* つまみの実高さ（トラックより少し小さく） */
    background-color: #d9d9d9; /* つまみ色 */
    border-radius: 100vh; /* 丸み */
    /* 上下中央に配置（トラック高に対して） */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-admin__table--statuslist .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 10px;
    background-color: #d9d9d9;
    border-radius: 100vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* 5) ホバー時の視認性（任意） */
.p-admin__table--statuslist .simplebar-scrollbar:hover:before {
    background-color: #bfc4ca;
}

.p-admin__table--statuslist table {
    margin-right: 16px; /* 縦バー分 */
    margin-bottom: 16px; /* 横バー分 */
}

.p-admin__table--statuslist table {
  table-layout: fixed;
}
.p-admin__table--statuslist table th,
.p-admin__table--statuslist table td {
    padding: 4px 8px;
    font-size: 12px;
    text-align: left;
    border-right: 1px solid #e9e9e9;
    white-space: normal;
}

.p-admin__table--statuslist table th{
    font-weight: 500;;
}
.p-admin__table--statuslist tbody tr.focused,
.p-admin__table--statuslist tbody tr.focused td {
  background-color: #e8f1ff !important;
}
.p-admin__table--statuslist table th:nth-child(1),
.p-admin__table--statuslist table td:nth-child(1) {
  width: 40px;
}
.p-admin__table--statuslist table th:nth-child(2),
.p-admin__table--statuslist table td:nth-child(2) {
  width: 95px;
}
.p-admin__table--statuslist table th:nth-child(3),
.p-admin__table--statuslist table td:nth-child(3) {
  width: 110px;
}
.p-admin__table--statuslist table th:nth-child(4),
.p-admin__table--statuslist table td:nth-child(4) {
  width: 100px;
}
.p-admin__table--statuslist table th:nth-child(5),
.p-admin__table--statuslist table td:nth-child(5) {
  width: 105px;
}
.p-admin__table--statuslist table th:nth-child(6){
  width: 115px;
  border-right: none;
}
.p-admin__table--statuslist table td:nth-child(6) {
  width: 115px;
}
.p-admin__table--statuslist table th:nth-child(7),
.p-admin__table--statuslist table td:nth-child(7) {
  width: 75px;
}
.p-admin__table--statuslist table th:nth-child(8),
.p-admin__table--statuslist table td:nth-child(8) {
  width: 105px;
}
.p-admin__table--statuslist table th:nth-child(9),
.p-admin__table--statuslist table td:nth-child(9) {
  width: 130px;
}

:root{
--bg:#f7f8fa; --card:#fff; --text:#1f2937; --muted:#6b7280;
--primary:#2563eb; --danger:#dc2626; --warn:#d97706; --ok:#16a34a; --gray:#9ca3af;
--border:#e5e7eb; --accent:#0ea5e9;
}
.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;font-weight:600;}
.b-ok{background:#e7f6ea;color:var(--ok)}
.b-warn{background:#fff4e6;color:var(--warn)}
.b-danger{background:#ffe8e8;color:var(--danger)}
.b-gray{background:#eef2f7;color:#475569}
.b-blue{background:#e8f1ff;color:#1d4ed8}
.b-outdated{background:#f3e5f5;color:#7b1fa2}
.center{text-align: center;}
.filter-group{border:1px solid var(--border);border-radius:10px;padding:10px;}
.filter-group h4{margin:0 0 8px;font-size:13px;color:#334155}
.check{display:flex;justify-content:space-between;align-items:center;margin:4px 0;}
.check label{display:flex;align-items:center;gap:8px;cursor:pointer;}
.count-badge{font-size:12px;color:var(--muted)}
.card{background:var(--card);border:1px solid var(--border);border-radius:10px}
.card.pad{padding:16px}
.panel h3{margin:0 0 8px;font-size:14px}
.summary{font-size:12px;color:#334155;background:#f1f5f9;border:1px solid var(--border);border-radius:8px;padding:8px}
.filter-box{display:flex;flex-direction:column;gap:10px}
.btn{padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer}
.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}
.btn-primary:hover{background:#1d4ed8}
.btn-danger{background:#dc2626;color:#fff;border-color:#dc2626}
.btn-danger:hover{background:#b91c1c}
.btn-success{background:#16a34a;color:#fff;border-color:#16a34a}
.btn-success:hover{background:#15803d}
.btn-gray{background:#6b7280;color:#fff;border-color:#6b7280}
.btn-gray:hover{background:#4b5563}
.count{display:flex;align-items:center;}
.filter-group input[type="checkbox"] {
    display: inline-block;
    position: relative;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    margin-top: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff;
}
.filter-group input[type="checkbox"]:checked:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    content: "";
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.filters .chip{padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:#fff;cursor:pointer}
.filters .chip.active{background:#eef2ff;border-color:#c7d2fe;color:#1d4ed8}
tbody tr.hide{display:none}
tbody tr:hover,
tbody tr:hover td {
    background-color: #f5f7ff !important;
}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.stat{padding:16px;border:2px solid;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}
.stat-blue{background:linear-gradient(135deg, #e3f2fd 0%, #f1f5ff 100%);border-color:#2196f3}
.stat-blue .num{color:#1565c0}
.stat-blue h3{color:#1565c0}
.stat-orange{background:linear-gradient(135deg, #fff3e0 0%, #ffe8cc 100%);border-color:#ff9800}
.stat-orange .num{color:#e65100}
.stat-orange h3{color:#e65100}
.stat-green{background:linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);border-color:#4caf50}
.stat-green .num{color:#1b5e20}
.stat-green h3{color:#1b5e20}
.stat-purple{background:linear-gradient(135deg, #f3e5f5 0%, #ede7f6 100%);border-color:#9c27b0}
.stat-purple .num{color:#6a1b9a}
.stat-purple h3{color:#6a1b9a}
.stat h3{margin:0 0 8px;font-size:12px;font-weight:600}
.stat .num{font-weight:700;font-size:24px}
.stat .ratio{color:#999}
.toolbar{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}
.ratio{font-size:12px;color:var(--muted);margin-left:4px}
.search{display:flex;gap:8px;align-items:center}
.search input{padding:8px;border:1px solid #000;border-radius:8px;width:240px}
.search .btn{background:#2563eb;color:#fff;border-color:#2563eb}
.search .btn:hover{background:#1d4ed8}

/* エラーメッセージ表示領域 */
.p-admin__error-message {
  padding: 12px 16px;
  margin-bottom: 16px;
  border-left: 4px solid #dc2626;
  background-color: #fee2e2;
  border-radius: 4px;
  color: #7f1d1d;
  font-size: 14px;
  line-height: 1;
}

.p-admin__table--confirm {
    max-height: 600px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    display: block;
}
/* 1) ネイティブスクロールバーを隠す（環境差吸収） */
.p-admin__table--confirm {
    /* Firefox */
    scrollbar-width: none;
    /* 旧Edge/IE */
    -ms-overflow-style: none;
}
.p-admin__table--confirm::-webkit-scrollbar {
  display: none;
}

/* 2) SimpleBar を常時表示（auto-hide 無効にしない場合の保険） */
.p-admin__table--confirm .simplebar-scrollbar {
    opacity: 1;
}

/* SimpleBarの縦スクロールトラック */
.p-admin__table--confirm .simplebar-track.simplebar-vertical {
    width: 12px; /* 縦スクロールバーの太さ */
    background: #f3f5f7; /* トラック色 */
    border-radius: 8px;
}


/* 3) 横スクロールバー（太さ＝高さ） */
.p-admin__table--confirm .simplebar-track.simplebar-horizontal {
    height: 16px; /* 横スクロールバーの“太さ” */
    background: #f3f5f7; /* トラック色（任意） */
    border-radius: 8px;
}

/* 縦スクロールのつまみ */
.p-admin__table--confirm .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    content: "";
    width: 10px; /* つまみの実幅（トラックより少し細く） */
    background-color: #d9d9d9; /* つまみ色 */
    border-radius: 100vh; /* 丸み */
    position: absolute;
    left: 50%; /* 中央寄せ */
    transform: translateX(-50%);
}


/* 横のつまみ */
.p-admin__table--confirm .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    content: "";
    height: 10px; /* つまみの実高さ（トラックより少し小さく） */
    background-color: #d9d9d9; /* つまみ色 */
    border-radius: 100vh; /* 丸み */
    /* 上下中央に配置（トラック高に対して） */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-admin__table--confirm .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 10px;
    background-color: #d9d9d9;
    border-radius: 100vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* 5) ホバー時の視認性（任意） */
.p-admin__table--confirm .simplebar-scrollbar:hover:before {
    background-color: #bfc4ca;
}

.p-admin__table--confirm table {
    margin-right: 16px; /* 縦バー分 */
    /* margin-bottom: 16px; */
}

.p-admin__table--confirm table {
  table-layout: fixed;
}
.p-admin__table--confirm table th,
.p-admin__table--confirm table td {
    padding: 4px 8px;
    font-size: 12px;
    text-align: left;
    border: 1px solid #e9e9e9;
    white-space: normal;
}

.p-admin__table--confirm table th{
    font-weight: 500;;
}
.p-admin__table--confirm tbody tr.focused,
.p-admin__table--confirm tbody tr.focused td {
  background-color: #e8f1ff !important;
}
.p-admin__table--confirm table th:nth-child(1),
.p-admin__table--confirm table td:nth-child(1) {
  width: 110px;
}
.p-admin__table--confirm table th:nth-child(2),
.p-admin__table--confirm table td:nth-child(2) {
  width: 110px;
}
.p-admin__table--confirm table th:nth-child(3),
.p-admin__table--confirm table td:nth-child(3) {
  width: 110px;
}
.p-admin__table--confirm table th:nth-child(4),
.p-admin__table--confirm table td:nth-child(4) {
  width: 115px;
}

.p-admin__table--print {
    max-height:500px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    display: block;
}
/* 1) ネイティブスクロールバーを隠す（環境差吸収） */
.p-admin__table--print {
    /* Firefox */
    scrollbar-width: none;
    /* 旧Edge/IE */
    -ms-overflow-style: none;
}
.p-admin__table--print::-webkit-scrollbar {
  display: none;
}

/* 2) SimpleBar を常時表示（auto-hide 無効にしない場合の保険） */
.p-admin__table--print .simplebar-scrollbar {
    opacity: 1;
}

/* SimpleBarの縦スクロールトラック */
.p-admin__table--print .simplebar-track.simplebar-vertical {
    width: 12px; /* 縦スクロールバーの太さ */
    background: #f3f5f7; /* トラック色 */
    border-radius: 8px;
}


/* 3) 横スクロールバー（太さ＝高さ） */
.p-admin__table--print .simplebar-track.simplebar-horizontal {
    height: 16px; /* 横スクロールバーの“太さ” */
    background: #f3f5f7; /* トラック色（任意） */
    border-radius: 8px;
}

/* 縦スクロールのつまみ */
.p-admin__table--print .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    content: "";
    width: 10px; /* つまみの実幅（トラックより少し細く） */
    background-color: #d9d9d9; /* つまみ色 */
    border-radius: 100vh; /* 丸み */
    position: absolute;
    left: 50%; /* 中央寄せ */
    transform: translateX(-50%);
}

/* 横のつまみ */
.p-admin__table--print .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    content: "";
    height: 10px; /* つまみの実高さ（トラックより少し小さく） */
    background-color: #d9d9d9; /* つまみ色 */
    border-radius: 100vh; /* 丸み */
    /* 上下中央に配置（トラック高に対して） */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.p-admin__table--print .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 10px;
    background-color: #d9d9d9;
    border-radius: 100vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* 5) ホバー時の視認性（任意） */
.p-admin__table--print .simplebar-scrollbar:hover:before {
    background-color: #bfc4ca;
}

.p-admin__table--print table {
    margin-right: 16px; /* 縦バー分 */
    margin-bottom: 16px; /* 横バー分 */
}

.p-admin__table--print table {
  table-layout: auto;
}
.p-admin__table--print table th,
.p-admin__table--print table td {
    padding: 4px 8px;
    font-size: 14px;
    text-align: left;
    border-right: 1px solid #e9e9e9;
    white-space: normal;
}
.p-admin__table--print table th:nth-child(7){
      border-right: none;
}
/*dashboard*/
.stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px
}

.stat {
    padding: 16px;
    border: 2px solid;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08)
}

.stat-blue {
    background: linear-gradient(135deg, #e3f2fd 0%, #f1f5ff 100%);
    border-color: #2196f3
}

    .stat-blue .num {
        color: #1565c0
    }

    .stat-blue h3 {
        color: #1565c0
    }

.stat-orange {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe8cc 100%);
    border-color: #ff9800
}

    .stat-orange .num {
        color: #e65100
    }

    .stat-orange h3 {
        color: #e65100
    }

.stat-green {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    border-color: #4caf50
}

    .stat-green .num {
        color: #1b5e20
    }

    .stat-green h3 {
        color: #1b5e20
    }

.stat-purple {
    background: linear-gradient(135deg, #f3e5f5 0%, #ede7f6 100%);
    border-color: #9c27b0
}

    .stat-purple .num {
        color: #6a1b9a
    }

    .stat-purple h3 {
        color: #6a1b9a
    }

.stat h3 {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 600
}

.stat .num {
    font-weight: 700;
    font-size: 24px
}

.stat .ratio {
    color: #999
}

.count {
    display: flex;
    align-items: center;
}

.ratio {
    font-size: 12px;
    color: var(--muted);
    margin-left: 4px
}
