@charset "utf-8";

/*----------------------------------------
    .company_section
----------------------------------------*/
#contents .company_section {
  margin-top: 10px;
  padding: 25px 0;
}
#contents .company_section table {
  font-size: 12px;
  line-height: 1.6;
}
#contents .company_section table th {
  width: 70px;
}
#contents .company_section table th,
#contents .company_section table td {
  padding: 10px 0;
}
#contents .company_section table td p:not(:last-child) {
  margin-bottom: 10px;
}
#contents .company_section table td .link {
  padding-right: 10px;
}
#contents .company_section table td .link:after,
#contents .company_section table td .link:before {
  width: 6px;
  height: 6px;
}
#contents .company_section table td .link:after {
  right: 0;
  top: 5px;
}
#contents .company_section table td .link:before {
  right: -2px;
  top: 8px;
}