@charset "utf-8";
/* fonts */
#products .manual .heading {
  min-height: 3em;
}
.sub-title {
  font-weight: bold;
  color: #1d2080;
  font-size: 140%;
}
#products .manual .subheading {
  text-align: center;
  display: block;
  width: 100%;
}
#products .manual .subheading.num span {
  display: table-cell;
  text-align: left;
}
.col.col-tbl__txt {
  min-height: 5em;
}
/*main*/
h4.subheading.subheading_s.num {
    display: flex !important;
}
.sec3-6 {
  margin-top: 100px;
}
.arrow-right {
  position: relative;
  padding: .5em 2em;
  font-size: 93%;
}
.arrow-right:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("/assets/images/link_right.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
a:hover .arrow-right:after {
  background-image: url("/assets/images/link_right_w.png");
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#products .manual .col-tbl {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}
#products .manual .col-tbl .col {
  width: 100%;
}
section .inr {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #products .manual .heading {
    min-height: none;
  }
  .tab-wrap {
    display: flex;
    flex-direction: column;
  }
  #products .manual .col-tbl {
    width: 100%;
  }
}