/**
 * File: subp.css
 * Usage: トップページ以外の共通スタイルを定義します。
 * Example: サブページ共通のヘッダーなど
 */

.breadcrumb {
  margin-inline: auto 0;
  width: 100%;
  padding-block: 16px 20px;
}

.ly_subpHeader {
  position: relative;
  margin-top: 40px;
  padding-inline: 20px;
}

.ly_subpHeader p {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-weight: 900;
  font-size: clamp(3.125rem, 1.5845rem + 6.5728vw, 7.5rem);
  line-height: 100%;
  background: linear-gradient(0deg,
      rgba(58, 125, 68, 0.2) 0%,
      rgba(58, 125, 68, 0.04) 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: -1;
}

.ly_subpHeader h1 {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.0714rem + 2.1429vw, 3rem);
  line-height: 140%;
  color: var(--color-accent);
}

.ly_subpCont {
  padding: 40px 20px;
}

.bl_subpCont {
  background: #f8f5e9;
  border-radius: 8px;
  padding: 40px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.bl_filterField {
  border-bottom: 2px solid var(--color-accent);
  color: var(--color-accent);
  position: relative;
  width: 100%;
}

.bl_filterField select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  width: 100%;
  cursor: pointer;
  padding: 8px 24px;
}

.bl_filterField svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.bl_filterField svg:first-child {
  left: 0;
}

.bl_filterField svg:last-child {
  right: 0;
}

.bl_filterField select:focus {
  outline: none;
}

.bl_archiveFiltering {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_archiveFiltering .bl_secHeader {
  margin-inline: 20px;
  padding-top: 0;
}

.bl_archiveFiltering .bl_secHeader span {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translate(-45%, -50%);
}

.ly_policy .bl_policyBlock h2 {
  margin-block: 20px 16px;
}

.el_circleAround {
  position: relative;
}

.el_circleAround::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 75px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url(../img/first/first-circle.svg) no-repeat center/contain;
}

.el_barToLeft {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: clamp(1.25rem, 1.0714rem + 0.8929vw, 1.5rem);
}

.el_barToLeft::before {
  content: '';
  display: block;
  width: 5px;
  height: 20px;
  background: #3a7d44;
  border-radius: 4px;
}

/* .bl_customData h4 styles moved to components/wysiwyg.css */

.bl_symptomsTop {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.ly_ctaLp+.ly_ctaLp {
  display: none;
}

.bl_ctaLpTop {
  aspect-ratio: 375 / 620;
  padding: 64px 20px 40px;
  background: url(../img/common/cta-lp-top.webp) no-repeat center/cover;
  background-size: 400% auto;
}

.bl_ctaLpTop picture,
.bl_ctaLpTop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bl_ctaLpBottom {
  background: #3a7d44;
  padding: 40px 20px;
}

.bl_ctaLpBottom h3 {
  color: #fff;
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.bl_ctaLpBottom h3 span {
  font-size: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem);
}

.bl_ctaLpBottom .bl_ctaLpBottomCounter {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-end;
}

.bl_ctaLpBottomCounter div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.bl_ctaLpBottomCounter p {
  font-size: 40px;
  font-weight: 500;
  color: #ff5000;
}

.bl_ctaLpButtons {
  margin-top: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}

.bl_ctaLpButtons a {
  width: min(335px, 100%);
  height: 90px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  justify-content: center;
  position: relative;
  box-shadow: 1px 4px 2px 0px #00000080;
}

.bl_ctaLpButtons a:first-child {
  background: linear-gradient(180deg,
      #06c755 0%,
      #ffffff 4%,
      #06c755 20%,
      #00b349 50%,
      #06c755 85%,
      #ffffff 96%,
      #06c755 100%);
}

.bl_ctaLpButtons a:last-child {
  background: linear-gradient(180deg,
      #f48f0c 0%,
      #ffffff 4%,
      #f48f0c 20%,
      #f48f0c 50%,
      #f48f0c 85%,
      #ffffff 96%,
      #f48f0c 100%);
}

.bl_ctaLpButtons a svg {
  width: 40px;
  height: 40px;
}

.bl_ctaLpButtons a span {
  background: url(../img/common/cta-lp-cloud.svg) no-repeat center/contain;
  width: 280px;
  height: 60px;
  display: block;
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  color: #31c76a;
  top: 0;
  transform: translateY(-80%);
  text-align: center;
  padding-top: 5px;
}

.bl_ctaLpButtons a:last-child span {
  color: #ea8c1e;
}

.bl_ctaLpPhone {
  margin-top: 40px;
  background: #f2f9fd;
  padding: 20px 10px;
  font-weight: 500;
  border-radius: 4px;
}

.bl_ctaLpPhone>span {
  color: #ff5000;
  font-size: 40px;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.bl_ctaLpPhone p:first-child {
  text-align: center;
}

.bl_ctaLpPhone p:last-child {
  margin-top: 20px;
}

.ly_worry {
  position: relative;
}

.bl_worry {
  background: linear-gradient(180deg,
      #d9d9d9 0%,
      #d9d9d9 90.17%,
      rgba(217, 217, 217, 0) 100%);
  overflow: hidden;
}

.bl_worry h2 {
  position: relative;
  z-index: 3;
  height: 80px;
  width: 100%;
  color: #fff;
  font-size: clamp(1.25rem, 0.75rem + 2.5vw, 3rem);
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/shop/worry-header.webp) no-repeat center/cover;
}

.bl_worry h2 span {
  font-size: clamp(1.75rem, 0.8214rem + 4.6429vw, 5rem);
}

.bl_worryList {
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.7143rem + 1.4286vw, 2rem);
  position: relative;
  overflow-x: clip;
  z-index: 2;
}

.bl_worryList::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg,
      #eef0f1 0%,
      rgba(238, 240, 241, 0.2) 84%,
      rgba(238, 240, 241, 0) 100%);
  border-radius: 50%;
  width: 100vw;
  aspect-ratio: 1/1;
  z-index: -1;
}

.bl_worryList li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
}

.bl_worryList li::before {
  content: '';
  display: block;
  width: 20px;
  height: 21px;
  background: url(../img/shop/worry-check.svg) no-repeat center/contain;
}

.bl_worryImg {
  max-width: 90%;
  margin-inline: auto 0;
  position: relative;
  z-index: 2;
}

.bl_worryTrust {
  position: absolute;
  bottom: clamp(0rem, -1.0714rem + 5.3571vw, 3.75rem);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  margin-inline: auto;
  z-index: 5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  max-width: 100%;
}

.bl_worryTrust p {
  text-align: center;
  font-size: 32px;
}

.bl_worryTrust p span {
  font-size: 40px;
}

.ly_reason {
  padding: 100px 20px 80px;
}

.ly_reason .hp_colorOrange {
  color: #df6d14;
}

.bl_reasonCont {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bl_reasonCont_item {
  position: relative;
  padding-top: 60px;
}

.bl_reasonCont_item>span {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, 0%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 50%,
      rgba(170, 214, 21, 1) 50%,
      rgba(110, 195, 37, 1) 100%);
  background-size: 200% 200%;
  background-position: 0% 0%;
  border-radius: 50%;
  padding-bottom: 30px;
  z-index: -1;
  font-size: 16px;
  transition:
    transform 0.3s,
    background 0.3s,
    color 0.3s;
}

.bl_reasonCont_item>span {
  color: #fff;
  background-position: 0% 100%;
}

.bl_reasonCont_itemImg {
  aspect-ratio: 335 / 200;
  max-width: 400px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}

.bl_reasonCont_itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_reasonCont_itemCont h3 {
  margin-block: 16px;
  font-size: 18px;
  line-height: 1.4;
}

.bl_borderBottomUl {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bl_borderBottomUl li {
  display: grid;
  grid-template-columns: 80px auto;
  line-height: 180%;
}

.bl_borderBottomUl li span {
  display: block;
  padding-bottom: 12px;
  padding-right: 12px;
  position: relative;
  height: 100%;
}

.bl_borderBottomUl li span::after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.bl_borderBottomUl li span:first-child {
  width: 80px;
}

.bl_borderBottomUl li span:first-child::after {
  background: linear-gradient(180deg,
      rgba(170, 214, 21, 0.4) 0%,
      rgba(110, 195, 37, 0.4) 100%);
}

.bl_borderBottomUl li span:last-child {
  flex-grow: 1;
}

.bl_borderBottomUl li span:last-child::after {
  background: #e5e5e5;
}

/* bl_customData styles moved to components/wysiwyg.css */

.bl_singleFvPoints {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  position: relative;
  justify-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(0.75rem, 0.6429rem + 0.5357vw, 1.125rem);
}

.bl_singleFvPoints small {
  position: absolute;
  bottom: -12px;
  right: 0;
  font-weight: 300;
  font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
  transform: translateY(100%);
}

:not(.ly_main).ly_recommend {
  padding: 80px 20px;
}

.bl_recommend h2 {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: clamp(1.25rem, 1.0357rem + 1.0714vw, 2rem);
}

.bl_recommend h2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 100vw;
  aspect-ratio: 375 / 220;
  max-width: 375px;
  height: auto;
  background: url(../img/common/logo.svg) no-repeat center/contain;
  z-index: -1;
  opacity: 0.7;
}

.bl_recommend h2 span.hp_colorOrange {
  font-size: clamp(1.625rem, 1.2679rem + 1.7857vw, 2.875rem);
}

.bl_recommendList {
  z-index: 2;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-height: 1200px;
  overflow: hidden;
  position: relative;
}

.bl_recommendList .el_btn {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 25%,
      #ffffff 50%);
}

.bl_recommendList.isOpen {
  max-height: none;
  padding-bottom: 80px;
}

.bl_recommendList.isOpen .el_btn {
  background: transparent;
}

.bl_readMore_summary {
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
  justify-content: center;
}

.bl_readMore_content {
  padding: 16px 0;
  margin-top: 12px;
}

.bl_recommendList li {
  background: #ebf2e8;
  padding: 48px 20px 20px;
  border-radius: 16px;
}

.bl_recommendList li h3 {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
  line-height: 120%;
  margin: 0;
}

.bl_recommendThumb {
  display: flex;
  justify-content: center;
  background-color: white;
  max-height: 200px;
  position: relative;
  overflow: hidden;
  max-width: 260px;
  border-radius: 8px;
}

.bl_recommendThumb img {
  -o-object-fit: contain;
  object-fit: contain;
}

.bl_recommendItemTop {
  position: relative;
  max-width: 340px;
}

.bl_recommendBadge {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 150px;
  height: 126px;
}

.bl_recommendHeader {
  margin-top: 16px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bl_recommendText {
  position: relative;
}

.bl_recommendText h4 {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
  line-height: 120%;
  color: #df6d14;
  margin-block: 20px;
}

.bl_recommendText::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 80px;
  height: 72px;
  background: url(../img/common/quote-left.svg) no-repeat center/contain;
}

.bl_recommendText::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 80px;
  height: 72px;
  background: url(../img/common/quote-right.svg) no-repeat center/contain;
}

.ly_experience {
  background: #ebf2e8;
  padding: 120px 20px 80px;
  position: relative;
}

.bl_experienceTtl svg {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: min(335px, 100%);
}

.bl_publishText {
  background: #fdfdfd;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_publishText p:first-child {
  font-size: 18px;
}

.bl_publishText p:nth-child(3) {
  font-size: clamp(1.125rem, 0.8571rem + 1.3393vw, 1.5rem);
}

.bl_publishText small {
  font-size: 14px;
}

.bl_publishText svg {
  max-width: 100%;
}

.ly_subpVoice {
  padding: 80px 20px 40px;
  background: #f8f5e9;
}

.bl_subpVoiceList {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 40px;
}

.bl_subpVoice_readmore {
  justify-content: center;
  margin-top: 40px;
}

.bl_voiceName {
  margin-block: 16px;
}

.bl_voiceItem small {
  margin-top: 16px;
  display: block;
}

.bl_voiceContent iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.bl_circleSticky {
  position: absolute;
  top: 50vh;
  left: 0;
  z-index: -1;
  transform: translate(-30%, -50%);
  background: linear-gradient(90deg,
      rgba(34, 172, 56, 0.16) -4.92%,
      rgba(250, 238, 0, 0.16) 109.1%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
}

.bl_singleFvPoints small {
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
}

.bl_singleFvPoints>div>small {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-weight: 300;
  font-size: 12px;
  transform: unset;
}

.bl_singleFvPoints div {
  background: #ebf2e8;
  padding: 16px 6px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  position: relative;
  border: none;
  background-image: repeating-linear-gradient(to right,
      #3a7d44 0,
      #3a7d44 8px,
      transparent 8px,
      transparent 16px),
    repeating-linear-gradient(to bottom,
      #3a7d44 0,
      #3a7d44 8px,
      transparent 8px,
      transparent 16px),
    repeating-linear-gradient(to left,
      #3a7d44 0,
      #3a7d44 8px,
      transparent 8px,
      transparent 16px),
    repeating-linear-gradient(to top,
      #3a7d44 0,
      #3a7d44 8px,
      transparent 8px,
      transparent 16px);
  background-size:
    100% 1px,
    1px 100%,
    100% 1px,
    1px 100%;
  background-position: top, right, bottom, left;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
}

.hp_singleFvPoints_txtLg {
  font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    padding-block: 20px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .ly_subpHeader {
    max-width: 1000px;
    margin-top: 80px;
  }

  .ly_subpHeader p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .ly_subpCont {
    max-width: 1320px;
    margin: 0 auto;
  }

  .bl_subpCont {
    border-radius: 20px;
    padding: min(5vw, 80px);
    gap: 40px;
  }

  .bl_filterField {
    max-width: 280px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .bl_archiveFiltering {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .bl_archiveFiltering .bl_secHeader {
    margin: 0;
    padding: 0;
  }

  .bl_archiveFiltering .bl_secHeader span {
    width: min(8vw, 120px);
    height: min(8vw, 120px);
  }

  .ly_policy .bl_subpCont {
    gap: 60px;
  }

  .ly_policy .bl_policyBlock {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
  }

  .ly_policy .bl_policyBlock h2:first-child {
    margin-top: 0;
  }

  .bl_reason {
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_reasonCont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 40px 5%;
  }

  .bl_reasonCont {
    margin-top: 60px;
  }

  .bl_reasonCont_itemCont {
    max-width: 335px;
  }

  .bl_reasonCont_item>span {
    left: 0;
    background-position: 0% 0%;
    transform: translate(-20%, 0%);
    color: #333;
  }

  .bl_reasonCont_item:hover>span {
    color: #fff;
    background-position: 0% 100%;
  }

  .bl_reasonCont_itemCont h3 {
    margin-top: 20px;
  }

  .bl_ctaLpTop {
    aspect-ratio: unset;
    padding: 40px 20px;
    background-size: 100%;
  }

  .bl_ctaLpTop picture,
  .bl_ctaLpTop img {
    max-width: 1040px;
    margin: 0 auto;
  }

  .bl_ctaLpButtons {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
  }

  .bl_ctaLpBottomCounter div {
    flex-direction: row;
    gap: 8px;
  }

  .bl_ctaLpButtons a {
    max-width: 480px;
    width: 100%;
  }

  .bl_ctaLpPhone {
    display: flex;
    flex-direction: row;
    max-width: 1040px;
    margin-inline: auto;
    padding: 16px;
    gap: 2%;
    justify-content: center;
    align-items: center;
  }

  .bl_ctaLpPhone>span {
    font-size: clamp(1.75rem, 0.8929rem + 1.7857vw, 2.5rem);
  }

  .bl_ctaLpPhone>p {
    font-weight: 700;
    font-size: clamp(1rem, 0.1429rem + 1.7857vw, 1.75rem);
  }

  .bl_ctaLpPhone li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }

  .bl_worry h2 {
    padding-block: 22px;
    height: 120px;
  }

  .bl_worryCont {
    display: flex;
    max-width: 980px;
    margin-inline: auto;
  }

  .bl_worryList {
    overflow: visible;
    flex-shrink: 0;
    font-size: 18px;
  }

  .bl_worryList::after {
    width: 62.5vw;
    max-width: 900px;
    max-height: 900px;
    aspect-ratio: 1/1;
    transform: translate(-50%, -80%);
  }

  .bl_worryImg {
    max-width: min(35vw, 512px);
    margin-block: 60px;
  }

  .bl_worryTrust {
    background: transparent;
    left: 25%;
  }

  .bl_borderBottomUl {
    width: calc(100vw - 60px - 33vw);
    max-width: 520px;
  }

  .bl_borderBottomUl li {
    grid-template-columns: 90px auto;
  }

  .bl_borderBottomUl li span:first-child {
    width: 90px;
  }

  :not(.ly_main).ly_recommend {
    padding-block: 120px;
  }

  .bl_recommend {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_recommendListItem {
    display: flex;
    gap: 9%;
  }

  .bl_recommendItemTop {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .bl_recommendThumb {
    min-width: 260px;
  }

  .bl_readMore_summary {
    display: none;
  }

  .bl_recommendText h4 {
    margin-block: 0;
  }

  .bl_recommendBadge {
    right: -60px;
  }

  .bl_recommendList .el_btn svg {
    transform: rotate(90deg);
  }

  .ly_experience {
    padding-top: 180px;
  }

  .bl_experience {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    margin-top: 20px;
    max-width: 1120px;
    margin-inline: auto;
  }

  .bl_experienceTtl svg {
    width: 100%;
    max-width: 500px;
  }

  .bl_publishText {
    margin-top: 0;
    max-width: 560px;
    padding: 20px 32px;
  }

  .bl_publishCont {
    max-width: min(40vw, 500px);
  }

  .bl_publishCont p {
    font-size: 16px;
    text-align: center;
  }

  .bl_publishText p:last-child {
    font-size: 18px;
  }

  .bl_publishText p:first-child {
    font-size: 24px;
  }

  .ly_subpVoice {
    padding-block: 105px 80px;
  }

  .bl_subpVoice_readmore svg {
    transform: rotate(90deg);
  }

  .bl_subpVoice {
    max-width: 1120px;
    margin: 0 auto;
  }

  .bl_subpVoiceList {
    margin-top: 80px;
  }

  .bl_recommend h2::after {
    max-width: 800px;
  }

  .bl_recommendList li {
    padding: 40px;
  }

  .ly_reason {
    padding-bottom: 200px;
  }

  .ly_flow {
    padding: min(5.5vw, 80px);
    max-width: min(calc(100% - 11vw), 1120px);
    margin-inline: auto;
    border-radius: 16px;
  }

  .bl_recommendList .el_btn {
    height: 120px;
  }

  /* bl_customData align styles moved to components/wysiwyg.css */

  .bl_singleFvPoints {
    margin-inline: 0;
    width: 100%;
  }

  .symptom .bl_singleFvPoints {
    max-width: 720px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1210px) {
  .bl_worryTrust {
    max-width: 980px;
    margin-inline: auto;
    left: calc(25vw + 12.5%);
  }

  .bl_worryImg {
    margin-block: 50px;
  }

  .symptom .bl_singleFvPoints {
    position: absolute !important;
    bottom: 0px;
    left: 60px;
  }
}