@charset "UTF-8";
/* ============================================================
   HOW TO USE ページ専用（body.focus-page-howtouse）
   PDF: ClubFocus_HOWTO_FIX_PC。レイアウト=rem / 文字=em・rem。
   旧 legacy(_style_page) 依存を廃し、FOCUS デザインで再構築。
   ============================================================ */
body.focus-page-howtouse {
  /* 帯・パネルで使う色 */
  --hu-lav:#efe6f7; /* ラベンダー帯 */
  --hu-lav-2:#e5d8f2; /* Service Features バー */
  --hu-lips:#d6198a;
  /* 土台（白中央列/ウォッシュ/写真ヒーロー不変部分）は modules/_subpage-shell.scss に共通化 */
  /* このページ固有の全幅バンドを追加 */
}
body.focus-page-howtouse #howto_rules,
body.focus-page-howtouse #howto_process {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
body.focus-page-howtouse {
  /* サブページ共通ヒーロー枠（#mv）の既定余白を除去（写真ヒーローを密着させる） */
}
body.focus-page-howtouse #mv.mv_howtouse {
  margin-block: 0;
  padding: 0;
}
body.focus-page-howtouse { /* 左右はshellのbreakoutを活かす */
  /* stack_M の大きな段間を howto 用に詰める（帯が連続するため） */
}
body.focus-page-howtouse #main.stack_M > * + * {
  margin-top: 0;
}
body.focus-page-howtouse {
  /* 共通見出し（HOW TO USE 等）はロゴ無し・中央紫 */
}
body.focus-page-howtouse .subpage_subttl_txt {
  color: var(--fx-purple);
}
body.focus-page-howtouse {
  /* 節見出し（HOSPITALITY / Legal / FAQ）はPDFではタイトルの約半分（≈36px）。
     #howto_intro の HOW TO USE のみページタイトルサイズ */
}
body.focus-page-howtouse #howto_hospitality .subpage_subttl_txt,
body.focus-page-howtouse #howto_legal .subpage_subttl_txt,
body.focus-page-howtouse #howto_faq .subpage_subttl_txt {
  font-size: var(--fx-type-heading-lg);
}
body.focus-page-howtouse {
  /* ヒーロー差分（背景色 / ttl の font-size・line-height・影） */
}
body.focus-page-howtouse .fx-hero {
  background: #f4e9f2;
}
body.focus-page-howtouse .fx-hero__ttl {
  font-size: var(--fx-type-heading-lg);
  line-height: 1.08;
  text-shadow: 0 0.02rem 0.14rem rgba(90, 50, 120, 0.28);
}
body.focus-page-howtouse {
  /* ============================================================
     INTRO（白列）
     ============================================================ */
  /* イントロは共通 .fx-intro(pt .5rem)。ロゴはPDF準拠で非表示 */
}
body.focus-page-howtouse #howto_intro .subpage_subttl {
  display: none;
}
body.focus-page-howtouse #howto_about {
  padding-bottom: 0.4rem;
}
body.focus-page-howtouse .fx-howto__h {
  margin: 1.6em 0 0.56em;
  color: var(--fx-ink);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  line-height: 1.3;
  text-align: center;
}
body.focus-page-howtouse .fx-howto__p {
  max-width: 8.6rem;
  margin: 0 auto;
  color: black;
  font-size: var(--fx-type-body);
  line-height: 1.9;
  text-align: center;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-howto__p {
    max-width: none;
    font-size: var(--fx-type-body);
    line-height: 1.67;
  }
}
body.focus-page-howtouse {
  /* ---- Service Features：ラベンダーの横バー ---- */
  /* PC版PDF実測：文字幅240（実装は204で小さい） */
}
body.focus-page-howtouse .fx-feat__ttl {
  margin: 2em 0 0.96em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: 0.3rem;
  letter-spacing: 0.02em;
  text-align: center;
}
body.focus-page-howtouse .fx-feat {
  list-style: none;
  max-width: 9.9rem;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  /* SP版PDF：Service Features は**1列の縦並び**（各行 高さ87） */
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-feat {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }
}
body.focus-page-howtouse .fx-feat li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.86rem;
  background: var(--hu-lav-2);
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 1em 0.889em;
  border-radius: 0.04rem;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-feat li {
    font-size: var(--fx-type-button);
    min-height: 1rem;
  }
}
body.focus-page-howtouse {
  /* ---- Key Point：光条アイコン＋紫見出し＋紫文 ---- */
}
body.focus-page-howtouse .fx-keypoint {
  margin: 0.6rem auto 0;
  max-width: 8.4rem;
  text-align: center;
}
body.focus-page-howtouse .fx-keypoint__burst {
  display: block;
  width: 1.05rem;
  height: 0.54rem;
  margin: 0 auto 0.08rem;
  color: var(--fx-purple);
}
body.focus-page-howtouse .fx-keypoint__burst svg {
  display: block;
  width: 100%;
  height: 100%;
}
body.focus-page-howtouse {
  /* PC版PDF実測：「Key Point」の文字幅398（実装は186で半分以下だった）。
     SP版PDFはキャップ40 → font 52。 */
}
body.focus-page-howtouse .fx-keypoint__ttl {
  margin: 0 0 0.25em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-keypoint__ttl {
    font-size: 0.53rem;
  }
}
body.focus-page-howtouse .fx-keypoint__txt {
  margin: 0;
  color: var(--fx-purple);
  font-size: var(--fx-type-body);
  line-height: 1.9;
  /* SP版PDF実測：本文キャップ22 → font 31 */
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-keypoint__txt {
    font-size: 0.31rem;
    line-height: 1.7;
  }
}
body.focus-page-howtouse {
  /* ============================================================
     RULES & MANNERS（全幅の紫バンド＋白カード）
     ============================================================ */
  /* PDF：紫バンドの全面に幾何装飾が入る。素材は 1601x660 の全幅背景。
     以前は 2.6rem x 1.6rem で左上に小さく置いていて、実質ほぼ無地に見えていた。 */
}
body.focus-page-howtouse .fx-rules {
  margin-top: 0.5rem;
  padding: 0.6rem clamp(0.3rem, 4vw, 0.8rem) 0.7rem;
  background: url("../images/howto/rules-manners-back.webp") center top/100% auto no-repeat, var(--fx-purple);
}
body.focus-page-howtouse .fx-rules__inner {
  max-width: 10.6rem;
  margin: 0 auto;
  text-align: center;
}
body.focus-page-howtouse .fx-rules__badge {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto 0.1rem;
}
body.focus-page-howtouse .fx-rules__ttl {
  margin: 0 0 0.5em;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-lg);
  letter-spacing: 0.03em;
}
body.focus-page-howtouse .fx-rules__lead {
  margin: 0 auto 2.444em;
  color: #f2e9f7;
  font-size: var(--fx-type-body);
  line-height: 1.8;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-rules__lead {
    font-size: var(--fx-type-body);
    line-height: 1.67;
    margin-bottom: 1.6em;
  }
}
body.focus-page-howtouse .fx-rules__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr; /* PDF：8枚とも同じ高さの長方形 */
  gap: 0.26rem;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-rules__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
  }
}
body.focus-page-howtouse {
  /* PC版PDF実測：カード 240x180（8枚とも同じ長方形） */
}
body.focus-page-howtouse .fx-rulecard {
  background: #fff;
  border-radius: 0.04rem;
  padding: 0.2rem 0.18rem 0.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.1rem;
  min-height: 1.8rem;
}
body.focus-page-howtouse .fx-rulecard img {
  display: block;
  width: auto;
  height: 0.7rem;
  margin-top: 0.06rem;
  object-fit: contain;
}
body.focus-page-howtouse {
  /* PDF：カードの文字はコンデンス体（Futura Cond） */
}
body.focus-page-howtouse .fx-rulecard span {
  margin-top: auto;
  color: var(--fx-purple);
  font-family: var(--fx-font-button-futura);
  font-weight: 700;
  font-size: 0.3rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
body.focus-page-howtouse {
  /* ============================================================
     JAPANESE HOSPITALITY（白列・3つの紫ピン）
     ============================================================ */
}
body.focus-page-howtouse #howto_hospitality {
  padding: 0.6rem 0 0.4rem;
}
body.focus-page-howtouse .fx-omote {
  list-style: none;
  padding: 0;
  margin: 0.5rem auto 0;
  max-width: 10.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.5rem;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-omote {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
body.focus-page-howtouse .fx-omote__item {
  text-align: center;
}
body.focus-page-howtouse {
  /* PDF：円ではなく**下向きの尻尾が付いた吹き出し**（TOPのエリアピンと同じ形）。
     以前は円＋擬似要素の三角だったが、三角に z-index:-1 が付いていて
     親自身の背景の下に潜り、尻尾が一度も見えていなかった。
     PC版PDF実測：円径210・尻尾込みの全高255。 */
}
body.focus-page-howtouse .fx-omote__pin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.55rem;
  margin: 0 auto 0.6em;
  position: relative;
  padding-bottom: 0.45rem;
  background: url("../images/focus/svg/deco/hotel-area.svg") center top/contain no-repeat;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  line-height: 1.2;
  text-align: center;
}
body.focus-page-howtouse .fx-omote__item p {
  margin: 0;
  color: black;
  font-size: var(--fx-type-caption);
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-omote__item p {
    text-align: center;
    font-size: var(--fx-type-body);
    line-height: 1.6;
  }
}
body.focus-page-howtouse {
  /* ============================================================
     SERVICE PROCESS（全幅ラベンダー帯・7ステップ）
     ============================================================ */
}
body.focus-page-howtouse .fx-process {
  padding: 0.66rem clamp(0.3rem, 4vw, 0.8rem) 0.7rem;
  background: var(--hu-lav);
}
body.focus-page-howtouse .fx-process__inner {
  max-width: 10rem;
  margin: 0 auto;
}
body.focus-page-howtouse {
  /* PC版PDF実測：ラベンダー帯の上端から**61はみ出して**前の白セクションに乗る（434x122）。 */
}
body.focus-page-howtouse .fx-process__tab {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.34rem;
  max-width: 100%;
  min-height: 1.22rem;
  margin: -1.27rem auto 1.5em;
  padding: 0.5em 0.6em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-process__tab {
    width: auto;
    min-height: 0;
    margin-top: -0.9rem;
    white-space: normal;
  }
}
body.focus-page-howtouse .fx-process__tab {
  background: var(--fx-purple);
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-lg);
  letter-spacing: 0.04em;
  text-align: center;
}
body.focus-page-howtouse {
  /* PDF準拠：2カラムのステップグリッド（各ステップ左に紫の縦レール） */
}
body.focus-page-howtouse .fx-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 0.6rem;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-steps {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
body.focus-page-howtouse .fx-step {
  padding-left: 0.28rem;
  border-left: 0.05rem solid var(--fx-purple);
}
body.focus-page-howtouse .fx-step__no {
  margin: 0 0 0.7em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  letter-spacing: 0.06em;
  border-bottom: 0.025rem solid var(--fx-purple);
  padding-bottom: 0.6em;
}
body.focus-page-howtouse .fx-step__no b {
  font-size: var(--fx-type-heading-lg);
  margin-left: 0.2em;
}
body.focus-page-howtouse {
  /* PDF：イラストは本文の右下に置かれ、本文が**回り込む**（flexだと回り込まない）。
     img はマークアップ上 .fx-step__body より**前**に置くこと（float は後続要素にしか効かない）。 */
}
body.focus-page-howtouse .fx-step__row {
  display: block;
}
body.focus-page-howtouse .fx-step__row::after {
  content: "";
  display: block;
  clear: both;
}
body.focus-page-howtouse .fx-step__body {
  min-width: 0;
}
body.focus-page-howtouse .fx-step__body h3 {
  margin: 0 0 0.48em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  line-height: 1.25;
}
body.focus-page-howtouse .fx-step__body p {
  margin: 0;
  color: black;
  font-size: var(--fx-type-caption);
  line-height: 1.8;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-step__body p {
    font-size: var(--fx-type-body);
    line-height: 1.6;
  }
}
body.focus-page-howtouse .fx-step__apps {
  display: flex;
  gap: 0.14rem;
  margin-top: 0.24rem;
}
body.focus-page-howtouse {
  /* focus_inline_svg は class を <svg> 自身に付与する */
}
body.focus-page-howtouse svg.fx-step__app {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
}
body.focus-page-howtouse {
  /* ブランドSVGの地色(.cls-2 緑)を紫へ。白ヌキ(.cls-1)はそのまま（PDF準拠の紫モノトーン） */
}
body.focus-page-howtouse .fx-step__app .cls-2 {
  fill: var(--fx-purple);
}
body.focus-page-howtouse {
  /* 素材 service-process-N.webp には**白い円ごと**イラストが入っている。
     CSSで円を足すと二重になるので付けない。 */
}
body.focus-page-howtouse .fx-step__art {
  float: right;
  width: 2.21rem;
  height: auto;
  margin: 0 0 0.1rem 0.2rem;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-step__art {
    width: 2rem;
  }
}
body.focus-page-howtouse .fx-step__art--sm {
  width: 2rem;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-step__art--sm {
    width: 1.9rem;
  }
}
body.focus-page-howtouse {
  /* 7ステップ目の隣（右下の空セル）に浮遊キューブ装飾 */
}
body.focus-page-howtouse .fx-step--deco {
  border: 0;
  padding: 0;
  position: relative;
  min-height: 2rem;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-step--deco {
    display: none;
  }
}
body.focus-page-howtouse {
  /* PC版PDF実測：キューブ域 570x535。
     素材 howto-cube.webp に3つ入っているので**1枚だけ**置く（重ねると6個に見える）。 */
}
body.focus-page-howtouse .fx-step--deco img {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  width: 4.6rem; /* セル幅485に収める（PDFは570だが中央列の右端まで使う想定） */
  height: auto;
}
body.focus-page-howtouse {
  /* ============================================================
     Legal & Regulatory Framework（白列＋装飾）
     ============================================================ */
}
body.focus-page-howtouse .fx-legal {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  overflow: hidden;
}
body.focus-page-howtouse {
  /* PDF準拠：Legal は左揃え（見出し・注記・2カラム）＋右に女性写真 */
}
body.focus-page-howtouse .fx-legal .subpage_subttl_txt {
  text-align: left;
  margin-left: 0;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-legal .subpage_subttl_txt {
    text-align: center;
  }
}
body.focus-page-howtouse .fx-legal__note {
  display: flex;
  align-items: center;
  gap: 0.24rem;
  max-width: 6.4rem;
  margin: 0.3rem 0 0.44rem;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-legal__note {
    margin-inline: auto;
  }
}
body.focus-page-howtouse {
  /* PDF：注意アイコンは**紫の三角**。インラインSVGの色指定が効かず黒で出ていた */
}
body.focus-page-howtouse .fx-legal__warn {
  flex: 0 0 auto;
  width: 0.72rem;
  height: 0.66rem;
}
body.focus-page-howtouse .fx-legal__warn svg {
  width: 100%;
  height: 100%;
  display: block;
}
body.focus-page-howtouse .fx-legal__warn svg * {
  fill: var(--fx-purple);
}
body.focus-page-howtouse .fx-legal__note p {
  margin: 0;
  color: black;
  font-size: var(--fx-type-body);
  line-height: 1.75;
}
body.focus-page-howtouse .fx-legal__cols {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  column-gap: 0.6rem;
  max-width: 7rem;
  margin: 0;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-legal__cols {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
body.focus-page-howtouse .fx-legal__col + .fx-legal__col {
  border-left: 0.01rem solid #c6b0da;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-legal__col + .fx-legal__col {
    border-left: 0;
    padding-left: 0;
    margin-top: 0.3rem;
  }
}
body.focus-page-howtouse .fx-legal__col h3 {
  margin: 0 0 0.8em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  line-height: 1.2;
}
body.focus-page-howtouse .fx-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.focus-page-howtouse .fx-checklist li {
  position: relative;
  padding-left: 2.333em;
  margin: 0 0 0.889em;
  color: black;
  font-size: var(--fx-type-body);
  line-height: 1.4;
}
body.focus-page-howtouse .fx-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.01rem;
  width: 0.24rem;
  height: 0.24rem;
  border: 0.02rem solid var(--fx-purple-l);
  border-radius: 0.03rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='%237a3f9d' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/74% no-repeat;
}
body.focus-page-howtouse .fx-legal__cube {
  position: absolute;
  width: 1.2rem;
  height: auto;
  opacity: 0.95;
  pointer-events: none;
}
body.focus-page-howtouse {
  /* PDF の Legal セクションにキューブは無い（女性の頭に重なっていた） */
}
body.focus-page-howtouse .fx-legal__cube--1 {
  display: none;
}
body.focus-page-howtouse .fx-legal__cube--2 {
  display: none;
}
body.focus-page-howtouse .fx-legal__girl {
  position: absolute;
  right: 0.2rem;
  top: 0.5rem;
  width: 2.3rem;
  height: auto;
  pointer-events: none;
}
body.focus-page-howtouse {
  /* ============================================================
     WHAT TO EXPECT（紫の角丸パネル・白カード）
     ============================================================ */
}
body.focus-page-howtouse #howto_expect {
  padding: 0.5rem 0;
}
body.focus-page-howtouse .fx-expect {
  position: relative;
  background: var(--fx-purple);
  border-radius: 0.3rem;
  padding: 0.5rem clamp(0.3rem, 3vw, 0.6rem) 0.6rem;
  /* PC版PDF実測：パネル(1030x800)の右下にリップ(282x162)が重なり、右へ8はみ出す */
}
body.focus-page-howtouse .fx-expect::after {
  content: "";
  position: absolute;
  right: -0.08rem;
  bottom: 0.57rem;
  width: 2.82rem;
  height: 1.62rem;
  background: url("../images/svg/icon/icon-lip.svg") center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-expect::after {
    right: -0.1rem;
    bottom: -0.4rem;
    width: 2rem;
    height: 1.15rem;
  }
}
body.focus-page-howtouse .fx-expect__ttl {
  margin: 0 0 0.85em;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-lg);
  letter-spacing: 0.03em;
  text-align: center;
}
body.focus-page-howtouse {
  /* PDF：見出しの左右の斜線は専用素材（what-to-expect-left/right.svg） */
}
body.focus-page-howtouse .fx-expect__ttl span {
  display: inline-block;
  width: 0.42rem;
  height: 0.36rem;
  margin: 0 0.22em;
  vertical-align: middle;
  background: #d9c6ea;
  -webkit-mask: url("../images/howto/what-to-expect-left.svg") center/contain no-repeat;
  mask: url("../images/howto/what-to-expect-left.svg") center/contain no-repeat;
  color: transparent;
  font-size: 0;
}
body.focus-page-howtouse .fx-expect__ttl span:last-of-type {
  -webkit-mask-image: url("../images/howto/what-to-expect-right.svg");
  mask-image: url("../images/howto/what-to-expect-right.svg");
}
body.focus-page-howtouse .fx-expect__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-expect__grid {
    grid-template-columns: 1fr;
  }
}
body.focus-page-howtouse .fx-expect__card {
  background: #fff;
  border-radius: 0.16rem;
  padding: 0.34rem 0.4rem 0.36rem;
  text-align: center;
}
body.focus-page-howtouse .fx-expect__card h3 {
  margin: 0 0 0.7em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  line-height: 1.25;
}
body.focus-page-howtouse .fx-expect__card p {
  margin: 0;
  color: black;
  font-size: var(--fx-type-caption);
  line-height: 1.8;
  text-align: left;
}
body.focus-page-howtouse .fx-expect__lips {
  position: absolute;
  right: 0.4rem;
  bottom: -0.36rem;
  width: 0.86rem;
  height: auto;
  pointer-events: none;
}
body.focus-page-howtouse .fx-expect__lips svg {
  display: block;
  width: 100%;
  height: auto;
}
body.focus-page-howtouse {
  /* ============================================================
     FAQ（白列・紫チェック＋点線区切り）
     ============================================================ */
  /* PDF準拠：FAQ は左揃え（見出し・設問・回答） */
}
body.focus-page-howtouse #howto_faq .subpage_subttl_txt {
  text-align: left;
  margin-left: 0;
}
@media (max-width: 767px) {
  body.focus-page-howtouse #howto_faq .subpage_subttl_txt {
    text-align: center;
  }
}
body.focus-page-howtouse #howto_faq {
  padding: 0.5rem 0 0.3rem;
}
body.focus-page-howtouse .fx-faq {
  list-style: none;
  padding: 0;
  margin: 0.36rem 0 0;
  max-width: 9.6rem;
}
body.focus-page-howtouse .fx-faq li {
  padding: 0.32rem 0;
  border-top: 0.01rem dotted #c9b6d8;
  text-align: left;
}
body.focus-page-howtouse .fx-faq li:last-child {
  border-bottom: 0.01rem dotted #c9b6d8;
}
body.focus-page-howtouse .fx-faq h3 {
  position: relative;
  display: block;
  margin: 0 0 0.8em;
  padding-left: 2.2em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  line-height: 1.3;
}
body.focus-page-howtouse .fx-faq h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 0.28rem;
  height: 0.28rem;
  background: var(--fx-purple);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
body.focus-page-howtouse .fx-faq p {
  margin: 0;
  padding-left: 2.444em;
  color: black;
  font-size: var(--fx-type-body);
  line-height: 1.85;
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-faq p {
    font-size: var(--fx-type-body);
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  body.focus-page-howtouse .fx-legal__cube,
  body.focus-page-howtouse .fx-legal__girl {
    display: block;
    right: -0.35rem;
    top: 2.9rem;
    width: 2.55rem;
    z-index: 0;
  }
  body.focus-page-howtouse #howto_legal p,
  body.focus-page-howtouse #howto_legal ul,
  body.focus-page-howtouse #howto_legal h3,
  body.focus-page-howtouse #howto_legal h4 {
    position: relative;
    z-index: 1;
  }
  body.focus-page-howtouse #howto_legal ul {
    max-width: 4.5rem;
  }
}
body.focus-page-howtouse {
  /* Legal の女性は画面の右端で切れるデザイン。親でクリップして横スクロールを出さない */
}
body.focus-page-howtouse #howto_legal {
  overflow: hidden;
}
body.focus-page-howtouse {
  /* SERVICE PROCESS の見出しタブが前セクションの本文に重ならないよう下余白を確保 */
}
body.focus-page-howtouse #howto_hospitality {
  padding-bottom: 1.1rem;
}

/*# sourceMappingURL=howtouse.css.map */
