@charset "UTF-8";

/* =========================================================
   intellectualproperty.html
   株式会社ダイトク 知的財産ページ用CSS
   格納先：/public_html/css/intellectualproperty.css
========================================================= */

.ip-property-list {
  width: 100%;
}

.ip-lead {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.8;
}

.ip-section {
  margin: 0 0 28px;
}

.ip-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 5px 8px;
  color: #ffffff;
  background: #9d9d9d;
  font-size: 16px;
  line-height: 1.35;
  font-weight: bold;
}

.ip-section-title span[lang="en"] {
  font-weight: normal;
  letter-spacing: 0.02em;
}

.ip-table-wrap {
  width: 100%;
}

.ip-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  color: #111111;
  font-size: 14px;
  line-height: 1.45;
}

.ip-table th,
.ip-table td {
  padding: 6px 7px 5px;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

.ip-table th {
  border-bottom: 2px solid #999999;
}

.ip-col-name,
.ip-col-number {
  width: 50%;
}

.ip-table th:nth-child(2),
.ip-table td:nth-child(2) {
  padding-left: 32px;
  white-space: nowrap;
  letter-spacing: 0.08em;
}

.ip-side-current {
  padding: 9px 5px;
  background: #e8f2e8;
  font-size: 13px;
  font-weight: bold;
}

.ip-side-current a {
  color: #3b7f3b;
  text-decoration: none;
}

.ip-side-current a:hover,
.ip-side-current a:focus {
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .ip-section-title {
    font-size: 15px;
  }

  .ip-section-title span[lang="en"] {
    margin-left: 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .ip-table {
    min-width: 680px;
  }

  .ip-table th,
  .ip-table td {
    font-size: 13px;
  }
}
