.help-page {
  margin-top: 1.5rem;
}

.help-page h2 {
  line-height: 1.4;
}

.help-search {
  margin: 0 12px 2rem;
}

.help-search-label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 8px 0 12px;
}

.help-search-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.help-search-input {
  flex: 1 1 16rem;
  min-width: 12rem;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6rem;
}

.help-search-btn {
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 4px;
  background: var(--pondashi-bgm, #328ac9);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

.help-search-btn:hover {
  opacity: 0.85;
}

.help-category-list,
.help-article-list {
  margin-bottom: 2rem;
}

.help-toc-list {
  margin: 0;
}

.contact-formlist:is(.help-category-list, .help-article-list, .help-toc-list) li a {
  margin-bottom: 8px;
}

.contact-formlist.help-toc-list li a {
  line-height: 1.3;
}

.help-breadcrumb {
  margin-bottom: 1rem;
}

.help-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  font-size: 1.4rem;
}

.help-breadcrumb-list li + li::before {
  content: '>';
  margin-right: 0.5rem;
  color: #888;
}

.help-search-excerpt {
  margin-top: 0.25rem;
  font-size: 1.4rem;
  color: #555;
}

.help-article-list-search-item {
  margin-bottom: 24px;
}

.help-article-list-search-item:last-child {
  margin-bottom: 0;
}

.help-article-list-search-item .help-search-excerpt {
  margin: 4px 8px 0;
}

.help-article-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .help-article-layout {
    flex-direction: row;
    align-items: flex-start;
  }

  .help-toc {
    flex: 0 0 200px;
    width: 200px;
    position: sticky;
    top: 1rem;
  }

  .help-article-body {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.help-toc-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.help-article-content h2 {
  margin: 36px 0 10px 16px;
  font-size: 1.8rem;
  font-weight: 700;
}

.help-article-content h2.help-article-numbered-heading {
  font-size: 1.6rem;
  font-weight: 500;
}

.help-article-numbered-heading__num {
  color: #e3558b;
  font-weight: 900;
}

.help-list-lead {
  font-weight: 700;
  margin: 0 16px 4px;
}

.cmn-para-note {
  font-size: 1.3rem;
  color: #666;
  background-color: rgba(240, 243, 242, 0.8);
  border-radius: 5px;
  padding: 12px 16px;
}

.help-list-lead + .cmn-exlist,
.help-list-lead + ul {
  margin-top: 4px;
}

.help-article-content ul {
  line-height: 1.5;
  font-feature-settings: "pkna";
  letter-spacing: 0.005em;
  margin: 8px 8px 24px 32px;
}

.help-article-content ul li {
  list-style: disc outside;
  margin-bottom: 12px;
}

.help-content-image-wrap {
  margin: 1.25rem 0;
}

.help-content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.help-feedback {
  margin: 2rem 0;
  padding-top: 1rem;
}

.help-feedback-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-left: 16px;
}

.help-feedback-btn {
  padding: 0.5rem 1.5rem;
  border: 1px solid #333;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.help-feedback-btn:hover,
.help-feedback-btn.is-selected {
  background: #333;
  color: #fff;
}

.contact.help-contact {
  margin-top: 24px;
  padding: 0;
}
