@charset "utf-8";

/*----------------------------------------
    .company_section
----------------------------------------*/
#contents .company_section {
  background: #f6f6f6;
  margin-top: 25px;
  padding: 55px 0 65px 0;
}
#contents .company_section table {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font-size: 125%;
  line-height: 1.8;
}
#contents .company_section table th {
  width: 175px;
  padding-left: 5px;
}
#contents .company_section table th,
#contents .company_section table td {
  border-bottom: 1px solid #d2d2d2;
  padding-top: 13px;
  padding-bottom: 13px;
  vertical-align: top;
}
#contents .company_section table tr:first-child th,
#contents .company_section table tr:first-child td {
  border-top: 1px solid #d2d2d2;
}
#contents .company_section table td p:not(:last-child) {
  margin-bottom: 12px;
}
#contents .company_section table td .link {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  text-decoration: underline;
}
#contents .company_section table td .link:hover {
  text-decoration: none;
}
#contents .company_section table td .link:after,
#contents .company_section table td .link:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #000000;
  position: absolute;
}
#contents .company_section table td .link:after {
  right: 0;
  top: 7px;
}
#contents .company_section table td .link:before {
  right: -3px;
  top: 10px;
}
