/*...VARIABLE...*/
@media screen and (max-width: 1024px) {
  .sub .headingSubPage {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 480px) {
  .sub .headingSubPage {
    padding-bottom: 150px;
  }
}

.company {
  position: relative;
  background-color: #2a5ba6;
}

.company .companyBox {
  transform: skew(0deg, 5deg);
  background-color: #2a5ba6;
  position: relative;
  top: -62px;
}

@media screen and (min-width: 1680px) {
  .company .companyBox {
    top: -75px;
  }
}

@media screen and (min-width: 1920px) {
  .company .companyBox {
    top: -85px;
  }
}

@media screen and (min-width: 2560px) {
  .company .companyBox {
    top: -115px;
  }
}

.company .companyBox .companyInner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  background: transparent;
  transform: skew(0deg, -5deg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: -130px;
}

@media screen and (max-width: 900px) {
  .company .companyBox .companyInner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .company .companyBox .companyInner {
    top: -90px;
  }
}

.company .companyBox .companyInner .banner {
  margin-bottom: 65px;
}

.company .companyBox .companyInner .banner img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .company .companyBox .companyInner .banner {
    margin-bottom: 40px;
  }
}

.company .companyBox .companyInner .tableRow .table table {
  font-size: 16px;
  width: 100%;
  margin-bottom: 95px;
  line-height: 180%;
}

@media screen and (max-width: 900px) {
  .company .companyBox .companyInner .tableRow .table table {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .company .companyBox .companyInner .tableRow .table table {
    width: 100%;
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .company .companyBox .companyInner .tableRow .table table {
    font-size: 11px;
  }
}

.company .companyBox .companyInner .tableRow .table table tr th {
  background-color: #4e6c90;
  padding: 11px 15px;
  border-radius: 5px 5px 0 0;
  color: #FFF;
}

.company .companyBox .companyInner .tableRow .table table tr td {
  padding: 11px 15px;
  background-color: #FFF;
  border-bottom: 1px solid #cfd0d0;
}

.company .companyBox .companyInner .tableRow .table table tr td:first-child {
  border-right: 1px solid #cfd0d0;
  width: 25%;
}

@media screen and (max-width: 480px) {
  .company .companyBox .companyInner .tableRow .table table tr td {
    padding: 10px;
    display: block;
    width: 100%;
  }
  .company .companyBox .companyInner .tableRow .table table tr td:first-child {
    width: 100%;
    background-color: #cfd0d0;
  }
}

.company .companyBox .companyInner .tableRow .table table tr td div a {
  color: #2a5ba6;
}

.company .companyBox .companyInner .tableRow .table table tr td div a:hover {
  text-decoration: underline;
}

.company .companyBox .companyInner .tableRow .table table tr td div.inlineSp {
  display: none;
}

@media screen and (max-width: 480px) {
  .company .companyBox .companyInner .tableRow .table table tr td div.inline {
    display: none;
  }
  .company .companyBox .companyInner .tableRow .table table tr td div.inlineSp {
    display: block;
  }
}

.company .companyBox .companyInner .tableRow .table.double {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.company .companyBox .companyInner .tableRow .table.double table {
  width: 435px;
}

.company .companyBox .companyInner .tableRow .table.double table:first-child {
  width: 500px;
}

@media screen and (max-width: 900px) {
  .company .companyBox .companyInner .tableRow .table.double {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .company .companyBox .companyInner .tableRow .table.double table {
    width: 100%;
  }
  .company .companyBox .companyInner .tableRow .table.double table:first-child {
    width: 100%;
  }
}

.company .companyBox .companyInner .item {
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 100px;
  width: 435px;
}

@media screen and (max-width: 900px) {
  .company .companyBox .companyInner .item {
    margin: auto;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .company .companyBox .companyInner .item {
    width: 100%;
  }
}

.company .companyBox .companyInner .item .image img {
  width: 100%;
}

.company .companyBox .companyInner .left .first,
.company .companyBox .companyInner .left .second {
  position: relative;
  left: 42px;
}

@media screen and (max-width: 900px) {
  .company .companyBox .companyInner .left .first,
  .company .companyBox .companyInner .left .second {
    left: 0;
  }
}

.company .companyBox .companyInner .right {
  position: relative;
  top: 43px;
}

@media screen and (max-width: 900px) {
  .company .companyBox .companyInner .right {
    top: 0;
  }
}

.company .companyBox .companyInner .right .third,
.company .companyBox .companyInner .right .fourth {
  position: relative;
  right: 42px;
}

@media screen and (max-width: 900px) {
  .company .companyBox .companyInner .right .third,
  .company .companyBox .companyInner .right .fourth {
    right: 0;
  }
}

.company .companyBox .companyInner .right .item:last-child {
  margin-bottom: 0;
}

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