/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_company
====================================================================== */
.p_company .table {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p_company .table {
    width: 100%;
    padding: 0 4.6875%;
  }
}
.p_company .table .row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
}
.p_company .table .row:not(:first-of-type) {
  border-top: none;
}
.p_company .table .row .leftCol {
  padding: 10px;
  width: 250px;
  display: flex;
  align-items: center;
  font-size: 18px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p_company .table .row .leftCol {
    width: 130px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.p_company .table .row .rightCol {
  border-left: 2px solid #fff;
  padding: 20px;
  width: calc( 100% - 250px);
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p_company .table .row .rightCol {
    padding: 10px;
    width: calc( 100% - 130px);
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
  }
}
.p_company .table .row .rightCol .wrap > p:not(:first-of-type) {
  margin: 20px 0 0;
}
.p_company .map {
  width: 1000px;
  margin: 50px auto 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .p_company .map {
    width: 100%;
    padding: 0 4.6875% 50px;
  }
}
.p_company .map .wrap {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 1024px) {
  .p_company .map .wrap {
    height: 250px;
  }
}
.p_company .map .wrap iframe {
  width: 100%;
  height: 100%;
}

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