@charset "utf-8";
/*ナキレ*/
.dm{}

/*----------------------------------------------
>>> COMPANY
--------------------------------------------- */
#mainWrap::before {
  content: none;
}

#company {
  margin-bottom: 60px;
}

#comanyTable {
  width: 90%;
  margin: auto;
  text-align: left;
}

#comanyTable table {
  width: 100%;
  border-collapse: collapse;
}
#comanyTable table th {
  white-space: nowrap;
}
#comanyTable table th,
#comanyTable table td {
  border-bottom: 1px solid #C0C0C1;
  padding: 18px 15px;
}
#comanyTable table tr:last-child th,
#comanyTable table tr:last-child td {
  border-bottom: none;
}

