/*
 * sdk_guide.css
 * createdAt: 2017.06.15
 * updatedAt: 2017.07.03
 * updatedAt: 2017.07.07
 * updatedAt: 2021.10.06
 * updatedAt: 2024.06.12
 */

/*========================================

  .c5_header_c1

========================================*/
article .c5_header_c1 {
  margin-top: 30px;
}
article .c5_header_c1 h1 {
  font-size: 24px;
  line-height: 24px;
}


/*========================================

  .c5-TabBox2_top

========================================*/
article .c5-TabBox2_top {
  margin: 40px 0 0;
  border-width: 2px;
}


/*========================================

  .guide-

========================================*/
.guide-hide {
  display: none;
}
.guide-heading {
  text-align: center;
  margin: 45px 0 25px;
  padding: 0 0 10px;
  font-size: 118.8%;
  line-height: 1.2;
  border-bottom: 1px solid #898989;
}
.guide-secHeading {
  position: relative;
  margin: 40px 0 15px;
  padding: 0 0 8px;
  font-size: 106.3%;
  line-height: 1.2;
  border-bottom: 2px solid #bfbfbf;
}
.guide-secHeading__catches {
  padding-left: 20px;
}
.guide-secHeading__catches:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  background: #bcdffa;
  content: '';
}
.guide-txt,
.guide-txt__heading {
  font-size: 87.5%;
  line-height: 2.0;
}
.guide-txt__heading {
  margin-top: 15px;
}
.guide-anchor:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin-left: 6px;
  font-family: 'fontello';
  font-size: 12px;
  line-height: 12px;
  content: '\e826';
}

@media(max-width: 639px) {
  .guide-frame {
    padding: 15px 20px;
  }
  .guide-txt + .guide-frame__title {
    margin-top: 15px;
  }
  .guide-secHeading__catches {
    padding-left: 20px;
  }
  .guide-secHeading__catches:before {
    position: absolute;
    width: 10px;
    height: 70%;
  }
}


/*----------------------------------------
  .guide-frame
----------------------------------------*/
.guide-frame {
  box-sizing: border-box;
  padding: 15px 25px;
  background: #e6f0f8;
}
.guide-frame__title {
  display: block;
  font-size: 87.5%;
  line-height: 1.6;
}
.guide-frame + .guide-frame {
  margin-top: 20px;
}
.guide-frame__title + .guide-txt {
  margin-top: 5px;
}
.guide-txt + .guide-frame {
  margin-top: 10px;
}
.guide-txt + .guide-frame__title {
  margin-top: 10px;
}

@media(max-width: 639px) {
  .guide-frame {
    padding: 15px 20px;
  }
  .guide-txt + .guide-frame__title {
    margin-top: 15px;
  }
}


/*----------------------------------------
  .guide-linkbox
----------------------------------------*/
.guide-linkbox {
  display: table;
  margin-top: 35px;
  width: 100%;
}
.guide-linkbox__txtbox {
  display: table-cell;
  vertical-align: top;
  padding-right: 35px;
}
.guide-linkbox__sub {
  display: table-row;
}
.guide-linkbox__sub strong {
  display: block;
  padding-bottom: 7px;
  font-size: 100%;
  line-height: 1.4;
  color: #145189;
}
.guide-linkbox__title {
  margin-bottom: 7px;
  font-size: 100%;
  line-height: 1.4;
}
.guide-linkbox__txt {
  font-size: 87.5%;
  line-height: 1.7;
}
.guide-linkbox__btn {
  display: table-cell;
  vertical-align: top;
  width: 189px;
}
.guide-linkbox__btn .btn {
  font-size: 12px;
  line-height: 1;
  padding: 10px 0px;
}

@media(max-width: 639px) {
  .guide-linkbox,
  .guide-linkbox__sub,
  .guide-linkbox__txtbox,
  .guide-linkbox__btn {
    display: block;
    width: auto;
  }
  .guide-linkbox {
    margin-top: 40px;
  }
  .guide-linkbox__txtbox {
    padding-right: 0;
  }
  .guide-linkbox__btn {
    margin-top: 15px;
  }
  .guide-secHeading + .guide-linkbox {
    margin-top: 20px;
  }
}

/*----------------------------------------
  .guide-usecase
----------------------------------------*/
.guide-usecase__heading {
  text-align: center;
  margin: 40px 0 15px;
  font-size: 93.8%;
  line-height: 1.4;
  color: #145189;
}
.guide-usecase__container {
  font-size: 0;
}
.guide-usecase {
  display: inline-block;
  vertical-align: top;
  margin-left: 5.8823529%;
  padding: 25px 0;
  width: 47.0588235%;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #707070;
}
.guide-usecase:nth-child(2n+1) {
  margin-left: 0;
}
.guide-usecase__title {
  font-size: 93.8%;
  line-height: 1.2;
  color: #145189;
}
.guide-usecase__divider {
  margin-top: 20px;
  border-top: 1px dotted #999;
}
.guide-usecase__cntbox {
  margin-top: 20px;
  font-size: 75%;
  line-height: 1.4;
}
.guide-usecase__cntbox strong {
  display: block;
  font-weight: 400;
}
.guide-usecase__cntbox p {
  margin-top: 7px;
}
.guide-usecase__cntbox a {
  position: relative;
  display: block;
  padding-right: 20px;
}
.guide-usecase__cntbox a:after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  right: 0;
  margin-top: -2px;
  font-family: 'fontello';
  font-size: 6px;
  line-height: 6px;
  content: '\e826';
}
.guide-usecase__btnbox {
  text-align: right;
  margin-top: 15px;
}
.guide-usecase__btnbox .btn {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 6px 0px 7px;
  width: 170px;
}

@media(max-width: 639px) {
  .guide-usecase {
    display: block;
    margin-left: 0;
    padding: 25px 0;
    width: auto;
  }
}

/*----------------------------------------
  .guide-func
----------------------------------------*/
.guide-func__heading {
  margin: 40px 0 20px;
  padding: 0;
  border-bottom: none;
}
.guide-func__table thead,
.guide-func__table tbody td {
  text-align: center;
}
.guide-func__table--num  {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.2;
}
/*--
.guide-func__table td:last-child {
  border-right: 0;
}
--*/
.guide-func__table tbody td sup {
  top: 0;
  padding: 0;
  font-size: 0.813rem;
}
.guide-func .guide-frame {
  margin-top: 20px;
}
.guide-func .guide-frame__title {
  font-size: 100%;
}

@media(max-width: 639px) {
  .guide-func__table--num  {
    font-size: 12px;
  }
  .guide-func__table tbody td sup {
    font-size: 90%;
  }
}

/*----------------------------------------
  .guide-notebox
----------------------------------------*/
.guide-notebox {
  margin-top: 30px;
}
.guide-notebox__txt {
  position: relative;
  padding-left: 18px;
  font-size: 68.8%;
  line-height: 2.0;
}
.guide-notebox__txt span {
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------
  .tag-status
----------------------------------------*/
.tag-status {
  margin-left: 3px;
  padding: 3px 8px;
  font-size: 11.5px;
  font-weight: bold;
  border: 1px solid black;
  color: black;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.tag-status__discon {
  color: white;
  background-color: #737373;
  border-color: #737373;
}



/*========================================

  simpleLightbox

========================================*/
.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 25px 20px;
}

.slbContentInner,
.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  width: 47px;
  height: 47px;
  position: absolute;
  z-index: 2030;
  right: 15px;
  top: 15px;
  outline: none;
  background-image: url(../img/guide_modal_btn_close.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #3a3a3a;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/*========================================

  .guide-modal

========================================*/
.slbActive body {
  overflow: hidden !important;
}
.slbContentOuter {
  max-width: 1140px;
  width: 100%;
}
.guide-modal {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 55px;
  max-width: 1100px;
  width: 100%;
  background: #fff;
}
.guide-modal__title {
  text-align: center;
  font-size: 137.5%;
  line-height: 1.5;
  color: #145189;
}
.guide-modal__intro {
  text-align: center;
  margin: 15px 0 0;
  font-size: 93.8%;
}
.guide-modal__line {
  margin-top: 40px;
}
.guide-modal__heading {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  min-width: 178px;
  font-size: 87.5%;
  line-height: 24px;
  color: #fff;
  background: #656976;
}
.guide-modal__txt {
  margin: 0;
  font-size: 87.5%;
  line-height: 2.0;
}
li.guide-modal__txt {
  margin-top: 5px;
  line-height: 1.4;
}
.guide-modal__txt p {
  margin: 0;
}
.guide-modal__list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc;
}
.guide-modal__note {
  font-size: 75%;
  line-height: 1.4;
}
.guide-modal__imgbox {
  text-align: center;
  line-height: 0;
}
.guide-modal__imgbox img {
  width: 100%;
  height: auto;
}

.guide-modal__heading:first-child {
  margin-top: 0;
}
.guide-modal__txt + 
.guide-modal__heading {
  margin-top: 10px;
}

.guide-modal__heading + 
.guide-modal__list {
  margin-top: 12px;
}
.guide-modal__heading + 
.guide-modal__imgbox {
  margin-top: 15px;
}
.guide-modal__imgbox +
.guide-modal__note {
  margin: 20px 0 0;
}

.guide-modal__close {
  position: relative;
  text-align: center;
  display: none;
  margin: 40px auto 0;
  max-width: 210px;
  font-size: 100%;
  line-height: 40px;
  color: #fff;
  background: #3a3a3a;
  cursor: pointer;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.guide-modal__close span {
  position: absolute;
  right: 25px;
  margin: auto;
}
.guide-modal__close:hover {
  opacity: 0.6;
}
.slbActive .guide-modal__close {
  display: block;
}

@media(max-width: 639px) {
  .slbCloseBtn {
    width: 32px;
    height: 32px;
    right: 10px;
    top: 10px;
  }
  .guide-modal {
    padding: 62px 30px 30px;
  }
}
@media(max-width: 480px) {
  .guide-modal {
    padding: 52px 15px 30px;
  }
}

/*
---------------------------------------------------------------

* updatedAt: 2021.10.06

---------------------------------------------------------------*/

 /* sticky
---------------------------------------------------------------*/
.mod-table2{
  width:95%;
  margin:0 auto;
}
@media(max-width: 639px) {
  .mod-table2{
    width:1200px;  
  }
}
@media(max-width: 414px) {
  .mod-table2{
    width:1000px;  
  }
}
/*
.mod-table2{
  width:1800px;  
}

*/
 /* sticky_table_wrapper
----------------------------------- */
.sticky_table_wrapper {
  margin-bottom:50px;
}
@media(max-width: 639px) {
.sticky_table_wrapper {
  width:96%;
  height: 75vh;
  margin:0 2% 50px;
  overflow: scroll;
  box-sizing:border-box;
}
}
_:lang(x)::-moz-placeholder,.mod-table2 thead th, .mod-table2 thead td {
  /*ff sticky border hack*/
  background-clip: padding-box;
}
_:lang(x)::-moz-placeholder,.mod-table2 tbody th,.mod-table2 tbody td{
  /*ff sticky border hack*/
  background-clip: padding-box !important;

}
/* sticky_arw
----------------------------------- */
.sticky_arw_th{
  padding:0 0 !important;
}
.sticky_arw a{
  color: #fff;
  padding:10px 0 !important;
  position: relative;
  display: block;
}
.sticky_arw a:after{
  width: 6px;
  height: 6px;
  content:"";
  position:absolute;
	right: 10px;
	top: 43%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media(max-width: 639px) {
  .sticky_arw a:after{
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 40%;
  }
}
/* fixrowline
----------------------------------- */
.sticky_table .fixrowline{
  width: 90px;
	position: sticky;
  top:0;
	left: 0;
  z-index:3;
}
@media(max-width: 1031px) {
  .sticky_table .fixrowline{
    width: 80px;
  }
}
@media(max-width: 1014px) {
  .sticky_table .fixrowline{
    width: 70px;
  }
}
@media(max-width: 414px) {
  .sticky_table .fixrowline{
    width: 50px;
  }
}
.sticky_table .fixrowline:before{
  content : "" ;
  position : absolute ;
  top : 0 ;
  left : 0 ;
  width : 100% ;
  height : 100% ;
  border-right : 5px #fff solid;
}
_:-ms-lang(x), .sticky_table .fixrowline:before{
  /*ie11 hack*/
  width : 0% ;
  height : 0% ;
}
.sticky_table .fixrowline2{
	position: sticky;
  top:0;
	left: 122px;
  z-index:3;
}
@media(max-width: 639px) {
  .sticky_table .fixrowline2{
    left: 90px;
  }
}
@media(max-width: 414px) {
  .sticky_table .fixrowline2{
    width: 60px;
    left: 70px;
  }
}
_:lang(x)::-moz-placeholder,.sticky_table .fixrowline2{
  /*ff sticky border hack*/
	left: 123px;
}
@media(max-width: 639px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrowline2{
    /*ff sticky border hack*/
    left: 91px;
  }
}
@media(max-width: 414px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrowline2{
    /*ff sticky border hack*/
    left: 71px;
  }
}
.sticky_table .fixrowline2:before{
  content : "" ;
  position : absolute ;
  top : 0 ;
  left : 0 ;
  width : 100% ;
  height : 100% ;
  border-bottom : 5px #fff solid;
}
_:-ms-lang(x), .sticky_table .fixrowline2:before{
  /*ie11 hack*/
  width : 0% ;
  height : 0% ;
  border-bottom : none;
}
.sticky_table .fixrowline3{
	position: sticky;
  top: 49px;
	left: 122px;
  z-index:3;
}
@media(max-width: 1018px) {
  .sticky_table .fixrowline3{
    top: 71px;
  }
}
@media(max-width: 639px) {
  .sticky_table .fixrowline3{
    top: 39px;
    left: 90px;
  }
}
@media(max-width: 414px) {
  .sticky_table .fixrowline3{
    top: 37px;
    left: 70px;
  }
}
_:lang(x)::-moz-placeholder,.sticky_table .fixrowline3{
  /*ff sticky border hack*/
  top: 50px;
	left: 123px;
}
@media(max-width: 639px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrowline3{
    /*ff sticky border hack*/
    top: 39px;
    left: 91px;
  }
}
@media(max-width: 414px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrowline3{
    /*ff sticky border hack*/
    top: 39px;
    left: 71px;
  }
}
.sticky_table .fixrowline4{
	position: sticky;
	top: 148px;
	left: 122px;
  z-index:3;
}

@media(max-width: 1018px) {
  .sticky_table .fixrowline4{
    top: 169px;
  }
}
@media(max-width: 639px) {
  .sticky_table .fixrowline4{
    top: 118px;
    left: 90px;
  }
}
@media(max-width: 414px) {
  .sticky_table .fixrowline4{
    top: 105px;
    left: 60px;
  }
}
_:lang(x)::-moz-placeholder,.sticky_table .fixrowline4{
  /*ff sticky border hack*/
	left: 123px;
}
@media(max-width: 639px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrowline4{
    /*ff sticky border hack*/
    left: 91px;
  }
}
@media(max-width: 414px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrowline4{
    /*ff sticky border hack*/
    left: 71px;
  }
}

/* fixrow
----------------------------------- */
.sticky_table .fixrow{
  position: sticky;
  top: 0;
  z-index: 1;
}
.sticky_table .fixrow:before{
  content : "" ;
  position : absolute ;
  top : 0 ;
  left : 0 ;
  width : 100% ;
  height : 100% ;
  border-right : 5px #fff solid;
  border-bottom : 5px #fff solid;
}
_:-ms-lang(x), .sticky_table .fixrow:before{
  /*ie11 hack*/
  width : 0% ;
  height : 0% ;
  border-bottom : none;
}
.sticky_table td:last-child.fixrow:before{
  border-right : none;
}
.sticky_table .fixrow2{
  position: sticky;
  top: 49px;
  z-index: 1;
}
@media(max-width: 1018px) {
  .sticky_table .fixrow2{
    top: 70px;
  }
}
@media(max-width: 639px) {
  .sticky_table .fixrow2{
    top: 40px;
  }
}
@media(max-width: 414px) {
  .sticky_table .fixrow2{
    top: 57px;
  }
}
_:lang(x)::-moz-placeholder,.sticky_table .fixrow2{
  /*ff sticky border hack*/
  top: 50px;
}
@media(max-width: 639px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrow2{
    /*ff sticky border hack*/
    top: 39px;
  }
}
@media(max-width: 414px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrow2{
    /*ff sticky border hack*/
    top: 39px;
  }
}
.sticky_table .fixrow3{
  position: sticky;
  top: 124px;
  z-index: 1;
}
@media(max-width: 1018px) {
  .sticky_table .fixrow3{
    top: 124px;
  }
}
@media(max-width: 639px) {
  .sticky_table .fixrow3{
    top: 99px;
  }
}
@media(max-width: 414px) {
  .sticky_table .fixrow3{
    top: 42px;
  }
}

_:lang(x)::-moz-placeholder,.sticky_table .fixrow3{
  /*ff sticky border hack*/
  top: 50px;
}
@media(max-width: 639px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrow3{
    /*ff sticky border hack*/
    top: 39px;
  }
}
@media(max-width: 414px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrow3{
    /*ff sticky border hack*/
    top: 39px;
  }
}
.sticky_table .fixrow4{
  position: sticky;
  top: 148px;
  z-index: 1;
}
@media(max-width: 1018px) {
  .sticky_table .fixrow4{
    top: 169px;
  }
}
@media(max-width: 639px) {
  .sticky_table .fixrow4{
    top: 118px;
  }
}
@media(max-width: 414px) {
  .sticky_table .fixrow4{
    top: 72px;
  }
}
_:lang(x)::-moz-placeholder,.sticky_table .fixrow4{
  /*ff sticky border hack*/
  top: 50px;
}
@media(max-width: 639px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrow4{
    /*ff sticky border hack*/
    top: 39px;
  }
}
@media(max-width: 414px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixrow4{
    /*ff sticky border hack*/
    top: 39px;
  }
}

/* fixline
----------------------------------- */
.sticky_table .fixline{
  width: 80px;
	position: sticky;
	left: 0px;
  z-index:2;
}
.sticky_table .fixline:before{
  content : "" ;
  position : absolute ;
  top : 0 ;
  left : 0 ;
  width : 100% ;
  height : 100% ;
  border-right : 5px #fff solid;
  border-bottom : 5px #fff solid;
}
_:-ms-lang(x), .sticky_table .fixline:before{
  /*ie11 hack*/
  width : 0% ;
  height : 0% ;
  border-bottom : none;
}
.sticky_table .fixline2 {
  position: sticky;
	left: 122px;
  z-index:2;
}
@media(max-width: 639px) {
  .sticky_table .fixline2 {
    left: 92px;
  }
}
@media(max-width: 414px) {
  .sticky_table .fixline2 {
    left: 70px;
  }
}
_:lang(x)::-moz-placeholder,.sticky_table .fixline2{
  /*ff sticky border hack*/
    left: 123px;
}
@media(max-width: 639px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixline2{
    /*ff sticky border hack*/
    left: 91px;
  }
}
@media(max-width: 414px) {
  _:lang(x)::-moz-placeholder,.sticky_table .fixline2{
    /*ff sticky border hack*/
    left: 71px;
  }
}
.sticky_table .fixline2:before{
  content : "" ;
  position : absolute ;
  top : 0 ;
  left : 0 ;
  width : 100% ;
  height : 100% ;
  border-bottom : 5px #fff solid;
}
_:-ms-lang(x), .sticky_table .fixline2:before{
  /*ie11 hack*/
  width : 0% ;
  height : 0% ;
  border-bottom : none;
}
.sticky_table .fixline3 {
  position: sticky;
	left: 122px;
  z-index:2;
}
@media(max-width: 639px) {
  .sticky_table .fixline3 {
    left: 92px;
  }
}
@media(max-width: 414px) {
  .sticky_table .fixline3 {
    left: 70px;
  }
}
.sticky_table .fixline4 {
  width: 212px;
  position: sticky;
	left: 0;
  z-index:2;
}













