@charset "UTF-8";
html {
  background-color: #50BFD9;
  font-size: 62.5%; }

body {
  background-color: #50BFD9;
  font-size: 1.4em; }

p {
  font-size: 1.4rem;
  color: #292929; }

.btn {
  font-size: 1em; }

.fb {
  font-weight: bold; }

.login-alert-info {
  text-align: center;
  margin-top: 10px;
  color: red; }

#header-wrap {
  width: 100%;
  padding: 20px 40px;
  border-bottom: solid 1px white; }
  #header-wrap .header-grp {
    height: 100px; }
    #header-wrap .header-grp .header-l {
      padding-top: 25px; }
      #header-wrap .header-grp .header-l .main-title {
        width: 150px;
        display: block; }
        #header-wrap .header-grp .header-l .main-title img {
          width: 100%; }
    #header-wrap .header-grp .header-r {
      padding-top: 10px; }
      #header-wrap .header-grp .header-r .btn-set {
        display: block;
        width: 65px;
        height: 80px;
        transition: ease all 0.3s; }
        #header-wrap .header-grp .header-r .btn-set:hover {
          background-color: rgba(255, 255, 255, 0.1);
          opacity: 0.8; }
        #header-wrap .header-grp .header-r .btn-set img {
          width: 100%; }

.contents-wrap {
  padding: 20px 40px; }

.col-white {
  color: white; }

.wellcome-msg {
  font-size: 2rem;
  font-weight: bold; }

.font-big {
  font-size: 3rem; }

.font-mini {
  font-size: 1.6rem; }

.fs-16 {
  font-size: 1.6rem; }

.fs-20 {
  font-size: 2rem; }

.fs-30 {
  font-size: 3rem; }

.box-grp {
  width: 100%;
  background-color: white;
  box-shadow: 2px 2px 5px #46A6BC;
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 20px; }

.sub-color-5 {
  background-color: #46A6BC; }

.btn-normal {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  background-color: #50BFD9;
  border: solid 1px #50BFD9;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: ease all 0.3s; }
  .btn-normal:hover {
    color: #50BFD9;
    border: solid 1px #50BFD9;
    background-color: white; }

.btn-normal-w {
  color: #50BFD9;
  background-color: white;
  border: solid 1px #50BFD9; }
  .btn-normal-w:hover {
    color: white;
    background-color: #50BFD9;
    border: solid 1px #50BFD9; }

.btn-pink {
  color: white;
  background-color: #E05C87;
  border: solid 1px #E05C87; }
  .btn-pink:hover {
    color: #E05C87;
    border: solid 1px #E05C87;
    background-color: white; }

.btn-pink-w {
  color: #E05C87;
  background-color: white;
  border: solid 1px #E05C87; }
  .btn-pink-w:hover {
    color: white;
    background-color: #E05C87;
    border: solid 1px #E05C87; }

.btn-green {
  color: white;
  background-color: #2C9520;
  border: solid 1px #2C9520; }
  .btn-green:hover {
    color: #2C9520;
    border: solid 1px #2C9520;
    background-color: white; }

.btn-green-w {
  color: #2C9520;
  background-color: white;
  border: solid 1px #2C9520; }
  .btn-green-w:hover {
    color: white;
    background-color: #2C9520;
    border: solid 1px #2C9520; }

.btn-orange {
  color: white;
  background-color: #D99150;
  border: solid 1px #D99150; }
  .btn-orange:hover {
    color: #D99150;
    border: solid 1px #D99150;
    background-color: white; }

.btn-orange-w {
  color: #D99150;
  background-color: white;
  border: solid 1px #D99150; }
  .btn-orange-w:hover {
    color: white;
    background-color: #D99150;
    border: solid 1px #D99150; }

.btn-gray {
  color: white;
  background-color: #707070;
  border: solid 1px #707070; }
  .btn-gray:hover {
    color: #707070;
    border: solid 1px #707070;
    background-color: white; }

.btn-gray-w {
  color: #707070;
  background-color: white;
  border: solid 1px #707070; }
  .btn-gray-w:hover {
    color: white;
    background-color: #707070;
    border: solid 1px #707070; }

.btn-end-green {
  color: white;
  background-color: #006D80;
  border: solid 1px #006D80; }
  .btn-end-green:hover {
    color: #006D80;
    border: solid 1px #006D80;
    background-color: white; }

.btn-end-green-w {
  color: #006D80;
  background-color: white;
  border: solid 1px #006D80; }
  .btn-end-green-w:hover {
    color: white;
    background-color: #006D80;
    border: solid 1px #006D80; }

.btn-end-blue {
  color: white;
  background-color: #84c9e8;
  border: solid 1px #84c9e8; }
  .btn-end-blue:hover {
    color: #84c9e8;
    border: solid 1px #84c9e8;
    background-color: white; }

.btn-end-bule-w {
  color: #84c9e8;
  background-color: white;
  border: solid 1px #84c9e8; }
  .btn-end-bule-w:hover {
    color: white;
    background-color: #84c9e8;
    border: solid 1px #84c9e8; }

.btn-dl {
  position: relative;
  padding: 5px 10px 5px 35px; }
  .btn-dl:before {
    position: absolute;
    content: "";
    background: url(../../images/icon_dl.svg) no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    top: 50%;
    bottom: 50%;
    left: 10px;
    right: auto;
    margin: auto; }
  .btn-dl:hover:before {
    background: url(../../images/icon_dl_c.svg) no-repeat; }

.btn-up {
  position: relative;
  padding: 5px 10px 5px 35px; }
  .btn-up:before {
    position: absolute;
    content: "";
    background: url(../../images/icon_up.svg) no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    top: 50%;
    bottom: 50%;
    left: 10px;
    right: auto;
    margin: auto; }
  .btn-up:hover:before {
    background: url(../../images/icon_up_c.svg) no-repeat; }

input.btn-dl {
  background: url(../../images/icon_dl.svg) no-repeat #50BFD9;
  background-size: 20px;
  background-position: 10px 5px; }
  input.btn-dl:hover {
    background: url(../../images/icon_dl_c.svg) no-repeat white;
    background-size: 20px;
    background-position: 10px 5px;
    color: #50BFD9; }

.btn-disable {
  pointer-events: none !important;
  opacity: 0.4; }

.bd-btm {
  border-bottom: solid 1px #E2E2E2;
  margin: 10px 0; }

.color-box {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  color: white;
  background-color: #46A6BC;
  border: solid 1px #46A6BC;
  border-radius: 3px;
  text-align: center; }

.color-box-w {
  display: inline-block;
  padding: 5px 10px;
  color: #46A6BC;
  background-color: white;
  border: solid 1px #46A6BC;
  border-radius: 3px;
  text-align: center; }

.table-b-light th {
  border-bottom-color: inherit !important; }

.drop-zone {
  margin-bottom: 10px;
  padding: 10px;
  border: dashed 2px #a5a5a5;
  border-radius: 10px;
  width: 100%;
  height: 100px;
  background: #f7f7f7; }
  .drop-zone .drop-info {
    color: #a5a5a5; }

.modal-dialog .modal-title {
  font-size: 2rem; }
.modal-dialog .btn {
  font-size: 1.6rem; }

.login-grp {
  width: 400px;
  height: 400px;
  background: white;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -50%;
  right: -50%;
  margin: auto; }
  .login-grp .logo-imgBox {
    width: 150px;
    margin: 50px auto; }
    .login-grp .logo-imgBox .logo-title {
      width: 100%; }
    .login-grp .logo-imgBox .logo-cap {
      font-size: 1.6rem;
      color: #707070;
      margin-top: 10px;
      text-align: center; }
  .login-grp .form-idpw {
    width: 350px;
    margin: auto;
    font-size: 1.6rem;
    border: solid 1px #50BFD9; }
  .login-grp .login-info {
    color: #50BFD9;
    font-size: 1.2rem;
    text-align: center; }
  .login-grp .login-btn {
    font-size: 1.6rem;
    width: 270px;
    margin: auto;
    display: block; }

.config-grp {
  width: 780px;
  background-color: #F2FFF8;
  padding: 10px;
  border-radius: 3px;
  margin: auto; }
  .config-grp .form-control {
    height: 33px;
    line-height: 33px;
    padding: 0 0.75rem; }
  .config-grp .config-title {
    text-align: center;
    line-height: 30px;
    color: #50BFD9;
    margin: 0;
    padding: 0; }

.info-grp {
  margin-bottom: 10px; }

.status-box {
  width: 280px;
  height: 50px;
  border: solid 1px #E05C87;
  border-radius: 3px;
  margin-right: 10px; }
  .status-box .status-head {
    display: inline-block;
    width: 150px;
    line-height: 48px;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
    font-size: 2rem;
    color: #E05C87; }
    .status-box .status-head:after {
      display: block;
      content: '';
      width: 26px;
      height: 48px;
      background: url(../../images/status-01.svg) no-repeat;
      position: absolute;
      top: 0;
      right: -26px; }
  .status-box .status-count {
    font-size: 3rem;
    text-decoration: none;
    padding-right: 10px; }
    .status-box .status-count .mini-word {
      font-size: 2rem; }

.st-comp {
  border: solid 1px #2C9520; }
  .st-comp .status-head {
    color: #2C9520;
    background-color: #DAFCE2;
    height: 48px; }
    .st-comp .status-head:after {
      background: url(../../images/status-02.svg) no-repeat; }

.list-box .item-list {
  font-size: 2rem;
  line-height: 2; }

.status-box-sec {
  width: 150px; }
  .status-box-sec .status-head:after {
    content: inherit !important; }

.status-info {
  height: auto;
  margin-bottom: 0;
  line-height: 1.5; }

.table-wrap {
  width: 100%;
  overflow-x: scroll; }

.task-table {
  min-width: 1000px; }

.emp-info {
  font-weight: bold;
  text-align: center;
  font-size: 2.6rem; }

.icon-dwn-wrap {
  width: 100%;
  height: 20px;
  margin-bottom: 20px; }
  .icon-dwn-wrap .fig-icon-dwn {
    width: 40px;
    height: 20px;
    margin: auto; }
    .icon-dwn-wrap .fig-icon-dwn img {
      width: 100%; }

.table-cld-grp {
  background: #BDE1EA;
  padding: 20px;
  box-shadow: #9fdae7 -2px 3px 5px 2px inset; }

.accordion-switch[aria-expanded="false"]:after {
  margin-left: -.5em;
  font-size: 1.25em;
  font-family: fontAwesome;
  content: '\f107'; }

.accordion-switch[aria-expanded="true"]:after {
  margin-left: -.5em;
  font-size: 1.25em;
  font-family: fontAwesome;
  content: '\f106'; }

.accordion-switch[aria-expanded="true"] {
  background: #e7f1ff; }

tr:hover {
  background: #F4F4F4; }

.acdn-st-comp {
  background: #F2FFF8 !important; }

.acdn-st-comp-text {
  font-weight: bold;
  color: #2C9520; }

.hover-bg {
  background: #F4F4F4 !important; }

.non-hover {
  background: white !important; }

.dropdown-menu.show {
  padding: 10px 0 5px 0;
  font-size: 1.3rem;
  line-height: 1.5; }
  .dropdown-menu.show input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 10px; }
  .dropdown-menu.show label {
    display: block;
    padding: 0 10px 0 15px;
    margin-bottom: 5px; }
    .dropdown-menu.show label:hover {
      background: #F4F4F4; }

.keyword-search-form .form-control-lg {
  border: solid 2px #dee2e6; }

.fa-caret-down,
.fa-caret-up {
  padding: 2px 3px;
  color: #707070;
  border-radius: 3px;
  cursor: pointer; }
  .fa-caret-down:hover,
  .fa-caret-up:hover {
    background: #707070;
    color: white;
    opacity: 0.6; }

.form-switch-ot {
  padding: 5px 10px 0 50px; }
  .form-switch-ot .form-check-input {
    transform: scale(1.5);
    margin-right: 10px; }

.dunning-mail-body {
  display: block; }

.ds-none {
  display: none; }

.pager {
  display: flex; }

.tb-sticky-01 {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0; }

.tb-sticky-02 {
  position: -webkit-sticky;
  position: sticky;
  left: 150px; }

.dead-line-info {
  font-size: 1.2rem; }

.w-40 {
  width: 40px !important; }

.w-50 {
  width: 50px !important; }

.w-60 {
  width: 60px !important; }

.w-70 {
  width: 70px !important; }

.w-80 {
  width: 80px !important; }

.w-100 {
  width: 100px !important; }

.w-120 {
  width: 120px !important; }

.w-140 {
  width: 140px !important; }

.w-150 {
  width: 150px !important; }

.w-160 {
  width: 160px !important; }

.w-180 {
  width: 180px !important; }

.w-200 {
  width: 200px !important; }

.w-300 {
  width: 300px !important; }

.off {
  display: none; }

.filbis h3 {
  font-size: 1.2rem;
  text-align: center;
  background-color: #50bfd9;
  color: #fff;
  padding: 2px; }

.carousel-control-next,
.carousel-control-prev {
  border: none;
  background: none; }

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #50BFD9;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  background-size: 15px; }

.modal-dialog-big {
  max-width: 800px; }

.info-head-2 {
  font-size: 1.8rem;
  color: #50BFD9;
  font-weight: bold; }

.info-step {
  color: #D99150;
  font-weight: bold; }

.info-sub {
  font-size: 1.2rem;
  line-height: 1.3; }

.info-p img {
  margin: auto; }

.carousel-indicators button {
  border: none;
  margin-left: 5px;
  height: 5px; }
  .carousel-indicators button.active {
    background: #50BFD9; }

#header-wrap {
  padding: 10px 40px; }

#header-wrap .header-grp {
  height: 60px; }

#header-wrap .header-grp .header-l {
  padding-top: 5px; }
#header-wrap .header-grp .header-r {
  padding-top: 0; }
  #header-wrap .header-grp .header-r .btn-set {
    width: 60px;
    height: 60px; }

.config-row-Sample,
.deadline-box-Sample {
  display: none; }

.sup_comp_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.prf_check_grp {
  padding-top: 0.3em; }

.prf_status {
  color: red;
  border: solid 2px red;
  margin: 0;
  font-size: 1rem;
  border-radius: 3px;
  padding: 3px 4px 1px 4px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold; }

.prf_status_0 {
  color: #dee2e6;
  border: solid 2px #dee2e6; }

.prf_status_1 {
  color: red;
  border: solid 2px red; }

.prf_status_2 {
  color: #2C9520;
  border: solid 2px #2C9520; }

.tag-p {
  font-size: 1rem; }

.tag {
  display: inline-block;
  padding: 0 8px;
  background: #50bfd936;
  border-radius: 3px 0 0 3px;
  line-height: 20px;
  position: relative;
  box-sizing: border-box;
  height: 20px;
  margin-right: 13px; }

.tag:after {
  content: '';
  width: 10px;
  height: 20px;
  border: solid 10px #50bfd936;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  top: 0;
  right: -20px;
  /* margin-right: 20px; */ }

.tag.tagCate_fil_business {
  background: #2986ff42; }

.tag.tagCate_fil_business:after {
  border: solid 10px #2986ff42;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-right: solid 10px transparent; }

.tag.tagCate_fil_cat {
  background: #505fd936; }

.tag.tagCate_fil_cat:after {
  border: solid 10px #505fd936;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-right: solid 10px transparent; }

.tag.tagCate_fil_sap_status {
  background: #47ba3c36; }

.tag.tagCate_fil_sap_status:after {
  border: solid 10px #47ba3c36;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-right: solid 10px transparent; }

.tag.tagCate_fil_status {
  background: #ffea3257; }

.tag.tagCate_fil_status:after {
  border: solid 10px #ffea3257;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-right: solid 10px transparent; }

.tag.tagCate_fil_prfcheck {
  background: #d9505036; }

.tag.tagCate_fil_prfcheck:after {
  border: solid 10px #d9505036;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-right: solid 10px transparent; }

.tr_flex form {
  display: flex;
  justify-content: space-between; }

.sup_memo_tr:hover {
  background: #fff !important; }

.memo_insert {
  width: 100%;
  border: none;
  background: #f9f9f9;
  padding: 4px 10px;
  /* border-radius: 0 10px 10px 0; */
  font-size: 12px;
  height: 24px;
  vertical-align: middle; }

.ansco_white {
  border-bottom: solid 1px white; }

.memo-updt-btn {
  margin-right: 140px;
  font-size: 12px;
  height: 24px;
  padding: 0.25em;
  border-radius: 0 10px 10px 0; }

.sup_memo_td {
  padding: 0 0.5rem 0.5rem 0.5rem !important; }

.memo_title {
  width: 60px;
  font-size: 10px;
  background: #dedede;
  /* padding: 5px; */
  color: #a1a1a1;
  border-radius: 10px 0 0 10px;
  height: 24px;
  line-height: 24px;
  text-align: center; }

.insert_pres_memo {
  background: #e8f0fe; }

.sup_memo_tr {
  position: absolute;
  height: 0;
  overflow: hidden; }

.memo_tr_pres_memo {
  position: inherit; }

.icon_memo_img_box {
  width: 25px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 3px;
  padding: 2px 3px;
  height: 25px;
  vertical-align: middle; }
  .icon_memo_img_box:hover {
    opacity: 0.8; }

.icon-required {
  color: white;
  background: red;
  padding: 3px 5px;
  font-size: 0.8rem;
  border-radius: 3px;
  margin: auto 0.5rem auto auto;
  font-weight: bold;
  display: inline-block;
  vertical-align: top; }

.complete-modal .modal-footer {
  background-color: #fff7b5; }

.icon-lock-img-box {
  width: 20px;
  display: inline-block;
  margin: -0.5rem 0.5rem 0 0;
  vertical-align: bottom; }
  .icon-lock-img-box:hover {
    opacity: 0.6;
    transition: 0.3s ease all; }

/*# sourceMappingURL=common.css.map */
