@charset "UTF-8";
body.focus-page-companion #companion_archive {
  padding-block: 0.4rem 0.34rem;
}
body.focus-page-companion #companion_archive .container_big.flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.focus-page-companion #companion_archive h2::before {
  display: none;
  content: none;
}
body.focus-page-companion .fx-companion-title {
  font-size: var(--fx-type-heading-lg);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 0.3em;
}
body.focus-page-companion {
  /* ---- COMPANION FILTER パネル（PDF準拠：淡ラベンダー3カラムグリッド） ---- */
  /* 薄紫の全幅バンド（元デザイン踏襲）。背景は全幅、中身は container 幅で中央寄せ */
}
body.focus-page-companion #companion_sort {
  width: 100%;
  max-width: none;
  margin: 0.7em 0 0;
  padding: 1.05em clamp(0.5em, 4vw, 1.5em) 1.2em;
  background: #ece7f3;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}
body.focus-page-companion #companion_sort > .fx-filter-top,
body.focus-page-companion #companion_sort > .fx-filter-body {
  width: 100%;
  max-width: 10.3rem;
  margin-inline: auto;
}
body.focus-page-companion {
  /* 見出し行：左タイトル＋右アクション（Clear all／開閉トグル） */
}
body.focus-page-companion .fx-filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  margin: 0 0 0.1em;
}
body.focus-page-companion .fx-filter-top .fx-filter-actions {
  display: flex;
  align-items: center;
  gap: 0.3em;
  flex: 0 0 auto;
}
body.focus-page-companion {
  /* 開閉トグル（PDFにはないが要望：デフォルト開。シェブロンで開閉） */
}
body.focus-page-companion #companion_sort .fx-filter-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05em;
  height: 1.05em;
  padding: 0;
  background: #fff;
  border: 0.015rem solid #cdb0e0;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
body.focus-page-companion #companion_sort .fx-filter-toggle:hover {
  background: var(--fx-pink-soft);
  border-color: var(--fx-purple);
}
body.focus-page-companion .fx-filter-toggle__chev {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-right: 0.03rem solid var(--fx-purple);
  border-bottom: 0.03rem solid var(--fx-purple);
  transform: translateY(-0.02rem) rotate(45deg);
  transition: transform 0.25s ease;
}
body.focus-page-companion #companion_sort.is-collapsed .fx-filter-toggle__chev {
  transform: translateY(0.02rem) rotate(-135deg);
}
body.focus-page-companion {
  /* 開閉ボディ（デフォルト開） */
}
body.focus-page-companion .fx-filter-body {
  overflow: hidden;
  max-height: 32rem;
  opacity: 1;
  transition: max-height 0.32s ease, opacity 0.22s ease, margin 0.32s ease;
}
body.focus-page-companion #companion_sort.is-collapsed .fx-filter-body {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}
body.focus-page-companion {
  /* タイトル：左寄せ＋虫めがね（legacy中央寄せを id 詳細度で上書き） */
}
body.focus-page-companion #companion_sort .fx-filter-title {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.35em;
  width: auto;
  margin: 0;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1;
}
body.focus-page-companion #companion_sort .fx-filter-title::before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background-color: var(--fx-purple);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cg%20fill='none'%20stroke='black'%20stroke-width='2.6'%20stroke-linecap='round'%3E%3Ccircle%20cx='10'%20cy='10'%20r='7'/%3E%3Cpath%20d='M20%2020l-4.6-4.6'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cg%20fill='none'%20stroke='black'%20stroke-width='2.6'%20stroke-linecap='round'%3E%3Ccircle%20cx='10'%20cy='10'%20r='7'/%3E%3Cpath%20d='M20%2020l-4.6-4.6'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}
body.focus-page-companion {
  /* Rank：フィルターの起点。全幅の大きめセグメント＋下線で区切る */
}
body.focus-page-companion .fx-filter-rank {
  margin: 0.25em 0 0;
  padding: 0 0 0.4em;
  border-bottom: 0.02rem solid #d7bfe8;
}
body.focus-page-companion #companion_sort .fx-filter-rank .fx-flabel {
  font-size: var(--fx-type-body);
  margin-bottom: 0.25em;
}
body.focus-page-companion #companion_sort .fx-filter-rank .sort01 {
  gap: 0.25em;
}
body.focus-page-companion #companion_sort .fx-filter-rank .sort01 li {
  min-height: 1.35em;
  padding: 0.25em 0.4em;
  font-size: var(--fx-type-body);
  border-radius: 0.3em;
  border-color: #cdaee2;
}
body.focus-page-companion #companion_sort .fx-filter-rank .sort01 li img {
  width: 0.34rem;
  height: 0.34rem;
}
body.focus-page-companion {
  /* 2ゾーン（左＝好みタグ / 右＝条件）。1枚パネル上に中央区切り線で分ける（箱にしない） */
}
body.focus-page-companion .fx-filter-zones {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  margin-top: 0.4em;
}
body.focus-page-companion .fx-filter-zones::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.02rem;
  bottom: 0.02rem;
  width: 0.015rem;
  background: #d3b9e8;
  transform: translateX(-50%);
}
body.focus-page-companion .fx-zone {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
body.focus-page-companion .fx-zone--tags {
  padding: 0 0.95em 0 0.05em;
}
body.focus-page-companion .fx-zone--criteria {
  padding: 0 0.05em 0 0.95em;
}
body.focus-page-companion .fx-zone__head {
  margin: 0 0 0.35em;
  padding-bottom: 0.2em;
  border-bottom: 0.015rem solid #d7bfe8;
  color: var(--fx-magenta);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}
body.focus-page-companion {
  /* ゾーン内：各グループは縦積み */
}
body.focus-page-companion .fx-zone .fx-filter-cell {
  min-width: 0;
}
body.focus-page-companion .fx-zone .fx-filter-cell + .fx-filter-cell {
  margin-top: 0.4em;
}
body.focus-page-companion {
  /* ラベル（アイコン付き） */
  /* legacy #companion_sort h3（margin-block .5/.25rem・font `--fx-type-heading-md`）を id 詳細度で打ち消す */
}
body.focus-page-companion #companion_sort .fx-flabel {
  display: flex;
  align-items: center;
  gap: 0.175em;
  margin: 0 0 0.175em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: left;
}
body.focus-page-companion #companion_sort .fx-flabel:first-of-type {
  margin-top: 0;
}
body.focus-page-companion .fx-flabel::before {
  content: "✦";
  color: var(--fx-magenta);
  font-size: 0.9em;
}
body.focus-page-companion .fx-flabel--rank::before {
  content: "♛";
  color: var(--fx-purple);
}
body.focus-page-companion .fx-flabel--sort::before {
  content: "⇅";
  color: var(--fx-purple);
}
body.focus-page-companion {
  /* Rank ピル（ゾーン内で折り返し・均等に伸びる） */
}
body.focus-page-companion #companion_sort .sort01 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
}
body.focus-page-companion #companion_sort .sort01 li {
  flex: 1 1 auto;
  min-width: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.15em;
  min-height: 0.9em;
  padding: 0.125em 0.3em;
  box-shadow: none;
  background: #fff;
  border: 0.015rem solid #d5bce6;
  border-radius: 0.1rem;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.15s;
}
body.focus-page-companion #companion_sort .sort01 li img {
  width: 0.26rem;
  height: 0.26rem;
  object-fit: contain;
  flex: 0 0 auto;
}
body.focus-page-companion #companion_sort .sort01 li:hover {
  border-color: var(--fx-purple);
}
body.focus-page-companion #companion_sort .sort01 li.active {
  background: var(--fx-purple);
  border-color: var(--fx-purple);
  color: #fff;
}
body.focus-page-companion {
  /* legacy(.sort_list.sort01 li の 1/3幅 と nth-of-type(n+4) の margin-top)を打ち消す＝高さ不揃いの解消 */
}
body.focus-page-companion #companion_sort .sort_list.sort01 li {
  width: auto;
  margin-top: 0;
}
body.focus-page-companion {
  /* ランク名の色（未選択時） */
}
body.focus-page-companion #companion_sort .sort01 li[data-rank=PREMIUM] span {
  color: #c49a3f;
}
body.focus-page-companion #companion_sort .sort01 li[data-rank=LUXURY] span {
  color: #e7788f;
}
body.focus-page-companion #companion_sort .sort01 li[data-rank=SECRET] span {
  color: #8f078f;
}
body.focus-page-companion #companion_sort .sort01 li[data-rank=ASK] span {
  color: #3e3e3e;
}
body.focus-page-companion #companion_sort .sort01 li.active span {
  color: #fff;
}
body.focus-page-companion {
  /* セレクト（Sort By のみ・フォームフィールド調でボタンと明確に区別） */
}
body.focus-page-companion .fx-fselect {
  width: 100%;
  box-sizing: border-box;
  padding: 0.375em 1.3em 0.375em 0.5em;
  background: #fbf6fd url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2012%208'%3E%3Cpath%20d='M1%201l5%205%205-5'%20fill='none'%20stroke='%237a3f9d'%20stroke-width='2'%20stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 0.18rem center/0.15rem auto;
  border: 0.02rem solid #c4a0da;
  border-radius: 0.09rem;
  color: var(--fx-purple);
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-caption);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: inset 0 0.01rem 0.04rem rgba(122, 63, 157, 0.07);
}
body.focus-page-companion .fx-fselect:focus {
  outline: none;
  border-color: var(--fx-purple);
}
body.focus-page-companion {
  /* Style / Features・Bust：複数選択ボタン（フルピル。セレクトと形で区別） */
}
body.focus-page-companion #companion_sort .fx-featpills,
body.focus-page-companion #companion_sort .fx-bustpills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.22em;
}
body.focus-page-companion #companion_sort .fx-featpills li,
body.focus-page-companion #companion_sort .fx-bustpills li {
  width: auto; /* legacy .sort02 li の 1/5 幅指定を打ち消す（重なり防止） */
  min-height: 0;
  padding: 0.22em 0.62em;
  white-space: nowrap;
  box-shadow: none;
  background: #fff;
  border: 0.015rem solid #cdb4dd;
  border-radius: 999px;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
  line-height: 1.25;
  cursor: pointer;
  transition: 0.15s;
}
body.focus-page-companion #companion_sort .fx-featpills li:hover,
body.focus-page-companion #companion_sort .fx-bustpills li:hover {
  border-color: var(--fx-purple);
}
body.focus-page-companion #companion_sort .fx-featpills li.active,
body.focus-page-companion #companion_sort .fx-bustpills li.active {
  background: var(--fx-purple);
  border-color: var(--fx-purple);
  color: #fff;
}
body.focus-page-companion {
  /* Bust はボタン群（自然幅・左寄せ）。Style/Features と同じ見た目 */
}
body.focus-page-companion #companion_sort .fx-bustpills li {
  flex: 0 0 auto;
  text-align: center;
}
body.focus-page-companion {
  /* レンジスライダー（Height / Age・2ハンドル） */
}
body.focus-page-companion .fx-slider {
  margin-top: 0.05em;
}
body.focus-page-companion .fx-slider__vals {
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
  margin: 0 0 0.2em;
}
body.focus-page-companion .fx-slider__track {
  position: relative;
  height: 0.28rem;
}
body.focus-page-companion .fx-slider__rail {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0.045rem;
  background: #d5bce6;
  border-radius: 999px;
  transform: translateY(-50%);
}
body.focus-page-companion .fx-slider__fill {
  position: absolute;
  top: 50%;
  height: 0.045rem;
  background: var(--fx-purple);
  border-radius: 999px;
  transform: translateY(-50%);
}
body.focus-page-companion .fx-slider__track input[type=range] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.7em;
  margin: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
}
body.focus-page-companion .fx-slider__track input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  cursor: pointer;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: #fff;
  border: 0.03rem solid var(--fx-purple);
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.22);
}
body.focus-page-companion .fx-slider__track input[type=range]::-moz-range-thumb {
  pointer-events: auto;
  cursor: pointer;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: #fff;
  border: 0.03rem solid var(--fx-purple);
}
body.focus-page-companion .fx-slider__track input[type=range]::-webkit-slider-runnable-track {
  background: none;
  border: none;
}
body.focus-page-companion .fx-slider__track input[type=range]::-moz-range-track {
  background: none;
}
body.focus-page-companion {
  /* Clear / Search ボタン */
  /* Clear all（見出し右の控えめボタン。フィルター全体の共通操作） */
}
body.focus-page-companion #companion_sort .fx-filter-clear {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.125em;
  padding: 0.175em 0.6em;
  border-radius: 999px;
  background: transparent;
  border: 0.015rem solid #cdb0e0;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
body.focus-page-companion #companion_sort .fx-filter-clear:hover {
  background: var(--fx-pink-soft);
  border-color: var(--fx-purple);
}
body.focus-page-companion #companion_list {
  padding-block: 0.44rem 0.56rem;
  background-color: #fcfbf8;
  background-image: radial-gradient(circle 3rem at 3% 4%, rgba(176, 210, 240, 0.55), transparent 68%), radial-gradient(circle 2.2rem at 14% 12%, rgba(244, 206, 224, 0.5), transparent 70%), radial-gradient(circle 2.6rem at 96% 7%, rgba(212, 234, 188, 0.52), transparent 68%), radial-gradient(circle 2rem at 85% 17%, rgba(198, 224, 244, 0.45), transparent 70%), radial-gradient(circle 3rem at 2% 27%, rgba(248, 242, 190, 0.52), transparent 68%), radial-gradient(circle 2.2rem at 16% 38%, rgba(206, 232, 244, 0.5), transparent 70%), radial-gradient(circle 2.6rem at 97% 33%, rgba(244, 212, 228, 0.48), transparent 68%), radial-gradient(circle 2rem at 88% 46%, rgba(222, 240, 196, 0.5), transparent 70%), radial-gradient(circle 3rem at 3% 52%, rgba(196, 220, 244, 0.5), transparent 68%), radial-gradient(circle 2.2rem at 15% 63%, rgba(248, 244, 192, 0.52), transparent 70%), radial-gradient(circle 2.6rem at 96% 60%, rgba(210, 234, 190, 0.5), transparent 68%), radial-gradient(circle 2rem at 86% 72%, rgba(244, 210, 226, 0.46), transparent 70%), radial-gradient(circle 3rem at 2% 78%, rgba(214, 236, 246, 0.5), transparent 68%), radial-gradient(circle 2.2rem at 16% 88%, rgba(248, 242, 190, 0.5), transparent 70%), radial-gradient(circle 2.6rem at 97% 85%, rgba(222, 240, 198, 0.5), transparent 68%), radial-gradient(circle 2rem at 87% 95%, rgba(244, 212, 228, 0.46), transparent 70%);
  background-repeat: no-repeat;
}
body.focus-page-companion #companion_list_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.65rem;
  width: min(100%, 10.3rem);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  body.focus-page-companion #companion_list_ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.37rem 0.25rem;
  }
}
body.focus-page-companion #companion_list_ul::after {
  content: none;
  display: none;
}
body.focus-page-companion #companion_list_ul > li {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: 0 0.06rem 0.16rem rgba(122, 63, 157, 0.16);
}
body.focus-page-companion #companion_list .companion-card:nth-child(n+4) {
  margin-top: 0;
}
body.focus-page-companion .fx-card__cta {
  display: block;
}
body.focus-page-companion {
  /* ------------------------------------------------------------
     SP（SP版PDF 750px設計 実測）
     ヒーロー見出しは2行（"Discover Her," が455幅）／FILTER見出しcap34・
     ラベルcap28・チップcap24／カードは2列（間隔29）。
     文字は SP `--fx-type-body` 基準の em。
     ------------------------------------------------------------ */
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-hero__cap {
    align-items: flex-end;
    padding-bottom: 1.25em;
  }
  body.focus-page-companion #companion_list_ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.725em 0.725em;
  }
  body.focus-page-companion #companion_sort {
    padding: 0.85em 0.75em 0.9em;
  }
  body.focus-page-companion #companion_sort .fx-filter-title {
    font-size: var(--fx-type-heading-lg);
  }
  body.focus-page-companion .fx-filter-zones {
    grid-template-columns: 1fr;
    gap: 0.75em;
    margin-top: 0.6em;
  }
  body.focus-page-companion .fx-filter-zones::before {
    display: none;
  }
  body.focus-page-companion .fx-zone--tags, body.focus-page-companion .fx-zone--criteria {
    padding: 0;
  }
  body.focus-page-companion .fx-zone--criteria {
    border-top: 0.037em solid #d7bfe8;
    padding-top: 0.75em;
  }
  body.focus-page-companion #companion_sort .fx-flabel {
    font-size: var(--fx-type-body);
  }
  body.focus-page-companion #companion_sort .fx-filter-rank .fx-flabel {
    font-size: var(--fx-type-body);
    margin-bottom: 0.35em;
  }
  body.focus-page-companion #companion_sort .sort01 li {
    flex: 1 1 40%;
    min-width: 0;
    font-size: var(--fx-type-caption);
  }
  body.focus-page-companion #companion_sort .sort01 li.fx-rank-all {
    flex: 0 0 100%;
  }
  body.focus-page-companion #companion_sort .fx-filter-rank .sort01 li img {
    width: 0.44rem;
    height: 0.44rem;
  }
}

body.focus-page-companion .fx-profile .fx-profile-band {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block: 0.4rem 0;
  padding: 0.22rem 0;
  background: var(--fx-purple);
  text-align: center;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-band {
    margin-block: 0.4rem 0;
    padding: 0.24rem 0;
  }
}
body.focus-page-companion .fx-profile .fx-profile-band h2 {
  margin: 0;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-lg);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
body.focus-page-companion .fx-profile .fx-profile-band::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border-left: 0.28rem solid transparent;
  border-right: 0.28rem solid transparent;
  border-top: 0.28rem solid var(--fx-purple);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-band::after {
    border-left-width: 0.34rem;
    border-right-width: 0.34rem;
    border-top-width: 0.3rem;
  }
}
body.focus-page-companion .fx-profile .fx-profile-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.62rem 0 0.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-head {
    margin: 0.7rem 0 0.45rem;
  }
}
body.focus-page-companion .fx-profile .fx-profile-head .rank {
  margin: 0 0 0.18rem;
}
body.focus-page-companion .fx-profile .fx-profile-head .rank img {
  display: block;
  width: 1.02rem;
  height: auto;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-head .rank img {
    width: 1.5rem;
  }
}
body.focus-page-companion .fx-profile .fx-profile-head .name {
  margin: 0 0 0.14em;
  color: #111;
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-lg);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
body.focus-page-companion .fx-profile .fx-profile-head .spec {
  margin: 0;
  color: #8a8a8a;
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-heading-md);
  line-height: 1.45;
}
body.focus-page-companion .fx-profile .fx-profile-head__copy {
  max-width: 6.2rem;
  margin: 0.18rem auto 0;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-body-lg);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-head__copy {
    max-width: 5.8rem;
    margin-top: 0.22rem;
  }
}
body.focus-page-companion .fx-profile .photo_slide {
  position: relative;
  width: min(100%, 4.6rem);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .photo_slide {
    width: min(100%, 6.6rem);
  }
}
body.focus-page-companion .fx-profile .photo_slide li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.focus-page-companion .fx-profile .photo_slide img {
  display: block;
  width: 100%;
  height: auto;
}
body.focus-page-companion .fx-profile .photo_slide:not(.slick-initialized) li + li {
  display: none;
}
body.focus-page-companion .fx-profile .photo_slide .slick-prev,
body.focus-page-companion .fx-profile .photo_slide .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 0;
}
body.focus-page-companion .fx-profile .photo_slide .slick-prev {
  left: -0.82rem;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .photo_slide .slick-prev {
    left: 0.06rem;
  }
}
body.focus-page-companion .fx-profile .photo_slide .slick-next {
  right: -0.82rem;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .photo_slide .slick-next {
    right: 0.06rem;
  }
}
body.focus-page-companion .fx-profile .photo_slide .slick-prev::before,
body.focus-page-companion .fx-profile .photo_slide .slick-next::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.34rem;
  height: 0.34rem;
  background-color: #c78ade;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cg%20fill='none'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M13%205l-7%207%207%207'/%3E%3Cpath%20d='M20%205l-7%207%207%207'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cg%20fill='none'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M13%205l-7%207%207%207'/%3E%3Cpath%20d='M20%205l-7%207%207%207'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .photo_slide .slick-prev::before,
  body.focus-page-companion .fx-profile .photo_slide .slick-next::before {
    width: 0.42rem;
    height: 0.42rem;
  }
}
body.focus-page-companion .fx-profile .photo_slide .slick-next::before {
  transform: scaleX(-1);
}
body.focus-page-companion .fx-profile .photo_slide .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.22rem;
  margin: 0.28rem 0 0;
  padding: 0;
  list-style: none;
}
body.focus-page-companion .fx-profile .photo_slide .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
body.focus-page-companion .fx-profile .photo_slide .slick-dots li button {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  padding: 0;
  background: #a8a8a8;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}
body.focus-page-companion .fx-profile .photo_slide .slick-dots li button::before {
  content: none;
}
body.focus-page-companion .fx-profile .photo_slide .slick-dots li.slick-active button {
  background: var(--fx-purple);
}
body.focus-page-companion .fx-profile .fx-profile-video {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  width: min(100%, 9.2rem);
  margin: 0.72rem auto 0;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-video {
    flex-direction: column;
    gap: 0.3rem;
    width: 100%;
    margin-top: 0.8rem;
  }
}
body.focus-page-companion .fx-profile .fx-profile-video__label {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  background: #f1e1f7;
  border-radius: 50%;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-lg);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-video__label {
    width: 3.1rem;
    height: 3.1rem;
  }
}
body.focus-page-companion .fx-profile .fx-profile-video .movie_wrap {
  flex: 0 1 6rem;
  min-width: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-video .movie_wrap {
    flex: 0 0 auto;
    width: 100%;
  }
}
body.focus-page-companion .fx-profile .fx-profile-video .movie_wrap video,
body.focus-page-companion .fx-profile .fx-profile-video .movie_wrap img {
  display: block;
  width: 100%;
  height: auto;
  background: #ccc;
  aspect-ratio: 16/9;
  object-fit: cover;
}
body.focus-page-companion .fx-profile .fx-availability {
  margin: 0.86rem auto 0;
  padding: 0.36rem 0.6rem 0.5rem;
  background: #f1e1f7;
  border-radius: 0.92rem 0 0.92rem 0;
  box-sizing: border-box;
}
body.focus-page-companion .fx-profile .fx-availability__ttl {
  margin: 0 0 0.28rem;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-md);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
body.focus-page-companion .fx-profile .fx-availability__inner {
  padding: 0.3rem 0.3rem 0.34rem;
  background: #fff;
}
body.focus-page-companion .fx-profile #companion_post .fx-availability .schedule_list {
  width: 100%;
  max-width: none;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
body.focus-page-companion .fx-profile .fx-availability .schedule_list thead th {
  height: 0.58rem;
  padding: 0.2em 0.3em;
  background: #ede1f6;
  border: 0;
  border-bottom: 0.11rem solid #fff;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-body);
  font-weight: 700;
  text-align: center;
}
body.focus-page-companion .fx-profile .fx-availability .schedule_list thead th + th {
  border-left: 0.11rem solid #fff;
}
body.focus-page-companion .fx-profile .fx-availability .schedule_list tbody th,
body.focus-page-companion .fx-profile .fx-availability .schedule_list tbody td {
  height: 0.48rem;
  padding: 0.2em 0.3em;
  background: #fff;
  border: 0.02rem solid #f1e1f7;
  color: #222;
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-body);
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
body.focus-page-companion .fx-profile .fx-availability .schedule-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.7rem;
  padding: 0.35em 1em;
  background: var(--fx-purple);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-caption);
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: filter 0.15s;
}
body.focus-page-companion .fx-profile .fx-availability .schedule-book-btn--phone {
  background: #0b62b0;
}
body.focus-page-companion .fx-profile .fx-availability .schedule-book-btn:hover {
  filter: brightness(1.12);
}
body.focus-page-companion .fx-profile .fx-availability .schedule-book-btn img {
  display: none;
}
body.focus-page-companion .fx-profile .fx-availability__actions {
  margin-top: 0.34rem;
  text-align: center;
}
body.focus-page-companion .fx-profile #companion_post .fx-availability .viewmore {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1.5em;
  background: #c78ade;
  border-radius: 999px;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
}
body.focus-page-companion .fx-profile #companion_post .fx-availability .viewmore::after {
  content: none;
}
body.focus-page-companion .fx-profile .fx-availability__note {
  margin: 0.3rem 0 0;
  color: #333;
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-body);
  line-height: 1.65;
  text-align: center;
}
body.focus-page-companion .fx-profile #companion_post table.profile {
  width: min(100%, 9.6rem);
  margin: 0.46rem auto 0;
  border-collapse: separate;
  border-spacing: 0 0.12rem;
  table-layout: fixed;
}
body.focus-page-companion .fx-profile #companion_post table.profile th {
  width: 2.06rem;
  padding: 0.5em 0.3em;
  background: var(--fx-purple);
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-body);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
body.focus-page-companion .fx-profile #companion_post table.profile td {
  padding: 0.5em 0 0.5em 0.34rem;
  background: none;
  border: 0;
  border-bottom: 0.015rem solid #cfcfcf;
  color: #222;
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-body);
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
body.focus-page-companion .fx-profile .fx-profile-info-grid {
  display: grid;
  grid-template-columns: minmax(3.8rem, 4.2rem) minmax(4.2rem, 4.9rem);
  gap: 0.48rem;
  align-items: start;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0.64rem auto 0.78rem;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-info-grid {
    display: block;
    margin: 0.54rem auto 0.7rem;
  }
}
body.focus-page-companion .fx-profile .fx-profile-info-grid__table .profile {
  width: 100%;
  margin: 0;
}
body.focus-page-companion .fx-profile .fx-profile-info-grid__staff .fx-profile-staff {
  margin: 0.78rem 0 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-info-grid__staff .fx-profile-staff {
    margin-top: 2.3rem;
  }
}
body.focus-page-companion .fx-profile .fx-status {
  display: grid;
  grid-template-columns: 2.1rem 1fr 2.9rem;
  align-items: center;
  gap: 0.2rem;
  margin: 0.46rem auto 0;
  padding: 0.4rem 0.3rem;
  background: #f1e1f7;
  border-radius: 0.13rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-status {
    position: relative;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.24rem;
    margin-top: 1.34rem;
    padding: 1.62rem 0.3rem 0.44rem;
    overflow: visible;
  }
}
body.focus-page-companion .fx-profile .fx-status__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  background: var(--fx-purple);
  border-radius: 50%;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-lg);
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-status__badge {
    position: absolute;
    left: 50%;
    top: -1.1rem;
    width: 2.4rem;
    height: 2.4rem;
    transform: translateX(-50%);
    z-index: 2;
  }
}
body.focus-page-companion .fx-profile .fx-status__chart {
  width: min(100%, 4.28rem);
  margin-inline: auto;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-status__chart {
    width: min(100%, 5.72rem);
  }
}
body.focus-page-companion .fx-profile .fx-status__chart svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
body.focus-page-companion .fx-profile .fx-status__plate {
  fill: #fff;
  stroke: #9d7fbf;
  stroke-width: 0.4;
}
body.focus-page-companion .fx-profile .fx-status__grid {
  fill: none;
  stroke: #a06da4;
  stroke-width: 0.4;
}
body.focus-page-companion .fx-profile .fx-status__area {
  fill: #f7c8d5;
  stroke: none;
}
body.focus-page-companion .fx-profile .fx-status__outline {
  fill: none;
  stroke: #e5006f;
  stroke-width: 2.24;
  stroke-linejoin: round;
}
body.focus-page-companion .fx-profile .fx-status__dot {
  fill: #e5006f;
}
body.focus-page-companion .fx-profile .fx-status__axis {
  fill: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: 5.2px;
  font-weight: 700;
}
body.focus-page-companion .fx-profile .fx-status__scores {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-status__scores {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.08rem 0.16rem;
  }
}
body.focus-page-companion .fx-profile .fx-status__scores li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  padding: 0.4em 0.5em;
  background: #fff;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-status__scores li {
    min-height: 0.54rem;
    padding: 0.22rem 0.16rem;
  }
}
body.focus-page-companion .fx-profile .fx-status__scores li:nth-child(even) {
  background: transparent;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-status__scores li:nth-child(even) {
    background: #fff;
  }
}
body.focus-page-companion .fx-profile .fx-status__scores span {
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
}
body.focus-page-companion .fx-profile .fx-status__scores b {
  color: #222;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
}
body.focus-page-companion .fx-profile #pricing_dtl {
  padding-bottom: 0.6rem;
}
body.focus-page-companion .fx-profile #pricing_dtl .subpage_subttl {
  position: relative;
  z-index: 0;
  margin: 1.8rem 0 1.3rem;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-lg);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile #pricing_dtl .subpage_subttl {
    margin: 2.3rem 0 1.7rem;
  }
}
body.focus-page-companion .fx-profile #pricing_dtl .subpage_subttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 2.36rem;
  height: 2.36rem;
  background: #f1e1f7;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
body.focus-page-companion .fx-profile #pricing_dtl .subpage_subttl::after {
  content: none;
}
body.focus-page-companion .fx-profile #pricing_dtl .fx-fee-pills,
body.focus-page-companion .fx-profile #pricing_dtl .fx-rankprice {
  position: relative;
  z-index: 1;
}
body.focus-page-companion .fx-profile #pricing_dtl .fx-fee-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.61rem;
  width: min(100%, 10.3rem);
  margin: 0.3rem auto 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile #pricing_dtl .fx-fee-pills {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}
body.focus-page-companion .fx-profile #pricing_dtl .fx-fee-pills li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.14rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile #pricing_dtl .fx-fee-pills li {
    padding: 0;
  }
}
body.focus-page-companion .fx-profile #pricing_dtl .fx-fee-pills li + li::before {
  content: "";
  position: absolute;
  left: -0.305rem;
  top: 0;
  bottom: 0;
  border-left: 0.02rem dotted #b9a6cd;
}
body.focus-page-companion .fx-profile .fx-fee-pills__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0.46rem;
  padding: 0.3em;
  background: var(--fx-purple);
  border-radius: 0;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
  line-height: 1.15;
  text-align: center;
}
body.focus-page-companion .fx-profile .fx-fee-pills__val {
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-lg);
  line-height: 1.1;
}
body.focus-page-companion .fx-profile #pricing_dtl .fx-rankprice {
  width: min(100%, 10.3rem);
  margin: 0.34rem auto 0;
}
body.focus-page-companion .fx-profile .fx-rankprice__band {
  margin: 0 0 0.15rem;
  min-height: 0.47rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 0;
  border-radius: 0;
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  letter-spacing: 0.06em;
  text-align: center;
}
body.focus-page-companion .fx-profile .fx-rankprice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem 0.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-rankprice__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.16rem 0.18rem;
  }
}
body.focus-page-companion .fx-profile .fx-rankprice__grid li {
  display: grid;
  grid-template-columns: 177fr 145fr;
  align-items: stretch;
  min-height: 0.66rem;
  margin: 0;
  border-radius: 0;
}
body.focus-page-companion .fx-profile .fx-rankprice__time,
body.focus-page-companion .fx-profile .fx-rankprice__val {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.4em 0.3em;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
  line-height: 1.15;
  text-align: center;
}
body.focus-page-companion .fx-profile .fx-rankprice__time small {
  display: block;
  font-size: 0.82em;
  font-weight: 400;
}
body.focus-page-companion .fx-profile .fx-rankprice__val {
  background: #fff;
}
body.focus-page-companion .fx-profile .fx-rankprice--premium .fx-rankprice__band {
  background: #c19b5b;
}
body.focus-page-companion .fx-profile .fx-rankprice--premium .fx-rankprice__grid li {
  border-right: 0.025rem solid #c19b5b;
  border-bottom: 0.025rem solid #c19b5b;
}
body.focus-page-companion .fx-profile .fx-rankprice--premium .fx-rankprice__time {
  background: #ede3d1;
}
body.focus-page-companion .fx-profile .fx-rankprice--premium .fx-rankprice__time,
body.focus-page-companion .fx-profile .fx-rankprice--premium .fx-rankprice__val {
  color: #a97f3f;
}
body.focus-page-companion .fx-profile .fx-rankprice--luxury .fx-rankprice__band {
  background: #e7788f;
}
body.focus-page-companion .fx-profile .fx-rankprice--luxury .fx-rankprice__grid li {
  border-right: 0.025rem solid #e7788f;
  border-bottom: 0.025rem solid #e7788f;
}
body.focus-page-companion .fx-profile .fx-rankprice--luxury .fx-rankprice__time {
  background: #f7e2e6;
}
body.focus-page-companion .fx-profile .fx-rankprice--luxury .fx-rankprice__time,
body.focus-page-companion .fx-profile .fx-rankprice--luxury .fx-rankprice__val {
  color: #d1526d;
}
body.focus-page-companion .fx-profile .fx-rankprice--secret .fx-rankprice__band {
  background: #8f078f;
}
body.focus-page-companion .fx-profile .fx-rankprice--secret .fx-rankprice__grid li {
  border-right: 0.025rem solid #8f078f;
  border-bottom: 0.025rem solid #8f078f;
}
body.focus-page-companion .fx-profile .fx-rankprice--secret .fx-rankprice__time {
  background: #f2dcf2;
}
body.focus-page-companion .fx-profile .fx-rankprice--secret .fx-rankprice__time,
body.focus-page-companion .fx-profile .fx-rankprice--secret .fx-rankprice__val {
  color: #8f078f;
}
body.focus-page-companion .fx-profile .fx-profile-staff {
  position: relative;
  margin: 1.8rem auto 0;
  padding: 0;
  background: none;
  border: 0;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-staff {
    margin-top: 2.3rem;
  }
}
body.focus-page-companion .fx-profile .fx-profile-staff__ttl {
  position: relative;
  z-index: 0;
  margin: 0 0 0.3rem;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-lg);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}
body.focus-page-companion .fx-profile .fx-profile-staff__ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 2.36rem;
  height: 2.36rem;
  background: #f1e1f7;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile .fx-profile-staff__ttl::before {
    width: 3rem;
    height: 3rem;
  }
}
body.focus-page-companion .fx-profile .fx-profile-staff__lead,
body.focus-page-companion .fx-profile .fx-profile-staff p {
  position: relative;
  z-index: 1;
}
body.focus-page-companion .fx-profile .fx-profile-staff__lead {
  margin: 0 0 0.24rem;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-heading-md);
  font-weight: 700;
  text-align: center;
}
body.focus-page-companion .fx-profile .fx-profile-staff p {
  margin: 0;
  color: #222;
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-body);
  line-height: 1.55;
  text-align: left;
}
body.focus-page-companion .fx-profile .fx-profile-staff p br + br {
  display: none;
}
@media (max-width: 767px) {
  body.focus-page-companion .fx-profile #pricing_dtl .fx-fee-pills li + li {
    border-left: 0;
  }
}

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