/* /2026lp1 専用（ヘッダー固定をLPだけ解除して安定させる） */

/* LPではヘッダー固定を解除（被り・余白調整を不要にする） */


/* LP本文：ヘッダー固定分の余白を上に確保 */
main.lp2026{
  margin: 0 !important;
  padding: var(--headerH) 0 0 0 !important;
}

main.lp2026 img{
  display: block;
  width: 100%;
  height: auto;
}

/* PC/SP出し分け */
.lp2026__pc{ display: block; }
.lp2026__sp{ display: none; }

@media (max-width: 768px){
  .lp2026__pc{ display: none; }
  .lp2026__sp{ display: block; }
}

/* =========================================================
   画像の間に入れるCTAボタン（アウトライン版：枠と文字だけ緑）
   ※「背景が緑」「文字が白」になってしまうのを防ぐため、
     background を transparent + !important で固定
   ========================================================= */

.lp2026__cta{
  padding: 22px 0; /* 画像との間隔 */
}

/* 「生活習慣病管理料2026年度の改定内容と必要な対処」ボタン部分の背景色 */
.lp2026__cta--topics {
  background-color: #f2f7f8;
}

/* 中央寄せ */
main.lp2026 .centered_btn{
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

/* アウトライン（枠と文字だけ緑）＋ PCで大きくなりすぎない */
main.lp2026 .centered_btn .com_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto;
  max-width: 920px;          /* PCでの最大幅（大きすぎる場合は760px等に） */
  padding: 14px 22px;

  background: transparent !important; /* テーマ側の背景色（黒/緑）を確実に打ち消す */
  border: 2px solid #4597a0 !important;
  color: #4597a0 !important;

  border-radius: 80px;
  font-size: 18px;
  font-weight: 700;

  text-decoration: none;
  line-height: 1.35;
  text-align: center;

  white-space: nowrap;       /* PCは基本1行 */
  box-sizing: border-box;

  transition: all .25s ease;
}

/* hover（お好みで：薄い緑） */
main.lp2026 .centered_btn .com_btn:hover{
  background: rgba(69, 151, 160, 0.08) !important;
}

/* ボタン内の矢印アイコンサイズ・余白（必要に応じて微調整） */
main.lp2026 .centered_btn .com_btn img{
  width: 18px;
  height: auto;
  margin: 0 10px;
}

/* スマホ：押しやすく、折り返し許可 */
@media (max-width: 768px){
  .lp2026__cta{
    padding: 18px 0;
  }

  main.lp2026 .centered_btn{
    padding: 0 16px;
  }

  main.lp2026 .centered_btn .com_btn{
    width: 100%;
    max-width: 560px;
    padding: 12px 14px;
    border-radius: 50px;
    font-size: 14px;

    white-space: normal;     /* スマホは折り返しOK */
  }

  main.lp2026 .centered_btn .com_btn img{
    width: 16px;
    margin: 0 8px;
  }
}

/* =========================================================
   PC下部CTA（静的配置：2026lp1_pc_04.pngとフッターの間）
   ========================================================= */
.lp2026__bottom-cta {
  padding: 40px 20px;
  background-color: #fff;
  border-top: 1px solid #DEDEDE;
}

.lp2026__bottom-cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 30px;
}

.lp2026__bottom-mazuha {
  width: 340px;
  flex-shrink: 0;
}

.lp2026__bottom-mazuha img {
  width: 100%;
  height: auto;
}

.lp2026__bottom-btn {
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 240px;
  padding: 0 32px;
  background-color: #4597A0;
  border-radius: 80px;
  font-size: 18px;
  font-weight: 700;
  height: 64px;
  text-decoration: none;
  transition: all .3s;
  white-space: nowrap;
}

.lp2026__bottom-btn:hover {
  color: #fff !important;
  transform: scale(1.05);
}

.lp2026__bottom-btn img {
  width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
}
