#company figure {
  width: 100%;
}
#company figure img {
  width: 100%;
  height: auto;
}
#company #banner {
  min-height: 350px;
  background: url(../../img/page/company/banner.png) no-repeat center top;
}
#company #banner .title-placeholder h1 {
  font-size: 42px;
  color: #fff;
  line-height: 350px;
  text-align: center;
}
#company .content-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
#company .content-wrapper table {
  width: 100%;
}
#company .content-wrapper table th {
  width: 14%;
  font-weight: normal;
  text-align: left;
}
#company .content-wrapper table td {
  width: 86%;
}
#company .content-wrapper table td img.is-text {
  height: 16px;
  pointer-events: none;
  user-select: none;
  vertical-align: middle;
}
#company .content-wrapper table th, #company .content-wrapper table td {
  padding: 10px 0;
}
#company .content-wrapper table a {
  color: #f00;
}

.title {
  color: #a8956e;
  font-size: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
}
.title:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #a8956e;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .layout {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #company #banner {
    min-height: 0;
    text-align: center;
  }
  #company #banner .title-placeholder h1 {
    font-size: 21px;
    line-height: 1;
    padding-top: 13%;
    padding-bottom: 13%;
  }
  #company .content-wrapper {
    margin-top: 35px;
    margin-bottom: 27px;
  }
  #company .content-wrapper table th {
    min-width: 115px;
  }
  #company .content-wrapper table td {
    width: 86%;
  }
  #company .content-wrapper table th, #company .content-wrapper table td {
    padding: 10px 0;
  }
  #company .content-wrapper table span {
    color: #f00;
  }
}

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