@charset "utf-8";
@import "./ress.min.css";
@import "./component.css?v3";
@import "./color.css?v3";
@import "./icon.css?v4";
@import "./mini.css?v3";

/*==========================

  All in this site

==========================*/

:focus {
  outline: none;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  color: #434343;
  width: 100%;
  overflow: hidden;
  height: 100%;
  overscroll-behavior: none;
}

/* IE only */
/* @media (-ms-high-contrast: none) {
  html {
    font-family: sans-serif;
  }
} */
.d {
  font-family: 'Rubik', sans-serif;
}

body {
  background-color: #f2f6f7;
  overflow: hidden;
  height: 100%;
  position: fixed;
  transform: translate3d(0, 0, 0);
}

footer.footer {
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

p {
  margin-bottom: 1em;
}

pre {
  font-family: inherit;
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

.app {
  height: 100%;
  font-size: 14px;
}

.header-title {
  text-decoration: none;
  color: #fff;
}

.main-title {
  font-size: 18px;
}

.pl:before {
  content: "PL";
  background: #0075ff;
  height: 18px;
  width: 34px;
  /* display: inline-block; */
  color: #fff;
  font-size: 12px;
  padding: 0px 7px;
  margin-right: 5px;
}

.plm:before {
  content: "PLM";
  background: #00b8ee;
  height: 18px;
  width: 34px;
  /* display: inline-block; */
  color: #fff;
  font-size: 12px;
  padding: 0px 7px;
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .main-title {
    font-size: 22px;
  }
}

.main-title span {
  vertical-align: middle;
}

.user {
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .app>.page>.main {
    max-height: calc(100vh - 3rem - 3rem - 10px - 5px);
    overflow-y: scroll;
  }
}

@media screen and (min-width: 769px) {
  .app>.page>.main {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

.page-title {
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .page-title {
    font-size: 24px;
  }
}

/* .page > .footer {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
} */

.title-bar {
  border-bottom: 1px solid #bfbfbf;
}

@media screen and (max-width: 768px) {
  .title-bar {
    padding: 0 .6rem;
  }
}

.action-bar {
  border-bottom: 1px solid #bfbfbf;
  padding: 0 .6rem;
}

.tab-bar>.main {
  position: relative;
  height: 3rem;
  overflow-y: hidden;
}

@media screen and (min-width: 769px) {
  .tab-bar>.main {
    position: relative;
    height: 50px;
  }
}

.tab-bar>.main>.tabs {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .tab-bar>.main {
    padding: 0 30px;
  }

  .tab-bar>.right {
    padding-right: 30px;
  }

  .tab-bar::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0px;
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
  }
}



/* sidemenu */

ul.drive-list-menu li {
  list-style: none;
  background-color: #092348;
}

ul.drive-list-menu li a {
  text-decoration: none;
  color: #fff;
}

span.letter-icon {
  width: 50px;
  display: inline-block;
  letter-spacing: -1px;
  font-size: 12px;
  text-align: center;
}

.drawer.animate.active .letter-icon {
  opacity: 0;
}

.hh,
.mm,
.ss {
  display: inline-block;
  white-space: nowrap;
  width: 1.3em;
  text-align: right;
  margin-right: .1em;
}


/* toastr */
.alert-box>span {
  width: 100%;
  display: block;
}

#toast-container>div:hover {
  box-shadow: 2px 2px 5px 0px #7d7d7d !important;
}

.toast-info {
  background-color: #488ad6 !important;
}

.no-data {
  height: 45px;
  padding: 0 40px;
}


/* 20250217 追記 */
.sp-holiday {
  display: none;
}

.sp-holiday a {
  text-decoration: none;
  color: #434343;
}

header h2.main {
  display: flex;
  align-items: center;
  margin-left: 1em;
}

header h2.main a {
  line-height: 0;
}

header h2.main img {
  max-width: 150px;
}

@media screen and (max-width: 768px) {
  header h2.main img {
    max-width: 130px;
  }

  .sp-holiday,
  .tabs .sp-holiday {
    display: inline-block;
  }
}