/* ==========================================================================
   NOZOKURU - Company Page Styles
   運営会社 専用スタイル
   ========================================================================== */

/* --- Info Table --- */
.p-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}

.p-info-table th,
.p-info-table td {
  padding: 14px 20px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid var(--nz-border);
}

.p-info-table th {
  background: var(--nz-bg-secondary);
  font-weight: 600;
  width: 140px;
  color: var(--nz-dark);
}

.p-info-table a {
  color: var(--nz-accent) !important;
  font-weight: 600;
}

.p-info-table a.p-info-table__link--url {
  color: #2563EB !important;
  font-weight: 400;
  text-decoration: none;
}

.p-info-table a.p-info-table__link--url:hover {
  text-decoration: underline;
}
