main .vis-head .ht-content {
  background-image: url(../img/company/title-bg@2x.jpg);
}

.cp-top-menu {
  background-color: #333333;
  color: #fff;
  padding: 18px 0;
}
.basic-page .cp-top-menu a:link,
.basic-page .cp-top-menu a:visited {
  color: #fff;
  text-decoration: none;
}
.basic-page .cp-top-menu a:hover {
  text-decoration: underline;
}
.basic-page .cp-top-menu a {
  display: block;
  width: 100%;
  padding: 14px 14px;
  /*text-align: center;*/
  position: relative;

  /*border-right: 1px solid #fff;*/
}
.basic-page .cp-top-menu a.last {
  border-right: none;
}
.basic-page .cp-top-menu a:after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 6px;
  background-size: 12px 6px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../img/common/ic-arrow-down.svg);
  top: 44%;
  right: 15px;
}
.basic-page .cp-top-menu a.last:after {
  right: 30px;
}
.cp-top-menu>.row>.col {
  border-right: 1px solid #fff;
}
.message .mcopy {
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 50px;
}
.message .president {
  padding-left: 30px;
}
.message .president .info {
  padding: 18px;
}
.message .president .info .n {
  font-size: 20px;
}

.sec .item {
  font-size: 20px;
  margin-bottom: 18px;
}
.sec.bg-b .box1 {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 26px 34px;
  margin-bottom: 36px;
}
.box1 .inner {
  position: relative;
  margin-bottom: 26px;
}
.box1 .inner:last-child {
  margin-bottom: 0;
}
.box1 .inner .num {
  font-weight: bold;
  font-size: 20px;
  color: #275D91;
  position: absolute;
  left: 8px;
  top: 4px;
}
.box1 .inner .txt {
  margin-left: 40px;
  padding-left: 25px;
  border-left: 2px solid #275D91;
  font-size: 16px;
  line-height: 20px;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.compliance .desc .n {
  font-size: 20px;
  line-height: 30px;
  color: #275D91;
  font-weight: bold;
  margin-bottom: 20px;
}

.location .box2 .txt {
  font-size: 15px;
  line-height: 25px;
}

.publicinfo .desc .n {
  font-size: 20px;
  line-height: 30px;
  color: #275D91;
  font-weight: bold;
  margin-bottom: 20px;
}
.publicinfo .item-ap {
  /* padding-top: 40px; */
  color: #275D91;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.publicinfo .box2,.midcareer-disc .box2 {
  margin-bottom: 8px;
  padding: 15px 15px 15px 35px;
  box-shadow: none;
  background-color: #ECF6FC;
  position:relative;
}
.publicinfo .box2:before, .midcareer-disc .box2:before{
  position: absolute;
  content: " ";
  background-color: #275D91;
  left: 0;
  top: 10%;
  height: 80%;
  width: 3px;
}
.slogan .n {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.slogan .slg img {
  max-width: 300px;
}

@media (max-width: 992px) {
  .basic-page .cp-top-menu a {
    padding: 14px;
  }
  .basic-page .cp-top-menu a:after {
    right: 14px;
  }
}
@media (max-width: 767px) {

  .cp-top-menu {
    padding: 0;
  }
  .cp-top-menu>.row>.col {
    border-right: none;
  }
  .cp-top-menu>.row>.col a {
    border-bottom: 1px solid #ccc;
  }
  .basic-page .cp-top-menu a.last:after {
    right: 15px;
  }
  .message .mcopy {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
  .message .president {
    padding-left: 0;
    padding-top: 15px;
  }
  .sec.bg-b .box1 {
    padding: 24px;
  }

  .sec.bg-b .box2 {
    padding-right: 30px;
  }
  .sec.bg-b .box2 .col-sm-5 {
    padding-top: 15px;
    text-align: center!important;
  }

  .publicinfo .u-mb-40 .text-center p {
    text-align: justify!important;
  }

  .slogan .slg {
    padding-bottom: 30px;
  }
}

