@charset "UTF-8";
.mod-heading{
  font-size: 1.125em;
  margin-top: 30px;
  margin-bottom: 20px;
}
.mod-heading-xdcam {
  margin: 40px 0 30px;
  padding: 7px 15px;
  background: url(/xdcam/share/images/img_bg_title.jpg) no-repeat left bottom;
  border-bottom: none;
  background-repeat: repeat-y;
  background-color: #e3effb;
}
.mod-heading-xdcam *{
  float: none;
}
div.mod-heading >*{
  float: none;
}
.mod-linkButton1{
  border: solid 1px #bcbcbc;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(188, 188, 188, 1) 100%);
  min-width: 6em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
.mod-linkButton1:before{
  content: "\25B6";
  box-sizing: content-box;
  display: inline-block;
  padding-right: .4em;
  width: 1em;
  margin-left: -.6em;
}
@media only screen and (max-width: 767px) {
  .mod-linkButton1{
    font-size: 12px!important;
  }
  .mod-heading-xdcam > *{
    font-size: 1.125em;
  }
}

.c5-subheading{
  border-bottom: solid 1px ;
}

.mod-about-block .ex-listmark-about{
  color: #296095;
}
.mod-about-block .mod-about-table th{
  background-color: #296095;
}
.mod-about-block .mod-about-table .bg-color-blue1{
  background-color: #bfcce5;
  color: #262626;
}
.mod-about-block .mod-about-table .bg-color-blue2{
  background-color: #dde4f2;
  color: #262626;
}

@media only screen and (max-width: 900px) {
.c5-tableScroll{
  max-height: 70vh;
  width: 100%;
  overflow: auto;
  table{
    width: max-content;
    thead{
      position: sticky;
      top: 0;
      z-index: 2;
    }
    &.c5-table-1{
      tr{
        .c5-th1{
          position: sticky;
          left: 0;
          z-index: 1;
          outline: solid 1px #ddd;
        }
        .c5-th2{
          position: sticky;
          left: 120px;
          z-index: 1;
          outline: solid 1px #ddd;
          background: white;
        }
      }
    }
    &.c5-table-2{
      tr{
        .c5-th1{
          position: sticky;
          z-index: 1;
          left: 0;
          outline: solid 1px #ddd;
        }
        .c5-th2{
          position: sticky;
          z-index: 1;
          left: 20px;
          background: white;
          outline: solid 1px #ddd;
        }
        .c5-th3{
          position: sticky;
          z-index: 1;
          left: 74px;
          background: white;
          outline: solid 1px #ddd;
        }
      }
    }
  }
}
}