.abc-disclosure a {
  text-decoration: none !important;
}

.abc-disclosure p {
  margin-bottom: 1.6em;
  line-height: 1.8;
}

.abc-disclosure h2 {
  font-size: clamp(20px, 2vw + 10px, 26px);
  line-height: 1.3;
  margin-top: 2.5em;
  margin-bottom: 0.8em;
}

.abc-disclosure h3 {
  font-size: clamp(17px, 1.2vw + 8px, 19px);
  line-height: 1.4;
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  font-weight: 600;
}

.abc-disclosure ul,
.abc-disclosure ol {
  margin: 0 0 1.6em;
  padding-left: 1.5em;
}

.abc-disclosure ul {
  list-style: disc;
}

.abc-disclosure ol {
  list-style: decimal;
}

.abc-disclosure ul li,
.abc-disclosure ol li {
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.abc-disclosure code {
  background: #f3f4f6;
  padding: 0.15em 0.4em;
  border-radius: 3px;
  font-size: 0.9em;
}

/* 料金表 */
.abc-disclosure__fee-table {
  width: 100%;
  margin: 16px 0 24px;
  border-collapse: collapse;
}

.abc-disclosure__fee-table th,
.abc-disclosure__fee-table td {
  padding: 12px 16px;
  border: 1px solid #d4d4d4;
  text-align: left;
  vertical-align: top;
}

.abc-disclosure__fee-table thead th {
  background-color: #f5f0e8;
  font-weight: 600;
}

@media (max-width: 639.98px) {
  .abc-disclosure__fee-table th,
  .abc-disclosure__fee-table td {
    padding: 10px 12px;
    font-size: 0.95em;
  }
}
