/**   Color variable   **/
@font-face {
  font-family: KozMinPr6N-Heavy;
  font-weight: bold;
  src: url("../../fonts/KozMinPr6N-Heavy.otf") format("opentype"); }
body {
  color: #000000; }

section#content-wrapper {
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0; }
  @media only screen and (max-width: 767px) {
    section#content-wrapper {
      margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none; } }

.pc-hidden {
  display: none; }
  @media only screen and (max-width: 767px) {
    .pc-hidden {
      display: block; } }

@media only screen and (max-width: 767px) {
  .mobile-break {
    display: block; } }
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .mobile-break.medium-break {
    display: block;
    padding-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .medium-break {
    display: block; } }

h2, h3 {
  font-weight: bold; }

h2 {
  font-size: 24px; }

.pagetitle h1 {
  margin-bottom: 5px; }

.textCenter, .inline-link {
  display: block;
  text-align: center; }

.margin {
  margin-bottom: 45px; }

@media only screen and (min-width: 768px) {
  .mg-left {
    margin-left: 150px; } }

@media only screen and (max-width: 767px) {
  .full-width {
    width: 100% !important; } }

.image-margin {
  margin: 30px 0; }

.full-btn {
  width: 480px;
  margin: auto; }

a {
  color: #77a8f4;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:link {
    color: #588ddd; }

.lnk-blue {
  display: block;
  padding: 0 10px;
  height: 37px;
  line-height: 37px;
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff;
  background: url(../../images/hardlock/arrow-right.jpg) no-repeat right center #072e59; }
  .lnk-blue:link {
    color: #ffffff; }
  .lnk-blue:hover {
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25); }

.title_blue {
  padding: 10px;
  clear: both;
  color: #ffffff;
  background: #072e59; }

.list-arrow {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }
  .list-arrow > li {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 30px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    background: url("../../images/hardlock/arrow-list.png") no-repeat 0 5px transparent; }

.breadcrumb ul li {
  color: #5a8ddd; }
  .breadcrumb ul li:last-child {
    color: #525252; }

.sitemaplist {
  padding: 0;
  list-style: none; }
  .sitemaplist > li {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 30px;
    background: url("../../images/hardlock/arrow-list.png") no-repeat 0 5px transparent; }
    .sitemaplist > li.page_item_has_children > a {
      color: #5a8ddd; }

.divider {
  margin: 30px 0;
  border: 1px dotted #9a9a9a; }

.blue-btn {
  color: #ffffff !important;
  border-width: 4px;
  border-style: solid;
  border-color: #000000; }
  .blue-btn.radius {
    border-color: #072e59;
    width: auto;
    display: inline-block;
    color: #ffffff;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    .blue-btn.radius:hover {
      border-width: 4px;
      border-style: solid;
      border-color: #5a8ddd; }
  .blue-btn.lg {
    padding: 30px 50px;
    font-size: 17px; }
    .blue-btn.lg:hover {
      background-color: #5a8ddd; }
  .blue-btn:hover {
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25); }

.book-btn {
  display: -webkit-flex;
  display: flex;
  position: relative;
  color: #000000 !important;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border: 4px solid #072e59; }
  .book-btn:before {
    content: '';
    width: 37px;
    height: 32px;
    display: inline-block;
    margin-right: 15px;
    margin-top: -5px;
    background: url("../../images/hardlock/book-icon.png") no-repeat top center transparent; }
  .book-btn:hover {
    color: #5a8ddd !important;
    border-color: #5a8ddd;
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25); }
    .book-btn:hover:before {
      background-position: bottom center; }

.question-btn {
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border: 4px solid #072e59;
  color: #000000 !important;
  font-weight: bold; }
  .question-btn:before {
    content: '';
    width: 24px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -5px;
    background: url("../../images/hardlock/question-icon.png") no-repeat top transparent; }
  .question-btn:hover {
    color: #5a8ddd !important;
    border-color: #5a8ddd;
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25); }
    .question-btn:hover:before {
      background-position: bottom center; }

.white-btn {
  color: #ffffff;
  display: inline-block;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff; }
  .white-btn:hover {
    border-color: #072e59; }

.greyBox {
  background: #eeeded;
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 25px;
  padding-left: 30px; }
  @media only screen and (min-width: 1024px) {
    .greyBox {
      margin-top: 30px; } }

.hlBox {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  background: #ffffff;
  border-width: 3px;
  border-style: solid;
  border-color: #072e59; }
  .hlBox img {
    display: block;
    width: 100%;
    height: auto; }
  .hlBox .hlTitle {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    min-height: 112px;
    display: -webkit-flex;
    display: flex;
    color: #000000;
    justify-content: center;
    align-items: center;
    font-size: 17px; }
  .hlBox:hover {
    background: #072e59;
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25); }
    .hlBox:hover .hlTitle {
      color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .hlBox {
      background: #072e59;
      -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25); }
      .hlBox .hlTitle {
        color: #ffffff; } }
  @media only screen and (max-width: 959px) {
    .hlBox .hlTitle {
      font-size: 15px; } }

.itemBox {
  font-size: 20px;
  text-align: center;
  display: block;
  color: #000000; }
  .itemBox img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0; }
  .itemBox:link {
    color: #000000; }
  .itemBox:hover, .itemBox:visited, .itemBox:active {
    color: #072e59; }
    .itemBox:hover img, .itemBox:visited img, .itemBox:active img {
      -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25); }

.whiteBox {
  background: #ffffff;
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 25px;
  padding-left: 30px; }

.hasCol > div {
  width: 260px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 767px) {
    .hasCol > div {
      margin-top: 0;
      margin-right: auto;
      margin-bottom: 20px;
      margin-left: auto; } }

@media only screen and (min-width: 768px) {
  .hasTwoCol, .option-two-col-bottom, .product-two-col {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 2;
    max-width: 620px;
    margin: 0 auto; }
    .hasTwoCol > div, .option-two-col-bottom > div, .product-two-col > div {
      margin-top: 0;
      margin-right: 25px;
      margin-bottom: 30px;
      margin-left: 25px; } }

@media only screen and (max-width: 767px) {
  .mobile-full-width {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  div.hasTwoCol_lg {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 2;
    max-width: 780px;
    margin: 0 auto; }
    div.hasTwoCol_lg > div {
      width: 44%;
      margin-top: 0;
      margin-right: 3%;
      margin-bottom: 30px;
      margin-left: 3%; } }

.feature-two-col {
  display: flex;
  align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .feature-two-col {
      flex-direction: column; }
      .feature-two-col img,
      .feature-two-col .half-col {
        width: 100%; }
      .feature-two-col p {
        margin-left: 0; } }
  .feature-two-col p {
    margin-left: 10px; }
  .feature-two-col.margin {
    margin-bottom: 20px; }
  @media only screen and (max-width: 959px) {
    .feature-two-col.adjusted {
      flex-direction: column; }
      .feature-two-col.adjusted img,
      .feature-two-col.adjusted .half-col {
        width: 100%; }
      .feature-two-col.adjusted p {
        margin-left: 0; } }

.option-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 88%;
  margin: auto; }
  .option-block .blue-btn {
    padding: 35px 40px; }
  .option-block .book-btn,
  .option-block .question-btn {
    justify-content: center;
    font-size: 20px; }
  .option-block .product-two-col {
    justify-content: center; }
    .option-block .product-two-col > div {
      width: 230px;
      margin: 0 10px 30px 10px; }

.option-two-col-bottom {
  justify-content: center;
  width: 100%;
  max-width: 930px; }
  .option-two-col-bottom > div {
    margin: 0 10px 30px 10px;
    width: 44.5%; }

@media only screen and (min-width: 768px) {
  .hasThreeCol, .option-three-col-top {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 3;
    max-width: 930px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto; }
    .hasThreeCol > div, .option-three-col-top > div {
      width: 260px;
      margin-top: 0;
      margin-right: 25px;
      margin-bottom: 25px;
      margin-left: 25px; } }
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .hasThreeCol > div, .option-three-col-top > div {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%; } }

.inquiries .hasTwoCol_lg {
  max-width: 1000px;
  justify-content: space-between;
  align-items: flex-start; }
  .inquiries .hasTwoCol_lg > div:first-child {
    width: 50%;
    margin: 0; }
  .inquiries .hasTwoCol_lg > div:last-child {
    width: 42%;
    margin: 0; }
.inquiries .blue-btn {
  width: 85%;
  padding: 20px 0; }
.inquiries .relevant-info-title,
.inquiries .call-for-action {
  margin-bottom: 20px; }

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100%;
  font-size: 13px;
  color: #000000;
  border-radius: 5px; }
  .wpcf7-form input[type=text]:focus,
  .wpcf7-form input[type=email]:focus,
  .wpcf7-form input[type=tel]:focus,
  .wpcf7-form textarea:focus {
    border-color: #012c57; }
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
  height: 35px; }
.wpcf7-form input[type=tel] {
  padding: 6px 6px 8px 6px;
  border: 1px solid #e0e0e0; }

.blue-btn {
  background-color: #072e59;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 10px; }
  .blue-btn:hover {
    color: #ffffff;
    background-color: #5a8ddd; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .inquiries .hasTwoCol_lg > div:first-child,
  .inquiries .hasTwoCol_lg > div:last-child {
    width: 48%; } }
@media screen and (max-width: 767px) {
  .inquiries .hasTwoCol_lg > div:first-child,
  .inquiries .hasTwoCol_lg > div:last-child {
    width: 100%; } }
.sub-cause:last-child p,
.sub-cause:nth-child(3) p {
  min-height: 140px; }

.main-cause-detail {
  margin-left: 60px; }
  @media only screen and (max-width: 767px) {
    .main-cause-detail {
      margin-left: 0; }
      .main-cause-detail .half-col {
        width: 100% !important; } }
  .main-cause-detail li:nth-child(1),
  .main-cause-detail li:nth-child(3) {
    width: 51%; }
  .main-cause-detail li:nth-child(2),
  .main-cause-detail li:nth-child(4) {
    width: 49%; }
  .main-cause-detail .image-margin {
    margin-top: 0; }

.lower-fastening-force,
.loose-image-block {
  margin: 20px 0; }

.newline-indent {
  padding-left: 75px; }

.hexagon {
  background: url("../../images/hexagon.png") no-repeat center;
  padding: 15px;
  color: #ffffff; }

.footnote-title {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  padding: 1px 5px; }

.loose-danger {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border-width: 11px;
  border-style: solid;
  border-color: #e70012;
  padding: 15px 20px; }

.loose-safety {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border-width: 11px;
  border-style: solid;
  border-color: #96c22e;
  padding: 15px 20px; }

@media screen and (max-width: 767px) {
  .sub-cause:last-child p,
  .sub-cause:nth-child(3) p {
    min-height: auto; }

  .loose-image-block .half-col {
    margin-bottom: 20px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sub-cause:last-child p,
  .sub-cause:nth-child(3) p {
    min-height: 162px; }

  .main-cause-detail li:nth-child(1),
  .main-cause-detail li:nth-child(2),
  .main-cause-detail li:nth-child(3),
  .main-cause-detail li:nth-child(4) {
    width: 49%; } }
.products .hlBox {
  text-align: left; }
  .products .hlBox .hlTitle {
    display: block;
    min-height: 138px; }

.greyBox p {
  margin: 5px; }

.product-description {
  min-height: 208px;
  margin: 30px 0; }
  .product-description p {
    margin-bottom: 0; }

.other-link {
  padding: 15px; }

.inline-link {
  display: flex;
  justify-content: space-around;
  padding: 0 20px; }

@media screen and (max-width: 767px) {
  .products .product-description {
    min-height: auto; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .products .product-description {
    min-height: 215px; } }
.product-hls .option-block {
  width: 100%; }

.technical-principle img {
  width: 70%; }

.data-reusability h3 {
  margin-top: 18px; }
.data-reusability > div {
  margin-bottom: 25px; }

.testing-method ul li {
  list-style-type: none;
  padding-left: 0;
  background: none !important; }

.sample-testing-procedure {
  margin-bottom: 15px; }

.examination-pattern p {
  margin-left: 60px; }

.data-tightening-test img {
  width: 70%; }
.data-tightening-test p:nth-child(2),
.data-tightening-test p:nth-child(4) {
  margin-bottom: 35px; }

.data-nastest .half-col:first-child {
  width: 55%; }
.data-nastest .half-col:last-child {
  width: 40%; }
.data-nastest .sample-test-result-table img {
  width: 80%; }

@media screen and (max-width: 767px) {
  .data-nastest .half-col {
    width: 100% !important; }
  .data-nastest .sample-test-result-table img {
    width: 100%; } }
.loosening-traverse-cyclic-load img {
  width: 75%; }
.loosening-traverse-cyclic-load table, .loosening-traverse-cyclic-load td, .loosening-traverse-cyclic-load tr, .loosening-traverse-cyclic-load th {
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 16px; }
.loosening-traverse-cyclic-load table {
  width: 70%;
  margin: auto; }
.loosening-traverse-cyclic-load .test-condition img {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .loosening-traverse-cyclic-load .two-col.margin {
    margin-bottom: 0; }
  .loosening-traverse-cyclic-load .two-col .half-col:last-child {
    margin-bottom: 18px; } }

@media screen and (max-width: 767px) {
  .loosening-traverse-cyclic-load table {
    width: 100%;
    font-size: 14px; }
  .loosening-traverse-cyclic-load table, .loosening-traverse-cyclic-load td, .loosening-traverse-cyclic-load tr, .loosening-traverse-cyclic-load th {
    font-size: 12px; }
  .loosening-traverse-cyclic-load img {
    width: 100%; } }
.company-outline .height-align {
  height: 201px; }

@media screen and (max-width: 767px) {
  .company-outline .height-align {
    min-height: auto; }
  .company-outline .two-col {
    justify-content: flex-start; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .company-outline .half-col {
    width: 45%; }
  .company-outline .two-col {
    justify-content: space-between; } }
.table-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 960px;
  margin-bottom: 20px; }

.table-wrapper .table-container table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0; }

.table-wrapper .table1-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 2; }

.table-wrapper .table2-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: auto; }

.table-wrapper .table2-container table {
  width: 100%;
  min-width: 700px; }

.table-wrapper .table2-container table thead {
  visibility: hidden;
  pointer-events: none; }

@media screen and (max-width: 640px) {
  table {
    display: table; }

  .table-wrapper .table2-container {
    height: 400px; }

  .table-wrapper .table1-container {
    overflow: hidden; } }
.two-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.half-col {
  width: 45%; }

.three-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.a-third-col {
  width: 30%; }

.image-caption {
  text-align: center;
  margin-bottom: 0; }

.divider {
  margin: 30px 0;
  border: 1px dotted #9a9a9a; }

.option-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 88%;
  margin: auto; }
  .option-block .blue-btn {
    padding: 35px 40px; }
  .option-block .book-btn,
  .option-block .question-btn {
    justify-content: center;
    font-size: 20px; }
  .option-block .product-two-col {
    justify-content: center; }
    .option-block .product-two-col > div {
      width: 230px;
      margin: 0 10px 30px 10px; }

.option-two-col-bottom {
  justify-content: center;
  width: 100%;
  max-width: 930px; }
  .option-two-col-bottom > div {
    margin: 0 10px 30px 10px;
    width: 44.5%; }

.option-three-col-top {
  justify-content: center;
  width: 100%; }
  .option-three-col-top > div {
    width: 29%;
    margin: 0 10px 30px 10px; }

.option-five-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .option-five-col .blue-btn {
    padding: 35px 5px; }
  .option-five-col > div {
    width: 19%; }

.product-two-col {
  max-width: 900px;
  justify-content: center; }
  .product-two-col > div {
    width: 270px; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

@media screen and (max-width: 991px) {
  .option-block {
    width: 100%; }
    .option-block .product-two-col > div,
    .option-block .full-btn {
      width: 100%;
      margin: 0 0 30px 0; }

  .option-two-col-bottom > div,
  .option-three-col-top > div,
  .option-five-col > div {
    width: 100%;
    margin: 0 0 30px 0; }

  .product-two-col > div {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .half-col,
  .a-third-col {
    width: 100%; }

  .half-col:last-child {
    margin-bottom: 0; }

  .two-col,
  .three-col {
    justify-content: center; }

  .product-grid .hlBox {
    width: 100%;
    margin: 30px 0; } }

/*# sourceMappingURL=main-version.css.map */
