/**   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 {
  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; }

/** Page Title **/
#header-inner {
  background: none;
  border: none; }

#header-inner-content {
  padding: 0; }

/* Main Menu */
#header.type4 #mainmenu ul li#menu-item-223 {
  background-image: none;
  right: 0;
  top: 0;
  left: auto; }
  #header.type4 #mainmenu ul li#menu-item-223 a {
    background: url("../../images/hardlock/cart-icon.png") no-repeat 8px center #5a8ddd;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 54px; }
    #header.type4 #mainmenu ul li#menu-item-223 a:hover {
      background-color: #598dde; }
#header.type4 #mainmenu li.current-menu-ancestor {
  -webkit-box-shadow: 0px 3px 0px #072e59;
  -moz-box-shadow: 0px 3px 0px #072e59;
  box-shadow: 0px 3px 0px #072e59; }
#header.type4 #mainmenu ul li span {
  padding-left: 50px;
  padding-right: 50px; }
#header.type4 #menu-container {
  border: none; }

#mainmenu ul li > span {
  padding-left: 50px;
  padding-right: 50px; }
#mainmenu ul li > a {
  padding-right: 45px;
  padding-left: 45px; }

/* Banner */
#banner-homepage-content {
  position: relative;
  border-bottom: 1px dotted #9a9a9a; }
  #banner-homepage-content .bnTitle p {
    font-size: 2em;
    line-height: 1.5em;
    position: absolute;
    right: 4%;
    top: 30%; }
    #banner-homepage-content .bnTitle p.jp-version {
      right: 8%;
      top: 25%; }
    @media screen and (max-width: 768px) and (min-width: 660px) {
      #banner-homepage-content .bnTitle p {
        font-size: 1.7em;
        line-height: 1.4em;
        right: 3.5%; } }
    @media screen and (max-width: 659px) and (min-width: 590px) {
      #banner-homepage-content .bnTitle p {
        font-size: 1.5em;
        top: 25%;
        line-height: 1.4em; } }
    @media screen and (max-width: 589px) and (min-width: 500px) {
      #banner-homepage-content .bnTitle p {
        font-size: 1.3em;
        line-height: 1.3em;
        top: 25%; }
        #banner-homepage-content .bnTitle p.jp-version {
          line-height: 1.4em; } }
    @media screen and (max-width: 499px) and (min-width: 380px) {
      #banner-homepage-content .bnTitle p {
        font-size: 1.1em;
        line-height: 1.2em;
        top: 25%; }
        #banner-homepage-content .bnTitle p.jp-version {
          line-height: 1.4em; } }
    @media screen and (max-width: 379px) {
      #banner-homepage-content .bnTitle p {
        font-size: 0.8em;
        line-height: 1.2em;
        top: 27%;
        right: 4.5%; }
        #banner-homepage-content .bnTitle p.jp-version {
          line-height: 1.4em; } }

.bnTitle p {
  font-weight: bold;
  font-family: KozMinPr6N-Heavy;
  color: #ffffff;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .bnTitle p {
      font-size: 30px; } }

/* Main Menu Mobile */
.mobile-toggle {
  display: none; }

@media only screen and (max-width: 959px) {
  body #box-wrapper {
    margin: 0; }

  .mobile-toggle {
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    float: right;
    display: block;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in; }
    .mobile-toggle span {
      width: 30px;
      height: 4px;
      margin-bottom: 6px;
      border-radius: 1000px;
      background: #072e59;
      display: block; }
    .mobile-toggle.open {
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg); }
      .mobile-toggle.open span {
        background: #ffffff; }

  #header.type4 #indonez-mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    clear: both;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    background: #ffffff;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
    #header.type4 #indonez-mobile-menu.open-nav {
      display: block !important;
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    #header.type4 #indonez-mobile-menu .slicknav_menu {
      background: transparent !important; }
  #header.type4 #menu-container {
    position: absolute;
    top: 65px;
    right: 5px;
    margin: 0;
    width: auto;
    background: transparent; }
    #header.type4 #menu-container.no-searchform #indonez-mobile-menu {
      width: 250px; }
  #header.type4 .slicknav_btn {
    display: none; }
  #header.type4 .slicknav_nav {
    margin: 0;
    border: none;
    max-height: 400px;
    overflow-y: auto;
    border-right: 1px solid  #ebebeb;
    display: block !important; }

  #left-header {
    width: auto; }
    #left-header #logo img {
      max-height: 45px; }

  .slicknav_nav ul {
    visibility: visible !important; } }
.overlay-menu {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 210;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8); }
  .overlay-menu.open {
    visibility: visible; }

footer {
  background: #222325;
  position: relative; }
  footer .widget_title {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #ffffff; }
  footer .textwidget .widget_title {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      footer .textwidget .widget_title {
        margin: 10px 0 20px 0; } }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li ul {
      margin: 0;
      padding: 0; }
  footer .column {
    padding: 0; }

.footerBox {
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    .footerBox {
      padding: 40px 10px; } }

.footerList li a {
  color: #ffffff; }
  .footerList li a:hover {
    color: #588ddd; }
.footerList li li {
  margin: 0 0 10px 0;
  font-size: 90%; }
@media only screen and (min-width: 768px) {
  .footerList {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; } }
@media only screen and (max-width: 767px) {
  .footerList li:nth-child(3) .widget_title:after {
    display: none; } }
.footerList .widget_title {
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .footerList .widget_title {
      padding-bottom: 10px;
      border-bottom: 1px solid #9a9a9a; }
      .footerList .widget_title + ul {
        overflow: hidden;
        max-height: 0;
        transition: 0.5s ease-in-out; }
      .footerList .widget_title:after {
        content: '\25BE';
        position: absolute;
        right: 5px;
        color: #9a9a9a;
        font-size: 20px; }
      .footerList .widget_title.active:after {
        transform: rotate(180deg);
        top: 5px; }
      .footerList .widget_title.active + ul {
        max-height: 300px;
        transition: 0.5s ease-in-out; } }

#toTop {
  background: #5a8ddd;
  -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) {
    #toTop {
      width: 40px;
      height: 40px;
      top: -40px; }
      #toTop img {
        margin-top: 14px !important; } }
  #toTop img {
    margin-top: 28px; }
  #toTop:hover {
    background: #588ddd; }

.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 {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 2;
    max-width: 620px;
    margin: 0 auto; }
    .hasTwoCol > div, .option-two-col-bottom > 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 {
    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 {
      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 {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%; } }

.tabs-group {
  padding: 30px 0; }

/*----- Tabs -----*/
.tabs {
  width: 100%;
  display: inline-block;
  border: 1px solid #eeeded; }

/*----- Tab Links -----*/
.tab-links {
  background: #ffffff;
  border-bottom: 1px dashed #222325;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around; }
  .tab-links:after {
    display: block;
    clear: both;
    content: ''; }
  .tab-links a {
    padding: 9px 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #525252;
    transition: all linear 0.15s; }
    .tab-links a:active, .tab-links a:visited {
      color: #525252; }
    .tab-links a:link {
      color: #525252; }
  .tab-links li {
    margin: 0;
    width: 33.5%;
    list-style: none;
    text-align: center; }
    .tab-links li:nth-child(2) {
      margin: 0 1px; }
    .tab-links li.active a, .tab-links li:hover a {
      background: #222325;
      color: #ffffff; }

/*----- Content of Tabs -----*/
.tab-content {
  padding: 25px;
  background: #ffffff;
  overflow: hidden; }

.tab {
  visibility: hidden;
  height: 0;
  -moz-transform: translateX(-9999px);
  -o-transform: translateX(-9999px);
  -ms-transform: translateX(-9999px);
  -webkit-transform: translateX(-9999px);
  transform: translateX(-9999px);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .tab.active {
    visibility: visible;
    height: auto;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.table-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin-bottom: 30px; }

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

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

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

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

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

@media screen and (max-width: 640px) {
  table {
    display: table; } }
.home #header.type4 #menu-container {
  margin-bottom: 0; }

.hd_top {
  position: relative;
  margin-bottom: 50px; }
  .hd_top > p {
    position: absolute;
    top: 3px;
    right: 0; }
  .hd_top a:link {
    color: #072e59; }
    .hd_top a:link:hover {
      color: #588ddd; }

/* Category item */
.category_item {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 5px;
  margin: 0 15px 5px;
  border: none;
  position: relative; }
  .category_item > a {
    display: block;
    padding: 0 5px; }
  .category_item:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #88b7d5;
    border-width: 12px;
    margin-top: -12px; }
  .category_item:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #88b7d5;
    border-width: 12px;
    margin-top: -12px; }
  .category_item:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }
  .category_item.info, .category_item.notices {
    background: #000000; }
    .category_item.info:after, .category_item.notices:after {
      border-right-color: #000000; }
    .category_item.info:before, .category_item.notices:before {
      border-left-color: #000000; }
    .category_item.info a, .category_item.info a:link, .category_item.notices a, .category_item.notices a:link {
      color: #ffffff; }
  .category_item.corporate, .category_item.projects {
    background: #1c5593; }
    .category_item.corporate a, .category_item.projects a {
      color: #ffffff; }
    .category_item.corporate:after, .category_item.projects:after {
      border-right-color: #1c5593; }
    .category_item.corporate:before, .category_item.projects:before {
      border-left-color: #1c5593; }
  .category_item.exhibition, .category_item.exhibitions, .category_item.exhibits {
    color: #ffffff;
    background: #7caffe; }
    .category_item.exhibition a, .category_item.exhibitions a, .category_item.exhibits a {
      color: #ffffff; }
    .category_item.exhibition:after, .category_item.exhibitions:after, .category_item.exhibits:after {
      border-right-color: #7caffe; }
    .category_item.exhibition:before, .category_item.exhibitions:before, .category_item.exhibits:before {
      border-left-color: #7caffe; }
  .category_item.media {
    background: #072e59; }
    .category_item.media:after {
      border-right-color: #072e59; }
    .category_item.media:before {
      border-left-color: #072e59; }
    .category_item.media a, .category_item.media a:link {
      color: #ffffff; }
  .category_item.lecture, .category_item.presentations {
    background: #5a8ddd; }
    .category_item.lecture:after, .category_item.presentations:after {
      border-right-color: #5a8ddd; }
    .category_item.lecture:before, .category_item.presentations:before {
      border-left-color: #5a8ddd; }
    .category_item.lecture a, .category_item.presentations a {
      color: #000000; }
  .category_item.news {
    background: #000000; }
    .category_item.news:after {
      border-right-color: #000000; }
    .category_item.news:before {
      border-left-color: #000000; }
  .category_item.planned-exhibitions {
    background: #7caffe; }
    .category_item.planned-exhibitions:after {
      border-right-color: #7caffe; }
    .category_item.planned-exhibitions:before {
      border-left-color: #7caffe; }
    .category_item.planned-exhibitions a {
      color: #000000; }
  .category_item.products, .category_item.product-developments {
    background: #9a9a9a; }
    .category_item.products:after, .category_item.product-developments:after {
      border-right-color: #9a9a9a; }
    .category_item.products:before, .category_item.product-developments:before {
      border-left-color: #9a9a9a; }
    .category_item.products a, .category_item.product-developments a {
      color: #000000; }
  .category_item.certifications {
    background: #444444; }
    .category_item.certifications:after {
      border-right-color: #444444; }
    .category_item.certifications:before {
      border-left-color: #444444; }
    .category_item.certifications a, .category_item.certifications a:link {
      color: #ffffff; }
  .category_item.exhibition a, .category_item.exhibitions a {
    color: #000000; }

.lcp_catlist > li {
  padding-left: 35px;
  margin-bottom: 20px;
  background: url("../../images/hardlock/arrow-list.png") no-repeat 0 5px transparent; }
  @media only screen and (min-width: 1024px) {
    .lcp_catlist > li {
      margin-bottom: 70px; } }

.newsBox {
  margin-bottom: 30px;
  margin-right: 0;
  border-bottom: 1px dotted #9a9a9a; }
  .newsBox > ul {
    text-align: center;
    float: none;
    clear: both;
    padding: 0;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .newsBox > ul {
        width: 90%;
        margin: auto; } }
    .newsBox > ul > li {
      width: 105px; }
  .newsBox .column {
    margin-bottom: 0; }
  .newsBox .category_item.news {
    display: none; }

.servicesBox {
  clear: both; }
  .servicesBox .mb15 {
    text-align: center; }
    .servicesBox .mb15 a {
      position: relative;
      text-align: center;
      display: inline-block; }
    .servicesBox .mb15 span {
      display: block;
      left: 0;
      right: 0;
      top: 40%;
      color: #ffffff;
      text-align: center;
      position: absolute; }
    .servicesBox .mb15:hover 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); }

.taxonomy-name {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 25px 10px 35px;
  background: url("../../images/hardlock/arrow-wt-list.png") no-repeat 10px center #072e59;
  background-color: #072e59; }
  .taxonomy-name:after {
    content: '';
    width: 17px;
    height: 11px;
    float: right;
    margin-top: 5px;
    display: inline-block;
    background: url("../../images/hardlock/arrow-down-up.png") no-repeat bottom center transparent; }
  .taxonomy-name.active {
    color: #000000;
    background: url("../../images/hardlock/arrow-list.png") no-repeat 10px center #ffffff; }
    .taxonomy-name.active:after {
      background-position: center;
      background-color: #072e59;
      padding: 16px 10px;
      margin-top: 0;
      height: 0;
      position: relative;
      bottom: 10px;
      right: -11px; }
    .taxonomy-name.active:hover:after {
      background-color: #5a8ddd; }

.categoryList {
  padding: 0;
  margin: 0; }
  .categoryList > li {
    margin-bottom: 20px; }
  .categoryList .postList {
    display: none; }

.postList {
  padding: 0;
  margin: 0; }
  .postList > li {
    padding: 20px 0;
    position: relative;
    border-top: 1px dotted #9a9a9a; }
    @media only screen and (min-width: 768px) {
      .postList > li .category_item {
        position: absolute;
        right: 12px;
        bottom: 10px; } }
  .postList .readMore {
    text-align: right;
    margin: 0;
    padding: 10px 10px 0 10px;
    border-top: 1px dotted #9a9a9a; }
  @media only screen and (min-width: 1024px) {
    .postList > li .pLeft {
      width: 150px;
      text-align: left;
      font-size: 18px; }
      .postList > li .pLeft .date {
        margin: 0 auto; }
    .postList > li .pRight {
      max-width: 80%; } }

.date .date-y {
  clear: both;
  line-height: 20px; }
  @media only screen and (max-width: 767px) {
    .date .date-y {
      display: inline; } }

.idz-entry-meta-date {
  color: #525252; }
  .idz-entry-meta-date .date-y {
    margin-bottom: 5px; }

.wp-pagenavi {
  margin: 60px 0 0 0;
  text-align: right; }

.post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px; }
  .post-title a,
  .post-title a:link {
    color: #525252; }

.idz-entry-meta-date {
  text-align: left; }

.itemshadow {
  padding: 15px;
  overflow: hidden;
  font-size: 16px;
  margin-top: 50px;
  margin-right: 0;
  margin-bottom: 50px;
  margin-left: 0;
  -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); }
  @media only screen and (min-width: 768px) {
    .itemshadow {
      padding: 45px; }
      .itemshadow img {
        float: left;
        margin-right: 38px; } }
  @media only screen and (max-width: 767px) {
    .itemshadow img {
      display: block;
      margin: 0 auto 10px; } }

@media only screen and (min-width: 768px) {
  .lrt_cols {
    display: flex;
    max-width: 780px;
    margin: 0 auto; }
    .lrt_cols > div {
      width: 340px;
      margin: 0 25px 25px; } }

.lef_col > div,
.rig_col > div {
  padding-top: 15px;
  padding-bottom: 15px; }

ol.lst_order_green, ol.lst_order_blue {
  display: -webkit-flex;
  display: flex;
  padding: 0;
  max-width: 810px;
  margin: 0 auto 10px;
  justify-content: flex-start; }
  ol.lst_order_green > li, ol.lst_order_blue > li {
    width: 25%;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 85px;
    color: #ffffff;
    height: 84px;
    position: relative; }
    ol.lst_order_green > li:after, ol.lst_order_blue > li:after {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      z-index: 2;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-left-color: #072e59;
      border-width: 42px;
      margin-top: -42px; }
  @media only screen and (max-width: 767px) {
    ol.lst_order_green, ol.lst_order_blue {
      flex-wrap: wrap; }
      ol.lst_order_green > li, ol.lst_order_blue > li {
        width: 100%;
        padding-left: 0 !important;
        justify-content: center;
        padding-top: 40px !important;
        padding-bottom: 0;
        text-align: center; }
        ol.lst_order_green > li:after, ol.lst_order_blue > li:after {
          background-size: cover;
          border: none;
          width: 100%;
          height: 39px;
          top: 77%;
          left: 0;
          margin-top: 0; }
      ol.lst_order_green.lst_order_blue li:nth-child(1):after, ol.lst_order_blue.lst_order_blue li:nth-child(1):after {
        background: url("../../images/hardlock/quality-arrow-1.png") no-repeat center; }
      ol.lst_order_green.lst_order_blue li:nth-child(2):after, ol.lst_order_blue.lst_order_blue li:nth-child(2):after {
        background: url("../../images/hardlock/quality-arrow-2.png") no-repeat center; }
      ol.lst_order_green.lst_order_blue li:nth-child(3):after, ol.lst_order_blue.lst_order_blue li:nth-child(3):after {
        background: url("../../images/hardlock/quality-arrow-3.png") no-repeat center; }
      ol.lst_order_green.lst_order_green li:nth-child(1):after, ol.lst_order_blue.lst_order_green li:nth-child(1):after {
        background: url("../../images/hardlock/quality-arrow-4.png") no-repeat center; }
      ol.lst_order_green.lst_order_green li:nth-child(2):after, ol.lst_order_blue.lst_order_green li:nth-child(2):after {
        background: url("../../images/hardlock/quality-arrow-5.png") no-repeat center; }
      ol.lst_order_green.lst_order_green li:nth-child(3):after, ol.lst_order_blue.lst_order_green li:nth-child(3):after {
        background: url("../../images/hardlock/quality-arrow-6.png") no-repeat center; } }
ol.lst_order_blue {
  margin-top: 30px; }
  ol.lst_order_blue > li:first-child {
    background: #072e59;
    padding-left: 40px; }
  ol.lst_order_blue > li:nth-child(2) {
    background: #0f3e72; }
    ol.lst_order_blue > li:nth-child(2):after {
      border-left-color: #0f3e72; }
  ol.lst_order_blue > li:nth-child(3) {
    background: #1c5593; }
    ol.lst_order_blue > li:nth-child(3):after {
      border-left-color: #1c5593; }
  ol.lst_order_blue > li:last-child {
    background: #2a69ae; }
    ol.lst_order_blue > li:last-child:after {
      border: none;
      display: none; }
  ol.lst_order_blue > li:nth-child(2), ol.lst_order_blue > li:nth-child(3), ol.lst_order_blue > li:nth-child(4) {
    padding-top: 30px; }
ol.lst_order_green {
  margin-bottom: 50px; }
  ol.lst_order_green > li {
    background: #5a8ddd; }
    ol.lst_order_green > li:after {
      border-left-color: #5a8ddd; }
    ol.lst_order_green > li:first-child {
      padding-left: 40px; }
    ol.lst_order_green > li:nth-child(2) {
      background: #699dee; }
      ol.lst_order_green > li:nth-child(2):after {
        border-left-color: #699dee; }
    ol.lst_order_green > li:nth-child(3) {
      background: #7caffe; }
      ol.lst_order_green > li:nth-child(3):after {
        border-left-color: #7caffe; }
    ol.lst_order_green > li:last-child {
      background: #93bdff; }
      ol.lst_order_green > li:last-child:after {
        border: none;
        display: none; }

.store {
  max-width: 900px;
  margin: 0 auto; }
  .store > div {
    margin-bottom: 30px; }
  .store .name {
    margin: 0 0 10px 0; }

#addressMap {
  position: relative;
  height: 496px;
  background: url("../../images/hardlock/map.jpg") no-repeat 0 0 transparent; }
  #addressMap > div {
    position: absolute; }
    #addressMap > div a {
      display: block;
      font-size: 16px;
      padding-bottom: 30px;
      background: url("../../images/hardlock/marker-icon.png") no-repeat bottom center transparent; }
      #addressMap > div a span {
        display: block;
        font-weight: bold;
        padding: 1px 8px;
        color: #000000;
        background: #ffffff;
        border: 2px solid #000000;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #addressMap > div a:hover span {
        color: #5a8ddd;
        border-color: #5a8ddd; }
  #addressMap .address0 {
    top: 112px;
    left: 67px; }
  #addressMap .address1 {
    top: 130px;
    left: 122px; }
    #addressMap .address1 a {
      background-position: bottom left; }
  #addressMap .address2 {
    top: 217px;
    left: 289px; }
    #addressMap .address2 a {
      background-position: 20px bottom; }
  #addressMap .address3 {
    left: 313px;
    top: 175px; }
    #addressMap .address3 a {
      background-position: 25px bottom; }
  #addressMap .address4 {
    top: 169px;
    left: 371px; }
    #addressMap .address4 a {
      background-position: 3px bottom; }
  #addressMap .address5 {
    right: 60px;
    bottom: 138px; }
  #addressMap .address6 {
    right: 89px;
    bottom: 107px; }
  @media only screen and (max-width: 767px) {
    #addressMap {
      display: none; } }

@media only screen and (min-width: 768px) {
  .map-profile-mb {
    display: none; } }

.works-map {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .works-map {
      position: relative;
      width: 965px;
      height: 590px;
      background: url("../../images/hardlock/map-works.jpg") no-repeat 0 0 transparent; }
      .works-map > div {
        position: absolute; }
        .works-map > div.works0 {
          top: 28px;
          left: 34px; }
        .works-map > div.works1 {
          top: 183px;
          left: 325px; }
        .works-map > div.works2 {
          top: 306px;
          left: 209px; }
        .works-map > div.works3 {
          top: 465px;
          left: 162px; }
        .works-map > div.works4 {
          top: 127px;
          right: 140px; }
        .works-map > div.works5 {
          top: 240px;
          right: 50px; }
        .works-map > div.works6 {
          top: 266px;
          right: 266px; }
        .works-map > div.works7 {
          bottom: 182px;
          left: 440px; }
        .works-map > div.works8 {
          bottom: 166px;
          right: 186px; }
        .works-map > div.works9 {
          bottom: 15px;
          right: 325px; }
        .works-map > div.works10 {
          bottom: 78px;
          right: 14px; } }
  @media only screen and (max-width: 767px) {
    .works-map {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .works-map > div {
        margin: 0 10px 10px 0; } }

.worksLnk a {
  display: block;
  font-size: 20px;
  padding: 6px 15px;
  font-weight: 700;
  color: #000000;
  background: #ffffff;
  border: 2px solid #000000; }
  .worksLnk a:link, .worksLnk a:active, .worksLnk a:visited {
    color: #000000; }
  .worksLnk a:hover {
    color: #5a8ddd;
    border-color: #5a8ddd; }

.works-map-mb {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .works-map-mb {
      display: none; } }

.company-principle-slogan {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .company-principle-slogan {
      text-align: center; } }

.en-US .newsBox > ul {
  justify-content: flex-start; }
  .en-US .newsBox > ul > li {
    width: 170px; }
    .en-US .newsBox > ul > li.category_item {
      margin-left: 3.6%;
      margin-right: 3.6%;
      margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .en-US .newsBox > ul > li {
        width: 100%; }
        .en-US .newsBox > ul > li.category_item {
          margin-left: 0;
          margin-right: 0; } }
@media only screen and (min-width: 768px) {
  .en-US #banner-homepage-content .bnTitle {
    right: 6%; } }
@media only screen and (max-width: 767px) {
  .en-US #banner-homepage-content .bnTitle {
    right: 8%;
    left: auto; } }
.en-US .lnk-blue {
  height: auto;
  line-height: 24px;
  padding: 7px 25px 10px 10px;
  background: url(../../images/hardlock/arrow-right-lg.jpg) no-repeat right center #072e59; }
.en-US ol.lst_order_blue > li:nth-child(4) {
  padding-top: 15px; }
.en-US ol.lst_order_green > li:nth-child(3) {
  padding-left: 75px; }
.en-US ol.lst_order_green > li:nth-child(2), .en-US ol.lst_order_green > li:nth-child(3), .en-US ol.lst_order_green > li:nth-child(4) {
  padding-top: 15px; }
.en-US .postList > li .pLeft {
  width: auto; }
.en-US .works-map > div.works1 {
  top: 149px;
  left: 349px; }
.en-US .works-map > div.works2 {
  top: 294px;
  left: 110px; }
.en-US .works-map > div.works3 {
  left: 132px; }
.en-US .works-map > div.works4 {
  top: 89px;
  right: 110px; }
.en-US .works-map > div.works5 {
  right: 23px; }
.en-US .works-map > div.works6 {
  top: 247px;
  right: 332px; }
.en-US .works-map > div.work7 {
  left: 435px; }
.en-US .works-map > div.works8 {
  bottom: 202px;
  right: 70px; }
.en-US .works-map > div.works9 {
  right: 300; }
.en-US .works-map > div.works10 {
  bottom: 80px;
  right: 21px; }
.en-US #addressMap .address0 {
  top: 125px;
  left: 77px; }
.en-US #addressMap .address1 {
  top: 137px;
  left: 130px; }
.en-US #addressMap .address2 {
  top: 230px;
  left: 249px; }
  .en-US #addressMap .address2 a {
    background-position: right bottom; }
.en-US #addressMap .address3 {
  left: 299px;
  top: 169px; }
  .en-US #addressMap .address3 a {
    background-position: right bottom; }
.en-US #addressMap .address4 {
  top: 172px;
  left: 370px; }
.en-US #addressMap .address6 {
  right: 76px;
  bottom: 128px; }
.en-US #addressMap .address5 {
  right: 426px;
  bottom: 98px; }

.mobile-break {
  display: none; }

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

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

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