@charset "UTF-8";
/*
---------------------------------------------
各フォルダのindexを読み込む
---------------------------------------------
*/
/*
---------------------------------------------
各ベースファイルを読み込む
---------------------------------------------
*/
/* reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
main,
header,
section,
article,
aside,
footer,
dl,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

dt, dd {
  padding: 8px 16px;
  margin: 0;
  word-break: break-all;
}

dt {
  width: 150px; /* dt要素の幅を固定 */
  font-weight: bold;
  background-color: #f7f7f7;
}

dd {
  flex: 1; /* dd要素は残りのスペースを占める */
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* list style none */
ul,
ol,
li {
  list-style: none;
}

/* image reset */
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

/* input style reset */
input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
---------------------------------------------
事前に読み込むscssファイル
---------------------------------------------
*/
/*
---------------------------------------------
flexの設定
---------------------------------------------
*/
/*
---------------------------------------------
ブレイクポイントを指定
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
/*
---------------------------------------------
各コンポーネントを読み込む
---------------------------------------------
*/
body.loginWindow {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 700px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.login {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F0F8FF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.login .logo {
  display: flex;
  width: 320px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.login .logo img {
  display: flex;
  width: 246px;
  padding: 4px;
  align-items: center;
  gap: 8px;
}
.loginInputForm {
  display: flex;
  width: 320px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.loginInputForm input[type="email"],
.loginInputForm input[type="text"],
.loginInputForm input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  padding: 5px;
  gap: 12px;
  margin: 10px 0;
}
.login .ticker {
  display: flex;
  width: 320px;
  padding: 4px 8px;
  justify-content: center;
  align-items: normal;
  gap: 8px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  border-radius: 4px;
  border: 1px solid #C01515;
  background: #FFEEEE;
}
.login .tickerTitle {
  display: flex;
  width: 100px;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}
.login .tickerTitleBody {
  color: #C01515;
}
.login .tickerBody {
  display: flex;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
.login .divider {
  height: 1px;
  width: 100%;
  align-self: stretch;
  border: none;
  background: #D9D9D9;
}
.loginBtn {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #2688E4;
  text-decoration: none;
}
.loginBtn svg {
  fill: #fff;
}
.loginBtn span {
  color: #fff;
}
@media (hover: hover) {
  .loginBtn:hover {
    background: #53a1ea;
  }
}
.firstLogin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
}
.modalFirstLogin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  text-align: center;
  width: 420px;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  flex-direction: column;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.modalFirstLogin p {
    padding: 8px;
    align-items: center;
    color: #525252;
    gap: 14px;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

body {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  /* gap: 24px; */
  background: #FCFCFC;
  width: 100%;
}

.contents {
  display: flex;
  padding: 16px 45px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  transition: width 0.3s; /* アニメーションの追加 */
}
.contents section {
  width: 100%;
}
.contents.shrink {
  margin-left: 240px; /* サイドバーの幅と同じ */
  transition: margin-left 0.3s;
}

.pageHead {
  color: #666;
  font-family: "Roboto Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 4px;
}
.pageHead > span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pageHead span::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 24px auto;
  mask-size: 24px auto;
  background-color: #666;
  width: 24px;
  height: 24px;
}
.pageHead span.table::before {
  -webkit-mask-image: url(../img/icon/table.svg);
  mask-image: url(../img/icon/table.svg);
}
.pageHead span.pen::before {
  -webkit-mask-image: url(../img/icon/pen.svg);
  mask-image: url(../img/icon/pen.svg);
}
.pageHead span.note::before {
  -webkit-mask-image: url(../img/icon/note.svg);
  mask-image: url(../img/icon/note.svg);
}
.pageHead span.cost::before {
  -webkit-mask-image: url(../img/icon/cost.svg);
  mask-image: url(../img/icon/cost.svg);
}
.pageHead span.settings::before {
  -webkit-mask-image: url(../img/icon/settings.svg);
  mask-image: url(../img/icon/settings.svg);
}
.pageHead .btnDownload {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 15.6px */
  background: #3cb111;
  display: flex;
  padding: 9px 14px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 1px 3px 3px -2px #666;
}
.pageHead .btnDownload::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px auto;
  mask-size: 16px auto;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
.pageHead .btnDownload.download::before {
  -webkit-mask-image: url(../img/icon/download.svg);
  mask-image: url(../img/icon/download.svg);
}
@media (hover: hover) {
  .pageHead .btnDownload:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
.pageHead .btnAdd {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 15.6px */
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border-style: none;
  background: #4c9be6;
  box-shadow: 1px 3px 3px -2px #666;
}
.pageHead .btnAdd::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px auto;
  mask-size: 16px auto;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
.pageHead .btnAdd.add::before {
  -webkit-mask-image: url(../img/icon/add.svg);
  mask-image: url(../img/icon/add.svg);
}
@media (hover: hover) {
  .pageHead .btnAdd:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}

/* 合計時間・金額フィルター */
.pageHead select.logCalcTotal {
  text-decoration: none;
  font-size: 13px !important; 
  color: #525252;
  margin-right: 12px;
}
.pageHead p.logCalcTotal {
  font-size: 14px !important; 
  color: #525252;
  width: 24vw;
}
/* フィルタークリアボタン */
.pageHead .btnClear {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  background: gray;
  display: flex;
  padding: 8px 12px;
  margin-right: 10px;
  margin-left: auto;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid gray;
  box-shadow: 1px 3px 3px -2px #666;
}


.ticker {
  display: flex;
  width: 360px;
  padding: 4px 8px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  border-radius: 4px;
  background: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 15.6px */
}
.tickerTitle {
  display: flex;
  width: 100px;
  padding: 4px;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}
.tickerBody {
  padding: 4px;
  line-height: 18px;
}
.tickerError {
  border: 1px solid #C01515;
  background: #FFEEEE;
  align-items: center;
}
.tickerError .tickerTitle {
  color: #C01515;
}
.tickerError .tickerIcon {
  fill: #C01515;
}
.tickerInfo {
  border: 1px solid #2EAF00;
  background: #EFE;
}
.tickerInfo .tickerTitle {
  color: #2EAF00;
}
.tickerInfo .tickerIcon {
  fill: #2EAF00;
  transform: rotate(180deg);
}

.submitBtn {
  display: flex;
  width: 360px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 4px;
  border-radius: 4px;
  border-style: none;
  background: #4c9be6;
  color: #fff;
  font-family: "Roboto Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  cursor: pointer;
  box-shadow: 1px 3px 3px -2px #666;
}
@media (hover: hover) {
  .submitBtn:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}

.logAdd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.logAddForm {
  border-spacing: 0;
  font-family: "Roboto Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 15.6px */
  width: 100%;
  table-layout: fixed; /* セルの幅を比率指定するためのスタイル */
  border-radius: 4px;
}
.logAddFormHeadCell, .logAddFormDataCell {
  border: 1px solid #999;
  border-right: none;
  border-bottom: none;
  padding: 4px 8px;
  text-align: left;
  height: 2em;
}
.logAddFormHeadCell:last-of-type, .logAddFormDataCell:last-of-type {
  border-right: 1px solid #999;
}
.logAddForm > * > *:first-child > *:first-child {
  border-radius: 4px 0 0 0;
}
.logAddForm > * > *:first-child > *:last-child {
  border-radius: 0 4px 0 0;
}
.logAddForm > * > *:last-child > *:first-child {
  border-radius: 0 0 0 4px;
}
.logAddForm > * > *:last-child > *:last-child {
  border-radius: 0 0 4px 0;
}
.logAddForm > * > *:last-child > * {
  border-bottom: 1px solid #999;
}
.logAddFormHeadCell {
  background: #666;
  color: #fff;
}
.logAddFormHeadCellFixsm {
  width: 105px;
}
.logAddFormHeadCellFixmd {
  width: 160px;
}
.logAddFormHeadCellFilter {
  position: relative;
}
.logAddFormHeadCellFilter::after {
  position: absolute;
  right: -15px;
  top: 50%;
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/icon/filter.svg);
  mask-image: url(../img/icon/filter.svg);
  -webkit-mask-size: 14px auto;
  mask-size: 14px auto;
  transform: translate(0, -50%);
}
.logAddFormHeadCellSort {
  position: relative;
}
.logAddFormHeadCellSort::after {
  position: absolute;
  right: 8px;
  top: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  background: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/icon/arrow.svg);
  mask-image: url(../img/icon/arrow.svg);
}
.logAddFormHeadCellSortAsc::after {
  transform: translate(0, -50%) rotate(180deg);
}
.logAddFormHeadCellSortDesc::after {
  transform: translate(0, -50%);
}
.logAddFormDataCell {
  background: #fff;
  color: #141414;
}
.logAddFormDataCell > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.logAddFormDataCell input {
  padding: 4px;
  width: 100%;
  max-width: calc(16em - 8px);
  font-size: 12px;
}
.logAddFormDataCell .tableBtn {
  position: relative;
  padding: 4px 8px 4px 24px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  line-height: 16px;
  max-width: 60px;
}
@media (hover: hover) {
  .logAddFormDataCell .tableBtn:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
.logAddFormDataCell .tableBtnEdit {
  background: #2EAF00;
  margin-bottom: 4px;
}
.logAddFormDataCell .tableBtnDelete {
  background: #C01515;
}
.logAddFormDataCell .tableBtn::before {
  position: absolute;
  left: 4px;
}
.logAddFormDataCell .tableBtn::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 14px auto;
  mask-size: 14px auto;
  background-color: #fff;
  width: 14px;
  height: 14px;
}
.logAddFormDataCell .tableBtn.pen::before {
  -webkit-mask-image: url(../img/icon/pen.svg);
  mask-image: url(../img/icon/pen.svg);
}
.logAddFormDataCell .tableBtn.trash::before {
  -webkit-mask-image: url(../img/icon/trash.svg);
  mask-image: url(../img/icon/trash.svg);
}
.logAddForm > * > *:nth-child(odd) > .logAddFormDataCell {
  background: #f2f8fd;
}
.logAddFormDataCell input {
  padding: 4px;
  width: 100%;
  max-width: calc(16em - 8px);
  font-size: 12px;
}

.logListTable {
  border-spacing: 0;
  font-family: "Yu Gothic";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  width: 100%;
  table-layout: fixed; /* セルの幅を比率指定するためのスタイル */
  border-radius: 4px;
}
.logListTableHeadCell, .logListTableDataCell {
  border: 1px solid #999;
  border-right: none;
  border-bottom: none;
  padding: 4px 4px;
  text-align: left;
  height: 2em;
}
.logListTableHeadCell:last-of-type, .logListTableDataCell:last-of-type {
  border-right: 1px solid #999;
}
.logListTable > * > *:first-child > *:first-child {
  border-radius: 4px 0 0 0;
}
.logListTable > * > *:first-child > *:last-child {
  border-radius: 0 4px 0 0;
}
.logListTable > * > *:last-child > *:first-child {
  border-radius: 0 0 0 4px;
}
.logListTable > * > *:last-child > *:last-child {
  border-radius: 0 0 4px 0;
}
.logListTable > * > *:last-child > * {
  border-bottom: 1px solid #999;
}
.logListTableHeadCell {
  background: #6986a1;
  color: #fff;
}
.logListTableHeadCellFixsm {
  width: 105px;
}
.logListTableHeadCellFixmd {
  width: 160px;
}
.logListTableHeadCellFilter {
  position: relative;
}
.logListTableHeadCellFilter::before {
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/icon/filter.svg);
  mask-image: url(../img/icon/filter.svg);
  -webkit-mask-size: 14px auto;
  mask-size: 14px auto;
  transform: translate(0, -50%);
}
.logListTableHeadCellSort {
  position: relative;
  margin: 0 0 0 auto;
}
.logListTableHeadCellSort::after {
  position: absolute;
  right: 4px;
  top: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  background: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/icon/arrow.svg);
  mask-image: url(../img/icon/arrow.svg);
}
.logListTableHeadCellSortAsc::after {
  transform: translate(0, -50%) rotate(180deg);
}
.logListTableHeadCellSortDesc::after {
  transform: translate(0, -50%);
}
.logListTableDataCell {
  background: #fff;
  color: #141414;
  word-break: break-all;
}
.logListTableDataCell > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.logListTableDataCell input {
  padding: 4px;
  width: 100%;
  max-width: calc(16em - 8px);
  font-size: 12px;
}
.logListTableDataCell .tableBtn {
  position: relative;
  padding: 4px 8px 4px 24px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  line-height: 14px;
  max-width: 60px;
}
@media (hover: hover) {
  .logListTableDataCell .tableBtn:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
.logListTableDataCell .tableBtnEdit {
  background: #2EAF00;
  margin-bottom: 4px;
}
.logListTableDataCell .tableBtnDelete {
  background: #C01515;
}
.logListTableDataCell .tableBtn::before {
  position: absolute;
  left: 4px;
}
.logListTableDataCell .tableBtn::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 14px auto;
  mask-size: 14px auto;
  background-color: #fff;
  width: 16px;
  height: 14px;
}
.logListTableDataCell .tableBtn.pen::before {
  -webkit-mask-image: url(../img/icon/pen.svg);
  mask-image: url(../img/icon/pen.svg);
}
.logListTableDataCell .tableBtn.trash::before {
  -webkit-mask-image: url(../img/icon/trash.svg);
  mask-image: url(../img/icon/trash.svg);
}
.logListTable > * > *:nth-child(odd) > .logListTableDataCell {
  background: #f2f8fd;
}

.settingWindow .contents {
  gap: 16px;
}
.settingWindow .contents section {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-top: 1px solid #D9D9D9;
  padding-top: 24px;
}
.sort-link{
  color: white;
  text-decoration: none;
}

.TOPlogAddFormDataCell .form-control {
  font-size: 0.8rem;
  border: 1px solid white;
  padding: 4px 4px;
}
.form-control {
  font-size: 0.8rem;
  border: 1px solid #666;
  padding: 4px 4px;
  width: 100%;
}
.form-control::placeholder {
  color: #ccc; 
  opacity: 1; 
}

.settingForm {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  align-self: stretch;
  width: 800px;
  margin: 0 auto;
}
.settingFormHead {
  width: 170px;
}
.settingFormInner {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.settingFormInner input,
.settingFormInner select {
  display: flex;
  padding: 8px;
  width: 103%;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 4px;
  border: 1px solid #999;
}

.password-container {
  position: relative;
  width: 75%;
}
.login-password-container {
  position: relative;
  width: 100%;
}
.login-password-container .toggle-password, 
.login-password-container .toggle-password-off {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.toggle-password,
.new-toggle-password, 
.toggle-password-off,
.new-toggle-password-off {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.toggle-password,
.new-toggle-password  {
  -webkit-mask-image: url(../img/icon/visibility.svg);
  mask-image: url(../img/icon/visibility.svg);
  background-color: gray;
}
.toggle-password-off,
.new-toggle-password-off {
  -webkit-mask-image: url(../img/icon/visibility_off.svg);
  mask-image: url(../img/icon/visibility_off.svg);
  background-color: gray;
}

/* サイドバー */
.sidebar {
  display: flex;
  width: 240px;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  background-color: #F0F8FF;
  position: fixed; 
  left: 0; /* サイドバーを初期状態で表示 */
  box-shadow: 0px 1px 4px 0px gray;
  transition: left 0.3s; /* アニメーションの追加 */
}
.sidebar.closed{
  left: -240px; /* サイドバーを閉じた状態 */
}
.sidebar.opened{
  left: 0; /* サイドバーを開いた状態 */
}
.close, .open{
  position: absolute;
  top: 1%;
  left: 100%;
  width: 28px;
  height: 40px;
  font-size: 13px;
  border-radius: 4px;
  background-color: #F0F8FF;
  box-shadow: 1px 1px 4px 0px gray;
  color: #666;
  border: none;
  outline: none;
  cursor: pointer;
}
.close:hover, .open:hover{
  color: #666;
  background-color: rgba(84, 167, 245, 0.514);
  border-radius: 2px;
}

.button_text{
  writing-mode: vertical-lr; /* 文字縦書きに */
  text-orientation: upright; /* 縦書きの文字を正立 */
}
.adminWindow {
  background-color: #F8F8F8;
}
.adminWindow .close, .open{
  position: absolute;
  top: 1%;
  left: 100%;
  width: 28px;
  height: 40px;
  font-size: 13px;
  border-radius: 4px;
  background-color: #F8F8F8;
  box-shadow: 1px 1px 4px 0px gray;
  color: #666;
  border: none;
  outline: none;
  cursor: pointer;
}

.sidebarHeading {
  display: flex;
  width: 230px;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.sidebarHeading .logo {
  width: 140px;
}
.sidebarHeading .username {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 4px;
  color: #666;
  font-family: "Roboto Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  inline-size: 200px;
  word-break: break-word; 
  text-align: center; 
  white-space: normal; 
}
.sidebarHeading .username::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px auto;
  mask-size: 16px auto;
  background-color: #666;
  width: 16px;
  height: 16px;
}
.sidebarHeading .username.person::before {
  -webkit-mask-image: url(../img/icon/person.svg);
  mask-image: url(../img/icon/person.svg);
}
.sidebarHeading .username.admin::before {
  -webkit-mask-image: url(../img/icon/admin.svg);
  mask-image: url(../img/icon/admin.svg);
}
.sidebarMenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}
.sidebarMenuItem {
  display: flex;
  padding: 8px 16px 8px 28px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  color: #666;
  font-family: "Roboto Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
.table {
  margin-bottom:auto;
  color: #666;
}
@media (hover: hover) {
  .sidebarMenuItem:hover {
    background-color: rgba(38, 136, 228, 0.2);
    color:#666
  }
}
.sidebarMenuItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: translate3d(0, -50%, 0);
  background-color: #666;
}
.sidebarMenuItem::before {
  position: absolute;
  left: 8px;
}
.sidebarMenuItem::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px auto;
  mask-size: 16px auto;
  background-color: #666;
  width: 16px;
  height: 16px;
}
.sidebarMenuItem.table::before {
  -webkit-mask-image: url(../img/icon/table.svg);
  mask-image: url(../img/icon/table.svg);
}
.sidebarMenuItem.note::before {
  -webkit-mask-image: url(../img/icon/note.svg);
  mask-image: url(../img/icon/note.svg);
}
.sidebarMenuItem.settings::before {
  -webkit-mask-image: url(../img/icon/settings.svg);
  mask-image: url(../img/icon/settings.svg);
}
.sidebarMenuItem.cost::before {
  -webkit-mask-image: url(../img/icon/cost.svg);
  mask-image: url(../img/icon/cost.svg);
}
.sidebarMenuItem.manual::before {
  -webkit-mask-image: url(../img/icon/manual.svg);
  mask-image: url(../img/icon/manual.svg);
}
.sidebarMenuItem::after {
  right: 8px;
  width: 5px;
  height: 8px;
  -webkit-mask-image: url(../img/arrow.svg);
  mask-image: url(../img/arrow.svg);
}
.sidebarMenuItemActive {
  color: #fff;
  background-color: #81baef;
}
.sidebarMenuItemActive::before, .sidebarMenuItemActive::after {
  background-color: #fff;
}
.sidebarLog {
  padding: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.sidebar-filter {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  position: relative; 
  padding-left: 16px; 
}
.sidebar-filter::before {
  content: "";
  display: block;
  position: absolute;
  left: 0; 
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/icon/filter.svg);
  mask-image: url(../img/icon/filter.svg);
  -webkit-mask-size: 16px auto;
  mask-size: 16px auto;
  background-color: #666;
  transform: translateY(-52%); 
}
.adminFilterHead {
  padding-bottom: 4px;
}
.adminFormInner{
  padding-bottom: 8px;
}
.sidebarBottom {
  display: flex;
  width: 235px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #D9D9D9;
  background: rgba(252, 252, 252, 0.2);
}
.sidebarBottomLink {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  align-self: stretch;
  position: relative;
  color: #666;
  font-family: "Roboto Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #666;
  transition: all linear 0.3s;
}
@media (hover: hover) {
  .sidebarBottomLink:hover {
    background-color: rgba(102, 102, 102, 0.2);
  }
}
.sidebarBottomLink::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px auto;
  mask-size: 16px auto;
  background-color: #666;
  width: 16px;
  height: 16px;
}
.sidebarBottomLink.person::before {
  -webkit-mask-image: url(../img/icon/person.svg);
  mask-image: url(../img/icon/person.svg);
}
.sidebarBottomLink.admin::before {
  -webkit-mask-image: url(../img/icon/admin.svg);
  mask-image: url(../img/icon/admin.svg);
}
.sidebarBottomLink.logout::before {
  -webkit-mask-image: url(../img/icon/logout.svg);
  mask-image: url(../img/icon/logout.svg);
}
.sidebarBottomLink.logout {
  color: #fff;
  background: #666;
  border-color: #666;
}
@media (hover: hover) {
  .sidebarBottomLink.logout:hover {
    color: #666;
    background: rgba(38, 136, 228, 0.2);
    border-color: rgba(38, 136, 228, 0.2);
  }
  .sidebarBottomLink.logout:hover::before {
    background: #666;
  }
}
.sidebarBottomLink.logout::before {
  background-color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 48px 0;
}
.paginationBtn {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 14px 0px 13px 0px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #666;
  font-family: "Roboto Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 15.6px */
  border-radius: 24px;
  border: 1px solid #999;
  background: #fff;
}
.paginationBtn:hover {
  border: 1px solid #2688E4;
  background: #81baef;
  transition: all linear 0.2s;
  color: #fff;
}
.paginationBtnDisabled {
  border: 1px solid #999;
  background: #D9D9D9;
}
.paginationBtnActive {
  border: 1px solid #125492;
  background: #2688E4;
  color: #fff;
}
.paginationBtnPrev, .paginationBtnNext {
  font-size: 20px;
  padding: 13px 0 15px 0;
}
.paginationBtnDisabled, .paginationBtnActive {
  pointer-events: none;
}

input {
  margin: 1px;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  flex-direction: column;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.modalHead {
  color: #666;
  text-align: center;
  font-family: "Roboto Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 31.2px */
  margin-bottom: 16px;
}
.modalMessage {
  color: #141414;
  width: 292px;
  margin: 0 auto 16px;
  text-align: center; /* テキストを中央揃え */
}
/* .modalList {
  max-height: 5em;
  overflow-y: scroll;
  border: 1px solid #999;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  flex-flow: column;
  gap: 0;
  margin: 8px 0 0;
}
.modalListItem {
  font-size: 14px;
  padding: 4px;
}
.modalListItem:nth-child(even) {
  background-color: #f2f8fd;
}
.modalListItem:not(:last-of-type) {
  border-bottom: 1px dotted #D9D9D9;
} */
.modalDelete dl {
  display: flex;
  gap: 8px;
}
.modalDelete dt {
  width: 170px;
  text-align: right;
}
.modalDelete dt:after {
  content: ":";
}
.modalDownload label, .modalCase label, .modalEdit label, .modalFilter label {
  position: relative;
  padding-left: 16px;
  margin: 8px 0;
  display: flex;
}
.modalDownload input[type=checkbox], .modalCase input[type=checkbox], .modalEdit input[type=checkbox], .modalFilter input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
.modalDownload input[type=checkbox]::before, .modalCase input[type=checkbox]::before, .modalEdit input[type=checkbox]::before, .modalFilter input[type=checkbox]::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px auto;
  mask-size: 20px auto;
  background-color: #666;
  width: 20px;
  height: 20px;
}
.modalDownload input[type=checkbox].check::before, .modalCase input[type=checkbox].check::before, .modalEdit input[type=checkbox].check::before, .modalFilter input[type=checkbox].check::before {
  -webkit-mask-image: url(../img/icon/check.svg);
  mask-image: url(../img/icon/check.svg);
}
.modalDownload input[type=checkbox]::before, .modalCase input[type=checkbox]::before, .modalEdit input[type=checkbox]::before, .modalFilter input[type=checkbox]::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-mask-image: url(../img/icon/check.svg);
  mask-image: url(../img/icon/check.svg);
}
.modalDownload input[type=checkbox]:checked::before, .modalCase input[type=checkbox]:checked::before, .modalEdit input[type=checkbox]:checked::before, .modalFilter input[type=checkbox]:checked::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px auto;
  mask-size: 20px auto;
  background-color: #2EAF00;
  width: 20px;
  height: 20px;
}
.modalDownload input[type=checkbox]:checked.checked::before, .modalCase input[type=checkbox]:checked.checked::before, .modalEdit input[type=checkbox]:checked.checked::before, .modalFilter input[type=checkbox]:checked.checked::before {
  -webkit-mask-image: url(../img/icon/checked.svg);
  mask-image: url(../img/icon/checked.svg);
}
.modalDownload input[type=checkbox]:checked:before, .modalCase input[type=checkbox]:checked:before, .modalEdit input[type=checkbox]:checked:before, .modalFilter input[type=checkbox]:checked:before {
  -webkit-mask-image: url(../img/icon/checked.svg);
  mask-image: url(../img/icon/checked.svg);
}
.modalDownload input[type=radio], .modalCase input[type=radio], .modalEdit input[type=radio], .modalFilter input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
.modalDownload input[type=radio]::before, .modalCase input[type=radio]::before, .modalEdit input[type=radio]::before, .modalFilter input[type=radio]::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px auto;
  mask-size: 20px auto;
  background-color: #666;
  width: 20px;
  height: 20px;
}
.modalDownload input[type=radio].radio::before, .modalCase input[type=radio].radio::before, .modalEdit input[type=radio].radio::before, .modalFilter input[type=radio].radio::before {
  -webkit-mask-image: url(../img/icon/radio.svg);
  mask-image: url(../img/icon/radio.svg);
}
.modalDownload input[type=radio]::before, .modalCase input[type=radio]::before, .modalEdit input[type=radio]::before, .modalFilter input[type=radio]::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-mask-image: url(../img/icon/radio.svg);
  mask-image: url(../img/icon/radio.svg);
}
.modalDownload input[type=radio]:checked::before, .modalCase input[type=radio]:checked::before, .modalEdit input[type=radio]:checked::before, .modalFilter input[type=radio]:checked::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 20px auto;
  mask-size: 20px auto;
  background-color: #2EAF00;
  width: 20px;
  height: 20px;
}
.modalDownload input[type=radio]:checked.radiochecked::before, .modalCase input[type=radio]:checked.radiochecked::before, .modalEdit input[type=radio]:checked.radiochecked::before, .modalFilter input[type=radio]:checked.radiochecked::before {
  -webkit-mask-image: url(../img/icon/radiochecked.svg);
  mask-image: url(../img/icon/radiochecked.svg);
}
.modalDownload input[type=radio]:checked:before, .modalCase input[type=radio]:checked:before, .modalEdit input[type=radio]:checked:before, .modalFilter input[type=radio]:checked:before {
  -webkit-mask-image: url(../img/icon/radiochecked.svg);
  mask-image: url(../img/icon/radiochecked.svg);
}
.modalDownload select, .modalCase select, .modalEdit select, .modalFilter select {
  flex-grow: 1;
}
.modalDownload .modalInput, .modalCase .modalInput, .modalEdit .modalInput, .modalFilter .modalInput {
  display: flex;
  align-items: center;
  /* margin-top: 8px;
  margin-bottom: 16px; */
  gap: 8px;
}

.modalEdit .modalInput {
  margin-bottom: 10px;
}

.modalInput h4 {
    width: 150px; /* 固定幅を設定 */
    margin: 0;
    padding-right: 16px;
    text-align: right;
}

.modalDownload .modalInputLabel, .modalCase .modalInputLabel, .modalEdit .modalInputLabel, .modalFilter .modalInputLabel {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 8px;
}
.modalDownload .modalInput:last-child, .modalCase .modalInput:last-child, .modalEdit .modalInput:last-child, .modalFilter .modalInput:last-child {
  margin-bottom: 24px;
}
.modalDownload .modalInput label, .modalCase .modalInput label, .modalEdit .modalInput label, .modalFilter .modalInput label {
  width: 120px;
  padding-left: 0;
}
.modalDownload .modalInput input, .modalCase .modalInput input, .modalEdit .modalInput input, .modalFilter .modalInput input {
  width: 100%;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 4px;
}
.modalDownload .modalInput input:focus-within, .modalCase .modalInput input:focus-within, .modalEdit .modalInput input:focus-within, .modalFilter .modalInput input:focus-within {
  border: 1px solid #2688E4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modalDownload .modalInput input::-moz-placeholder, .modalCase .modalInput input::-moz-placeholder, .modalEdit .modalInput input::-moz-placeholder, .modalFilter .modalInput input::-moz-placeholder {
  color: #D9D9D9;
}
.modalDownload .modalInput input::placeholder, .modalCase .modalInput input::placeholder, .modalEdit .modalInput input::placeholder, .modalFilter .modalInput input::placeholder {
  color: #D9D9D9;
}

.modalInputLabel input[type="radio"],
.modalInputLabel input[type="checkbox"],
.modalDownload input[type="radio"],
.modalDownload input[type="checkbox"] {
  margin-right: 8px; 
}

#popupUserName {
  margin-left: 20px;
}
#editedPrice {
  font-weight: 400;
}

/* ×ボタンを丸くする */
.clear-btn {
  background-color: #ccc;
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5px;
  top: 4.5px;
}

/* ×ボタンを入力フォーム内に重ねて表示 */
.input-suggest {
  position: relative;
  width: 100%;
}

.modalFilterResult {
  margin: 8px 0;
}
.modalButton {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  color: #666;
  border: 1px solid #666;
  cursor: pointer;
}
@media (hover: hover) {
  .modalButton:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
.modalButtonDelete {
  border: none;
  color: #fff;
  background: #C01515;
}
.modalButtonDelete::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px auto;
  mask-size: 16px auto;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
.modalButtonDelete.trash::before {
  -webkit-mask-image: url(../img/icon/trash.svg);
  mask-image: url(../img/icon/trash.svg);
}
.modalButtonDownload {
  border: none;
  color: #fff;
  background: #2EAF00;
}
.modalButtonDownload::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px auto;
  mask-size: 16px auto;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
.modalButtonDownload.download::before {
  -webkit-mask-image: url(../img/icon/download.svg);
  mask-image: url(../img/icon/download.svg);
}
.modalButtonDownload.exportCsv::before {
  -webkit-mask-image: url(../img/icon/download.svg);
  mask-image: url(../img/icon/download.svg);
}
.modalButtonPrimary {
  border: none;
  color: #fff;
  background: #2688E4;
}
.modalButtonWrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 12px 0 12px 0;
}

.modalBg {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20, 20, 20, 0.4);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.modalBg.visible {
  display: flex;
}

.logListTableDataCell {
    width: auto;
}

.logListTableDataCell:nth-child(1) {
    width: 150px; /* 案件名の列幅を設定 */
}

body {
  font-family: "Noto Sans JP";
}/*# sourceMappingURL=style.css.map */

.no-spinners {
    -moz-appearance: textfield;
    appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.autocomplete {
    /* width: auto; */
    position: relative;
}

#casename-suggestions,
#clientname-suggestions,
#salsestaff-suggestions,
#lastupdateuser-suggestions {
    max-height: calc(2.6rem * 5);
    overflow-y: auto;
}

@media (hover: hover) {
  #casename-suggestions li:hover,
  #clientname-suggestions li:hover,
  #salsestaff-suggestions li:hover,
  #topcasename-suggestions li:hover,
  #lastupdateuser-suggestions li:hover {
    background: #53a1ea;
  }
}
/* フィルターポップアップ */
#username-suggestions,
#casename-suggestions,
#workdetail-suggestions,
#clientname-suggestions,
#salsestaff-suggestions,
#lastupdateuser-suggestions,
#filterusername-suggestions,
#filtercasename-suggestions,
#filterworkdetail-suggestions,
#filterclientname-suggestions,
#filtersalsestaff-suggestions {
    position: absolute;
    z-index: 1000;
    background-color: white;
    max-height: 100px; 
    overflow-y: auto;
    width: 90%; 
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
    margin: 125px 0 0 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* 影を追加 */
}
#editcasename-suggestions,
#editworkdetail-suggestions {
  position: absolute;
  z-index: 1000;
  background-color: white;
  max-height: 290px; 
  overflow-y: auto;
  width: 90%; 
  list-style-type: none;
  /* padding: 0; */
  /* margin: 58px 0 0 0; */
  margin: 0px 0 0 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* 影を追加 */
}
#editworkdetail-suggestions {
  width: 100%;
}
.list-group {
  border-radius: 0%;
}

/* TOP画面ログ登録 */
.log-register #casename-suggestions, .log-register #workdetail-suggestions {
  margin: 0;
  font-family: "Noto Sans JP";
  width: auto;
  max-height: 400px;
}

#topcasename-suggestions {
    background: #fff;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    max-height: calc(2.6rem * 5);
    overflow-y: auto;
    padding: 0;
}

.autocomplete-result {
    padding: .5rem 1rem; /* 各リスト項目のパディング */
    cursor: pointer;
    font-size: 12px;
    background-image:none;
    word-break: break-all;
}

.autocomplete-result:hover,
.autocomplete-result:focus {
    background-color: #f0f0f0;
}

.autocomplete-result:last-child {
    border-bottom: none; /* 最後のリスト項目のボーダーを削除 */
}

.TOPlogAddFormDataCell{
  border: 1px solid #999;
  border-bottom: none;
  text-align: left;
}

.TOPNUMlogAddFormDataCell{
  min-width: 0;
}

/* ログ一覧テーブルのセル幅設定 */
.cell-date{
  width: 9%;
}
.cell-employee{
  width: 9%;
}
.cell-case{
  width: 12%;
}
.cell-workname{
  width: 11%;
}
.cell-workdetail{
  width: 12%;
}
.cell-worktime{
  width: 4%;
}
.cell-unitprice{
  width: 5%;
}
.cell-costprice{
  width: 5%;
}
.cell-costrate{
  width: 4%;
}
.cell-cost{
  width: 6%;
}
.cell-status{
  width: 8%;
}
.cell-client{
  width: 8%;
}
.cell-staff{
  width: 6%;
}

/* 案件管理ヘッダー */
.Casefillter {
  cursor: pointer;
}

/* 単価設定ヘッダー */
.costFillter {
  cursor: pointer;
}

/* TOPヘッダー */
.TopFilter {
  cursor: pointer;
}

/* 管理者TOPヘッダー */
.Adminfillter {
  cursor: pointer;
}

/* 個人設定新しいPWプレースホルダー */
.settingFormInput::placeholder {
  color: #ccc;
  opacity: 1;
 }

#caseItem,
#userItem {
  width: 50%;
  max-width: 312px;
}