@charset "UTF-8";
.table_style_company {
  color: #000;
  font-size: .9375rem;
  line-height: 1.73333333;
  border-top: 1px solid #e9e9e9;
  width: 100%;
}
.table_style_company th,
.table_style_company td {
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.40625rem 1.25rem 1.40625rem 0;
}
.table_style_company th span,
.table_style_company td span {
  display: inline-block;
}
.table_style_company th {
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  width: 25.45454545%;
}
.table_style_company .link_style {
  color: #90928f;
  font-size: .8125rem;
}
.table_style_company .link_style::after {
  content: '';
  background: #fff url(../images/common/icon/icon_map.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: .4375rem;
  width: .5625rem;
  height: .75rem;
}
.table_wrapper {
  overflow: auto;
  margin-top: 5.9375rem;
}
.link_map {
  margin-top: -.3125rem;
  margin-bottom: .1875rem;
}

@media screen and (max-width: 767px) {
  .table_style_company {
    font-size: 1.14285714rem;
  }
  .table_style_company th,
  .table_style_company td {
    padding: 1rem .71428571rem;
  }
  .table_style_company .link_style {
    font-size: 1rem;
  }
  .table_style_company .link_style::after {
    width: .69230769rem;
    height: .92307692rem;
  }
  .table_wrapper {
    margin-top: 2.85714286rem;
  }
}
