/*
@font-face {
	font-family: "Noto Sans JP";
	src: url("NotoSansJP-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url("NotoSansJP-Bold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}
*/
html, body {
/*  font-family: "Noto Sans JP", sans-serif;*/
  font-family: 'Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  background-image: none;
}
#template {
  display: none;
}
i {
  font-style: normal;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1rem 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1rem 0;
  }
}
.progress-bar {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
.text-shadow {
  text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}


.header .offline-mode {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 80px 0 0;
}
.titleContents ~ .offline-mode {
  top:-5px;
}

.header .offline-mode span {
  margin-right: 5px;
}
.header .offline-mode i {
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 9px;
  font-size: 1.3rem;
  color: #F24F4F;
}
@media (max-width: 767px) {
  .header .offline-mode {
    padding: 6px 55px 0 0;
  }
  .header .offline-mode span {
    display: none;
  }
  .titleContents ~ .offline-mode {
  	top:0px;
  }
}
body > .background {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}
body.color1 > .background {
  background-color: #5b86d4;
}
body.color1 .btn-primary {
  color: #fff;
  background-color: #5b86d4;
  border-color: #5b86d4;
}
body.color1 .btn-loginchange {
  color: #5b86d4;
  background-color: #fff;
  border-color: #5b86d4;
}
body.color1 .btn-primary.fill-white{
  color: #5b86d4;
  background-color: #fff;
}
body.color1 .btn-primary:hover {
  color: #fff;
  background-color: #3d70cc;
  border-color: #3469c8;
}
body.color1 .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #3d70cc;
  border-color: #3469c8;
  box-shadow: 0 0 0 0.2rem rgba(116, 152, 218, 0.5);
}
body.color1 .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5b86d4;
  border-color: #5b86d4;
}
body.color1 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3469c8;
  border-color: #3263be;
}
body.color1 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 152, 218, 0.5);
}
body.color1 .loader {
  background-color: #5b86d4;
}
body.color1 nav.sidebar .nav .nav-item .nav-link.active {
  color: #5178be;
}
body.color1 nav.sidebar .nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #5178be;
}
body.color1 .dialog-wrapper {
  background-color: #5b86d4;
}
body.color1 #mainCalendar caption {
  background-color: #5b86d4;
}
body.color1 #mainCalendar .active > p {
  border-color: #5b86d4;
}
body.color1 #mainCalendar .active > p span {
  background-color: #5b86d4;
}
body.color1 .page-link {
  color: #5178be;
}
body.color1 .progress-bar {
  background-color: #5b86d4;
}
body.color1 .titleContents {
  background-color: #F9BA32;
  color:#001fff;
}
@media (max-width: 767px) {
  body.color1 nav.sidebar {
    background-color: rgba(91, 134, 212, 0.9);
  }
}
body.color2 > .background {
  background-color: #fb8b48;
}
body.color2 .btn-primary {
  color: #fff;
  background-color: #fb8b48;
  border-color: #fb8b48;
}
body.color2 .btn-loginchange {
  color: #fb8b48;
  background-color: #fff;
  border-color: #fb8b48;
}
body.color2 .btn-primary.fill-white {
  color: #fb8b48;
  background-color: #fff;
}
body.color2 .btn-primary:hover {
  color: #fff;
  background-color: #fa7323;
  border-color: #fa6b16;
}
body.color2 .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #fa7323;
  border-color: #fa6b16;
  box-shadow: 0 0 0 0.2rem rgba(218, 124, 67, 0.5);
}
body.color2 .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #fb8b48;
  border-color: #fb8b48;
}
body.color2 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #fa6b16;
  border-color: #fa630a;
}
body.color2 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 124, 67, 0.5);
}
body.color2 .loader {
  background-color: #fb8b48;
}
body.color2 nav.sidebar .nav .nav-item .nav-link.active {
  color: #e27c40;
}
body.color2 nav.sidebar .nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #e27c40;
}
body.color2 .dialog-wrapper {
  background-color: #fb8b48;
}
body.color2 #mainCalendar caption {
  background-color: #fb8b48;
}
body.color2 #mainCalendar .active > p {
  border-color: #fb8b48;
}
body.color2 #mainCalendar .active > p span {
  background-color: #fb8b48;
}
body.color2 .page-link {
  color: #e27c40;
}
body.color2 .progress-bar {
  background-color: #fb8b48;
}
body.color2 .titleContents {
  background-color: #5b86d4;
  color:#fff;
}
@media (max-width: 767px) {
  body.color2 nav.sidebar {
    background-color: rgba(251, 139, 72, 0.9);
  }
}
body.color3 > .background {
  background-color: #2bad68;
}
body.color3 .btn-primary {
  color: #fff;
  background-color: #2bad68;
  border-color: #2bad68;
}
body.color3 .btn-loginchange {
  color: #2bad68;
  background-color: #fff;
  border-color: #2bad68;
}
body.color3 .btn-primary.fill-white {
  color: #2bad68;
  background-color: #fff;
}
body.color3 .btn-primary:hover {
  color: #fff;
  background-color: #238e56;
  border-color: #21844f;
}
body.color3 .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #238e56;
  border-color: #21844f;
  box-shadow: 0 0 0 0.2rem rgba(75, 185, 127, 0.5);
}
body.color3 .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2bad68;
  border-color: #2bad68;
}
body.color3 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #21844f;
  border-color: #1e7a49;
}
body.color3 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 185, 127, 0.5);
}
body.color3 .loader {
  background-color: #2bad68;
}

body.color3 nav.sidebar .nav .nav-item .nav-link.active {
  color: #259c5d;
}
body.color3 nav.sidebar .nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #259c5d;
}
body.color3 .dialog-wrapper {
  background-color: #2bad68;
}
body.color3 #mainCalendar caption {
  background-color: #2bad68;
}
body.color3 #mainCalendar .active > p {
  border-color: #2bad68;
}
body.color3 #mainCalendar .active > p span {
  background-color: #2bad68;
}
body.color3 .page-link {
  color: #259c5d;
}
body.color3 .progress-bar {
  background-color: #2bad68;
}
body.color3 .titleContents {
  background-color: #ff7f80;
  color:#fff;
}
@media (max-width: 767px) {
  body.color3 nav.sidebar {
    background-color: rgba(43, 173, 104, 0.9);
  }
}
body.color4 > .background {
  background-color: #fd8187;
}
body.color4 .btn-primary {
  color: #fff;
  background-color: #fd8187;
  border-color: #fd8187;
}
body.color4 .btn-loginchange {
  color: #fd8187;
  background-color: #fff;
  border-color: #fd8187;
}
body.color4 .btn-primary.fill-white {
  color: #fd8187;
  background-color: #fff;
}
body.color4 .btn-primary:hover {
  color: #fff;
  background-color: #fc5b63;
  border-color: #fc4f57;
}
body.color4 .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #fc5b63;
  border-color: #fc4f57;
  box-shadow: 0 0 0 0.2rem rgba(220, 115, 121, 0.5);
}
body.color4 .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #fd8187;
  border-color: #fd8187;
}
body.color4 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #fc4f57;
  border-color: #fc424b;
}
body.color4 .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 115, 121, 0.5);
}
body.color4 .loader {
  background-color: #fd8187;
}
body.color4 nav.sidebar .nav .nav-item .nav-link.active {
  color: #e3747a;
}
body.color4 nav.sidebar .nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #e3747a;
}
body.color4 .dialog-wrapper {
  background-color: #fd8187;
}
body.color4 #mainCalendar caption {
  background-color: #fd8187;
}
body.color4 #mainCalendar .active > p {
  border-color: #fd8187;
}
body.color4 #mainCalendar .active > p span {
  background-color: #fd8187;
}
body.color4 .page-link {
  color: #e3747a;
}
body.color4 .progress-bar {
  background-color: #fd8187;
}
body.color4 .titleContents {
  background-color: #4dcfa6;
  color:#fff
}
@media (max-width: 767px) {
  body.color4 nav.sidebar {
    background-color: rgba(253, 129, 135, 0.9);
  }
}
body.left-sidebar header, body.left-sidebar main, body.left-sidebar footer {
  width: calc(100% - 50px);
  margin-left: 50px;
}
@media (max-width: 767px) {
  body.left-sidebar main, body.left-sidebar footer {
    width: 100%;
    margin-left: 0;
  }
}
body.overlay-open .overlay-background {
  display: block;
}
body.sidebar-open header, body.sidebar-open main, body.sidebar-open footer {
  width: calc(100% - 250px);
  margin-left: 250px;
	
}


@media (max-width: 767px) {
  body.sidebar-open header {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
  body.sidebar-open header .titleContents {
  	left: 0px;
  }
  body.sidebar-open main, body.sidebar-open footer {
    width: 100%;
    margin-left: 0;
  }
}
body.sidebar-open nav.sidebar {
  z-index: 500;
  width: 250px;
  height: 100%;
}
body.sidebar-open > .content .sidebar-toggle span {
  display: none;
}
@media (max-width: 767px) {
  body.sidebar-open nav.sidebar {
    position: fixed;
    display: block;
    width: 100%;
    overflow-y: scroll;
  }
  body.sidebar-open > .content {
    overflow-y: hidden;
  }
}
body.sidebar-open nav.sidebar ul.nav {
  display: block;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #c8c8c8;
}
.loader {
  z-index: 1100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
  width: 500px;
  height: 500px;
  padding: 30px;
  border-radius: 5px;
}
.loader .load-animation {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 100px auto;
  font-size: 25px;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: loader 1.1s infinite ease;
  animation: loader 1.1s infinite ease;
  transform: translateZ(0);
}
.small-load-animation {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 5px;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: loader 1.1s infinite ease;
  animation: loader 1.1s infinite ease;
  transform: translateZ(0);
  filter: brightness(0.5);
}
.loader p {
  font-size: 1.5rem;
  text-align: center;
}
.loader img {
  display: block;
  max-width: 80%;
  width: 200px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .loader {
    max-width: 80%;
    height: 270px;
  }
  .loader .load-animation {
    width: 0.8rem;
    height: 0.8rem;
    margin: 20px auto;
    font-size: 15px;
  }
  .loader p {
    font-size: 1rem;
  }
}

@-webkit-keyframes loader {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes loader {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.overlay-background {
  z-index: 1000;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body > .content {
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body > .content header .sidebar-toggle,
nav.sidebar .sidebar-toggle {
  position: absolute;
  top: 0;
  left: -50px;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  transition: 0s all;
}
body > .content header .sidebar-toggle span,
nav.sidebar .sidebar-toggle span {
  position: absolute;
  left: -40px;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
}
body > .content header .sidebar-toggle span:nth-child(1) {
  top: 14px;
    left:10px;
}
body > .content header .sidebar-toggle span:nth-child(2) {
  top: 24px;
  left:10px;
  }
body > .content header .sidebar-toggle span:nth-child(3) {
  top: 34px;
  left:10px;
  }
  
@media (max-width: 767px) {
  body.left-sidebar header {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  body > .content header .sidebar-toggle span:nth-child(1) {
    top: 20px;
    left:10px;
  }
  body > .content header .sidebar-toggle span:nth-child(2) {
    top: 30px;
    left:10px;
  }
  body > .content header .sidebar-toggle span:nth-child(3) {
    top: 40px;
    left:10px;
  }
}
 
  
nav.sidebar {
  position: fixed;
  width: 50px;
  height: 100%;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
nav.sidebar .sidebar-toggle {
  position: relative;
  left:0px;
}
@media (max-width: 767px) {
  body > .content header .sidebar-toggle {
    position: relative;
    left:0px;
  }
  
  nav.sidebar .sidebar-toggle {
    z-index: 600;
    left: 0;
    right: auto;
    border: none;
  }  
}
nav.sidebar .sidebar-toggle span:nth-child(1) {
  top: 25px;
  left: 15px;
  width: 20px;
  transform: rotate(-45deg);
  background-color: #fff;
}
nav.sidebar .sidebar-toggle span:nth-child(2) {
  top: 25px;
  left: 15px;
  width: 20px;
  transform: rotate(45deg);
  background-color: #fff;
}
@media (max-width: 767px) {
  nav.sidebar {
    position: absolute;
    height: 0px;
    border: none;
  }
}
@media (max-width: 767px) {
  nav.sidebar .sidebar-toggle {
    position: relative;
  }
}
nav.sidebar .nav {
  display: none;
}
nav.sidebar .nav .nav-item {
  line-height: 1rem;
}
nav.sidebar .nav .nav-item .nav-link {
  color: #fff;
  padding: 17px 0 17px 15px;
}
nav.sidebar .nav .nav-item .nav-link.active {
  background-color: #fff;
}
nav.sidebar .nav .nav-item .nav-link.active:hover, nav.sidebar .nav .nav-item .nav-link.active:focus {
  background-color: #fff;
}
nav.sidebar .nav .nav-item .nav-link:hover, nav.sidebar .nav .nav-item .nav-link:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
nav.sidebar .nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
nav.sidebar .nav .nav-item .nav-link.dropdown-toggle i {
  font-size: 0.7rem;
  float: right;
  margin-right: 15px;
}
nav.sidebar .nav .nav-item .nav-link .icon.home2 {
  margin-right: 10px;
}
nav.sidebar .nav .nav-item .dropdown-menu {
  position: relative;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
nav.sidebar .nav .nav-item .dropdown-menu.show {
  background-color: rgba(0, 0, 0, 0.1);
}
nav.sidebar .nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 17px 0 17px 15px;
}
nav.sidebar .nav .nav-item .dropdown-menu .dropdown-item.active {
  background-color: #fff;
  color: #5B86D4;
}
nav.sidebar .nav .nav-item .dropdown-menu .dropdown-item:not(.active):hover, nav.sidebar .nav .nav-item .dropdown-menu .dropdown-item:not(.active):focus {
  background-color: rgba(0, 0, 0, 0.1);
}

header {
  display: flex;
  height: 100px;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 15px;
 position:relative;
}
@media (max-width: 767px) {
  header {
    height: 50px;
  }
}

.titleContents{
  position: absolute;
  left : 0px;
  top  : 8px;
  width:100%;
  font-size:30px;
  padding-left:15px;
  padding-right:15px;  
  border-left: 10px solid #495057;
  color:#495057;
  height:40px;
}
.titleContents ~ nav.usermenu > div.usermenu-toggle {
    background-color: rgba(0, 0, 0, 1) !important;
}


header .return-link {
  width: 60px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
}
.titleContents ~ .return-link {
  position:relative;
  top:18px;  
  height: 60px;
}

header h1 {
  font-size: 1.6rem;
  /*font-weight: 400; */
  font-weight: 600;
  margin-bottom: 0;
}

.titleContents ~ h1 {
  position:relative;
  top:20px;
}

@media (max-width: 767px) {
  header .return-link {
    width: 50px;
    height: 50px;
  }
  .titleContents ~ .return-link {
    margin-top:10px;
    top:5px;
    height:30px;
  }
  
  header h1 {
    font-size: 1.6rem;
    /*font-weight: 400; */
    font-weight: 600;
    margin-bottom: 0;
    top:initial;
  }
  .titleContents ~ .title{
  	margin-top:13px;
  	top:5px;
  }
}
header .return-link i {
  font-size: 1.4rem;
  display: block;
}
header nav.usermenu {
  position: fixed;
  z-index: 100;
  top: 8px;
  right: 30px;
}
header nav.usermenu.open ul.nav {
  display: block;
}
.titleContents ~ .usermenu .usermenu-toggle{
  background-color: rgba(0, 0, 0, 0.7);
}
header nav.usermenu .usermenu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #fff;
}
header nav.usermenu .usermenu-toggle .icon {
  font-size: 1.5rem;
  margin-top: -2px;
}
header nav.usermenu ul.nav {
  display: none;
  width: 200px;
  margin-top: 10px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
header nav.usermenu ul.nav li {
  padding: 15px 10px;
  border-bottom: solid 1px #ddd;
}
header nav.usermenu ul.nav li:last-child {
  border-bottom: none;
}
header nav.usermenu ul.nav li.info {
  text-align: center;
}
header nav.usermenu ul.nav li.info i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.5rem;
  background-color: #333;
  border-radius: 50px;
}
header nav.usermenu ul.nav li.info i:before {
  color: #fff;
}
header nav.usermenu ul.nav li.info p {
  margin-bottom: 0;
}
header nav.usermenu ul.nav li.setting-link a, header nav.usermenu ul.nav li.ca-download a {
  display: flex;
  color: #333;
  text-decoration: none;
}
header nav.usermenu ul.nav li.setting-link a i, header nav.usermenu ul.nav li.ca-download a i {
  position: relative;
  top: 5px;
  margin-left: auto;
  margin-right: 0;
}
header nav.usermenu ul.nav li button {
  width: 100%;
}
titleContents ~ header .offlineMode{
  color:#000;
}
@media (max-width: 767px) {
  header nav.usermenu {
    position: fixed;
    top: 0;
    right: 0;
  }
  header nav.usermenu .usermenu-toggle {
    position: relative;
    top: 5px;
    right: 5px;
  }
    header .titleContents {
    top: 0;
    left: 0;
    width: 100%;
    height: 1.0rem;
    margin: 0;
    padding: 0.1rem;
    font-size: 0.8rem;
    white-space: nowrap;
    line-height: 1rem;
  }
  
}

footer.common {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  padding: 5px;
}
footer.common img {
  max-width: 100%;
}
footer.bottom {
  position: absolute;
  bottom: 0;
}

.form-control {
  border-radius: 0.15rem;
}

.btn-info {
  color: #fff;
}

input.bg-gray {
  background-color: #E7E7E7;
  border: none;
}

.background-image-wrapper {
  z-index: -1;
  background: url("login_bg.png") no-repeat 0px 0px;
  -webkit-background-size:cover;
  background-size: cover;
  position: absolute;
  width: 700px;
  height: 545px;
  right: -10%;
  bottom: 0;
}

.notice-wrapper {
  margin-top: 30px;
  padding: 0 30px;
}
.notice-wrapper .notice-container {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px;
  border-radius: 5px;
}
.notice-wrapper .notice-container h2 {
  font-size: 1.1rem;
}
.notice-wrapper .notice-container p {
  margin: 0;
}
.notice-wrapper .notice-container ul {
  margin: 0;
  padding-left: 25px;
}
.notice-wrapper:not(.important) .notice-container .btn-primary {
  background-color: transparent;
  border: 2px solid #fff;
  margin-top: 15px;
}
.notice-wrapper:not(.important) .notice-container .btn-primary:hover,
.notice-wrapper:not(.important) .notice-container .btn-primary:focus,
.notice-wrapper:not(.important) .notice-container .btn-primary:not(:disabled):not(.disabled):active {
  border-color: #fff;
  background-color: rgba(0,0,0,0.05);
}
@media (max-width: 575px) {
  header h1 {
    font-size: clamp(0.9rem, 0.15rem + 3.2vw, 1.3rem);
    margin-right: 40px;
  }
  
  
  .notice-wrapper {
    padding: 0 15px;
    margin-top: 15px;
    border-radius: 0;
  }
  .notice-wrapper .notice-container h2 {
    font-size: 1rem;
  }
  .notice-wrapper .notice-container p {
    font-size: 0.9rem;
  }
}
@media (max-width: 375px) {
  header h1 {
    font-size: 0.9rem;
    margin-right: 40px;
  }
  header .titleContents{
	font-size:15px;
  }
  
}

.notice-wrapper.important .notice-container {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.notice-wrapper.important .notice-container > .head{
	color:#cc0000;
	font-size: 1.2rem;
    font-weight: bold;
}
.notice-wrapper.important .notice-container > .contents{
	color:#333;
}

ul.flex-table {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
}
ul.flex-table > li {
  list-style: none;
  padding: 0 15px;
}
ul.flex-table > li.list-head {
  border-radius: 5px 5px 0 0;
  background-color: #eee;
}
ul.flex-table > li.list-item {
  background-color: #fff;
}
ul.flex-table > li.list-item:hover {
    background-color: #f4f4f4;
}
ul.flex-table > li.list-item.nothing {
  padding: 15px;
  pointer-events: none;
}
ul.flex-table > li.list-item .node-info {
  display: none;
}
ul > li.list-item.report .node-info.report {
  display: flex;
}
ul.flex-table > li.list-item.folder .node-info.folder {
  display: flex;
}
ul.flex-table > li.list-item.file .node-info.file {
  display: flex;
}
ul.flex-table > li.list-item.file .node-info.file i {
  color: #F9BA32;
}
ul.flex-table > li.list-item.search .node-info.search {
  display: flex;
}
ul.flex-table > li.list-item.search .node-info.search i {
  color: #999;
}
ul.flex-table > li.list-item.action-open > ul > li.action-group .action-type {
  display: flex;
}
ul.flex-table > li.list-item:last-child {
  border-radius: 0 0 5px 5px;
}
ul.flex-table > li.list-item:last-child ul {
  border: none;
}
ul.flex-table > li.list-item > ul {
  width: 100%;
}
ul > li.list-item > ul > li.node-info-wrapper {
  overflow: hidden;
  cursor: pointer;
}
ul > li.list-item > ul > li.node-info-wrapper .node-info {
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 40px;
}
ul > li.list-item > ul > li.node-info-wrapper .node-info i {
  position: absolute;
  font-size: 1.7rem;
  left: 5px;
}
ul > li.list-item > ul > li.node-info-wrapper .node-info p {
  width: 100%;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
ul > li.list-item > ul > li.node-info-wrapper .node-info .node-cd {
  font-size: 0.9rem;
/*  color: #5B86D4;*/
	color: #385c9b;
}
ul.flex-table > li.list-item > ul > li.action-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
ul.flex-table > li.list-item > ul > li.datetime {
/*  color: #828282;*/
  color:#505050;
  font-size: 0.8rem;
  text-align: right;
}
ul.flex-table > li.list-item > ul > li.thumbnail {
  cursor: pointer;
}
ul.flex-table > li.list-item > ul > li.action-group {
  position: relative;
}
ul.flex-table > li.list-item > ul > li.action-group button.action {
  min-width: 60%;
  padding: 10px 15px;
}
ul.flex-table > li.list-item > ul > li.action-group button.action i {
  display: block;
  font-size: 1rem;
}
ul.flex-table > li.list-item > ul > li.action-group .action-type {
  z-index: 10;
  position: absolute;
  display: none;
  flex-direction: column;
  width: auto;
  height: auto;
  top: 80%;
  padding: 5px;
/*  gap: 5px;*/
  border-radius: 5px;
  box-shadow: 0 0 8px grey;
  background-color: #fff;
  margin-top: 3px;
}
ul.flex-table > li.list-item > ul > li.action-group .action-type button {
  white-space: nowrap;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  ul.flex-table > li.list-item > ul > li.action-group .action-type button:not(:first-child) {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  ul.flex-table > li.list-item > ul > li.action-group .action-type button {
    margin: 2px;
    white-space: normal;
  }
}
ul.flex-table > li > ul {
  display: flex;
  margin: 0;
  padding: 0;
  padding: 10px 0;
}
ul.flex-table > li > ul > li {
  display: flex;
  flex-grow: 1;
  width: 16.666%;
  height: auto;
  align-items: center;
  list-style: none;
}
ul.flex-table > li > ul > li.lock {
  flex: 1 0 90px;
  width: 90px;
}
ul.flex-table > li > ul > li.user-name {
  flex: 1 0 90px;
  width: 90px;
  justify-content: center;
}
ul.flex-table > li > ul > li.datetime {
  flex: 1 0 90px;
  width: 90px;
  justify-content: center;
}
ul.flex-table > li > ul > li.action-group {
  flex: 1 0 90px;
  width: 90px;
  justify-content: center;
}
ul.flex-table.with-check > li > ul > li:nth-child(1) {
  flex: 1 0 40px;
  width: 40px;
}
ul.flex-table.with-check > li.list-item > ul > li.check > input {
  width: 22px;
  height: 22px;
}

input.all {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  ul.flex-table > li.list-item > ul > li.action-group .action-type {
    left: -90%;
  }
}
@media (max-width: 767px) {
  ul.flex-table {
    display: flex;
    flex-wrap: wrap;
  }
  ul.flex-table > li {
    position: relative;
  }
  ul.flex-table > li:nth-child(1) {
    display: none;
  }
  ul.flex-table > li:last-child ul {
    border-bottom: none;
  }
  ul.flex-table > li.list-item {
    width: 100%;
  }
  ul.flex-table > li.list-item:nth-child(2) {
    border-radius: 5px 5px 0 0;
  }
  ul.flex-table > li.list-item:first-child {
    border-radius: 5px 5px 0 0;
  }
  ul.flex-table > li.list-item:last-child {
    border-radius: 0 0 5px 5px;
  }
   ul.flex-table > li.list-item:nth-child(2):last-child {
    border-radius: 5px 5px 5px 5px;
  }
  ul.flex-table > li.list-item.action-open {
    position: relative;
    background-color: #eee;
  }

  ul.flex-table > li.list-item.action-open > ul > li.action-group {
    position: static;
    display: block;
    margin-left: -5px;
  }
  ul.flex-table > li.list-item.action-open > ul > li.action-group button.action {
    display: none;
  }
  ul.flex-table > li.list-item.action-open > ul > li.action-group .action-type {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    box-shadow: none;
  }
  ul.flex-table > li.list-item.action-open > ul > li.action-group .action-type button {
    flex-grow: 1;
    width: 48%;
  }
  ul.flex-table > li.list-item > ul {
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
    padding-left: 40px;
  }
  ul.flex-table > li.list-item > ul > li {
    cursor: pointer;
  }
  ul.flex-table > li.list-item > ul > li:nth-child(n) {
    flex: 1 1 100%;
    width: 100%;
    justify-content: flex-start !important;
  }
  ul.flex-table > li.list-item > ul > li.node-info-wrapper .node-info {
    position: static;
    padding-left: 0;
  }
  ul.flex-table > li.list-item > ul > li.node-info-wrapper .node-info i {
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
  .sp-selecting ul.flex-table > li.list-item > ul > li.node-info-wrapper .node-info i {
    left: 45px;
  }
  ul.flex-table > li.list-item > ul > li.action-group, ul.flex-table > li.list-item > ul > li.download, ul.flex-table > li.list-item > ul > li.thumbnail {
    display: none;
  }
  ul.flex-table.with-check > li.list-item > ul {
    padding-left: 70px;
  }
  ul.flex-table.with-check > li.list-item > ul > li.check {
    position: absolute;
    height: calc(100% - 30px);
    justify-content: center;
    align-items: center;
    flex: 1 0 20px;
    width: 20px;
    margin-left: -70px;
  }
}

.sp-selecting ul.flex-table > li.list-item > ul {
  padding-left: 70px;
}
.sp-selecting ul.flex-table > li.list-item > ul > li.check {
  position: absolute;
  height: calc(100% - 30px);
  justify-content: center;
  align-items: center;
  flex: 1 0 20px;
  width: 20px;
  margin-left: -70px;
}

ul.flex-list {
  padding: 0;
  font-size: 1.1rem;
  font-weight: 300;
  list-style: none;
}
ul.flex-list > li {
  border-bottom: solid 2px #0001;
  padding: 10px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
ul.flex-list > li:last-child {
  border-bottom: none;
}
ul.flex-list > li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
ul.flex-list > li > ul {
  position: relative;
  display: flex;
  padding: 0;
  list-style: none;
}
ul.flex-list > li > ul > li {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 1rem;
}
ul.flex-list > li > ul > li.node-info-wrapper .node-info {
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
}
ul.flex-list > li > ul > li.node-info-wrapper .node-info p {
  width: 100%;
  margin-bottom: 0;
}
ul.flex-list > li > ul > li.node-info-wrapper .node-info p.node-cd {
  font-size: 0.8rem;
  color: #5B86D4;
}
ul.flex-list > li > ul > li.node-info-wrapper .node-info p.node-name {
  font-size: 1rem;
}
ul.flex-list > li.list-item > ul > li.node-info-wrapper .node-info {
  padding-left: 45px;
}
ul.flex-list > li > ul > li.icon-wrapper {
  justify-content: center;
  width: 35px;
  height: auto;
  margin-right: 10px;
  flex: none;
}
ul.flex-list > li.return > ul > li .icon {
  font-size: 1.4rem;
}
ul.flex-list > li.folder > ul > li .icon {
  font-size: 1.9rem;
}
ul.flex-list > li.file > ul > li .icon {
  color: #F9BA32;
  font-size: 2rem;
}
ul.flex-list > li.report > ul > li .icon {
  font-size: 1.7rem;
}
@media (max-width: 575px) {
  ul.flex-list {
    font-size: 1rem;
  }
  ul.flex-list > li > ul {
    flex-wrap: wrap-reverse;
  }
  ul.flex-list > li > ul > li {
    flex: none;
  }
  ul.flex-list > li > ul > li.icon-wrapper {
    position: absolute;
    height: 100%;
  }
  ul.flex-list > li > ul > li.text {
    padding-left: 40px;
  }
}

.dialog-wrapper {
  z-index: 1100;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 600px;
  max-width: 80%;
  height: auto;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
}
.dialog-wrapper.open {
  display: block;
}
.dialog-wrapper p {
  margin: 0;
}
.dialog-wrapper .head, .dialog-wrapper .foot {
  padding: 15px;
}
.dialog-wrapper .head {
  font-size: 1.2rem;
  font-weight: 400;
  background-color: transparent;
  color: #fff;
}
.dialog-wrapper .dialog-container {
  overflow-y: scroll;
  max-height: 350px;
  padding: 0 15px;
  background-color: rgba(255,255,255, 0.9);
}
.dialog-wrapper .foot {
  background-color: #fff;
}
.dialog-wrapper .foot dl dt {
  float: left;
}
.dialog-wrapper .foot dl dd {
  margin-left: 50px;
}
.dialog-wrapper .foot .btn-group {
  display: flex;
  width: 80%;
  margin: 0 auto;
  gap: 25px;
}
.dialog-wrapper .foot .btn-group button {
  padding: 10px 0;
}
.dialog-wrapper .foot .btn-group button:nth-child(n) {
  flex: 1;
  border-radius: 26px;
}
.dialog-wrapper#previewDialog .dialog-container {
  overflow: hidden;
  position: relative;
  min-height: 350px;
  padding: 15px 0 0 15px;
}
.dialog-wrapper#previewDialog .dialog-container .preview-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.dialog-wrapper#previewDialog .dialog-container iframe {
  width: calc(100% + 20px);
  height: calc(350px + 5px);
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.dialog-wrapper#previewDialog .dialog-container iframe::-webkit-scrollbar,
.dialog-wrapper#previewDialog .dialog-container::-webkit-scrollbar,
.dialog-wrapper#previewDialog .dialog-container iframe #page::-webkit-scrollbar {
  display: none;
}
.dialog-wrapper#previewDialog .dialog-container iframe #page {
  overflow: hidden;
}
.dialog-wrapper#backupDialog .dialog-container,
.dialog-wrapper#restoreDialog .dialog-container {
  padding: 15px;
}
.dialog-wrapper#backupDialog .dialog-container::-webkit-scrollbar,
.dialog-wrapper#restoreDialog .dialog-container::-webkit-scrollbar {
  display: none;
}
.dialog-wrapper#backupDialog .dialog-container .message,
.dialog-wrapper#restoreDialog .dialog-container .message {
  font-size: 1.2rem;
}
.dialog-wrapper#backupDialog .dialog-container .progress,
.dialog-wrapper#restoreDialog .dialog-container .progress {
  height: 1.5rem;
  margin-top: 10px;
}
.dialog-wrapper#downloadDialog dl {
  margin-top: 10px;
  margin-bottom: 0px;
}
.dialog-wrapper#downloadDialog dl dt {
  float: left;
}
.dialog-wrapper#downloadDialog dl dd {
  margin: 0;
}
.dialog-wrapper#downloadDialog .dialog-container {
  padding: 15px;
}
.dialog-wrapper#downloadDialog .dialog-container .progress {
  height: 1.5rem;
}
.dialog-wrapper#downloadDialog .foot .message {
  margin-bottom: 15px;
}
@media (max-width: 575px) {

  .dialog-wrapper {
    max-width: 90%;
  }
  .dialog-wrapper .dialog-container {
    max-height: 250px;
  }
  .dialog-wrapper .foot .btn-group {
    width: 100%;
    gap: 10px;
  }
}
.dialog-wrapper .dialog-container {
  padding: 0;
}
@media (max-height: 400px) {
  .dialog-wrapper .dialog-container {
    max-height: 150px;
  }
  .dialog-wrapper dl {
    font-size: 0.9rem;
  }
}

/* iOS14.1未満 gap対応  */
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    ul.flex-table > li.list-item > ul > li.action-group .action-type button {
      margin-top: 5px;
      margin-left: 5px
    }
    .dialog-wrapper .foot .btn-group button {
      margin-left: 25px;
    }

    @media (max-width: 575px) {
      .dialog-wrapper .foot .btn-group button {
        margin-left: 10px;
      }
    }
  }
}
