@import url('/m459hxkdpg/bootstrap/bootstrap-icons-0b67640388d0c3646efaa17183b50161.css');

/**************************
  base
**************************/

@font-face {
	font-family: 'Noto Sans JP';
	src: url(/m459hxkdpg/font/NotoSansJP-Regular-ecfed48e463db4e31d1691c8af367730.otf);
}

:root {
  /* 不備指摘背景色 */
  --mistake-indicate-bg-yellow: yellow;
}

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

body {
  font-family: 'Noto Sans JP',
  'Helvetica Neue',
  'Helvetica',
  'Hiragino Sans',
  'Hiragino Kaku Gothic ProN',
  'Arial',
  'Yu Gothic',
  'Meiryo',
  sans-serif;
}

.bg-base {
  background-color: #0073EB;
}

.tooltip-inner {
  max-width: 400px;
}

/**************************
  header
**************************/
header {
  height: 3rem;
  z-index: 11;
}

header #headerNavbar {
  height: 3rem;
}

header #headerNavbar .navbar-brand-box {
  padding-left: 3.5rem;
}

header #headerNavbar .navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  header #headerNavbar .navbar-brand {
    min-width: auto;
    max-width: none;
  }
}

header #headerNavbar .navbar-brand,
header #headerNavbar .nav-link,
header #headerNavbar .nav-link:focus,
header #headerNavbar .nav-link:hover {
  color: #ffffff;
}

header #headerNavbar .notify {
  background-color: #ff8a80;
  color: #ffffff;
}

header #headerNavbar .notify:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 38, 56, 0.25);
}

header #headerNavbar .notify:hover {
  color: #eeeeee;
}

header #headerNavbar .notify .badge {
  position: absolute;
  top: 2px;
}

header #headerNavbar .user p {
  margin: 0;
  line-height: 1;
}

header #headerNavbar .user i {
  margin-left: 1rem;
}

@media (max-width: 767.98px) {
  header #headerNavbar .user i {
    margin-left: 0;
    height: 2rem;
    padding-top: 1rem;
  }
}

.rotation{
  animation:2s linear 1 rotation;
}
@keyframes rotation{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}

.question {
  padding-top: 12px;
  padding-bottom: 12px;
}

.bg-danger {
  background-color: #D10000!important;
}

/**************************
  breadcrumb
**************************/
#breadcrumb {
  height: 2rem;
  background-color: #ffffff;
  transition: 0.3s all ease;
  position: sticky;
  top: 3rem;
  z-index: 10;
}

.breadcrumb {
  margin: 0 0 0 0.8rem;
  --bs-breadcrumb-divider: '>';
  font-size: large
}

.breadcrumb-item,
.breadcrumb-item.active {
  font-weight: 500;
}

/**************************
  sidebar menu
**************************/
#sidebarMenu {
  margin-top: 3rem;
  min-width: 20rem;
  max-width: 20rem;
  padding: 0;
  z-index: 1022;
  position: fixed;
  transform: translateX(-15rem);
  transition: transform 250ms ease-in-out;
  background-color: #fff;
}

.sidebar {
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  height: calc(100% - 3rem);
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 100ms 0s ease;
}

.sidebar .nav-link.accordion-button {
  padding: 1rem;
}

.sidebar .accordion-item {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: unset;
}

.sidebar .navbar-nav .sidebar-menu-icon {
  width: 1.5rem;
  margin-right: 0.5rem;
  text-align: center !important;
}

.sidebar button.nav-link .navbar-nav .sidebar-menu-text {
  width: 12.5rem;
}

.sidebar a.nav-link {
  padding-left: 1.5rem;
  font-weight: 500;
  color: #333333;
}

#waterworksBureauDashboard, .construction {
  padding-left: 16px;
}

.sidebar a.nav-link .navbar-nav .sidebar-menu-text {
  width: 13rem;
}

.sidebar a.nav-link .navbar-nav .dashboard-menu-text {
  width: 13.5rem;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.dashboard-nav-link {
  height: 56px;
}

.dashboard-nav-link-small {
  padding-top: 1rem;
  height: 42px;
}

.dashboard-nav-link-large {
  padding-top: 1rem;
  height: 70px;
}

.dashboard-nav-link .sidebar-menu-text {
  line-height: 2.5em;
}

/* サイドバーの出し入れのボタン関連のcss */
.show-sidebar {
  transform: translateX(0) !important;
}
#openSidebarMenu {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 17px;
  left: 20px;
  height: 22px;
  width: 22px;
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
#openSidebarMenu:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
#openSidebarMenu:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}
#openSidebarMenu:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}
.hamburger-closelabel{
	position: fixed;
	width: 100%;
	height: calc(100% - 3rem);
	top: 3rem;
	left: 0;
}
.hamburger-cover{
	position: fixed;
	width: 100%;
	height: calc(100% - 3rem);
	top: 3rem;
	left: 0;
	z-index: 1019;
	background: rgba(3,3,3,.5);
	display: block;
}
#handler {
  cursor: ew-resize;
}
#handler::after {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  margin: 0 auto;
  background-color: #c5c9cd;
}
#handler:hover::after{
  background-color: #5c636a;
}
#handler:active::after{
  background-color: #5c636a;
}
#checklist{
  overflow-y: scroll;
}

/**************************
  dashboard
**************************/

.dashboard-animation-duration {
  --fa-animation-duration: 1s;
}

/**************************
  main
**************************/
main {
  transition: 0.3s all ease;
  position: relative;
  padding-left: 5rem;
}

.reference-main {
  padding-left: 0rem;
}

.difference {
  color: #D10000;
}

.difference-target{
  color: #D10000 !important;
  background-color: #FAEBD6 !important;
  border-color: #D10000 !important;
}

.difference-target-check-on{
  color: #fff !important;
  background-color: #D10000 !important;
  border-color: #D10000 !important;
}

.difference-target-check-off{
  color: #fff !important;
  background-color: #fff !important;
  border-color: #D10000 !important;
}

.fs-sm {
  font-size: .875em;
}

.pointer {
  cursor: pointer;
}

.radio-label {
  width: 2rem;
}

.nav-tabs .nav-link {
  font-weight: bold;
}

.nav-tabs .nav-link.disabled {
  font-weight: normal;
}

.page-top {
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:500;
}

.chat-bot-area {
  position:fixed;
  bottom:55px;
  right:10px;
  z-index:500;
}

/**************************
  table
**************************/
.table-count {
  width: 1.5rem;
}

.table-number {
  width: 5rem;
}

.table-indicator {
  width: 5.5rem;
}

.table-caliber {
  width: 6rem;
}

.table-customer {
  width: 8rem;
}

.table-index {
  width: fit-content;
}

.table-header-font {
  font-weight: bolder;
}

.minusBtn button {
  width: 48px;
}

.btn-for-files {
  width: 131px;
}

/**************************
  Screen Menu
**************************/
#screenMenu {
  padding: 0.25rem 0.5rem;
  background-color: #bbdefb;
}

#screenMenu.sticky-top {
  top: 5rem;
  z-index: 1019;
}

#screenMenu.sticky-top.before-login{
  top: 3rem;
  z-index: 1019;
}

#screenMenu .screen-menu-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.screen-menu-height {
  height: 46px;
}

#tab.sticky-top {
  top: 7.8rem;
  z-index: 1019;
  background-color: #fff;
}

#tab.sticky-top.before-login{
  top: 5.8rem;
  z-index: 1019;
  background-color: #fff;
}

/**************************
  承認フロー
**************************/

.bg-card {
  background-color: #e2e3e5;
}

.bg-card-success {
  background-color: #d1e7dd;
}

.bg-card-danger {
  background-color: #f8d7da;
}

/**************************
  お客様番号附番
**************************/

.mw-120px {
  max-width: 120px;
}

.error-message-font {
  color: #D10000;
  font-size: 0.75rem;
}


/**************************
  button 色変更
**************************/

.btn-outline-light:hover, .btn-check:checked+.btn-outline-light {
  color: #0069D6;
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}


/**************************
  button size
**************************/

.bs-sm {
  width: 92px;
}

.bs-md {
  width: 124px;
}

.no-wrap {
  white-space: nowrap;
}

/**************************
  modal
**************************/
.underline{
  text-decoration: underline;
}
.modal-notification-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newline{
  white-space: pre-wrap;
}
.menu-span {
  margin-left: 0.6rem;
}

.confirm-modal {
  top: 2%;
}

/**************************
  workflow/workTray
**************************/

.bg-card-info {
  background-color: #cff4fc;
}

.flow-item-size{
  height: 3rem;
}


/**************************
  login/change password layout
**************************/

.cb-login-height {
  height: 520px;
}

.h-400px {
  height: 400px;
}

.login-width {
  width: 510px;
}

.login-info-box {
  height: 150px;
  width: 510px;
  border: 5px #000;
  background:#eeeeee;
  overflow-y: scroll;   
  position: relative; 
}


/**************************
  Validation check
**************************/

.error-summary-font {
  color: #D10000;
}


/**************************
  scrollList
**************************/

.scrollList {
  overflow: auto;
  height: 362px;
}

.scrollList .header {
  position: sticky;
  top: -1px;
}

/**************************
  scrollTable
**************************/

.scroll-table {
  overflow: auto;
  height: 533px;
}

.scroll-table .header {
  position: sticky;
  top: -1px;
  z-index: 11;
}

.table-responsive {
  max-width: 99%;
}

.scroll-acordion {
  overflow-y: auto;
  overflow-x: hidden;
  height: 300px;
}

.scroll-acordion .header {
  position: sticky;
  top: -1px;
  z-index: 11;
}

.scroll-role-table {
  overflow: auto;
  height: 658px;
}

.scroll-role-table .header {
  position: sticky;
  top: -1px;
  z-index: 11;
}

.scroll-acordion2 {
  overflow-y: auto;
  overflow-x: hidden;
  height: 300px;
}

.scroll-acordion2 .header {
  position: sticky;
  top: -7px;
  z-index: 11;
}

/**************************
  extraction
**************************/

.outer-extraction-table {
  max-width: calc(100vw - 50px);
}

.extraction-list {
  overflow: auto;
  max-height: calc(100vh - 300px);
}

.extraction-list .header {
  position: sticky;
  top: -1px;
}

/**************************
  朱書き
**************************/

.popup{
  line-height:3rem;
  box-sizing:border-box;
  position:sticky;
  display:none;
  margin-left: 0%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(30%, 0%);
  text-align: right;
}

.popup-element > .popup{
  line-height:3rem;
  box-sizing:border-box;
  position:sticky;
  display:block;
  width: 100%;
  margin-left: -30%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(30%, 0%);
  text-align: right;
}

.popup-element-icon {
  cursor: pointer;
}

.popup-right:before {
	content: '';
	position: absolute;
	bottom: 45%;
	left: 100%;
	border: 7px solid transparent;
	border-left: 7px solid #333;
}

.popup-bottom:before {
	content: '';
	position: absolute;
	bottom: 4px;
	right: 80%;
	border: 7px solid transparent;
	border-top: 7px solid #333;
}

.popupBtn {
  margin-bottom: 1.0rem;
  padding: 2px;
}

.popupText{
  resize: none;
  overflow-y: scroll;
  width: 100%;
  line-height: 1.3;
  border-radius: 10px;
  margin-top: -10%;
  outline: none;
}

.popupText::-webkit-scrollbar-thumb {
  background: lightgrey;
  border-radius: 5px;
}

.popupText::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  padding: 10px;
}

.popupText::-webkit-scrollbar:hover {
  color: black;
}

.popupFile{
  border: 0.2px solid #8d8d8d;
  height: 3rem;
  line-height: 1.3;
  overflow: auto;
  border-radius: 10px;
  padding: 5px;
  text-align: start;
}

.mistakeIndicateChecked {
  background-color: var(--mistake-indicate-bg-yellow);
}

.popup-element {
  width: 100%;
  display:none;
}

.redEdit {
  color: darkred;
}

.scrollArea {
  overflow-y: scroll;
  height: 165px;
}

/**************************
  その他
**************************/

.flex-container {
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
}

/* span要素のスタイルを追加する場合 */
.flex-container span {
  width: calc(100% / 3);
}

.width-adjustment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.label {
  min-width: 100px; /* ラベルの最小幅を設定 */
}

.button-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.large-checkbox {
  scale: 1.5;
}

canvas {
  border:3px solid #000;
}

.custom-width {
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 画面幅が768px以下のとき（一般的なタブレットサイズ） */
@media (max-width: 1000px) {
   .custom-width {
     width:470px;
     height:100%;
     display: flex;
     justify-content: center;
     align-items: center;
    }
  }

/* 譲渡・除却の添付書類や提出書類等のエラーメッセージの出力位置調整CSS*/
.fileErrorMessage {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 複数ファイルのバリデーションメッセージ */
.multiple-file-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/**************************
  FIXME:(m.s) これより以下はプロトタイプから引っ張ってきただけなので要整理
  未使用のものは消すこと
**************************/
.drop-zone {
  border: 2px dashed #cccccc;
  padding: 40px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
}

.drop-zone.dragover {
  background-color: #e9ecef;
}