@charset "UTF-8";
/*===============================
  会社概要
===============================*/
.page_company {
  padding-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .page_company {
    padding-top: 4.1666666667vw;
    margin-bottom: 8.3333333333vw;
  }
}
.page_company .company_table {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .page_company .company_table {
    width: 83.3333333333vw;
  }
}
.page_company .company_table tr:first-of-type th,
.page_company .company_table tr:first-of-type td {
  border-top: none;
}
.page_company .company_table tr th,
.page_company .company_table tr td {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  padding: 15px 20px;
  border-top: 1px dashed #ccc;
}
@media screen and (max-width: 1200px) {
  .page_company .company_table tr th,
  .page_company .company_table tr td {
    font-size: 1.3333333333vw;
    padding: 1.25vw 1.6666666667vw;
  }
}
.page_company .company_table tr th {
  font-weight: 700;
  width: 200px;
  background: #fff4e1;
}
@media screen and (max-width: 1200px) {
  .page_company .company_table tr th {
    width: 16.6666666667vw;
  }
}
.page_company .company_table tr td {
  background: #fff;
}
.page_company .map {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .page_company .map {
    margin-top: 4.1666666667vw;
  }
}
.page_company .map iframe {
  width: 1000px;
  height: 400px;
}
@media screen and (max-width: 1200px) {
  .page_company .map iframe {
    width: 83.3333333333vw;
    height: 33.3333333333vw;
  }
}/*# sourceMappingURL=company.css.map */