@charset "utf-8";
.fs-30 {
  font-size: 30px;
}

.fs-45 {
  font-size: 45px;
}

.bold {
  font-weight: bold;
}

.pink {
  color: #ef646b;
}
.main section p:not(:last-child) {
  margin-bottom: 0;
}
.heading4 {
  color: #fa657a;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 24px;
}
.heading2 {
  font-size: 30px;
  font-family: YuMincho, "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  margin-bottom: 40px;
}
.kinki-li {
  list-style: disc;
  padding-left: 1.5em;
}

@media only screen and (max-width: 599px) {
  .heading2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  .scroll-hint-shadow-wrap{
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.check h4{
  color: #FA657A;
  font-size: 24px;
  margin-bottom: 24px;
}
.caution-box-h4{
  color: #6A686B;
  font-size: 24px;
  margin-bottom: 24px;
}
.caution-box p {
  padding-bottom: 24px;
}

@media only screen and (max-width: 599px) {
.check h4{
  font-size: 20px;
}
.caution-box-h4{
  font-size: 20px;
}
}

.check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  background: url(../../../../assets/img/operation/rejyuran_checkbox.png) no-repeat top / cover;
}
.check {
  position: relative;
  padding-left: 35px;
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.5;
}


/* hero_block */
#hero_block .heading3 {
  text-align: center;
  color: #ef646b;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-bottom: none;
  position: relative;
  padding-bottom: 0;
}

#hero_block .heading3:before,
#hero_block .heading3:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ef646b;
  width: 58px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

#hero_block .heading3:before {
  left: 0;
}

#hero_block .heading3:after {
  right: 0;
}
.hero__bg_block {
  background: linear-gradient(0deg, #fef1f2 0%, #fff 106.67%);
  padding: 24px 40px;
  margin-top: 40px;
}
#hero_block .wrap-inner {
  margin: 16px auto;
  background-color: #fff;
}
#hero_block .wrap-inner h5 {
  color: var(---text-pink400, #FA657A);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 8px;
  margin-top: 0;
}
#hero_block .wrap-inner .list-fda {
  line-height: 30px;
  font-weight: 300;
}

/* trouble_block */
#trouble_block .trouble-wrap {
  background-color: #f6f6f6;
  padding: 24px;
  max-width: 100%;
}
#trouble_block .trouble-wrap-items {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#trouble_block .trouble-wrap-items li {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  position: relative;
  list-style: none;
  padding-left: 1.5em;
  margin: 0;
  width: calc(50% - 36px);
}
#trouble_block .trouble-wrap-items li::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../../../../assets/img/operation/icon-trouble-dot.png)
    no-repeat top/cover;
}
@media only screen and (max-width: 599px) {
  #trouble_block .trouble-wrap-items {
      flex-direction: column;
      gap: 12px;
  }
  #trouble_block .trouble-wrap-items li {
    width: 100%;
}
}

/* ===== セクション全体：左右に並べる ===== */
.mechanism-section {
  display: flex;           /* 左右並びにする */
  align-items: center;     /* 上下中央揃え */
  max-width: 900px;
  margin: 0 auto;
  padding-top: 80px;
}
.mechanism-section-2 {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 80px;
}

/* ===== 左側テキストエリア ===== */
.mechanism-text {
  flex: 1;
  padding-right: 40px;
}

/* ===== 見出し ===== */
.mechanism-title {
  color: #FA657A;          /* ピンク文字 */
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  border: none;            /* WordPressのデフォルト枠線を消す */
}


/* ===== 本文 ===== */
.mechanism-lead {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
/* SP用画像：PCでは非表示 */
.mechanism-image-sp {
  display: none;
}

/* リード＋SP画像の横並びラッパー（PCはブロック） */
.mechanism-lead-wrap {
  display: block;
}

/* ===== ピンクの箇条書きボックス ===== */
.mechanism-box {
  background-color: #FEF5F3;   /* 薄いピンク背景 */
  padding: 20px 24px;
}

/* ===== リスト全体 ===== */
.mechanism-list {
  list-style: none;        /* デフォルトの黒点を消す */
  padding: 0;
  margin: 0;
}

/* ===== 各リスト項目 ===== */
.mechanism-list li {
  position: relative;
  padding-left: 20px;      /* 左に余白を作り、点を置くスペースを確保 */
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.mechanism-list li:last-child {
  margin-bottom: 0;
}

/* ===== ピンクの丸点 ===== */
.mechanism-list li::before {
  content: "●";
  color: #FE9D9D;          /* ピンクの点 */
  position: absolute;
  left: 0;
  top: 0;
}

/* ===== 太字部分 ===== */
.mechanism-list li strong {
  font-weight: bold;
  color: #333;
}

/* ===== 右側：画像エリア ===== */
.mechanism-image {
  flex-shrink: 0;          /* 画像エリアが縮まないようにする */
  max-width: 210px;
}

.mechanism-image img {
  width: 100%;
  height: auto;
  display: block;
}
.mechanism-main-image{
  padding: 20px 0;
}

.effect-check {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.effect-header::before {
  content: "";                              /* 空にする */
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../../../assets/img/operation/check-backpink.png) ;
  background-size: contain;                /* 枠にぴったり収める */
  background-repeat: no-repeat;
  background-position: center;
}

/* ===== スマホ対応 ===== */
@media (max-width: 600px) {
  .effect-header{
    font-size: 22px;
  }

  .mechanism-section {
    display: block; /* SP は縦並び（flexを解除） */
  }
  .mechanism-section-2 {
    padding-top: 40px;
  }

  /* PC用画像を非表示 */
  .mechanism-image {
    display: none;
  }

  /* SP用：リードテキストと画像を横並び */
  .mechanism-lead-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
  }

  /* SP用画像を表示・サイズ調整 */
  .mechanism-image-sp {
    display: block;
    flex-shrink: 0;
    width: 110px;
  }

  .mechanism-image-sp img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sc-sp .mechanism-main-image{
    min-width: 750px;
    min-height: 459px;
    height: auto;
  }
  .mechanism-title {
    font-size: 20px;
  }

  .mechanism-list li::before {
    font-size: 12px;
    top: 4px;
  }
  .mechanism-text {
    padding: 0px;
  }
}


/* ===== リスト全体 ===== */
.effect-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ===== 各項目 ===== */
.effect-item {
  background-color: #FEF5F3;   /* 薄いピンク背景 */
  padding: 16px 20px;
  margin-top: 8px;             /* 項目間の余白 */
  border-radius: 4px;
}

/* ===== チェックマーク＋タイトル行 ===== */
.effect-header {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

/* ===== 説明文 ===== */
.effect-desc {
  font-size: 14px;
  color: #555;
  margin: 0;
  padding-left: 24px;          /* チェックマーク分だけ字下げ */
  line-height: 1.7;
}
.point-content{
  display: flex;
  background: #FCF4F5;
  padding: 24px;
  gap: 16px;
}
.point-text{
  display: flex;
  justify-content: center;
  align-items: center;
}
.point-content img {
  max-width: 91px;
 }

.point-heading {
  display: flex;
  flex-direction: column;
  gap: 48px;
  list-style: none;
}
.point-heading li {
  position: relative;
  margin: 0;
}

.point-heading li::before {
  position: absolute;
  content: "";
  width: 154.148px;
  height: 53px;
  display: block;
  top: -39px;
  left: 8px;
}

.point-heading li.item-01::before {
  background: url(../../../../assets/img/operation/icon-reason-point01.png) no-repeat top / cover;
}
.point-heading li.item-02::before {
  background: url(../../../../assets/img/operation/icon-reason-point02.png) no-repeat top / cover;
}
#point01_block .item-01 {
  margin-top: 20px;

}
#point01_block .item-02 {
  margin-top: 40px;

}
/* .safe-reason-points .mechanism-list{
  padding: 0 40px;
} */

.safe-reason-points .mechanism-list li::before {
  content: "●";
  color: #FE9D9D;          /* ピンクの点 */
  position: absolute;
  left: 0;
  top: 0;
}
/* safe_block */
.safe-reason-points {
  display: flex;
  flex-direction: column;
  gap: 48px;
  list-style: none;
  margin-top: 64px;
}
.safe-reason-points li {
  margin: 0 !important;
  position: relative;
}
.safe-reason-points li::before {
  position: absolute;
  content: "";
  width: 154.148px;
  height: 53px;
  display: block;
  top: -39px;
  left: 8px;
}
.safe-reason-points li.item-01::before {
  background: url(../../../../assets/img/operation/icon-reason-point01.png)
    no-repeat top/cover;
}
.safe-reason-points li.item-02::before {
  background: url(../../../../assets/img/operation/icon-reason-point02.png)
    no-repeat top/cover;
}
.safe-reason-points li.item-03::before {
  background: url(../../../../assets/img/operation/icon-reason-point03.png)
    no-repeat top/cover;
}
.safe-reason-points li.item-04::before {
  background: url(../../../../assets/img/operation/icon-reason-point04.png)
    no-repeat top/cover;
}
.safe-reason-points .point-heading {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin: 0;
  border-top: 1px solid #fe9d9d;
  border-right: 1px solid #fe9d9d;
  border-left: 1px solid #fe9d9d;
  background: #fef5f3;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.safe-reason-points li p,
.safe-reason-points li .inner-item {
  /* border: 1px solid #fe9d9d; */
  border-top: none;
  background: #fff;
  padding: 0px 0px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.border-inner{
  border: 1px solid #fe9d9d;
  border-top: none;
  padding: 24px 40px;
}
.safe-reason-points li .inner-item {
  display: flex;
  flex-direction: column;
}
.safe-reason-points li .inner-item dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  padding-left: 36px;
  position: relative;
  margin-bottom: 8px;
}
.safe-reason-points li .inner-item dt::before {
  position: absolute;
  content: "";
  width: 1lh;
  height: 1lh;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../../../../assets/img/operation/icon-circle-check.svg)
    no-repeat top/cover;
}
.safe-reason-points li .inner-item dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.safe-reason-points li .inner-item dd:not(:last-of-type) {
  border-bottom: 1px dashed #fe9d9d;
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.pink_box {
  background: linear-gradient(101deg, #FEF5F3 49.63%, #FFD6CD 99.11%);
  padding: 40px 40px 0px 40px
}
.pink_box .mark {
  display: flex;
  justify-content: center;
  background-color: transparent;
  align-items: center;
  gap: 24px;
  padding: 0px 0px 48px 0px;
}
.pink_box .mark img{
  max-width: 90px;
}
.div-safe-reason-points {
  margin: 40px 0px;
}
.caution-box{
  background-color: #F5F5F5;
  padding: 20px 24px;
}
.caution-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.caution-list li::before {
  content: "●";
  color: #C9C6C3;
  position: absolute;
  left: 0;
  top: 0;
}
.caution-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.border-inner .main__detailLink {
    width: 340px;
    position: relative;
}
.border-inner .accordion-arrow{
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 18%;
}
.accordion-label{
  font-weight: 700;
}

.border-inner .botun{
    display: block;
    width: 340px;
    margin: 16px auto;
}

#down-time .caution-lead{
  margin-bottom: 16px;
}


/* ===== スマホ対応 ===== */
@media (max-width: 600px) {
  .point-content{
    gap: 16px;
  }
.border-inner {
  padding: 24px 24px;
}

.border-inner .botun {
  display: block;
  margin: 16px auto;
  width: 100%;
}
.border-inner .main__detailLink {
  width: 100%;
  position: relative;
}
.pink_box {
  padding: 20px;
  background: linear-gradient(101deg, #FEF5F3 49.63%, #FFD6CD 99.11%);
}
.pink_box .mark {
  gap: 8px;
}
.safe-reason-points .mechanism-list li::before {
  font-size: 12px;
  top: 4px;
}

}


/* case_block */
#case_block .case__list {
  display: flex;
  list-style: none;
  margin-bottom: 8px;
}
#case_block .case__list.p-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#case_block .case__item {
  margin: 0;
}
#case_block .case__operation-detail-label {
  margin-bottom: 4px;
}
#case_block .case__operation-detail {
  margin-bottom: 56px;
}
.case__operation-detail-list:not(:first-of-type) {
  margin-top: 16px;
}
#case_block .case__operation-detail-list {
  list-style: none;
  padding: 40px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#case_block .case__item-img.w-425 {
  max-width: 425px;
  width: 100%;
  display: block;
  margin: 0 auto 8px;
}
#case_block .case__operation-detail-item {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

#case_block .case__item-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
#case_block .compare-heading {
  color: #fa657a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  width: fit-content;
  margin: 64px auto 20px;
  position: relative;
}
#case_block .compare-heading::before {
  content: "";
  width: 25px;
  height: 38px;
  position: absolute;
  left: -32px;
  bottom: -2px;
  background: url(../../../../assets/img/operation/icon-viceline-left.png)
    no-repeat top/cover;
}
#case_block .compare-heading::after {
  content: "";
  width: 25px;
  height: 38px;
  position: absolute;
  right: -32px;
  bottom: -2px;
  background: url(../../../../assets/img/operation/icon-viceline-right.png)
    no-repeat top/cover;
}

@media (max-width: 599px) {
  #case_block .case__operation-detail-list {
    padding: 24px;
  }
}

/* position_block */
#position_block .compare-heading {
  color: #fa657a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  width: fit-content;
  margin: 64px auto 20px;
  position: relative;
}
#position_block .compare-heading::before {
  content: "";
  width: 25px;
  height: 38px;
  position: absolute;
  left: -32px;
  bottom: -2px;
  background: url(../../../../assets/img/operation/icon-viceline-left.png)
    no-repeat top/cover;
}
#position_block .compare-heading::after {
  content: "";
  width: 25px;
  height: 38px;
  position: absolute;
  right: -32px;
  bottom: -2px;
  background: url(../../../../assets/img/operation/icon-viceline-right.png)
    no-repeat top/cover;
}
#position_block .compare-heading.sp {
  display: none;
}
/* sperb_block */
#sperb_block .wrap-sperb-beem {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
}
#sperb_block .wrap-sperb-beem p {
  font-weight: 500;
  line-height: 30px;
}
#sperb_block .wrap-sperb-beem img {
  width: 50%;
  max-width: 363px;
  height: auto;
}
#position_block .hikaku_block{
  margin-bottom:  64px;
}
#position_block .pink_box{
  margin-bottom: 40px;
  border-radius: 16px;
}
#position_block .caution-box{
  margin-bottom: 40px;
}

/* monitoring_block */
#monitoring_block .wrap-monitoring {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  justify-content: space-between;
}
#monitoring_block .wrap-monitoring img {
  width: 363px;
  height: 242px;
}

/* popular_block */
#popular_block .compare-heading {
  color: #fa657a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  width: fit-content;
  margin: 64px auto 20px;
  position: relative;
}
#popular_block .compare-heading::before {
  content: "";
  width: 25px;
  height: 38px;
  position: absolute;
  left: -32px;
  bottom: -2px;
  background: url(../../../../assets/img/operation/icon-viceline-left.png)
    no-repeat top/cover;
}
#popular_block .compare-heading::after {
  content: "";
  width: 25px;
  height: 38px;
  position: absolute;
  right: -32px;
  bottom: -2px;
  background: url(../../../../assets/img/operation/icon-viceline-right.png)
    no-repeat top/cover;
}
#popular_block .compare-heading.sp {
  display: none;
}

#popular_block .popular-wrap-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#popular_block .popular-wrap-items li {
  list-style: none;
  padding: 24px;
  border: 1px solid #fe9d9d;
  height: 408px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

#popular_block .popular-wrap-items li h4 {
  color: #fa657a;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
/* ===== ボックス全体 ===== */
#popular_block .check-box {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

/* ===== 各項目 ===== */
#popular_block .check-item {
  position: relative;
  background-color: #FEF5F3;     /* 薄ピンク背景 */
  padding: 16px 24px 16px 110px; /* 左に「Check!」画像分のスペースを確保 */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #FA657A;
}

/* ===== Check! 画像を::beforeで表示 ===== */
#popular_block .check-item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);   /* 上下中央揃え */
  width: 72px;                   /* 画像の幅 */
  height: 24px;                  /* 画像の高さ */
  background-image: url(../../../../assets/img/operation/mozaic_checkbox.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#popular_block .popular-wrap-items {
  flex-direction: column;
}
/* #popular_block .popular-wrap-items li {
  width: 100%;
} */
#popular_block .popular-wrap-items .item-heading {
  align-items: center;
  width: 100%;
  gap: 8px;
}
/* #popular_block .popular-wrap-items li img {
  display: block;
  width: 110px;
  height: 110px;
  padding: 5px 4.5px 5px 5.5px;
} */
#popular_block .popular-wrap-items li img {
  width: 152px;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 599px) {
  #popular_block .popular-wrap-items {
    display: block;
  }
  #popular_block .check-item::before {
    margin: 0px 120px;
    top: 18%;
  }
  #popular_block .check-item {
    padding: 54px 16px 16px 16px;
  }
  #popular_block .popular-wrap-items .item-heading {
    gap: 0px;
    width: 105%;
  }

  #popular_block .popular-wrap-items li {
    height: auto;
  }
  #popular_block .popular-wrap-items li img {
    display: block;
    width: 115px;
    height: auto;
    padding: 5px 4.5px 5px 5.5px;
    margin: 0;
  }
  #popular_block .popular-wrap-items .item-heading {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
  }

}


/* ===== 吹き出し本体 ===== */
.fukidashi {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 20px;
  background-color: #aaa;
  color: #333;
  padding: 14px 28px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

/* ===== 下向きの三角（しっぽ） ===== */
.fukidashi::after {
  content: "";
  position: absolute;
  bottom: -14px;               /* 本体の下にはみ出させる */
  left: 50%;                   /* 中央に配置 */
  transform: translateX(-50%); /* 正確に中央揃え */

  /* 三角形をborderで作る */
  border-top: 14px solid #aaa; /* 上辺だけ色をつける → 下向き三角になる */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  justify-items: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 0px;
  gap: 24px;
}


.grid-item {
  width: auto;
  height: auto;
}
.grid-item img{
  filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.15));
}

@media only screen and (max-width: 599px) {
  .grid-container{
  display: block;
  padding-top: 24px;
  }
  .grid-item img {
    margin-bottom: 24px;
  }
}

.matome-box{
  border: 1px solid var(--ST-border-pink-200, #FEF5F3);
  padding: 24px 20px;
}
.inner-matome-box {
  display: flex;
  gap: 16px;
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid var(--ST-border-pink-200, #FEF5F3);
  align-items: center;
}
.inner-matome-box img{
  max-width: 64px;
}
/* flow_block */
#treatment_flow .scroll-hint-shadow-wrap {
  background: #f5f5f5;
}

@media only screen and (max-width: 599px) {
  .js-scrollable img {
      min-width: 750px;
      min-height: auto;
      height: auto;
  }
}


/* application_block */
#application_block img {
  width: 486px;
  height: 372px;
  display: block;
  margin: 0 auto;
}

.main__section3 .heading3 svg {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  /* hero_block */
  #hero_block .heading3:before,
  #hero_block .heading3:after {
    width: 20vw;
  }
}

@media only screen and (max-width: 599px) {
  .mgb96 {
    margin-bottom: 80px;
  }
  .heading4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }

  /* 	hero_block */
  #hero_block .heading3 {
    text-align: left;
    margin-bottom: 24px;
  }

  #hero_block .heading3:before,
  #hero_block .heading3:after {
    display: none;
  }

  #hero_block .hero__bg_block {
    padding: 0px 16px 24px;
    margin-top: 8px;
  }
/* ===== コンテンツエリア（アイコン＋テキスト横並び） ===== */
.point-content {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #FEF5F3;   /* 薄ピンク背景 */
  padding: 24px;
  margin-top: 0;
}

/* ===== アイコン画像 ===== */
.point-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.point-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ===== テキストエリア ===== */
.point-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.point-text p {
  margin: 0 0 8px;
}

.point-text p:last-child {
  margin-bottom: 0;
}

.point-text strong {
  font-weight: bold;
  color: #333;
}

/* ===== スマホ対応 ===== */
@media (max-width: 600px) {
  .point-content {
    flex-direction: column;    /* 縦積みに */
    align-items: center;
    text-align: left;
    padding: 20px 16px;
    gap: 0px;
  }

  .point-icon {
    width: 100px;
    height: 100px;
  }

  .point-text {
    width: 100%;
  }
  .caution-box {
    padding: 24px 24px;
  }
  .caution-list li::before {
    top: 4;
    font-size: 12px;
  }
}
/* ===== 見出し ===== */
.caution-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  border: none;
}

/* ===== グレー背景ボックス ===== */
.caution-box {
  background-color: #f5f5f3;   /* 薄いグレー背景 */
  padding: 24px 28px;
}

/* ===== リスト全体 ===== */
.caution-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ===== 各項目 ===== */
.caution-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.caution-list li:last-child {
  margin-bottom: 0;
}

/* ===== グレーの丸点 ===== */
.caution-list li::before {
  content: "●";
  color: #aaa;                 /* グレーの点 */
  position: absolute;
  left: 0;
  top: 0;
}
/* ===== リード文 ===== */
.caution-lead {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-bottom: 16px;
}
/* ===== スマホ対応 ===== */
@media (max-width: 600px) {
  .caution-box {
    padding: 24px 24px;
  }
  .caution-list li::before {
    top: 4px;
    font-size: 12px;
  }
}


  /* about_block */
  #position_block .compare-heading.pc {
    display: none;
  }
  #position_block .compare-heading.sp {
    display: block;
  }

  #position_block .js-scrollable {
    overflow: scroll;
  }
  #position_block .js-scrollable img {
    min-width: 750px;
    /* min-height: 459px; */
    height: auto;
  }
  #sperb_block .wrap-sperb-beem {
    flex-direction: column;
  }
  #sperb_block .wrap-sperb-beem img {
    width: 100%;
    max-width: 100%;
  }
  .safe-reason-points {
    margin-bottom: 80px;
  }
  .safe-reason-points .point-heading {
    font-weight: 600;
  }
  #monitoring_block .wrap-monitoring {
    flex-direction: column;
    gap: 8px;
  }
  #monitoring_block .wrap-monitoring img {
    width: 100%;
    max-width: 100%;
  }
  
  #application_block img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 345px;
  }
  .for-pc {
    display: none !important;
  }

  .for-sp {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .for-pc {
    display: block !important;
  }

  .for-sp {
    display: none !important;
  }

  #adapt_block .adapt__skin-title--sp,
  #adapt_block .adapt__skin-list--sp {
    display: none;
  }

  
}
