@charset "UTF-8";
main .table-base {
  padding: 0;
  border: none;
  border-spacing: 0;
  width: 100%;
}
main .table-base tr:first-child th, main .table-base tr:first-child th + td {
  padding-top: 0;
}
main .table-base th {
  width: 20%;
  padding: 20px 15px;
  border-bottom: solid 1px #e1e0e0;
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
}
main .table-base td {
  padding: 20px;
  border-bottom: solid 1px #e1e0e0;
}
main .table-base td p {
  margin-bottom: 18px;
}
main .table-base td p:last-child {
  margin-bottom: 0;
}
main .table-base td span {
  font-size: 15px;
  font-weight: normal;
}