
:root {

  --side-padding: 20px;
  --dataTable-sidePadding: 8px;
}


@media screen and (max-width:1024px) {

  :root {
    --side-padding: 5px;
    --dataTable-sidePadding: 5px;
  }
}



/***********
contact
************/

.myPageHeader {
  background-color: var(--color-sub01);
  margin: var(--header-height) 0 0 ;
  border-top: 1px solid var(--color-sub02);
  font-size: clamp(124%,2vw, 154%);
  padding: 1em 0;
}
.myPageHeader-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myPageHeader-heading {
}
.myPageHeader-title {
  font-weight: 600;
}
.myPageHeader-sutTitle {
  font-size: 77%;
}
.myPageHeader-user {
  display: flex;
  align-items: center;
  max-width: 22em;
}
.myPageHeader-user-icon {
}
.myPageHeader-user-icon img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
}
.myPageHeader-user-name {
  font-size: 70%;
  padding-left: 1em;
}
.myPageHeader-user-name a {
}


@media screen and (max-width:640px) {

  .myPageHeader {
    font-size: clamp(124%,2vw, 154%);
    padding: 1em 0;
  }
  .myPageHeader-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
  }

  .myPageHeader-heading {
  }
  .myPageHeader-title {
    font-weight: 600;
  }
  .myPageHeader-sutTitle {
    font-size: 77%;
  }
  .myPageHeader-user {
    max-width: 22em;
    padding-bottom: 0.8em;
  }
  .myPageHeader-user-icon {
  }
  .myPageHeader-user-icon img {
    width: 32px;
    height: 32px;
  }
  .myPageHeader-user-name {
    font-size: 66%;
    padding-left: 1em;
  }

}


/***********
navi
************/

.myPageNaviWrapper {
  border-bottom: 1px solid var(--color-sub03);
}

.myPageNavi {
  padding: 0 var(--side-padding);
  height: 60px;
  background-color: var(--color-base);
  position: relative;
}

.myPageNavi-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  font-size: clamp(108%,1.2em, 139%);
}
.myPageNavi-list > li {
  height: 100%;
  position: relative;
}
.myPageNavi-list > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-brand01);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
.myPageNavi-list > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  padding: 0 1.5em;
  color: inherit;
  position: relative;
  white-space: nowrap;
  line-height: 1.2;
}
.myPageNavi-list > li.is-active > a ,
body.is-pc .myPageNavi-list > li > a:hover {
  color: var(--color-brand01);
  background-color: var(--color-sub04);
}
.myPageNavi-list > li.is-active::after ,
body.is-pc .myPageNavi-list > li:hover::after {
  opacity: 1;
}
.myPageNavi-list > li > a i {
  margin-right: 0.5em;
  margin-left: -0.5em;
  scale: 1.1;
}

.myPageNavi-list > li > a span{
  display: block;
  padding-left: 0.4em;
}
.myPageNavi-list > li > a small{
  font-size: 77%;
  font-weight: 500;
  display: block;
  padding-top: 0.1em;
}


.myPageNavi-list ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 280px;
  background: var(--color-sub01);
  visibility: hidden;
  padding: 1em;
  opacity: 0;
}
.myPageNavi-list li:hover ul {
  visibility: visible;
  opacity: 1;
}
.myPageNavi-list ul li {
  padding: 0.2em 1em;
}
.myPageNavi-list ul a {
  display: block;
  color: inherit;
  font-size: 93%;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 0.3em 0 0.3em 1.2em;
}
.myPageNavi-list ul a::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 0.65em;
  color: var(--color-brand01);
}
.myPageNavi-list ul a:hover {
  color: var(--color-brand01);
}


@media screen and (max-width:834px) {

  .myPageNavi {
    height: 50px;
    overflow: auto;
    padding: 0 ;
  }

  .myPageNavi-list {
    font-size: 14px;
  }
  .myPageNavi-list > li {
  }
  .myPageNavi-list > li > a {
    padding: 0 1em 2px;
  }
}


/***********
refine
************/

.refine {
}
.refine-container {
  display: flex;
  flex-wrap: wrap;
}
.refine-container + .refine-container {
}
.refine-item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.refine-item:not(:last-child) {
  padding-right: 2em;
}
.refine-item:not(:last-child).-pair {
  padding-right: 0.5em;
}
.refine-item-label {
  padding-bottom: 0.4em;
}

.refine-input {
  min-height: 30px;
  border-radius: 5px;
}

.refine-inputText {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  padding: 0 5px 0 5px;
  border: none;
  background-color: var(--color-base);
  border: 1px solid var(--color-sub03);
  border-radius: 5px;
}
.refine-select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  padding: 0 25px 0 5px;
  border: none;
  background: url(../../img/select_arrow.png) no-repeat right center;
  background-color: var(--color-base);
  border: 1px solid var(--color-sub03);
  border-radius: 5px;
}


.refine-label {
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2;
}

.refine-label input[type='radio']:checked {
  filter: grayscale(100%) brightness(100%);
}
.refine-label input[type='checkbox']:checked {
  filter: grayscale(100%) brightness(100%);
}
.refine-label {
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--color-sub03);
  background-color: #fff;
  border-radius: 5px;
  letter-spacing: 0;
  font-size: 14px;
  font-feature-settings: "palt";
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.refine-label:hover {
  border-color: #333;
}
.refine-label.is-active {
  background-color: var(--color-sub04);
  border-color: var(--color-brand01);
  box-shadow: 0 0 0 1px var(--color-brand01);
}


.refine-choice {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.refine-choice input {
  margin-right: 0.4em;
  scale: 1.2;
}

/*
submit
*/

.refine-submit {
  padding-top: 1em;
}
.refine-submit-btn.l-btn {
}
.refine-reset-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: clamp(116%,1.2vw, 124%);
  font-weight: 600;
  margin-left: 1em;
}
.refine-reset-btn small{
  display: block;
  font-weight: 400;
  font-size: 70%;
  letter-spacing: 0;
}
/*
size
*/

.refine-input.refine-select.-xxsmall {
  width: 5em;
}
.refine-input.refine-select.-xsmall {
  width: 8em;
}
.refine-input.refine-select.-small {
  width: 12em;
}
.refine-input.refine-select {
  width: 16em;
}

/***********
jobList
************/

.jobList {
}
.jobList li {
  margin-bottom: 1em;
  background-color: var(--color-base);
  border: 1px solid var(--color-sub02);
  border-left: 3px solid var(--color-brand01);
  padding: 1.5em 2em;
}
.jobList-data {
  display: flex;
  align-items: start;
  font-size: clamp(100%,1.2vw, 116%);
  border-bottom: 1px solid var(--color-sub01);
  padding-bottom: 5px;
}
.jobList-data + .jobList-data {
  margin-top: 5px;
}
.jobList-data dt {
  background-color: var(--color-brand01);
  color: var(--color-base);
  padding: 0.2em 0.5em;
  text-align: center;
  width: 10em;
  font-size: 93%;
  line-height: 1.3;
}
.jobList-data dt .langText.-ja + .langText.-id {
  font-weight: 400;
  font-size: 77%;
}
.jobList-data dd {
  padding-left: 1em;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2.4em;
}


/***********
dataArea
************/

.dataArea {
  overflow: auto;
  /* max-height: calc(100vh - 6em); */
  border: 1px solid var(--color-sub03);
  border-bottom: none;
}
.dataArea-container {
}

/***********
dataTable
************/

.dataTable {
  line-height: 1.3;
  border-collapse:separate;
  background-color: var(--color-base);
  font-feature-settings: "palt";
}

/*
thead
*/

.dataTable thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
.dataTable thead .dataTable-th {
  padding: 8px var(--dataTable-sidePadding) 8px var(--dataTable-sidePadding);
  text-align: left;
  background-color: var(--color-sub05);
  border-right: 1px solid var(--color-sub02);
  border-bottom: 1px solid var(--color-sub02);
  white-space: nowrap;
}
.dataTable thead .dataTable-th .langText.-ja {
  display: block;
  font-weight: 500;
  padding-right: 0;
  line-height: 1.3;
}
.dataTable thead .dataTable-th .langText.-id {
  display: block;
  font-weight: 400;
  line-height: 1.3;
}
.dataTable thead .dataTable-th.-gray {
  background-color: var(--color-sub06);
}
.dataTable thead .dataTable-th.-blue {
  background-color: #d5e3ff;
}
.dataTable thead .dataTable-th.-pink {
  background-color: #f8d2d8;
}

.dataTable thead .dataTable-th.-purple {
  background-color: #e7d5ff;
}

/*
tbody
*/

.dataTable tbody tr {
  border-bottom: 1px solid var(--color-main);
}
.dataTable tbody tr:not(.is-active):nth-child(even) td {
  background-color: #f4f8ff;
}
body.is-pc .dataTable tbody tr:not(.is-active):hover td {
  background-color: var(--color-warning01-sub02);
}
.dataTable tbody td {
  border-right: 1px solid var(--color-sub01);
  border-bottom: 1px solid var(--color-sub03);
  padding: 10px var(--dataTable-sidePadding) 10px var(--dataTable-sidePadding);
}

/*
block
*/

.dataTable-block {
  display: flex;
}
.dataTable-block + .dataTable-block {
  padding-top: 10px;
}
.dataTable-block.-end  {
  align-items: end;
}
.dataTable-block-item {
}
.dataTable-block-item:not(:last-child) {
  padding-right: 5px;
}
.dataTable-block-label {
  padding-bottom: 0.2em;
}


/*
table size
*/

.dataTable.-job {
  min-width: 1440px;
}

/*
td status
*/

.dataTable tbody.-vtop td {
  vertical-align: top;
}
.dataTable tbody td.-nowrap {
  white-space: nowrap;
}

.dataTable tbody td.is-close {
  background-color: var(--color-sub01) !important;
  color: #ccc;
}


/*
td item
*/

.dataTable .dataTable-num {
  width: calc(3em + var(--dataTable-sidePadding));
  position: sticky;
  z-index: 9;
  left: 0;
  background-color: var(--color-base);
}
.dataTable .dataTable-name {
  width: calc(15em + var(--dataTable-sidePadding));
  position: sticky;
  z-index: 9;
  left: calc(3em + var(--dataTable-sidePadding));
  background-color: var(--color-base);
}
.dataTable .dataTable-status {
  width: calc(14em + var(--dataTable-sidePadding));
  position: sticky;
  z-index: 9;
  left: calc(18em + calc(var(--dataTable-sidePadding) * 2 ));
  background-color: var(--color-base);
}

.dataTable tbody td.dataTable-control {
}

.dataTable .dataTable-sortable.dataTable-num {
  padding-right: 3em;
}

.dataTable-num-deleted {
  text-decoration: line-through;
  color: var(--color-accent01);
}

/*
sort
*/
.dataTable-sort {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.dataTable-sort button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
}

/*
rewrite
*/

.dataTable-rewrite {
  display: flex;
}
.dataTable-rewrite-item {
}
.dataTable-rewrite-item:not(:last-child) {
  padding-right: 5px;
}
.dataTable-rewrite-btn {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  min-width: 6em;
  line-height: 1.2;
  padding-left: 1em;
  padding-right: 1em;
}
.dataTable-rewrite-btn .langText.-ja{
  padding-right: 0;
  font-weight: 400;
}
.dataTable-rewrite-btn .langText.-id{
  display: block;
  font-weight: 300;
}
/*
favorite
*/

.dataTable-favorite {
  position: relative;
}
.dataTable-favorite-label {
  display: inline-block;
  width: 100%;
  background-color: var(--color-sub01);
  box-shadow: 0 0 0 1px var(--color-sub02) inset;
  color: #555;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.5em 1em 0.5em 2.2em;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}
.dataTable-favorite-input {
  position: absolute;
  opacity: 0;
}
.dataTable-favorite-label::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f005";
  width: 1.5em;
  height: 1.5em;
  background-color: var(--color-base);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0.3em;
  top: 50%;
  translate: 0 -50%;
}
.dataTable-favorite-input:checked + .dataTable-favorite-label {
  background-color: gold;
  box-shadow: none;
}
.dataTable-favorite-input:checked + .dataTable-favorite-label::before {
  font-weight: 900;
  color: gold;
}


/*
attention color
*/

.dataTable-num {
  position: relative;
}
.dataTable-num::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.dataTable-num.is-attention01::after { background-color: #1E90FF;  }
.dataTable-num.is-attention02::after { background-color: #00CED1;  }
.dataTable-num.is-attention03::after { background-color: #00FF00;  }
.dataTable-num.is-attention04::after { background-color: #FFdd00;  }
.dataTable-num.is-attention05::after { background-color: #FFA500;  }
.dataTable-num.is-attention06::after { background-color: #FF8C00;  }
.dataTable-num.is-attention07::after { background-color: #FF6347;  }
.dataTable-num.is-attention08::after { background-color: #FF4400;  }
.dataTable-num.is-attention09::after { background-color: #FF0000;  }
.dataTable-num.is-attention10::after { background-color: #cc0000;  }
.dataTable-num.is-attention11::after { background-color: #aa0033;  }
.dataTable-num.is-attention12::after { background-color: #550022;  }



/*
input
*/

.dataTable-input {
  font-size: 13px;
  min-height: 24px;
}
.dataTable-input.input-file {
  font-size: 11px;
}
.dataTable-input.-xxsmall {
  width: 5em;
}
.dataTable-input.-xsmall {
  width: 8em;
}
.dataTable-input.-small {
  width: 12em;
}
.dataTable-input.-normal {
  width: 16em;
}
.dataTable-input.-full {
  width: 100%;
}

.dataTable-input[type="date"] {
  width: 9em;
}
.dataTable-input[type="file"] {
  width: 20em;
}


.dataTable *:disabled {
  cursor:no-drop;
  opacity: 1;
}
.dataTable input.input-text:disabled {
  background-color: var(--color-sub01);
}
.dataTable input[type="file"]:disabled,
.dataTable .fileList-deleteBtn:disabled {
  display: none;
}

.dataTable tbody tr.is-active,
.dataTable tbody tr.is-active td {
  background-color: var(--color-accent01-sub01);
}
.dataTable.is-active tbody tr:not(.is-active) {
  opacity: 0.3;
}
.dataTable tbody tr:not(.is-active) .js-saveBtn {
  pointer-events: none;
  opacity: 0.3;
}

@media screen and (max-width:1024px) {

  /*
  td item
  */

  .dataTable .dataTable-name,
  .dataTable .dataTable-status {
    position: static;
    left: 0;
  }

  .langText.-ja + .langText.-id {
    font-size: max(66%,9px);
    font-weight: 500;
  }

}


/***********
fileList
************/

.fileList {
}
.fileList-item {
}
.fileList-item a {
  display: inline-block;
  position: relative;
  padding-left: 1.4em;
  padding: 0.1em 0 0.1em 1.4em;
  margin-bottom: 3px;
}
.fileList-item a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.1em;
  background-size: 100% 100%;
  scale: 1.5;
}
.fileList-item a[href*=".pdf"]::before {
  background-image: url(../../img/icon/file_pdf.png);
}
.fileList-item a[href*=".jpg"]::before,
.fileList-item a[href*=".jpeg"]::before {
  background-image: url(../../img/icon/file_jpg.png);
}
.fileList-item a[href*=".png"]::before {
  background-image: url(../../img/icon/file_png.png);
}
.fileList-item a[href*=".zip"]::before {
  background-image: url(../../img/icon/file_zip.png);
}
.fileList-item a[href*=".doc"]::before,
.fileList-item a[href*=".docx"]::before {
  background-image: url(../../img/icon/file_doc.png);
}
.fileList-item a[href*=".xls"]::before,
.fileList-item a[href*=".xlsx"]::before {
  background-image: url(../../img/icon/file_xls.png);
}

.fileList-deleteBtn {
  font-size: 11px;
  margin-left: 0.2em;
}


.dataTable-input:not(:disabled) + .fileList {
  margin-top: 5px;
}


/***********
myPaginationContainer
************/

.myPaginationContainer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.myPaginationContainer-upper {
}
.myPaginationContainer-lower {
  padding-bottom: 20px;
}

@media screen and (max-width:834px) {

  .myPaginationContainer {
    display: block;
  }
  .myPaginationContainer-upper {
  }
  .myPaginationContainer-lower {
    padding-bottom: 10px;
  }
}


/***********
myPagination
************/

.myPagination {
  display: flex;
  justify-content: end;
}

.myPagination:empty {
  display: none;
}

.myPagination span,
.myPagination a {
  display: inline-block;
  min-width: 1.8em;
  height: 1.6em;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 1px;
  opacity: 0.5;
}
.myPagination a.next,
.myPagination a.prev {
  opacity: 1;
}

.myPagination span:not(.dots) {
  opacity: 1;
}
.myPagination span.dots {
}

body.is-pc .myPagination a:hover {
  opacity: 1;
}

@media screen and (max-width: 834px) {

  .myPagination {
    padding-bottom: 0;
  }

  .myPagination span,
  .myPagination a {
    font-size: 14px;
  }
}

/***********
xxx
************/

/***********
xxx
************/

/***********
xxx
************/

/***********
xxx
************/

/***********
xxx
************/

/***********
xxx
************/

/***********
xxx
************/
