/* 固定ページ（企業情報・プライバシー等）— WP 非依存 */
.static-content-page .static-content__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  line-height: 1.75;
  color: #1a202c;
}

.static-content-page .static-section-title {
  margin: 2rem 0 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid #113c91;
  font-size: 1.125rem;
  color: #113c91;
}

.static-content-page .static-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  background: #fff;
}

.static-content-page .static-table-wrap th,
.static-content-page .static-table-wrap td {
  border: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  vertical-align: top;
}

.static-content-page .static-table-wrap td:first-child {
  width: 28%;
  font-weight: 600;
  background: #f7fafc;
}

.static-content-page iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 6px;
  margin: 0.75rem 0 1.5rem;
}

.static-content-page ol {
  padding-left: 1.25rem;
  margin: 0.75rem 0 1.25rem;
}

.static-content-page ol ol {
  margin-top: 0.5rem;
}

.static-content-page p {
  margin: 0.75rem 0;
}

.static-address-bar {
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;
  background: #113c91;
  color: #fff;
  border-radius: 6px;
  font-size: 0.9375rem;
}

.static-address-bar p {
  margin: 0;
}
