/* ================================================================
   complete/work-ielts-balance — local.css
   ================================================================ */

/* ラベル付き情報ボックス */
.wib-box {
  background: rgba(4,63,109,.04);
  border-radius: 8px;
  padding: 1rem 1.3rem;
  margin: .8rem 0 1.2rem;
}
.wib-box__label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--lb);
  font-family: 'Raleway', sans-serif;
  margin-bottom: .65rem;
}
.wib-box .a-list {
  margin-bottom: 0;
  padding: 0;
}

/* パターン比較テーブル */
.wib-pattern-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .93rem;
}
.wib-pattern-table tr {
  border-bottom: 1px solid rgba(70,162,218,.12);
}
.wib-pattern-table tr:last-child {
  border-bottom: none;
}
.wib-pattern-table td {
  padding: .5rem .6rem;
  line-height: 1.65;
  vertical-align: middle;
}
.wib-pattern-table__key {
  width: 6.5rem;
  white-space: nowrap;
  font-weight: 700;
  color: var(--blue);
  font-family: 'Raleway', sans-serif;
  font-size: .82rem;
}

@media (max-width: 640px) {
  .wib-box {
    padding: .85rem 1rem;
  }
  .wib-pattern-table td {
    font-size: .88rem;
  }
}
