/* ナレッジ記事のSNS共有ボタンを非表示にする */
.KbDetailLtContainer__userSocialIcon {
	visibility:hidden;
}

/* ヘッダーの[ようこそ]を[サポートセンター]に書き換える */
.Header__searchTitle {
  font-size: 0;
}
.Header__searchTitle::before {
  font-size: 40px;
  font-weight: bold;
  font-family: Meiryo, "メイリオ", sans-serif;
  content: "サポートセンター";
}

/* フッターの高さを調整 */
.Footer__footerBg {
  padding: 0.8rem 0;
}
.Footer__footerContent {
  height: 30px;
}
/* フッターの[問い合わせを送信する]ボタンを非表示 */
.Footer__footerInfo.commonStyle__tAlignCenter.commonStyle__flex {
	visibility:hidden;
}
/* フッターの上矢印の位置を調整 */
.AppContainer__backToTop {
  bottom: 12%;
}


