.bold {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  article .wrapper {
    width: 910px;
    overflow: hidden;
  }
}

.hero-area {
  padding-top: 50px;
  margin-top: -50px;
}

@media only screen and (max-width: 767px) {
  .contents-1 .header-block img {
    height: 30px;
  }
}
.contents-1 .wrapper-full {
  background-color: #F8F8F9;
}
.contents-1 .inner {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .contents-1 .cont-wrap {
    width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-1 .cont-wrap {
    padding: 0 10px;
  }
  .contents-1 .cont-wrap img {
    width: 60px;
  }
}
.contents-1 .heading-text {
  color: #D75F5F;
}

@media only screen and (max-width: 767px) {
  .contents-2 .header-block img {
    height: 30px;
  }
}
.contents-2 .primary-wrap {
  background: url("../company/img/bg-img-1.jpg") center no-repeat;
  background-size: cover;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .contents-2 .primary-wrap {
    background-position: top;
    background-size: contain;
    padding-top: 75vw;
    padding-bottom: 0;
  }
}
.contents-2 .inner-wrap {
  background-color: rgba(255, 255, 255, 0.8);
}
.contents-2 .inner-wrap dt {
  float: left;
}
.contents-2 .inner-wrap dd {
  padding-left: 8em;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .contents-2 .inner-wrap dd {
    padding-left: 6em;
  }
}
.contents-2 .secondary-wrap .inner {
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .contents-2 .secondary-wrap .inner img:first-of-type {
    width: 52%;
    margin-right: 2%;
  }
  .contents-2 .secondary-wrap .inner img:last-of-type {
    width: 46%;
  }
}

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