@charset "UTF-8";
@media (min-width: 1000px) {
  .spOnly {
    display: none;
  }
}
@media (max-width: 999px) {
  .pcOnly {
    display: none;
  }
}
/*====================================================================
  このファイルはutf-8です
  /help/ ヘルプ Q&A
====================================================================*/
.help-page {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  text-align: left;
  color: #CCCCCC;
  /* ページ導入文 */
  /* ガイドへの導線 */
  /* 目次 */
  /* Q & A エリア */
  /* カテゴリ見出し */
  /* Q / A ラベル（バッジ） */
  /* 質問 */
  /* 回答 */
  /* 本文リスト・引用 */
  /* 注意・強調（赤文字）— 本文の span / リストの li などに付与 */
  /* 「人気」リボン（icoPopular） */
}
.help-page .help-page-lead {
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #CCCCCC;
  background: linear-gradient(158deg, rgba(24, 26, 52, 0.94) 0%, rgba(12, 14, 30, 0.97) 100%);
  border: 1px solid rgba(85, 85, 204, 0.38);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(200, 200, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.42);
}
.help-page .help-page-lead a {
  font-weight: 500;
}
.help-page .help-guide-cta {
  text-align: center;
  margin: 1.25rem 0 1.75rem;
}
.help-page .help-guide-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  color: #1a1428;
  background: linear-gradient(180deg, #f5e6a8 0%, #e8c56a 100%);
  border: 1px solid rgba(232, 197, 106, 0.55);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.help-page .help-guide-link:hover {
  background: linear-gradient(180deg, #fff4c8 0%, #f0d080 100%);
  text-decoration: none;
  color: #120e1e;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.42);
}
.help-page .help-toc#index,
.help-page .help-toc {
  margin-bottom: 2.25rem;
  padding: 1.15rem 1.35rem 1.25rem;
  border-radius: 12px;
  background: linear-gradient(158deg, rgba(24, 26, 52, 0.94) 0%, rgba(12, 14, 30, 0.97) 100%);
  border: 1px solid rgba(85, 85, 204, 0.38);
  box-shadow: inset 0 0 0 1px rgba(200, 200, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.42);
}
.help-page .help-toc-group {
  margin: 0;
}
.help-page #index dl,
.help-page .help-toc dl {
  margin: 0;
}
.help-page #index dt.help-index-sect,
.help-page .help-toc dt.help-index-sect {
  display: flex;
  align-items: center;
  gap: 0.55em;
  margin: 1.35rem 0 0.5rem;
  padding: 0 0 0.4rem;
  border-bottom: 1px solid rgba(136, 136, 238, 0.22);
  font-weight: 700;
  font-size: 0.98rem;
  color: rgba(230, 230, 255, 0.95);
}
.help-page #index dt.help-index-sect:first-child,
.help-page .help-toc dt.help-index-sect:first-child {
  margin-top: 0;
}
.help-page #index .help-toc__icon,
.help-page .help-toc .help-toc__icon {
  flex-shrink: 0;
  width: 1.15em;
  text-align: center;
  font-size: 0.95em;
  opacity: 0.92;
  color: #e8c56a;
}
.help-page #index dd.help-index-item,
.help-page .help-toc dd.help-index-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0.3rem 0;
  padding: 0.15rem 0 0.15rem 0.15rem;
}
.help-page #index dd.help-index-item a,
.help-page .help-toc dd.help-index-item a {
  flex: 1;
  min-width: 0;
  line-height: 1.5;
  text-decoration: none;
  color: #CCCCCC;
  border-radius: 4px;
  transition: color 0.12s ease;
}
.help-page #index dd.help-index-item a:hover,
.help-page .help-toc dd.help-index-item a:hover {
  color: #ff4080;
}
.help-page #index .help-toc__icon--item,
.help-page .help-toc .help-toc__icon--item {
  font-size: 0.72em;
  color: rgba(136, 204, 255, 0.72);
  opacity: 0.9;
}
.help-page #qa,
.help-page .help-qa {
  margin-top: 0.5rem;
}
.help-page #qa > a[id],
.help-page .help-qa > a[id] {
  display: block;
  scroll-margin-top: 1rem;
}
.help-page .help-qa-item {
  scroll-margin-top: 1.25rem;
  margin-bottom: 1.75rem;
}
.help-page .help-qa-item:target .help-qa-q__text {
  color: #2FAAFB;
}
.help-page .help-category {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 2.75rem 0 1.35rem;
  padding: 0.8rem 1.1rem;
  border-radius: 10px;
  background: linear-gradient(158deg, rgba(24, 26, 52, 0.94) 0%, rgba(12, 14, 30, 0.97) 100%);
  border: 1px solid rgba(85, 85, 204, 0.38);
  box-shadow: inset 3px 0 0 #e8c56a, inset 0 0 0 1px rgba(200, 200, 255, 0.06), 0 8px 24px rgba(0, 0, 0, 0.42);
}
.help-page .help-category:first-child {
  margin-top: 0.5rem;
}
.help-page .help-category__icon {
  flex-shrink: 0;
  font-size: 1.05rem;
  color: #e8c56a;
  opacity: 0.95;
  text-shadow: 0 0 12px rgba(232, 197, 106, 0.35);
}
.help-page .help-category__title {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(230, 230, 255, 0.95);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.04em;
}
.help-page .help-qa-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.help-page .help-qa-label.help-qa-label--q {
  color: #ffffff;
  background: linear-gradient(145deg, #daf0fe 0%, #2FAAFB 55%, #094b84 100%);
  box-shadow: 0 2px 8px rgba(47, 170, 251, 0.35);
}
.help-page .help-qa-label.help-qa-label--a {
  color: #ffffff;
  background: linear-gradient(145deg, #f07878 0%, #c73535 55%, #a82a2a 100%);
  box-shadow: 0 2px 6px rgba(199, 53, 53, 0.25);
}
.help-page .help-qa-q {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 0.55rem;
  padding: 0;
  border: 0;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.55;
  color: rgba(230, 230, 255, 0.95);
}
.help-page .help-qa-q__text {
  flex: 1;
  min-width: 0;
  padding-top: 0.2rem;
}
.help-page .help-qa-a {
  position: relative;
  margin: 0 0 0.35rem;
  padding: 1rem 1.15rem 1.05rem 3.85rem;
  border-radius: 12px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #CCCCCC;
  background: rgba(8, 6, 22, 0.55);
  border: 1px solid rgba(136, 136, 238, 0.22);
  box-shadow: inset 0 0 0 1px rgba(200, 200, 255, 0.04);
}
.help-page .help-qa-a .help-qa-label.help-qa-label--a {
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.help-page .help-qa-a p {
  margin: 0 0 0.75rem;
}
.help-page .help-qa-a p:last-child {
  margin-bottom: 0;
}
.help-page .help-qa-a small {
  font-size: 0.88em;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}
.help-page .help-qa-a a {
  font-weight: 500;
}
.help-page .help-qa-a dl {
  margin: 0.75rem 0 0;
}
.help-page .help-qa-a dt {
  margin-top: 0.85rem;
  font-weight: 700;
  color: rgba(230, 230, 255, 0.95);
}
.help-page .help-qa-a dt:first-child {
  margin-top: 0;
}
.help-page .help-qa-a dd {
  margin: 0.35rem 0 0;
  padding: 0 0 0 0.5rem;
  border-left: 2px solid rgba(136, 136, 238, 0.28);
}
.help-page .help-qa-a li {
  margin-left: 0;
}
.help-page .help-list {
  margin: 0.5rem 0 0.85rem;
  padding-left: 1.35rem;
  list-style: disc;
}
.help-page .help-list li {
  margin: 0.35rem 0;
}
.help-page .help-list.help-list--caution {
  list-style: none;
  padding-left: 0.15rem;
}
.help-page .help-list.help-list--caution li {
  position: relative;
  padding-left: 1.15rem;
}
.help-page .help-list.help-list--caution li::before {
  content: "\f06a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.12em;
  font-size: 0.82em;
  color: #c73535;
}
.help-page .help-quote {
  margin: 0.65rem 0 0.85rem;
  padding: 0.75rem 1rem;
  font-style: italic;
  line-height: 1.7;
  color: rgba(230, 230, 255, 0.88);
  background: rgba(0, 0, 0, 0.28);
  border-left: 3px solid #e8c56a;
  border-radius: 0 8px 8px 0;
}
.help-page .help-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-weight: 500;
  text-decoration: none;
}
.help-page .help-inline-link:link, .help-page .help-inline-link:visited, .help-page .help-inline-link:hover, .help-page .help-inline-link:active {
  text-decoration: none;
}
.help-page .help-inline-link i {
  font-size: 0.82em;
  text-decoration: none;
  text-decoration-line: none;
}
.help-page .help-inline-link:hover {
  color: #2FAAFB;
}
.help-page .help-action-link {
  margin: 0.75rem 0 0;
}
.help-page .help-figure {
  margin: 0.85rem 0 1rem;
}
.help-page .help-figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(136, 136, 238, 0.32);
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}
.help-page .help-caution {
  color: #c73535;
  font-weight: 700;
}
.help-page .help-bad-img-list {
  margin: 0.65rem 0 0.85rem;
  padding-left: 1.1rem;
  list-style: none;
}
.help-page .help-bad-img-list li {
  position: relative;
  margin: 0 0 0.4em;
  padding-left: 0.15rem;
}
.help-page .help-bad-img-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -1.15rem;
  top: 0.15em;
  font-size: 0.65em;
  color: #c73535;
  opacity: 0.75;
}
.help-page .help-bad-img-list li.help-caution::before {
  color: #c73535;
  opacity: 1;
}
.help-page .ribbon-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.65rem;
  line-height: 1;
  margin: 0 0.08em;
  padding-bottom: 0.4em;
}
.help-page .help-qa-table {
  width: 100%;
  max-width: 350px;
  margin: 0.85rem 0 1rem;
  border-collapse: collapse;
  font-size: 0.95em;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.help-page .help-qa-table th,
.help-page .help-qa-table td {
  border: 1px solid rgba(136, 136, 238, 0.22);
  padding: 0.4rem 0.55rem;
}
.help-page .help-qa-table th {
  background: rgba(24, 26, 52, 0.92);
  font-weight: 700;
  color: rgba(230, 230, 255, 0.95);
}
.help-page .help-qa-table tr:nth-child(even) td {
  background: rgba(8, 6, 22, 0.45);
}
@media (max-width: 999px) {
  .help-page {
    font-size: clamp(0.75rem, 0.73rem + 0.12vw, 0.8125rem);
    line-height: 1.45;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .help-page .help-toc#index,
  .help-page .help-toc {
    margin-bottom: 1.25rem;
    padding: 0.75rem 0.85rem 0.85rem;
  }
  .help-page .help-category {
    min-width: 0;
  }
  .help-page .help-category__title {
    flex: 1;
    min-width: 0;
  }
  .help-page .help-qa-a {
    max-width: 100%;
  }
  .help-page .help-qa-table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
  }
  .help-page .help-bad-img-list {
    padding-left: 1.35rem;
  }
  .help-page .help-bad-img-list li::before {
    left: -1rem;
  }
  .help-page #index dt.help-index-sect {
    margin: 0.85rem 0 0.35rem;
    padding: 0 0 0.3rem;
    font-size: 0.875rem;
  }
  .help-page #index dd.help-index-item {
    margin: 0.2rem 0;
    padding: 0.1rem 0 0.1rem 0.1rem;
  }
  .help-page #index dd.help-index-item a {
    line-height: 1.4;
  }
  .help-page .help-category__title {
    font-size: 0.875rem;
  }
  .help-page .help-qa-q {
    font-size: 0.875rem;
    line-height: 1.45;
  }
  .help-page .help-qa-a {
    margin: 0 0 0.25rem;
    padding: 0.75rem 0.85rem 0.8rem 3rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .help-page .help-qa-a .help-qa-label.help-qa-label--a {
    left: 0.75rem;
    top: 0.75rem;
  }
  .help-page .help-qa-item {
    margin-bottom: 1.25rem;
  }
  .help-page .help-page-lead {
    margin-bottom: 1rem;
    padding: 0.7rem 0.85rem;
    font-size: 0.875rem;
  }
}
