@charset "UTF-8";
:root {
  --keycolor: #092B86;
  --keycolor2: #005BAC;
  --black: #1D1C1C;
  --white: #fff;
  --red: #C70000;
  --gray: #D7DCE0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.6;
  font-size: 14px;
  color: var(--black);
}

body[data-location="pickup.oas-air.co.jp.local"] {
  padding-top: 30px;
}
body[data-location="pickup.oas-air.co.jp.local"]::before {
  content: "ローカル開発環境";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background-color: rgba(238, 0, 0, 0.9);
  color: #fff;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
body[data-location="pickup.oas-air.co.jp.local"] .main > .sidemenu {
  background-color: #f2e5fa;
}

body[data-location="staging.oas-air.co.jp"] {
  padding-top: 30px;
}
body[data-location="staging.oas-air.co.jp"]::before {
  content: "開発環境";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background-color: rgba(238, 0, 0, 0.9);
  color: #fff;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
body[data-location="staging.oas-air.co.jp"] .main > .sidemenu {
  background-color: #faf6e5;
}

em {
  font-style: normal;
}

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

label {
  font-size: 16px;
  user-select: none;
}

input,
select,
textarea {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.6;
  font-size: 16px;
  color: var(--black);
  padding: 0 12px;
}

input[disabled],
input[readonly] {
  background-color: #ccc;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  -webkit-appearance: auto;
  appearance: auto;
  cursor: pointer;
}

input[type="checkbox"] {
  width: 20px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"] {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 80px;
  height: 44px;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 15px;
  position: relative;
  z-index: 0;
  border: solid 1px var(--gray);
  background-color: var(--white);
}
@media print, screen and (min-width: 1024px) {
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="email"],
  input[type="date"],
  input[type="time"] {
    min-width: 120px;
  }
}

input[type="file"] {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
}

select.form-control {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 40px 0 15px;
  position: relative;
  z-index: 0;
  border: solid 1px var(--gray);
  background-color: var(--white);
  background-image: url(../img/icon_arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px 15px;
}

select[disabled] {
  background-image: none;
}

textarea.form-control {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
  position: relative;
  z-index: 0;
  border: solid 1px var(--gray);
  background-color: var(--white);
}

button {
  background-color: var(--keycolor);
  color: var(--white);
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 1024px) {
  button:hover {
    background-color: var(--keycolor2);
  }
}

a:hover,
a.under {
  color: var(--keycolor);
  text-decoration: underline;
}

.table {
  border-top: solid 1px #C3CAD2;
  border-left: solid 1px #C3CAD2;
}
.table thead th {
  background-color: #F8F8F8;
  border-right: solid 1px #C3CAD2;
  border-bottom: solid 1px #C3CAD2;
}
.table tbody td {
  border-top: none;
  border-right: solid 1px #C3CAD2;
  border-bottom: solid 1px #C3CAD2;
}

table.table td.actions a,
table.table .dtr-data a {
  color: var(--keycolor);
  font-weight: 600;
  text-decoration: underline;
}
table.table span.dtr-title {
  font-weight: 600;
}
table.table span.dtr-title a {
  pointer-events: none;
}

table.simple {
  width: 100%;
}
table.simple th, table.simple td {
  padding: .5rem .75rem;
  border: solid 1px #C3CAD2;
}

table.table th, table.table td {
  padding: .5rem .75rem;
  vertical-align: middle;
}

.custom-file input[type="file"] {
  cursor: pointer;
  width: 100%;
}
.custom-file .custom-file-label::after {
  content: "参照";
}

.align-right {
  text-align: right;
}

.ellipsis {
  width: 200px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* --------------------------------------------
  form-error
-------------------------------------------- */
.form-error {
  border: solid 1px #ef5753 !important;
}

/* --------------------------------------------
  error-message
-------------------------------------------- */
.error-message {
  background-color: #fcebea;
  color: #cc1f1a;
  padding: 4px 10px;
  margin-top: 10px;
}

/* --------------------------------------------
  fc-daygrid-day-events
-------------------------------------------- */
.fc-daygrid-day-events {
  cursor: pointer;
}
.fc-daygrid-day-events .fc-event-title {
  font-size: 16px;
}
.fc-daygrid-day-events .fc-event-title::before {
  content: "\f0d1";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 4px;
}

/* --------------------------------------------
  required_text
-------------------------------------------- */
.required_text::after {
  content: "（必須）";
  display: inline-block;
  color: #e00;
  font-size: 0.8rem;
  margin-left: 6px;
}

/* --------------------------------------------
  .btn
-------------------------------------------- */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 44px;
}

.btn-100 {
  min-width: 100px;
}

.btn-sm {
  min-height: 35px;
}

.btn-next {
  color: #1f2d3d;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: none;
}

.btn-next:hover {
  color: #1f2d3d;
  background-color: #f5b907;
  border-color: #f5b907;
}

/* --------------------------------------------
  .heading
-------------------------------------------- */
h2.heading {
  font-size: min(4vw, 24px);
}

/* --------------------------------------------
  form-group
-------------------------------------------- */
.form-group .checkbox label {
  display: inline-flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  color: #D10000;
  cursor: pointer;
}
.form-group .column__datetime {
  display: flex;
  align-items: end;
  gap: 10px;
}
@media print, screen and (max-width: 1200px) {
  .form-group .column__datetime {
    flex-wrap: wrap;
  }
}
.form-group .column__datetime .date {
  width: 100%;
}
.form-group .column__datetime .select {
  width: 120px;
}
@media print, screen and (max-width: 1200px) {
  .form-group .column__datetime .select {
    width: calc( 50% - 30px );
  }
}
.form-group .column__datetime .colon,
.form-group .column__datetime .tilde {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group .column__deliveryRecords__table {
  display: flex;
  gap: 20px;
}
.form-group .column__deliveryRecords__table .item {
  display: flex;
  align-items: end;
  gap: 10px;
  width: calc( 100% / 3 );
}
.form-group .column__deliveryRecords__table .item .input {
  width: 100%;
}
.form-group .required > label::after {
  content: "（必須）";
  display: inline-block;
  color: #e00;
  font-size: 0.8rem;
  margin-left: 6px;
}
.form-group .required > label[for="is-agreed"]::after {
  display: none;
}
.form-group input.form-check-input {
  position: relative;
  margin: auto;
}
.form-group label[for="login-lockout-enabled"] {
  color: var(--black);
}

/* --------------------------------------------
  AdminLTE
-------------------------------------------- */
.table.collapsed td.dtr-control {
  color: var(--keycolor);
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  user-select: none;
}

.card-body > .table {
  margin-bottom: 0;
}

.breadcrumb-item a {
  text-decoration: underline;
}

.breadcrumb-item.active {
  font-weight: 600;
  color: var(--keycolor);
}

.content-header .breadcrumb {
  margin-top: -15px;
}

.form-group .radio {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.form-group .radio > label:first-child {
  width: 100%;
}
.form-group .radio label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-group .radio label[for] {
  cursor: pointer;
}

.card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* --------------------------------------------
  color
-------------------------------------------- */
.color--enable {
  color: #00c;
}

.color--disable {
  color: #c00;
}

/* --------------------------------------------
  span[data-role-type]
-------------------------------------------- */
span[data-role-type] {
  display: inline-flex;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 4px;
}

span[data-role-type="logistics"] {
  background-color: #ffc107;
  color: var(--black);
}

span[data-role-type="agency"] {
  color: var(--black);
}

/* --------------------------------------------
  span[data-project-type]
-------------------------------------------- */
span[data-project-type] {
  display: inline-flex;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  margin-left: 4px;
}

span[data-project-type="0"] {
  background-color: #ff3d3d;
  color: var(--white);
}

span[data-project-type="1"] {
  background-color: #3b84cf;
  color: var(--white);
}

/* --------------------------------------------
  [data-project-details]
-------------------------------------------- */
[data-project-details] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
}
[data-project-details] ol {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 10px;
  overflow: hidden;
}
[data-project-details] p {
  display: none;
  background-color: #ccc;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
}
[data-project-details] li {
  display: flex;
  align-items: center;
  background-color: #ccc;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 6px 10px;
  position: relative;
  counter-increment: num;
}
@media print, screen and (max-width: 768px) {
  [data-project-details] li {
    font-size: 10px;
    letter-spacing: normal;
  }
}
[data-project-details] li span::before {
  content: counter(num) ".";
  display: inline-block;
}
[data-project-details] li::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: -9px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%, 0 0);
}
[data-project-details] li::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: -9px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
[data-project-details] li:first-child::before {
  display: none;
}

[data-account-role="logistics"] li[data-status-type="7"] {
  display: none;
}
[data-account-role="logistics"] .project__status__details [data-project-details="0"] li[data-status-type="0"] {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
[data-account-role="logistics"] .project__status__details [data-project-details="0"] li[data-status-type="0"]::before, [data-account-role="logistics"] .project__status__details [data-project-details="0"] li[data-status-type="0"]::after {
  background-color: #ffc107;
}
[data-account-role="logistics"] .project__status__details [data-project-details="1"] li[data-status-type="1"] {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
[data-account-role="logistics"] .project__status__details [data-project-details="1"] li[data-status-type="1"]::before, [data-account-role="logistics"] .project__status__details [data-project-details="1"] li[data-status-type="1"]::after {
  background-color: #ffc107;
}
[data-account-role="logistics"] .project__status__details [data-project-details="2"] li[data-status-type="2"],
[data-account-role="logistics"] .project__status__details [data-project-details="3"] li[data-status-type="2"],
[data-account-role="logistics"] .project__status__details [data-project-details="4"] li[data-status-type="2"] {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
[data-account-role="logistics"] .project__status__details [data-project-details="2"] li[data-status-type="2"]::before, [data-account-role="logistics"] .project__status__details [data-project-details="2"] li[data-status-type="2"]::after,
[data-account-role="logistics"] .project__status__details [data-project-details="3"] li[data-status-type="2"]::before,
[data-account-role="logistics"] .project__status__details [data-project-details="3"] li[data-status-type="2"]::after,
[data-account-role="logistics"] .project__status__details [data-project-details="4"] li[data-status-type="2"]::before,
[data-account-role="logistics"] .project__status__details [data-project-details="4"] li[data-status-type="2"]::after {
  background-color: #ffc107;
}
[data-account-role="logistics"] .project__status__details [data-project-details="5"] li[data-status-type="5"],
[data-account-role="logistics"] .project__status__details [data-project-details="6"] li[data-status-type="5"],
[data-account-role="logistics"] .project__status__details [data-project-details="7"] li[data-status-type="5"] {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
[data-account-role="logistics"] .project__status__details [data-project-details="5"] li[data-status-type="5"]::before, [data-account-role="logistics"] .project__status__details [data-project-details="5"] li[data-status-type="5"]::after,
[data-account-role="logistics"] .project__status__details [data-project-details="6"] li[data-status-type="5"]::before,
[data-account-role="logistics"] .project__status__details [data-project-details="6"] li[data-status-type="5"]::after,
[data-account-role="logistics"] .project__status__details [data-project-details="7"] li[data-status-type="5"]::before,
[data-account-role="logistics"] .project__status__details [data-project-details="7"] li[data-status-type="5"]::after {
  background-color: #ffc107;
}

[data-account-role="agency"] .project__status__details [data-project-details="0"] li[data-status-type="0"] {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
[data-account-role="agency"] .project__status__details [data-project-details="0"] li[data-status-type="0"]::before, [data-account-role="agency"] .project__status__details [data-project-details="0"] li[data-status-type="0"]::after {
  background-color: #ffc107;
}
[data-account-role="agency"] .project__status__details [data-project-details="1"] li[data-status-type="1"] {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
[data-account-role="agency"] .project__status__details [data-project-details="1"] li[data-status-type="1"]::before, [data-account-role="agency"] .project__status__details [data-project-details="1"] li[data-status-type="1"]::after {
  background-color: #ffc107;
}
[data-account-role="agency"] .project__status__details [data-project-details="2"] li[data-status-type="2"],
[data-account-role="agency"] .project__status__details [data-project-details="3"] li[data-status-type="2"],
[data-account-role="agency"] .project__status__details [data-project-details="4"] li[data-status-type="2"] {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
[data-account-role="agency"] .project__status__details [data-project-details="2"] li[data-status-type="2"]::before, [data-account-role="agency"] .project__status__details [data-project-details="2"] li[data-status-type="2"]::after,
[data-account-role="agency"] .project__status__details [data-project-details="3"] li[data-status-type="2"]::before,
[data-account-role="agency"] .project__status__details [data-project-details="3"] li[data-status-type="2"]::after,
[data-account-role="agency"] .project__status__details [data-project-details="4"] li[data-status-type="2"]::before,
[data-account-role="agency"] .project__status__details [data-project-details="4"] li[data-status-type="2"]::after {
  background-color: #ffc107;
}
[data-account-role="agency"] .project__status__details [data-project-details="5"] li[data-status-type="5"],
[data-account-role="agency"] .project__status__details [data-project-details="6"] li[data-status-type="5"] {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
[data-account-role="agency"] .project__status__details [data-project-details="5"] li[data-status-type="5"]::before, [data-account-role="agency"] .project__status__details [data-project-details="5"] li[data-status-type="5"]::after,
[data-account-role="agency"] .project__status__details [data-project-details="6"] li[data-status-type="5"]::before,
[data-account-role="agency"] .project__status__details [data-project-details="6"] li[data-status-type="5"]::after {
  background-color: #ffc107;
}
[data-account-role="agency"] .project__status__details [data-project-details="7"] li[data-status-type="7"] {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
[data-account-role="agency"] .project__status__details [data-project-details="7"] li[data-status-type="7"]::before, [data-account-role="agency"] .project__status__details [data-project-details="7"] li[data-status-type="7"]::after {
  background-color: #ffc107;
}

.project__status__details--oas [data-project-details="0"] li:nth-child(1) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--oas [data-project-details="0"] li:nth-child(1)::before, .project__status__details--oas [data-project-details="0"] li:nth-child(1)::after {
  background-color: #ffc107;
}
.project__status__details--oas [data-project-details="1"] li:nth-child(2) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--oas [data-project-details="1"] li:nth-child(2)::before, .project__status__details--oas [data-project-details="1"] li:nth-child(2)::after {
  background-color: #ffc107;
}
.project__status__details--oas [data-project-details="2"] li:nth-child(3) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--oas [data-project-details="2"] li:nth-child(3)::before, .project__status__details--oas [data-project-details="2"] li:nth-child(3)::after {
  background-color: #ffc107;
}
.project__status__details--oas [data-project-details="3"] li:nth-child(4) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--oas [data-project-details="3"] li:nth-child(4)::before, .project__status__details--oas [data-project-details="3"] li:nth-child(4)::after {
  background-color: #ffc107;
}
.project__status__details--oas [data-project-details="4"] li:nth-child(5) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--oas [data-project-details="4"] li:nth-child(5)::before, .project__status__details--oas [data-project-details="4"] li:nth-child(5)::after {
  background-color: #ffc107;
}
.project__status__details--oas [data-project-details="5"] li:nth-child(6) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--oas [data-project-details="5"] li:nth-child(6)::before, .project__status__details--oas [data-project-details="5"] li:nth-child(6)::after {
  background-color: #ffc107;
}
.project__status__details--oas [data-project-details="6"] li:nth-child(7) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--oas [data-project-details="6"] li:nth-child(7)::before, .project__status__details--oas [data-project-details="6"] li:nth-child(7)::after {
  background-color: #ffc107;
}
.project__status__details--oas [data-project-details="7"] li:nth-child(8) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--oas [data-project-details="7"] li:nth-child(8)::before, .project__status__details--oas [data-project-details="7"] li:nth-child(8)::after {
  background-color: #ffc107;
}
.project__status__details--oas [data-project-details="8"] li:nth-child(9) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--oas [data-project-details="8"] li:nth-child(9)::before, .project__status__details--oas [data-project-details="8"] li:nth-child(9)::after {
  background-color: #ffc107;
}
.project__status__details--oas [data-project-details="9"] ol {
  display: none;
}
.project__status__details--oas [data-project-details="9"] p[data-status-type="9"] {
  display: block;
  background-color: #dc3545;
  font-weight: 600;
}

.project__status__details--sales [data-project-details="3"] li:nth-child(1) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--sales [data-project-details="3"] li:nth-child(1)::before, .project__status__details--sales [data-project-details="3"] li:nth-child(1)::after {
  background-color: #ffc107;
}
.project__status__details--sales [data-project-details="4"] li:nth-child(2) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--sales [data-project-details="4"] li:nth-child(2)::before, .project__status__details--sales [data-project-details="4"] li:nth-child(2)::after {
  background-color: #ffc107;
}
.project__status__details--sales [data-project-details="5"] li:nth-child(3) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--sales [data-project-details="5"] li:nth-child(3)::before, .project__status__details--sales [data-project-details="5"] li:nth-child(3)::after {
  background-color: #ffc107;
}
.project__status__details--sales [data-project-details="6"] li:nth-child(4) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--sales [data-project-details="6"] li:nth-child(4)::before, .project__status__details--sales [data-project-details="6"] li:nth-child(4)::after {
  background-color: #ffc107;
}
.project__status__details--sales [data-project-details="7"] li:nth-child(5) {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}
.project__status__details--sales [data-project-details="7"] li:nth-child(5)::before, .project__status__details--sales [data-project-details="7"] li:nth-child(5)::after {
  background-color: #ffc107;
}

/* --------------------------------------------
  project__status
-------------------------------------------- */
.project__status {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* --------------------------------------------
  searchform
-------------------------------------------- */
.searchform {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.searchform form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.searchform .searchform__date {
  display: flex;
  flex-flow: column;
}
.searchform .searchform__date .searchform__date__input {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* --------------------------------------------
  header
-------------------------------------------- */
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 15px;
}
.header .header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 1023.8px) {
  .header .header__logo {
    max-width: 50%;
  }
}
.header .header__logo a {
  display: flex;
}
.header .header__info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}
@media print, screen and (min-width: 1024px) {
  .header .header__info {
    gap: 30px;
    padding-right: 15px;
  }
}
.header .header__info p.menu {
  position: fixed;
  top: 8px;
  right: 15px;
  z-index: 10000;
}
@media print, screen and (min-width: 1024px) {
  .header .header__info p.menu {
    display: none;
  }
}
.header .header__info p.menu button {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  background-color: var(--keycolor);
  border-radius: 5px;
  position: relative;
}
.header .header__info p.menu button::before, .header .header__info p.menu button::after,
.header .header__info p.menu button i {
  display: block;
  content: "";
  width: 30px;
  height: 0;
  border-bottom: solid 1px #fff;
  position: absolute;
  left: 7px;
  z-index: 10;
}
.header .header__info p.menu button::before {
  top: 14px;
}
.header .header__info p.menu button i {
  top: 22px;
}
.header .header__info p.menu button::after {
  top: 30px;
}
.header .header__info p.menu button.active::before {
  top: 50%;
  transform: rotate(45deg);
}
.header .header__info p.menu button.active i {
  display: none;
}
.header .header__info p.menu button.active::after {
  top: 50%;
  transform: rotate(-45deg);
}
.header .header__info p.name {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .header .header__info p.name {
    display: block;
  }
}
.header .header__info p.name b {
  color: var(--keycolor);
  font-size: 16px;
  margin: 0 10px;
}
.header .header__info p.logout a {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .header .header__info p.logout a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 44px;
    padding: 0;
  }
}

/* --------------------------------------------
  main
-------------------------------------------- */
.main {
  overflow-x: hidden;
}
@media print, screen and (min-width: 1024px) {
  .main {
    display: flex;
    width: 100%;
    min-height: calc( 100vh - 60px );
  }
}
.main > .contents {
  width: 100%;
}
@media print, screen and (max-width: 1023.8px) {
  .main > .sidemenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
  }
}
@media print, screen and (min-width: 1024px) {
  .main > .sidemenu {
    width: 250px;
    padding: 20px;
    background-color: #EDF1F7;
  }
}
@media print, screen and (max-width: 1023.8px) {
  .main > .sidemenu.active {
    transform: translateX(0);
  }
}
.main > .sidemenu + .contents {
  padding: 20px 10px;
  background-color: #F8F8F8;
}
@media print, screen and (min-width: 1024px) {
  .main > .sidemenu + .contents {
    width: calc( 100% - 250px );
    padding: 20px;
  }
}

/* --------------------------------------------
  sidemenu__nav
-------------------------------------------- */
@media print, screen and (max-width: 1023.8px) {
  .sidemenu__nav {
    width: 100%;
    background-color: #EDF1F7;
    padding: 20px;
  }
}
.sidemenu__nav .nav__list__header {
  font-size: 14px;
  font-weight: 600;
  color: var(--keycolor);
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #D1DAE9;
  margin-bottom: 8px;
}
.sidemenu__nav .nav__list__item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 5px;
}
.sidemenu__nav .nav__list__item a.active {
  background-color: #007BFC;
  color: var(--white);
}

/* --------------------------------------------
  mod__section
-------------------------------------------- */
.mod__section {
  padding: 50px;
}
@media print, screen and (max-width: 768.8px) {
  .mod__section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* --------------------------------------------
  mod__container
-------------------------------------------- */
.mod__container--800 {
  max-width: 800px;
  margin-inline: auto;
}

.mod__container--1000 {
  max-width: 1000px;
  margin-inline: auto;
}

/* --------------------------------------------
  mod__heading
-------------------------------------------- */
h2.mod__heading {
  font-size: 30px;
  font-weight: 600;
  color: var(--keycolor);
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}
h2.mod__heading::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--keycolor);
}
h2.mod__heading:first-child {
  margin-top: 0;
}

h3.mod__heading {
  font-size: 24px;
  font-weight: 600;
  color: var(--keycolor);
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 20px;
}
h3.mod__heading:first-child {
  margin-top: 0;
}

h4.mod__heading {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 20px;
}
h4.mod__heading:first-child {
  margin-top: 0;
}

/* --------------------------------------------
  mod__button
-------------------------------------------- */
.mod__button {
  display: flex;
  align-items: center;
  background-color: var(--keycolor);
  background-image: url(../img/icon_arrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  color: var(--white);
  width: 100%;
  max-width: 400px;
  height: 60px;
  border: none;
  border-radius: 5px;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 70px 10px 25px;
  position: relative;
}
.mod__button.simple {
  background-image: none;
  padding: 10px 25px;
}
.mod__button.red {
  background-color: var(--red);
}
.mod__button.black {
  background-color: var(--black);
}
.mod__button.back {
  max-width: 200px;
  background-image: none;
  justify-content: center;
  padding: 10px 25px;
}
.mod__button:hover {
  color: var(--white);
  text-decoration: none;
}

/* --------------------------------------------
  mod__loading
-------------------------------------------- */
.mod__loading {
  position: fixed;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
}
.mod__loading .icon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 3em;
  height: 3em;
  border: .3em solid currentColor;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  animation: loading 1s linear infinite;
}

.mod__loading.hide {
  display: none;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------------------
  mod__formhead
-------------------------------------------- */
.mod__formhead {
  background-color: #F7F7F7;
  color: #007BFC;
  font-size: 20px;
  font-weight: 700;
  padding: 0.75rem 1.25rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* --------------------------------------------
  mod__formitem__short
-------------------------------------------- */
.mod__formitem__short.unit {
  width: 210px;
  padding-right: 30px;
  position: relative;
}
.mod__formitem__short.unit::after {
  content: attr(data-unit);
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 10;
  font-size: 16px;
  font-weight: 600;
}
.mod__formitem__short.unit input[type="text"] {
  min-width: auto;
}

/* --------------------------------------------
  body.pages-display
-------------------------------------------- */
body.pages-display .main {
  min-height: 100vh;
}
body.pages-display .home {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
body.pages-display .home .home__contents {
  width: 100%;
  max-width: 500px;
}
body.pages-display .home .home__contents__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
body.pages-display .home .home__contents__title {
  color: var(--keycolor);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
body.pages-display .home .home__contents__button {
  margin-top: 40px;
}

/* --------------------------------------------
  body.users
-------------------------------------------- */
body.users .login {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px 15px;
}
body.users .login .login__contents {
  width: 100%;
  max-width: 500px;
}
body.users .login .login__contents__heading {
  color: var(--keycolor);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
body.users .login .login__contents__title {
  color: var(--keycolor);
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
body.users .login .login__contents__item {
  margin-top: 30px;
  position: relative;
}
body.users .login .login__contents__item.icon input {
  padding-right: 40px;
}
body.users .login .login__contents__item.icon i {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 100;
  transform: translateY(-50%);
}
body.users .login .login__contents__submit {
  margin-top: 30px;
  max-width: 400px;
  margin-inline: auto;
}
body.users .login .login__contents__submit .link {
  margin-top: 20px;
}

/* --------------------------------------------
  body.kiyaku
-------------------------------------------- */
body.kiyaku .textfield {
  display: flex;
  flex-flow: column;
  gap: 1em;
}
body.kiyaku .scrollarea {
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 600px;
  border: solid 1px var(--black);
  padding: 30px 25px 50px;
  margin-top: 30px;
}
body.kiyaku .scrollarea ol.decimal {
  display: flex;
  flex-flow: column;
  gap: 5px;
  margin-top: 20px;
  padding-left: 25px;
  list-style: decimal;
}
body.kiyaku .scrollarea ol.parentheses {
  display: flex;
  flex-flow: column;
  gap: 5px;
  margin-top: 20px;
  counter-reset: parentheses;
}
body.kiyaku .scrollarea ol.parentheses > li {
  counter-increment: parentheses;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
body.kiyaku .scrollarea ol.parentheses > li::before {
  content: "(" counter(parentheses) ")";
  display: inline;
  margin-right: 0.5em;
}
body.kiyaku .scrollarea li ol.parentheses {
  margin-top: 5px;
}
body.kiyaku .list__button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
body.kiyaku .list__button .disagree {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  border-radius: 5px;
  background-color: var(--black);
  color: var(--white);
}
body.kiyaku .list__button .agree {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  border-radius: 5px;
  background-color: var(--keycolor);
  color: var(--white);
}

/* --------------------------------------------
  body.register
-------------------------------------------- */
body.register .register__form .required > label::after {
  content: "（必須）";
  display: block;
  color: #e00;
  font-size: 0.8rem;
  margin-left: 6px;
}
body.register .register__form .form {
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: 100%;
}
body.register .register__form .form input[type="checkbox"],
body.register .register__form .form input[type="radio"] {
  transform: scale(1.5);
  margin-right: 10px;
}
body.register .register__form .form button[type="submit"] {
  font-weight: 600;
  min-height: 60px;
  border-radius: 5px;
}
body.register .register__form .form input[type="text"],
body.register .register__form .form input[type="password"],
body.register .register__form .form input[type="email"],
body.register .register__form .form input[type="tel"] {
  width: calc( 100% - 180px );
}
@media print, screen and (max-width: 600px) {
  body.register .register__form .form input[type="text"],
  body.register .register__form .form input[type="password"],
  body.register .register__form .form input[type="email"],
  body.register .register__form .form input[type="tel"] {
    width: 100%;
  }
}
body.register .register__form .form div.password__wrap {
  width: calc( 100% - 180px );
  position: relative;
}
@media print, screen and (max-width: 600px) {
  body.register .register__form .form div.password__wrap {
    width: 100%;
  }
}
body.register .register__form .form div.password__wrap input {
  position: relative;
  z-index: 0;
  width: 100%;
}
body.register .register__form .form div.password__wrap i.visibility {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 100;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-image: url(../img/icon_visibility-off.svg);
  background: url(../img/icon_visibility-on.svg) no-repeat center center;
  cursor: pointer;
}
body.register .register__form .form div.password__wrap i.visibility.off {
  background-image: url(../img/icon_visibility-off.svg);
}
body.register .register__form .form div.input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (max-width: 600px) {
  body.register .register__form .form div.input {
    flex-flow: column;
    align-items: normal;
    gap: 10px;
  }
}
body.register .register__form .form div.input > label {
  margin-bottom: 0;
}
@media print, screen and (max-width: 600px) {
  body.register .register__form .form div.input > label {
    display: flex;
    align-items: center;
  }
}
body.register .register__form .form div.input > label:nth-child(1) {
  width: 160px;
  font-weight: 600;
}
@media print, screen and (max-width: 600px) {
  body.register .register__form .form div.input > label:nth-child(1) {
    width: 100%;
  }
}
body.register .register__form .form div.input > label[for="js-has_no_branch"] {
  font-size: 13px;
}
@media print, screen and (max-width: 768.8px) {
  body.register .register__form .form div.input > label[for="js-has_no_branch"] {
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 600px) {
  body.register .register__form .form div.radio label[for="invoice-request-0"],
  body.register .register__form .form div.radio label[for="invoice-request-1"] {
    margin-left: 10px;
  }
}
body.register .register__form .form div.radio label[for="invoice-request-0"]::after,
body.register .register__form .form div.radio label[for="invoice-request-1"]::after {
  display: none;
}
body.register .register__form .form div.error .form-error {
  background-color: #ffeaea;
}
body.register .register__form .form div.error .error-message {
  width: 100%;
  color: var(--red);
  background-color: #ffdada;
  padding: 10px 15px;
}
body.register .register__form .form div.submit {
  margin-top: 40px;
  flex-flow: row;
  justify-content: center;
}
body.register .register__form .form div.branch__label > label:nth-child(1)::before {
  content: "支店";
  display: inline;
}
body.register .register__form .form div.branch__content {
  display: flex;
  gap: 20px;
}
@media print, screen and (max-width: 768.8px) {
  body.register .register__form .form div.branch__content {
    flex-flow: column;
    gap: 0;
  }
}
body.register .register__form .form div.branch__content div.text {
  width: calc( 100% - 330px );
}
@media print, screen and (max-width: 768.8px) {
  body.register .register__form .form div.branch__content div.text {
    width: 100%;
  }
}
body.register .register__form .form div.branch__content div.checkbox {
  width: 310px;
  font-size: 14px;
}
@media print, screen and (max-width: 768.8px) {
  body.register .register__form .form div.branch__content div.checkbox {
    width: 100%;
    justify-content: end;
  }
}
@media print, screen and (max-width: 600px) {
  body.register .register__form .form div.branch__content div.checkbox {
    font-size: 12px;
  }
}
body.register .button {
  margin-top: 40px;
}

/* --------------------------------------------
  loadingOverlay
-------------------------------------------- */
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#loadingOverlay .spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------------------
  pdf-list
-------------------------------------------- */
.pdf-list li {
  display: flex;
  gap: 10px;
}
.pdf-list li a i {
  margin-right: 6px;
}
.pdf-list li button {
  min-width: 60px;
}
.pdf-list li button i {
  margin-right: 6px;
}

.autocomplete-wrapper {
  position: relative;
  width: 100%;
}
.autocomplete-wrapper .autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--white);
  border: 1px solid var(--gray);
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.autocomplete-wrapper .autocomplete-suggestions .autocomplete-suggestion {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}
.autocomplete-wrapper .autocomplete-suggestions .autocomplete-suggestion:hover, .autocomplete-wrapper .autocomplete-suggestions .autocomplete-suggestion.selected {
  background-color: #f5f5f5;
}
.autocomplete-wrapper .autocomplete-suggestions .autocomplete-suggestion:last-child {
  border-bottom: none;
}
