/* SWELLのサイト幅を参照。背景は全幅、本文と主要レイアウトは設定幅へ収める。 */
@media(min-width:901px) {
 body.aru-seo-recovery-page { --aru-site-width:var(--container_size); }
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial.aru-pc-refinement .aru-home .aru-c-shell,
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial.aru-pc-refinement .aru-home .aru-benefit-view,
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial.aru-pc-refinement .aru-home #plan,
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial.aru-pc-refinement .aru-home #trial-value,
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial.aru-pc-refinement .aru-home #faq,
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial.aru-pc-refinement .aru-home .aru-c-final,
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial.aru-pc-refinement .aru-home #comparison {
  width:calc(100% - 2 * var(--swl-pad_container,48px))!important;
  max-width:var(--aru-site-width)!important;
  margin-inline:auto!important;
 }
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial.aru-pc-refinement .aru-home #comparison > .aru-c-shell {
  width:100%!important; max-width:none!important;
 }
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial.aru-pc-refinement .aru-home .aru-thread-scene {
  width:min(var(--aru-site-width),100%)!important; margin-inline:auto!important;
 }
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial.aru-pc-refinement .aru-home .aru-seo-intro { box-sizing:border-box; }
}
@media(min-width:901px) {
 /* 本文幅を狭めても、ヒーローのブランドコピーを従来の2行で読める幅にする。 */
 body.aru-seo-recovery-page.aru-pc-unified.aru-desktop-editorial .aru-thread-hero .aru-c-hero__copy { width:46%!important; }
}
