/* =========================================================
 material icons
========================================================= */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fts/public/iconfont/MaterialIcons-Regular-e79bfd88537def476913f3ed52f4f4b3.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fts/public/iconfont/MaterialIcons-Regular-570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(/fts/public/iconfont/MaterialIcons-Regular-012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(/fts/public/iconfont/MaterialIcons-Regular-a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  vertical-align: middle;
}

/* 印刷用スタイル */
@media print {
  /* header, footerを非表示にする */
  .header {
    display: none;
  }
  .footer {
    display: none;
  }
  /* mainの制約を打ち消す */
  [class$="main"].main {
    padding-bottom: 0;
    position: relative;
    width: auto;
    top: 10;
    bottom: 0;
  }
  .layout {
    overflow: visible;
  }
}

.loading-hide {
    display: none;
}

/* 処理中モーダル コンテンツエリア */
#loading {
  display: none;
  width: 500px;
  height: 300px;
  margin: 0;
  padding: 0;
  position:fixed;
  z-index: 2001;
}
/* 処理中モーダル 背景エリア */
#loading-bg {
  display:none;
  width:0%;
  height:0%;
  background-color: rgba(0,0,0,0.5);
  position:fixed;
  top:0;
  left:0;
  z-index: 200;
}

#mailaddress {
  cursor: pointer;
}

/* header */
.l-header-finet {
  height: auto;
}

.c-form__textbox.field-error {
  background-color: rgba(230, 1, 19, 0.1);
}

.c-form__textarea.field-error {
  background-color: rgba(230, 1, 19, 0.1);
}

select.field-error {
  background-color: rgba(230, 1, 19, 0.1);
}

.c-form__datepicker > input.field-error {
  background-color: rgba(230, 1, 19, 0.1);
}

/* Error */
.main-title--error {
  padding-top: 72px;
}

.error-icon {
  font-size: 80px;
}

.table--error {
  width: auto;
  border: none;
}

.table--error .table__cell {
  border: none;
  text-align: left;
}


.text-red {
  color: #E00013;
}

/* contents
--------------------------------------------------------- */
.main-title {
  padding: 4px 0px;
}

.main-title__title {
  font-size: 18px;
  font-weight: bold;
}

.main-subtitle {
  font-size: 14px;
  font-weight: bold;
}

.main-subtitle--border {
  border-left: 4px solid;
  padding-left: 12px;
}

.layout--error-fts .main-subtitle--border {
  border-left-color: #E00013;
}

.text-16 {
  font-size: 16px;
}

.text-bold {
  font-weight: bold;
}

/* footer
--------------------------------------------------------- */
.footer {
  width:100%;
  min-width:1245px;
  display:block;
  position:fixed;
  z-index: 10;
  bottom: 0;
}

.footer-button {
  height: 30px;
  background: #FFF;
  display: table;
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.2), 0 -1px 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.2), 0 -1px 2px 0 rgba(0, 0, 0, 0.12);
}

.footer-button__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.footer-button__inner .cell {
  display: inline-block;
}

.footer-button__item {
  min-width: 105px;
  height: 30px;
  padding: 0px 16px;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
  background: #FFF;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  font-family: "Meiryo UI", "メイリオ", Meiryo, Verdana, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer-button__item--light-blue {
  color: #FFF;
  background: -webkit-gradient(linear, left bottom, left top, from(#4da2bc), color-stop(50%, #5bc0de), to(#aee0ee));
  background: linear-gradient(0deg, #4da2bc 0%, #5bc0de 50%, #aee0ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AEE0EE',endColorstr='#4DA2BC' , GradientType=0);
}

.footer-button__item--light-blue:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#248dad), color-stop(50%, #0aa1cd), to(#87d2e6));
  background: linear-gradient(0deg, #248dad 0%, #0aa1cd 50%, #87d2e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87D2E6',endColorstr='#248DAD' , GradientType=0);
}

.footer-button__item--blue {
  color: #FFF;
  background: -webkit-gradient(linear, left bottom, left top, from(#3366cc), color-stop(16.15%, #356dcf), color-stop(39.47%, #3a80d9), color-stop(67.13%, #419fe8), color-stop(97.91%, #4ccbfd), to(#4dceff));
  background: linear-gradient(0deg, #3366cc 0%, #356dcf 16.15%, #3a80d9 39.47%, #419fe8 67.13%, #4ccbfd 97.91%, #4dceff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DCEFF',endColorstr='#3366CC' , GradientType=0);
}

.footer-button__item--blue:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#324395), color-stop(17.92%, #2e4a9b), color-stop(43.81%, #235dac), color-stop(74.35%, #127cc8), to(#009ce4));
  background: linear-gradient(0deg, #324395 0%, #2e4a9b 17.92%, #235dac 43.81%, #127cc8 74.35%, #009ce4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009CE4',endColorstr='#324395' , GradientType=0);
}

.footer-button__item--grey {
  color: #3366CC;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#dddddd));
  background: linear-gradient(180deg, #f6f6f6 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6',endColorstr='#DDDDDD' , GradientType=0);
}

.footer-button__item--grey:hover {
  color: #3366CC;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#c8e6ff));
  background: linear-gradient(180deg, #f6f6f6 0%, #c8e6ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6',endColorstr='#C8E6FF' , GradientType=0);
}

.footer-button__item[disabled] {
  color: #FFF;
  background: #DDD;
  -webkit-filter: none;
          filter: none;
  cursor: auto;
}

.footer-button__item:focus {
  border-color: #4433f9;
}

.main {
  width: 100%;
  padding-bottom: 0px;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
  bottom: 200px;
  counter-reset: title;
}

.layout--error-fts .main {
  top: 72px;
}

/* フィルター */
.p-apps-filter__accordion-cnt {
    display: none;
}

.p-apps-filter__accordion-cnt.is-active {
    display: block;
}

/* セルスタイル */
.table__cell {
  white-space: nowrap;
  /*
  overflow: hidden;
  text-overflow: ellipsis;
  */
  min-height: 25px;
  word-break: break-all;
}

.table__cell2 {
  min-height: 25px;
  word-break: break-all;
}

.table__cell3 {
  min-height: 25px;
  word-break: break-all;
  overflow: hidden;
  white-space: break-spaces;
}

/* Readmore */
.word-break-all {
  word-break: break-all;
}
.info {
  width: 100%;
  padding: 8px 0;
  border-radius: 5px;
  margin-top: 16px;
  background: #FFF;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.info__title {
  font-weight: bold;
}

.info__data {
  max-height: 48px;
  overflow: hidden;
  position: relative;
}

.info__item--opened .info__data {
  max-height: none;
}

.info__open-readmore {
  display: none;
  padding-left: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFF;
}

.info__item--readmore-active .info__open-readmore {
  display: block;
}

.info__item--opened .info__open-readmore {
  display: none;
}

.info__close-readmore {
  text-align: right;
  display: none;
}

.info__close-readmore a, .info__open-readmore a {
  color: #0379d5;
}

.info__item--opened .info__close-readmore {
  display: block;
}

/* table readmore */
.table__readmore {
  max-height: 23px;
  overflow: hidden;
  position: relative;
  white-space: normal;
  word-break: break-all; /* 半角文字を改行させる*/
  line-height: normal;
}

.word-break-all {
  word-break: break-all;
}

.table__readmore.table__readmore--2lines {
  max-height: 45px;
}

.table__readmore.table__readmore--opened {
  max-height: none;
}

.table__readmore-open-readmore a, .table__readmore-close-readmore a {
  color: #0379d5;
}

.table__readmore-open-readmore {
  display: none;
  padding-left: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFF;
}

.table:not(.table--layout) .table__body .table__row:hover .table__readmore-open-readmore {
  background: #c8e6ff;
}

.table:not(.table--layout) .table__body .table__row--checked .table__readmore-open-readmore {
  background: #c8e6ff;
}

.table__readmore--active .table__readmore-open-readmore {
  display: block;
}

.table__readmore--opened .table__readmore-open-readmore {
  display: none;
}

.table__readmore-close-readmore {
  text-align: right;
  display: none;
}

.table__readmore--opened.table__readmore--active .table__readmore-close-readmore {
  display: block;
}

/* モーダル表示中に裏の画面のスクロールを禁止 */
.disable-parent-scroll {
  overflow: hidden;
}

.first-login-header {
  height: auto;
}

.heno-dsp {
  color: #ff0000;
}

.heno-dsp-back {
  background-color: #ff0000;
}

.heno-dsp-input {
  flex-wrap: wrap;
  gap: 5px 5px;
}

.heno-dsp-input > div {
  width: 100%;
}

.heno-dsp-input .c-form__checkbox {
  min-height: 30px;
  display: inline-flex;
}

.u-opacity--0 {
  opacity: 0;
}

input:disabled::placeholder, textarea:disabled::placeholder {
  opacity: 0;
}


.finet-user .dtyp-list__select-flag-bf {
  background-color: red;
  margin: 5px 10px;
}

div[data-before] {
  word-break: break-all;
}

.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
  right: -5px;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
  right: -5px;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 100;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 100;
  color: inherit;
  display: inline-block;
  margin-left: 0;
  padding: 0;
}

.cur-month:before {
     content: "　年　"
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
}

.file_litmit_error {
  white-space: normal;
}

.ftsFilenameProhibitChars {
  font-family: 'ＭＳ Ｐゴシック';
  font-weight: bold;
}