@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
body#theme_colony header {
  background: rgb(71, 95, 42);
}
body#theme_colony header > div.left #sidebar_trigger span {
  background: #fff;
}
body#theme_colony header > div.left #h_logo {
  background: url(../img/common/logo_sp_wh.svg);
}
body#theme_colony header > div.right #h_menu #h_lang a {
  border: 1px solid #fff;
  color: #fff;
}
body#theme_colony header > div.right #h_menu #h_lang a span.active {
  background: #fff;
  color: rgb(71, 95, 42);
}
body#theme_colony header > div.right #h_menu #h_account {
  color: #fff;
}
body#theme_colony header > div.right #h_menu #h_account .dropdown-toggle i {
  background: url(../img/common/logo_sp_wh.svg);
}
body#theme_colony #sidebar {
  background: #fff;
}
body#theme_colony #sidebar ul li a {
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
}
body#theme_colony #sidebar ul li#s_home .icon {
  background: url(../img/common/nav_icon_home_bk.svg);
}
body#theme_colony #sidebar ul li#s_filetamper .icon {
  background: url(../img/common/nav_icon_filetamper_bk.svg);
}
body#theme_colony #sidebar ul li#s_uploaddoc .icon {
  background: url(../img/common/nav_icon_uploaddoc_bk.svg);
}
body#theme_colony #sidebar ul li#s_managedoc .icon {
  background: url(../img/common/nav_icon_managedoc_bk.svg);
}
body#theme_colony #sidebar ul li#s_share .icon {
  background: url(../img/common/nav_icon_share_bk.svg);
}
body#theme_colony #sidebar ul li#s_move .icon {
  background: url(../img/common/nav_icon_move_bk.svg);
}
body#theme_colony #sidebar ul li#s_userfilereceive .icon {
  background: url(../img/common/nav_icon_userfilereceive_bk.svg);
}
body#theme_colony #content {
  background: rgba(71, 95, 42, 0.05);
}
body#theme_colony.login, body#theme_colony.lockscreen {
  background: url(../img/login/bg_colony.jpg);
}
body#theme_colony.login > div#login_group .login_btn, body#theme_colony.lockscreen > div#login_group .login_btn {
  background: rgb(71, 95, 42);
}

@media (min-width: 767.9px) {
  body#theme_colony header > div.left #h_logo {
    background: url(../img/common/logo_wh.svg);
  }
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875em;
  font-feature-settings: "palt";
  color: rgb(50, 50, 50);
}

a {
  color: rgb(41, 128, 185);
}

.refresh_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #FF4747;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s;
}
.refresh_btn i {
  display: block;
  width: 70%;
  height: 70%;
  background: url(../img/common/refresh_btn_icon.svg) no-repeat;
  background-size: cover;
}
.refresh_btn:hover {
  opacity: 0.8;
  transform: rotate(-90deg);
}

.search_form_group {
  flex: 1;
}
.search_form_group > div {
  display: flex;
  align-items: center;
  border: 1px solid rgb(210, 210, 210);
  border-radius: 5px;
  overflow: hidden;
}
.search_form_group > div .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgb(235, 235, 235);
  border-right: 1px solid rgb(210, 210, 210);
}
.search_form_group > div .icon i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/search_form_group_icon.svg);
}
.search_form_group > div input {
  display: block;
  width: 100%;
  height: 40px;
  background: rgb(245, 245, 245);
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
  line-height: 40px;
}

.list_group1 .serach_group {
  display: flex;
  flex-direction: column-reverse;
}
.list_group1 .serach_group .search_form_group {
  margin-bottom: 5px;
}
.list_group1 table {
  margin-top: 10px;
}
.list_group1 table.table > :not(caption) > * > * {
  padding: 5px 10px;
}
.list_group1 table th, .list_group1 table td {
  border: none;
  vertical-align: middle;
}
.list_group1 table th.w_min, .list_group1 table td.w_min {
  width: 1%;
}
.list_group1 table th input, .list_group1 table td input {
  width: 100%;
  min-width: 300px;
}
.list_group1 table thead tr {
  background: rgb(200, 200, 200);
}
.list_group1 table thead th > div {
  display: flex;
  align-items: center;
}
.list_group1 table thead th > div i {
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/list_group1_table_sort_icon.svg);
  background-size: cover;
  margin-left: 5px;
}
.list_group1 table thead th > div i.up {
  transform: rotate(-180deg);
}

@media (min-width: 767.9px) {
  .list_group1 .serach_group {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .list_group1 .serach_group .search_form_group {
    margin-bottom: 0;
    min-width: 250px;
    max-width: 250px;
  }
  .list_group1 table {
    margin-top: 15px;
  }
  .list_group1 table.table > :not(caption) > * > * {
    padding: 15px 20px;
  }
}
header {
  position: fixed;
  display: flex;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 999 !important;
}
header > div.left {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 20px;
}
header > div.left #sidebar_trigger {
  position: relative;
  width: 20px !important;
  height: 20px !important;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
}
header > div.left #sidebar_trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(180, 180, 180);
  transition: 0.2s;
}
header > div.left #sidebar_trigger span:nth-of-type(1) {
  top: 0;
}
header > div.left #sidebar_trigger span:nth-of-type(2) {
  top: 9px;
}
header > div.left #sidebar_trigger span:nth-of-type(3) {
  bottom: 0;
}
header > div.left #sidebar_trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
header > div.left #sidebar_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header > div.left #sidebar_trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
header > div.left #h_logo {
  width: 40px;
  height: 40px;
  background: url(../img/common/logo_sp.svg);
  background-size: contain !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
  margin-left: 10px;
}
header > div.right {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
header > div.right .search_form_group {
  max-width: 450px;
  min-width: 250px;
  margin-right: 20px;
}
header > div.right .search_form_group input {
  -webkit-appearance: none;
  border-radius: 0;
}
header > div.right #h_menu {
  display: flex;
  align-items: center;
}
header > div.right #h_menu #h_lang a {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid rgb(71, 95, 42);
  border-radius: 3px;
  transition: opacity 0.2s;
  color: rgb(71, 95, 42);
}
header > div.right #h_menu #h_lang a:hover {
  opacity: 0.8;
}
header > div.right #h_menu #h_lang a span {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 1px 5px 0;
  font-size: 0.8em;
  font-weight: bold;
}
header > div.right #h_menu #h_lang a span.active {
  background: rgb(71, 95, 42);
  color: #fff;
}
header > div.right #h_menu #h_account {
  margin-left: 15px;
}
header > div.right #h_menu #h_account .dropdown-toggle {
  display: flex;
  align-items: center;
}
header > div.right #h_menu #h_account .dropdown-toggle i {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/common/logo_sp.svg);
  margin-right: 5px;
}
header > div.right #h_menu #h_account .dropdown-toggle div {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header > div.right #h_menu #h_account ul.dropdown-menu li a {
  text-decoration: none;
}
header > div.right #h_menu #h_account ul.dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
}
header > div.right #h_menu #h_account ul.dropdown-menu li i {
  display: block;
  width: 18px;
  height: 18px;
  background-size: cover !important;
  margin-right: 5px;
}
header > div.right #h_menu #h_account ul.dropdown-menu li.setting i {
  background: url(../img/common/account_menu_icon_setting.svg) !important;
}
header > div.right #h_menu #h_account ul.dropdown-menu li.lock i {
  background: url(../img/common/account_menu_icon_lock.svg) !important;
}
header > div.right #h_menu #h_account ul.dropdown-menu li.logout i {
  background: url(../img/common/account_menu_icon_logout.svg) !important;
}

#wrapper {
  position: relative;
  top: 60px;
  left: 0;
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  z-index: 998;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 100vw;
  max-width: 100vw;
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  background: rgb(235, 235, 235);
  overflow-y: scroll;
  padding-right: 20px;
  color: rgb(50, 50, 50);
  transition: all 0.2s;
}
#sidebar.active {
  margin-left: -280px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar ul li a {
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
  line-height: 0.875rem;
  color: inherit;
  text-decoration: none;
}
#sidebar ul li a:hover .icon,
#sidebar ul li a:hover span {
  opacity: 0.7 !important;
}
#sidebar ul li a.active {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}
#sidebar ul li a .icon {
  width: 24px;
  height: 24px;
  background: rgb(50, 50, 50);
  background-repeat: no-repeat !important;
  opacity: 1;
  transition: opacity 0.2s;
}
#sidebar ul li a span {
  display: block;
  flex: 1;
  margin-top: 2px;
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.2s;
}
#sidebar ul li#s_home .icon {
  background: url(../img/common/nav_icon_home_bk.svg);
}
#sidebar ul li#s_filetamper .icon {
  background: url(../img/common/nav_icon_filetamper_bk.svg);
}
#sidebar ul li#s_uploaddoc .icon {
  background: url(../img/common/nav_icon_uploaddoc_bk.svg);
}
#sidebar ul li#s_managedoc .icon {
  background: url(../img/common/nav_icon_managedoc_bk.svg);
}
#sidebar ul li#s_share .icon {
  background: url(../img/common/nav_icon_share_bk.svg);
}
#sidebar ul li#s_move .icon {
  background: url(../img/common/nav_icon_move_bk.svg);
}
#sidebar ul li#s_userfilereceive .icon {
  background: url(../img/common/nav_icon_userfilereceive_bk.svg);
}
#sidebar address {
  margin: 15px;
  font-size: 0.5rem;
}

#content {
  width: 100%;
  height: calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  background: rgb(245, 245, 245);
  padding: 20px;
  transition: all 0.3s;
  overflow: scroll;
}
#content h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(200, 200, 200);
  font-size: 1.5em;
  font-weight: bold;
}
#content h1 + p {
  margin: 10px 0 0;
}
#content section {
  background: #fff;
  margin-top: 20px;
}
#content section.mt_none {
  margin-top: 0;
}
#content section h2 {
  margin: 0;
  padding: 10px 15px;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2px solid rgb(71, 95, 42);
}
#content section .sec_body {
  padding: 15px;
}

#biz_name {
  position: fixed;
  bottom: 1em;
  right: 1em;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.5em 1.25em;
  color: #fff;
  z-index: 999;
}

@media (min-width: 767.9px) {
  header {
    height: 80px;
  }
  header > div.left {
    width: 280px;
  }
  header > div.left #sidebar_trigger span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
    width: 60%;
  }
  header > div.left #sidebar_trigger span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
    width: 60%;
  }
  header > div.left #sidebar_trigger.active span:nth-of-type(1) {
    transform: translateX(9px) translateY(5px) rotate(45deg);
  }
  header > div.left #sidebar_trigger.active span:nth-of-type(2) {
    opacity: 1;
  }
  header > div.left #sidebar_trigger.active span:nth-of-type(3) {
    transform: translateX(9px) translateY(-5px) rotate(-45deg);
  }
  header > div.left #h_logo {
    width: calc(100% - 15px);
    background: url(../img/common/logo.svg);
    margin-left: 15px;
  }
  header > div.right {
    flex-direction: row;
  }
  header > div.right #h_menu #h_account {
    margin-left: 20px;
  }
  #wrapper {
    top: 80px;
  }
  #sidebar {
    position: relative;
    min-width: 280px;
    max-width: 280px;
    height: calc(100vh - 80px);
  }
  #content {
    height: calc(100vh - 80px);
    min-height: calc(100vh - 80px);
  }
}
@media (max-width: 767.9px) {
  #sidebar {
    margin-left: -100vw;
  }
  #sidebar.active {
    margin-left: 0;
  }
}
#window_size_check {
  display: inline-block;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 1em;
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  z-index: 999;
}

body.login, body.lockscreen {
  display: flex;
  min-height: 100vh;
  background: rgb(230, 230, 230) url(../img/login/bg_center.jpg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
body.login #login_group, body.lockscreen #login_group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  margin: 40px 0;
  padding: 30px 20px;
  text-align: center;
  z-index: 10;
}
body.login #login_group > div, body.lockscreen #login_group > div {
  width: 100%;
}
body.login #login_group #logo, body.lockscreen #login_group #logo {
  display: block;
  width: 80px;
  height: 105px;
  background: url(../img/common/logo_sp.svg);
  background-size: cover;
  margin: 0 auto 25px;
}
body.login #login_group h1, body.lockscreen #login_group h1 {
  font-size: 1.5em;
  font-weight: bold;
}
body.login #login_group h2, body.lockscreen #login_group h2 {
  font-size: 1.25em;
  font-weight: bold;
}
body.login #login_group p, body.lockscreen #login_group p {
  margin-top: 2.5em;
}
body.login #login_group form, body.lockscreen #login_group form {
  margin-top: 30px;
  font-weight: bold;
}
body.login #login_group form .input_group, body.lockscreen #login_group form .input_group {
  text-align: left;
}
body.login #login_group form input,
body.login #login_group form select, body.lockscreen #login_group form input,
body.lockscreen #login_group form select {
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 1.25em;
  font-weight: bold;
}
body.login #login_group form input:not([type=submit]),
body.login #login_group form select:not([type=submit]), body.lockscreen #login_group form input:not([type=submit]),
body.lockscreen #login_group form select:not([type=submit]) {
  padding: 15px;
  border-bottom: 1px solid rgb(200, 200, 200);
}
body.login #login_group form input:not([type=submit])::-moz-placeholder, body.login #login_group form select:not([type=submit])::-moz-placeholder, body.lockscreen #login_group form input:not([type=submit])::-moz-placeholder, body.lockscreen #login_group form select:not([type=submit])::-moz-placeholder {
  color: rgb(150, 150, 150);
}
body.login #login_group form input:not([type=submit])::placeholder,
body.login #login_group form select:not([type=submit])::placeholder, body.lockscreen #login_group form input:not([type=submit])::placeholder,
body.lockscreen #login_group form select:not([type=submit])::placeholder {
  color: rgb(150, 150, 150);
}
body.login #login_group form input[type=submit],
body.login #login_group form select[type=submit], body.lockscreen #login_group form input[type=submit],
body.lockscreen #login_group form select[type=submit] {
  max-width: 300px;
  margin-top: 25px;
}
body.login #login_group .login_btn, body.lockscreen #login_group .login_btn {
  background: rgb(100, 100, 100);
  padding: 20px 20px 15px;
  border-radius: 10px;
  color: #fff;
  transition: opacity 0.2s;
}
body.login #login_group .login_btn:hover, body.lockscreen #login_group .login_btn:hover {
  opacity: 0.8;
}
body.login #login_group ul, body.lockscreen #login_group ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
body.lockscreen::before {
  content: "aa";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

@media (min-width: 767.9px) {
  body.login, body.lockscreen {
    justify-content: center;
    align-items: center;
  }
  body.login #login_group, body.lockscreen #login_group {
    width: 600px;
    border-radius: 10px;
    margin: 0;
    padding: 50px 50px 40px;
  }
}
body.home main#content section#info #info_dashboard {
  display: flex;
  flex-wrap: wrap;
}
body.home main#content section#info #info_dashboard > div {
  width: 50%;
  padding: 15px 0;
  text-align: center;
}
body.home main#content section#info #info_dashboard > div img {
  width: 70px;
  aspect-ratio: 1/1;
}
body.home main#content section#info #info_dashboard > div h6 {
  margin: 15px 0 3px;
}
body.home main#content section#info #info_dashboard > div h6 + b {
  font-size: 24px;
}

@media (min-width: 992px) {
  body.home main#content section#info #info_dashboard > div {
    width: 25%;
    padding: 30px 0 20px;
  }
}
/*# sourceMappingURL=main.css.map */