.el_labelRibbon {
  position: relative;
}

.el_txtAccentShadow {
  color: #ff5000;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
}

.el_orange {
  color: #ff5000;
}

.el_blue {
  color: #00517c;
}

.el_txtLg {
  font-size: 32px;
}

.el_txtMd {
  font-size: 24px;
}

.el_txtSm {
  font-size: 20px;
}

/* ============================
  FV
============================ */
.ly_fv {
  height: 80vh;
  max-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 0 40px;
  position: relative;
  background-color: #f2f9fd;
}

.bl_fvHeader {
  position: relative;
  z-index: 10;
}

.bl_fvHeader .bl_ttlWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.bl_fvHeader .bl_ttlWrap h2,
.bl_fvHeader .bl_ttlWrap strong {
  font-size: 28px;
  font-weight: 700;
  color: #F48F0B;
}

.bl_fvHeader .bl_ttlWrap p {
  font-size: 16px;
  font-weight: 600;
  color: #00517C;
}

.bl_fvHeader .imgWrap img {
  min-height: 134px;
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.bl_fvCont {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline: 20px;
  z-index: 10;
}

.el_catchphrase {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.el_catchphrase p {
  font-size: 18px;
  font-weight: 600;
  color: #00517c;
  background-color: #ffffff;
  padding-inline: 10px;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.el_catchphrase strong {
  font-size: 24px;
  color: #f48f0b;
}

.bl_zissekiWrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 358px;
}

.bl_zissekiWrap span {
  font-size: 12px;
  color: #00517c;
}

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

.bl_fvBg {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 0;
}

.bl_fvBg .bl_imgWrap {
  -webkit-clip-path: url(#fvBgClip);
  clip-path: url(#fvBgClip);
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 320px;
  aspect-ratio: 75 / 53;
}

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

/* ============================
  店舗マップセクション
 ============================ */

.ly_storeMap {
  background-color: #f2f9fd;
  padding: 20px;
}

.bl_storeMap {
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
}

.bl_storeMap_bg {
  display: none;
}

.bl_storeMap_img {
  position: relative;
  z-index: 2;
}

.bl_storeMap_img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 81, 124, 0.2);
}



@media screen and (min-width: 768px) {
  .ly_storeMap {
    padding: 40px;
  }

  .ly_storeMap--second {
    padding-top: 80px;
  }

  .bl_storeMap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bl_storeMap_bg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    height: 420px;
    z-index: 1;
  }

  .bl_storeMap_bg img {
    width: 100%;
    height: 100%;
  }

  .bl_storeMap_img {
    max-width: 520px;
  }
}

/* ============================
  こんなお悩みはありませんか?
 ============================ */

.bl_worryBottom_txt {
  display: contents;
}

.bl_worryCta {
  display: none;
}

.bl_worryBottom {
  background: url(../../img/symptom/worry-bottom.webp) no-repeat center bottom;
  padding-block: 100px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  position: relative;
  z-index: 2;
}

.bl_worryBottom h3 {
  font-size: 32px;
  color: #00527e;
  font-weight: 700;
}

.bl_worryBottom ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.bl_worryBottom li {
  background: #f2f9fd;
  padding: 20px;
  border-radius: 16px;
  width: 280px;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: center;
  color: #00517c;
}

.bl_worryBottom li .el_orange {
  font-weight: 700;
  font-size: clamp(1.625rem, 1.4821rem + 0.7143vw, 2.125rem);
}

.bl_worryBottom li svg {
  top: 0;
  left: 8px;
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translateY(-10px);
}

.bl_worryBottom .bl_worryBottom_txt p {
  font-weight: 400;
  font-size: 18px;
  color: #00527e;
}

.bl_worryBottom p.bl_worryFooter {
  margin-top: 60px;
  font-weight: 700;
  font-size: clamp(1.75rem, 1.3929rem + 1.7857vw, 2.4rem);
}

/* ============================
  改善されるのか？
 ============================ */

.ly_symptomDetail {
  padding: 80px 20px 40px;
  background: #f2f9fd;
}

.ly_symptomDetail h2 {
  font-size: clamp(1.5rem, 0.4286rem + 5.3571vw, 2rem);
}

.bl_symptomContent,
.bl_symptomTreatment_cont {
  padding-block: 20px;
}

/* ここで管理画面から挿入された画像を強制的に横幅マックスにさせてる */
.bl_symptomContent img,
.bl_symptomTreatment_cont img {
  margin-block: 20px;
  width: 100%;
}

.bl_symptomContent h3,
.bl_symptomTreatment_cont h3 {
  font-size: 20px;
  margin-block: 20px;
  color: #00517c;
  line-height: 1.2;
  border-bottom: 2px solid #00517c;
}

.bl_symptomContent h4,
.bl_symptomTreatment_cont h4 {
  position: relative;
  padding-left: 6px;
  margin-block: 10px;
}

.bl_symptomContent h4::before,
.bl_symptomTreatment_cont h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #00517c;
  border-radius: 10px;
  flex-shrink: 0;
}

/* ============================
  当院での改善方法
 ============================ */

.ly_symptomTreatment {
  padding: 80px 20px 40px;
}

.bl_symptomTreatment h2 {
  font-size: clamp(1.25rem, 0.3571rem + 4.4643vw, 2rem);
  color: #fff;
  background: url(../../img/clinic/whyus-ttl-sp.svg) no-repeat center;
  background-size: 100%;
  width: 100%;
  max-width: 1040px;
  text-align: center;
  padding-block: 15px;
  position: relative;
  margin-top: 32px;
}

/* 当院での改善方法: ラベルだけバナー画像の外(上)に表示 */
.bl_symptomTreatment h2 .el_areaSymptomLabel {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  color: #00517c;
  white-space: nowrap;
}

.bl_symptomTreatment h2 .el_areaSymptomLabel+br {
  display: none;
}

.bl_symptomTreatment_benefits {
  margin-top: 120px;
  border-radius: 8px;
  border: 2px solid #00517c;
  background: #f2f9fd;
  padding: 140px 20px 40px;
  position: relative;
}

.bl_symptomTreatment_benefits h2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 280px;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 16px 8px;
  border: 2px solid #00517c;
  border-radius: 4px;
  font-size: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;

}

.bl_symptomTreatment_benefits h2 span:not(.el_areaSymptomLabel) {
  font-size: 24px;
}

.bl_symptomTreatment_benefitsList {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bl_symptomTreatment_benefitsList li {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_symptomTreatment_benefitsListTtl {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  text-align: center;
}

.bl_symptomTreatment_benefitsListTtl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 20px;
  background: url(../../img/symptom/benefit-line.svg) no-repeat center center;
}

.bl_symptomTreatment_benefitsList li h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 20px;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.bl_symptomTreatment_benefitsList li h3::after {
  content: '';
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background: #ffff3bcc;
  z-index: -1;
}

/* ============================
  当院が選ばれる理由?
============================ */

.ly_whyUs {
  padding-block: 80px;
  background: #fff;
}

/* ============================
  施術の流れ
============================ */

.ly_symptomflow {
  padding: 40px 20px;
  background: #f2f9fd;
}

.ly_symptomflow h2 {
  font-size: 28px;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

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

.bl_symptomflow_list .el_separator {
  align-self: center;
}

.bl_symptomflow_list .el_separator svg {
  width: 80px;
  height: 32px;
}

.bl_symptomflow_img {
  aspect-ratio: 335 / 168;
  overflow: hidden;
  border-radius: 8px;
}

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

.bl_symptomflow_txt {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_symptomflow_txt h3 {
  font-size: 20px;
  color: #00517c;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bl_symptomflow_txt span {
  flex-shrink: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #00527e;
}

/* ============================
    推薦者の声
  ============================ */
.ly_recommend {
  padding-top: 80px;
  background-image: url('../../img/recommend/recommend-bg.webp');
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

.bl_recommend.ly_hpNormalSec {
  padding-inline: 20px;
}

.bl_recommend.ly_hpNormalSec h2 {
  text-align: center;
}

.bl_recommend.ly_hpNormalSec h2 .el_orange {
  font-size: 1.1em;
  color: #f38353;
}

.bl_recommend ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}

.bl_recommend ul li {
  max-width: 400px;
  position: relative;
  display: flex;
  gap: 8px;
}

.bl_recommend ul li .bl_imgWrap {
  width: 46%;
  max-width: 160px;
  height: auto;
  max-height: 180px;
  aspect-ratio: 16/18;
  overflow: hidden;
  border-radius: 10px;
}

.recommend-badge {
  position: absolute;
  top: 0;
  left: 24px;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}


.bl_recommend ul li .bl_txtWrap {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bl_recommend ul li .bl_txtWrap .bl_txtWrap_inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bl_recommend ul li .bl_txtWrap h3 {
  font-size: 16px;
  font-feature-settings: "palt";
}

.bl_recommend ul li .bl_txtWrap .el_capsule {
  color: #fff;
  background: #f38353;
  border-radius: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 700;
}


/* ============================
    お客様の声
  ============================ */

.bl_clinicVoice .el_secTtl {
  padding-bottom: 20px;
}

.bl_clinicVoiceList {
  padding: 20px 20px 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  max-height: 2600px;
  transition: max-height 0.5s ease;
}

.bl_clinicVoiceList.isExpanded {
  max-height: none;
}

.bl_clinicVoiceList .bl_btn {
  margin-top: 0;
}

.bl_clinicVoiceList .bl_btn svg {
  width: 40px;
  height: 40px;
}

/* ============================
    他のお悩みから探す
  ============================ */

.ly_symptomOther {
  padding: 80px 20px;
}

.bl_symptomOther>h2 {
  font-size: 28px;
  color: #00527e;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.bl_symptomOther .bl_symptomsList_item h4 {
  font-size: 16px;
}

.ly_symptomsList h2 {
  padding-bottom: 20px;
}

.bl_symptomsList .bl_symptomsList_item {
  padding-block: 0;
}

.ly_symptomsList .bl_symptoms {
  padding-bottom: 0;
}

.bl_floatingCta_mailInner h2 {
  font-size: 24px;
  text-align: center;
  color: #00517c;
}

@media screen and (min-width: 768px) {

  /* ============================
  FV
============================ */
  .ly_fv {
    padding-block: 0;
  }

  .bl_fvCont {
    padding-inline: 40px;
    width: -webkit-fill-available;
    max-width: 1040px;
    margin-inline: auto;
    margin-block: auto;
  }

  .bl_fvBg {
    right: 0;
    width: 70%;
  }

  .bl_fvBg .bl_imgWrap {
    max-height: unset;
  }

  .el_catchphrase p {
    font-size: 28px;
    font-weight: 700;
  }

  .el_catchphrase strong {
    font-size: 36px;
  }

  .bl_zissekiWrap {
    background-color: #f2f9fd;
    padding-inline: 0 40px;
    padding-block: 16px;
    border-radius: 80px;
  }

  /* ============================
  なぜ？当院の施術はこんなにも症状が改善されるのか？
============================ */
  .bl_symptomDetail_list {
    gap: 80px;
  }

  .ly_symptomDetail {
    padding-block: 80px;
  }

  .bl_symptomContent,
  .bl_symptomTreatment_cont {
    padding-block: 40px;
  }

  .bl_symptomContent h3,
  .bl_symptomTreatment_cont h3 {
    font-size: 28px;
  }

  /* .bl_symptomContent img,
  .bl_symptomTreatment_cont img {
    margin-block: 30px;
  } */

  /* ============================
    こんなお悩みはありませんか?
  ============================ */

  .bl_worryBottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 60px;
    background-size: cover;
    padding-block: 140px 100px;
  }

  .bl_worryBottom h3 {
    text-align: center;
    font-size: 40px;
  }

  .bl_worryBottom_txtGrid,
  .bl_worryBottom_txt h3 {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 4%;
    grid-template-rows: auto auto;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
  }

  .bl_worryBottom_img {
    grid-area: 1 / 1 / 3 / 2;
    z-index: -1;
  }

  .bl_worryBottom_img img {
    position: absolute;
    bottom: 0;
    max-width: 445px;
    left: min(10vw, 58px);
    width: 30vw;
  }

  .bl_worryBottom_txt {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

  .bl_worryBottom_txt h3 {
    text-align: left;
  }

  .bl_worryBottom ul {
    flex-direction: row;
    justify-content: center;
    grid-area: 1 / 2 / 2 / 3;
  }

  .bl_worryBottom li {
    max-width: 250px;
    height: 100%;
    padding-inline: 12px;
    max-height: 145px;
    width: calc(100% / 3 - 20px);
  }

  .bl_worryBottom p.bl_worryFooter {
    margin-top: 40px;
    grid-area: 2 / 2 / 3 / 3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  /* ============================
    当院での改善方法
  ============================ */

  .ly_symptomTreatment {
    padding-block: 80px;
  }

  .bl_symptomTreatment h2 {
    padding-block: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: url(../../img/clinic/whyus-ttl-pc.svg) no-repeat center;
  }

  .bl_symptomTreatment_benefitsList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    flex-direction: row;
  }

  .bl_symptomTreatment_benefits {
    padding-inline: 35px;
  }

  .bl_symptomTreatment_benefits h2 {
    max-width: unset;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 32px;
    padding: 16px 20px;
  }

  .bl_symptomTreatment_benefits h2 span:not(.el_areaSymptomLabel) {
    font-size: 44px;
  }

  /* ============================
    施術の流れ
  ============================ */

  .el_txtLg {
    font-size: 42px;
  }

  .ly_symptomflow {
    padding-block: 96px;
  }

  .ly_symptomflow h2 {
    border-bottom: 0;
    font-size: 32px;
    text-align: center;
    padding-bottom: 0;
  }

  .bl_symptomflow_list li {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 80px;
  }

  .bl_symptomflow_list li.el_separator {
    display: flex;
  }

  .bl_symptomflow_list li:nth-child(4n - 1) {
    grid-template-columns: 0.72fr 1fr;
  }

  .bl_symptomflow_list li:nth-child(4n - 1) .bl_symptomflow_txt {
    order: -1;
  }

  .bl_symptomflow_txt {
    margin-top: 0;
    justify-content: center;
  }

  .bl_symptomflow_txt span {
    width: 48px;
    height: 48px;
  }

  .bl_symptomflow_txt h3 {
    font-size: 24px;
    letter-spacing: 0.02em;
  }


  /* ============================
    推薦者の声
  ============================ */
  .ly_recommend {
    padding-block: 80px;
  }

  .bl_recommend.ly_hpNormalSec h2 {
    font-size: 32px;
  }

  .bl_recommend ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-inline: auto;
    margin-top: 80px;
  }

  .bl_recommend ul li .bl_txtWrap {
    width: 50%;
  }




  /* ============================
    お客様の声
  ============================ */

  .bl_clinicVoice .el_secTtl {
    padding-bottom: 0;
  }

  .bl_clinicVoiceList {
    border: none;
    max-height: 900px;
  }

  .ly_floatingCta_sec {
    padding: 40px;
    top: 100px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: calc(100% - 100px);
  }

  .bl_floatingCta_mailInner {
    overflow-y: scroll;
    background: #f2f9fd;
    padding: 80px 20px;
    width: 88vw;
    max-width: 1100px;
    height: 80vh;
    margin-inline: auto;
  }

  .bl_floatingCta_mailInner h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {

  /* ============================
  FV
============================ */
  .ly_fv {
    max-height: 540px;
  }

  .bl_fvHeader .bl_ttlWrap h2,
  .bl_fvHeader .bl_ttlWrap strong {
    font-size: 40px;
  }

  .bl_fvHeader .bl_ttlWrap p {
    font-size: 18px;
  }

  .el_catchphrase p {
    font-size: 36px;
  }

  .el_catchphrase strong {
    font-size: 44px;
  }

  .bl_zissekiWrap {
    background-color: unset;
    padding: unset;
    border-radius: unset;
  }

  .bl_zissekiWrap span {
    font-size: 16px;
    font-weight: 600;
  }

  .bl_fvBg {
    width: 50%;
  }

  .bl_fvBg .bl_imgWrap {
    max-height: 440px;
  }

  /* ============================
  なぜ？当院の施術はこんなにも症状が改善されるのか？
============================ */

  .bl_worryBottom ul {
    flex-direction: row;
    justify-content: flex-start;
  }

  .bl_worryBottom li {
    padding-inline: 20px;
  }

  .bl_worryBottom_txt {
    justify-content: flex-end;
  }

  .bl_worryBottom .bl_worryBottom_txt>p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    align-self: flex-start;
  }
}

/* ============================
  エディターコンテンツ（スマホファースト）
============================ */

/* モバイル（デフォルト） */
.ly_symptomEditor {
  background-color: #ff9f9f;
  padding: 20px 0;
}

.bl_symptomEditor {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.bl_symptomEditor_content {
  line-height: 1.8;
  color: #333;
}

.bl_symptomEditor_content h1,
.bl_symptomEditor_content h2,
.bl_symptomEditor_content h3,
.bl_symptomEditor_content h4,
.bl_symptomEditor_content h5,
.bl_symptomEditor_content h6 {
  margin: 20px 0 10px 0;
  color: #00517c;
  font-weight: bold;
}

.bl_symptomEditor_content h2 {
  font-size: 24px;
  border-bottom: 2px solid #ff5000;
  padding-bottom: 8px;
}

.bl_symptomEditor_content h3 {
  font-size: 20px;
  border-bottom: 2px solid #00517c;
}

.bl_symptomEditor_content p {
  margin: 12px 0;
  font-size: 16px;
}

.bl_symptomEditor_content ul,
.bl_symptomEditor_content ol {
  margin: 12px 0;
  padding-left: 20px;
}

.bl_symptomEditor_content li {
  margin: 6px 0;
  font-size: 14px;
}

.bl_symptomEditor_content img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  border-radius: 6px;
}

.bl_symptomEditor_content blockquote {
  background-color: #f8f9fa;
  padding: 15px;
  margin: 15px 0;
  font-style: italic;
  font-size: 14px;
}

.bl_symptomEditor_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 12px;
}

.bl_symptomEditor_content th,
.bl_symptomEditor_content td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.bl_symptomEditor_content th {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* タブレット */
@media (min-width: 768px) {
  .ly_symptomEditor {
    padding: 30px 0;
  }

  .bl_symptomEditor {
    padding: 0 20px;
  }

  .bl_symptomEditor_content h2 {
    font-size: 20px;
  }

  .bl_symptomEditor_content h3 {
    font-size: 18px;
  }

  .bl_symptomEditor_content p {
    font-size: 16px;
  }

  .bl_symptomEditor_content li {
    font-size: 16px;
  }

  .bl_symptomEditor_content blockquote {
    font-size: 16px;
  }

  .bl_symptomEditor_content table {
    font-size: 14px;
  }
}

/* デスクトップ */
@media (min-width: 1024px) {
  .ly_symptomEditor {
    padding: 40px 0;
  }

  .bl_symptomEditor {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
  }

  .bl_symptomEditor_content h1,
  .bl_symptomEditor_content h2,
  .bl_symptomEditor_content h3,
  .bl_symptomEditor_content h4,
  .bl_symptomEditor_content h5,
  .bl_symptomEditor_content h6 {
    margin: 30px 0 15px 0;
  }

  .bl_symptomEditor_content h2 {
    font-size: 38px;
    padding-bottom: 10px;
  }

  .bl_symptomEditor_content h3 {
    font-size: 34px;
  }

  .bl_symptomEditor_content p {
    margin: 18px 0;
    max-width: 1000px;
    font-size: 16px;
  }

  .bl_symptomEditor_content ul,
  .bl_symptomEditor_content ol {
    margin: 15px 0;
    padding-left: 30px;
  }

  .bl_symptomEditor_content li {
    margin: 8px 0;
    font-size: 16px;
  }

  .bl_symptomEditor_content img {
    margin: 20px 0;
    border-radius: 8px;
  }

  .bl_symptomEditor_content blockquote {
    padding: 20px;
    margin: 20px 0;
    font-size: 16px;
  }

  .bl_symptomEditor_content table {
    margin: 20px 0;
    font-size: 16px;
  }

  .bl_symptomEditor_content th,
  .bl_symptomEditor_content td {
    padding: 12px;
  }

  .bl_symptomOther>h2 {
    font-size: 32px;
  }
}