/*----------
------------ company -----------*/
.page-company {
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}
.page-company_inner {
  max-width: 700px;
  width: auto;
  margin: 0 auto;
}
.page-company_inner_box {
  border: 1px solid #000;
  border-top: none;
  background: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .page-company_inner_box {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-company_inner_box dt {
  width: 30%;
  background: rgba(153, 153, 153, 0.3);
  padding: 10px;
  font-weight: bold;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .page-company_inner_box dt {
    width: 100%;
  }
}
.page-company_inner_box dd {
  width: 70%;
  text-align: left;
  padding: 10px;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .page-company_inner_box dd {
    width: 100%;
  }
}
.page-company_txt {
  max-width: 1080px;
  width: auto;
  margin: 60px auto;
}
.page-company_txt h3 {
  color: darkorange;
  font-weight: bold;
  font-size: 2em;
  margin-top: 10px;
}
.page-company_txt li:first-child {
  width: 30%;
}
@media (max-width: 768px) {
  .page-company_txt li:first-child {
    width: 100%;
  }
}
.page-company_txt li:first-child img {
  height: 300px;
}
.page-company_txt li:last-child {
  width: 70%;
}
@media (max-width: 768px) {
  .page-company_txt li:last-child {
    width: 100%;
  }
}
.page-company_txt li:last-child p {
  text-align: left;
  border: 3px solid darkorange;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .page-company_txt li:last-child p {
    padding: 20px 10px;
    margin: 20px auto 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=page-company.css.map */