<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  height: 100%;
}

body {
  background-color: #fff;
  color: #777;
  overscroll-behavior-y: none;
}

form {
  background-color: #fff;
  color: #777;
}

input,
select {
  background-image: none;
  background-color: #eee;
  color: #777;
  border: none;
  font: inherit;
  margin: 0 !important;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.1875em;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="month"],
input[type="password"],
input[type="search"] {
  height: 2em;
  padding: 1.25em 0.25em !important;
}

input[type="date"],
input[type="month"] {
  width: 8em !important;
}

#breadcrumb {
  display: none;
}

/* #container,
#content,
#content-in {
  height: 100%;
}
*/

.article {
  height: 100%;
  padding-bottom: 20px;
}

/* #footer {
  visibility: hidden;
} */

#footer-in {
  /* visibility: hidden; */
  height: 60px;
}

.footer-bottom-content {
  visibility: hidden;
}

.container {
  justify-content: center;
  align-items: center;
  min-height: initial !important;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.content {
  /* margin-top: 0 !important;
  margin-bottom: 15px !important; */
  width: 100%;
  /* height: calc(100vh - 230px); */
  height: 100%;
  margin-top: initial !important;
  margin-bottom: initial !important;
  padding-bottom: 15px !important;
}

.content-in {
  height: 100%;
}

.entry-content {
  /* margin-bottom: 1em !important; */
  height: 100%;
  margin: 0px !important;
}

.footer-container-in {
  display: flex;
  height: 100%;
  padding: 0 15px;
}

/* .footer-link {
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  margin: 0 10px;
} */

.footer-link {
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  /* margin: 0px; */
  line-height: 50px !important;
  vertical-align: middle;
  width: 50px;
  text-align: center;
}

.footer-link-area {
  display: flex;
  align-items: center;
  align-content: center;
  width: 50%;
  height: 100%;
}

.footer-link-area-left {
  justify-content: flex-start;
}

.footer-link-area-right {
  justify-content: flex-end;
}

/* .footer-link:hover {
  color: #fff;
  background-color: #000;
} */

.footer-link::before {
  display: block;
  width: 100%;
  height: 100%;
}

.ui-dialog {
  min-width: 300px;
}

#ui-dialog-message {
  white-space: pre-wrap;
}

.ui-progressbar-value {
  background-color: #ccc;
}

.header-container-in.hlt-top-menu .logo-header {
  max-height: initial !important;
}

.mobile-header-menu-buttons {
  background: #1f5081 !important;
  width: 100vw !important;
}

.edp-logo {
  font-size: 2.4em;
  margin: 0 20px;
  padding: 0;
  text-align: left;
}

.mobile-edp-logo {
  font-size: 20px;
  margin: 0 25px;
  padding: 0;
  text-align: left;
}

.site-name-text-link {
  visibility: hidden;
}

.mobile-menu-buttons .menu-button {
  cursor: initial !important;
}

.menu-button-in {
  visibility: hidden;
}

.has-logo-button .menu-button {
  /* width: 55px !important; */
  width: initial !important;
  justify-content: left !important;
}

.edp-home-link {
  font-size: 38px;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  text-decoration: none;
}

.edp-home-link:hover {
  color: #fff;
}

/* .mobile-edp-home-link {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 15px;
} */

.mobile-edp-home-link {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  line-height: 45px !important;
  vertical-align: middle;
  width: 45px;
  text-align: center;
}

.mobile-edp-home-link:hover {
  color: #fff;
}

.mobile-edp-home-link::before {
  display: block;
  width: 100%;
  height: 100%;
}

/* .heading {
  font-size: 16px;
  border-left: 5px solid #1f5081;
  border-radius: 2px;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  text-shadow: -1px -1px 1px #1f5081, 1px -1px 1px #1f5081, -1px 1px 1px #1f5081,
    1px 1px 1px #1f5081;
  margin-bottom: 2em !important;
}

.heading:before {
  background: repeating-linear-gradient(
    45deg,
    #d3e6fa,
    #d3e6fa 4px,
    #fff 0,
    #fff 7px
  );
  border-radius: 0 2px 2px 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
} */
/* .heading {
  font-size: 1.1rem;
  text-align: center;
  color: #1F5081;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.6)
    );
} */

/* .heading {
  margin-bottom: 0.2rem;
  color: #1F5081;
  font-weight: bold;
  font-size: 1.1rem;
}

.heading:before {
  content: '';
  border-left: 5px double #1F5081;
  margin-right: 0.5rem;
} */

.group-box {
  border: 1px solid #1f5081;
  border-radius: 0.1875em;
  margin: 1em 0;
  padding: 1em;
  position: relative;
  max-width: 600px;
}

.group-box::before {
  background-color: #fff;
  color: #1f5081;
  font-weight: bold;
  left: 1em;
  padding: 0 0.5em;
  position: absolute;
  top: -0.75em;
}

.select-group-box::before {
  content: "抽出条件";
}

.setting-group-box::before {
  content: "設定";
}

.group-box label {
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.15em;
}

/* .slick-slide {
  padding: 0 1px;
} */

.box-button-area {
  margin-top: 2em;
  margin-bottom: 0.25em;
  text-align: right;
}

.box-button-area div {
  display: inline;
}

.full-view-grid {
  height: 100%;
  margin-top: 10px;
}

.oval-button {
  font-size: 18px;
  background: #333;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  line-height: 1em;
  padding: 0.5em 1em !important;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 1px solid #ccc;
}

.oval-button:hover {
  opacity: 0.8;
}

.oval-button:active {
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.oval-button::before {
  margin: 0 0.3em;
}

.tabulator {
  background-color: #ccc;
  border-color: #ccc;
  border-radius: 0.1875em;
  font-size: 18px;
}

.tabulator .tabulator-header {
  color: #777;
}

.tabulator .tabulator-tableholder .tabulator-table {
  width: 100%;
}

.tabulator-tableholder {
  background-color: #aaa;
}

.tabulator-responsive-collapse-title {
  margin: 0.5em 0 0 0 !important;
}

.tabulator-responsive-collapse-content {
  white-space: normal !important;
  margin: 0 0 0.5em 1em !important;
}

/* .tabulator-responsive-collapse ul {
  padding-left: 5px !important;
  list-style: none;
  white-space: normal !important;
} */

/* .tabulator-responsive-collapse li {
  width: 100%;
  box-sizing: border-box;
} */

.tabulator-group span {
  visibility: hidden;
}

.tabulator-group-toggle {
  visibility: hidden;
}

.inline-dialog {
  height: calc(var(--vh, 1vh) * 100 - 80px);
  margin: auto 45px !important;
}

.sub-dialog {
  display: none; /* 起動時に表示させない */
  max-height: calc(var(--vh, 1vh) * 100 - 80px);
}

.fas-button {
  padding: 0 1em;
  color: #777;
  border: solid 1px #ccc;
  border-radius: 0.1875em;
  font-size: 18px;
  height: 3em;
  cursor: pointer;
}

.fas-button:before {
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.fas-button:hover {
  opacity: 0.8;
}

.fas-button:active {
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.fas-grid-icon {
  color: #777;
  font-size: 24px;
}

.fas-grid-icon:before {
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

/* @media screen and (max-width: 1024px) {
  .iziModal {
    min-height: 400px;
    max-height: calc(100vh - 120px);
  }
} */

.iziModal-header {
  background-color: #1f5081 !important;
}

.sub-dialog-450 {
  max-width: 450px !important;
}

/* Drawer */
.drawer-overlay {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 190;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}

.drawer-nav {
  width: 270px;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  left: -270px;
  top: 0;
  position: fixed;
  transition: all 200ms ease-in-out;
  z-index: 199;
  font-size: 1rem;
  overflow-y: scroll;
  /* スマホ用の慣性スクロール */
  -webkit-overflow-scrolling: touch;
}

/* Chrome などでは細めのきれいなスクロールバーを表示 */
.drawer-nav::-webkit-scrollbar {
  width: 5px;
}
.drawer-nav::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
.drawer-nav::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.drawer-nav ul {
  border: none;
  padding: 0 !important;
  list-style: none;
}

.drawer-title {
  padding-left: 1em;
  margin: 0.5em 0;
  font-weight: bold;
}

.drawer-title ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer-nav ul li a {
  padding: 0.25em 0;
  padding-left: 1.5em;
  display: block;
  color: #313131;
  text-decoration: none;
  transition: all 200ms ease;
  cursor: pointer;
}

.drawer-nav ul li a:hover {
  background-color: #f1f1f1;
}

.drawer-show-nav .drawer-nav {
  left: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.drawer-show-nav .drawer-overlay {
  opacity: 1;
  visibility: visible;
}

.toggle {
  position: relative;
  width: 78px;
  height: 2em;
  /* margin: 40px 60px; */
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.toggle input[type="checkbox"] {
  display: none;
}

.toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 36px;
  height: calc(2em - 6px);
  display: block;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.toggle.checked:before {
  background: #1f5081;
}

.toggle.checked:after {
  left: 39px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1023px) {
  #footer-in {
    height: 60px;
  }

  .container {
    padding-top: 53px !important;
    padding-bottom: 60px !important;
  }

  /* .content {
    height: calc(100vh - 155px);
  } */

  .drawer-nav {
    padding-top: 53px;
    padding-bottom: 60px;
  }

  .inline-dialog {
    height: calc(var(--vh, 1vh) * 100 - 60px);
  }

  .sub-dialog {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}

@media screen and (max-width: 834px) {
  .cf {
    font-size: 12px;
  }

  /* .heading {
    font-size: 14px;
    margin-bottom: 1.5em !important;
  } */

  .group-box {
    padding: 0.5em 1em;
    max-width: initial;
    font-size: 16px !important;
  }

  .group-box label {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.25em;
  }

  label {
    font-size: 16px !important;
  }

  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="date"],
  input[type="month"],
  input[type="password"],
  input[type="search"],
  select {
    font-size: 16px !important;
  }

  .content {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .box-button-area {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    text-align: right;
  }

  .oval-button {
    font-size: 14px;
  }

  .fas-button {
    font-size: 14px !important;
  }

  .tabulator {
    font-size: 14px !important;
  }

  .ui-dialog {
    max-width: 350px;
  }

  .inline-dialog {
    margin: auto 15px !important;
  }

  .toggle {
    height: 2.5em;
  }

  .toggle:after {
    height: calc(2.5em - 6px);
  }
}

@media screen and (max-width: 480px) {
  .sub-dialog-450 {
    max-width: 350px !important;
  }
}

@media screen and (max-width: 360px) {
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="date"],
  input[type="month"],
  input[type="password"],
  input[type="search"],
  select {
    font-size: 14px !important;
  }

  label {
    font-size: 14px !important;
  }

  #footer-in {
    height: 53px;
  }

  .content {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }

  .mobile-edp-logo {
    font-size: 18px;
  }

  .logo-menu-button {
    line-height: 40px;
  }

  .group-box {
    font-size: 14px !important;
  }
}</pre></body></html>