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

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


/* LP本文：ヘッダー固定分の余白を上に確保 */
main.lp2026{
  margin: 0 !important;
  padding: 0 !important;
  padding-top: var(--headerH, 80px) !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: 100%;
  max-width: 380px;
  padding: 7px 18px;
  background: transparent !important;
  border: 2px solid #4597a0 !important;
  color: #4597a0 !important;
  border-radius: 80px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  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;
  }
}

/* =========================================================
   ナビゲーターボタン（塗りつぶし版：#4597a0 背景・白文字）
   ========================================================= */

/* ボタン本体：背景を塗りつぶし、テキストを白に */
main.lp2026 .lp2026__cta--navi .com_btn {
  background: #4597a0 !important;
  border: 2px solid #4597a0 !important;
  color: #ffffff !important;
  white-space: normal !important;
  text-align: center;
  padding: 8px 40px !important;
  max-width: 420px;
  flex-direction: column;
  line-height: 1.1;
  gap: 0;
}

main.lp2026 .lp2026__cta--navi .com_btn:hover {
  background: #3a8189 !important;
  border-color: #3a8189 !important;
}

/* 上段テキスト（小さめ）：PCでは1行、折り返さない */
.lp2026__navi-sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2;
}

/* 下段テキスト（大きめ）：「利用する」 */
.lp2026__navi-main {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 2px;
}

/* スマホ：フォントサイズ調整 */
@media (max-width: 768px) {
  .lp2026__navi-sub {
    font-size: 13px;
    white-space: normal;
    line-height: 1.2;
  }

  .lp2026__navi-main {
    font-size: 18px;
  }

  main.lp2026 .lp2026__cta--navi .com_btn {
    padding: 5px 12px !important;
    max-width: 265px;
  }
}

/* =========================================================
   ナビゲーター提供開始予定テキスト（赤字・センター揃え）
   ========================================================= */
.lp2026__navi-notice {
  color: #e00;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0 0;
  padding: 0 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .lp2026__navi-notice {
    font-size: 12px;
    padding: 0 16px;
  }
}

/* =========================================================
   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;
}

.left_top {
  width: 65%;
  position: relative;
}
.lp_top {
  display: flex;
}
.top_img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 16%;
}
.bottom_img {
  position: absolute;
  bottom: 0;
  right: -10%;
  max-width: 16%;
}
.left-top-title,.left-main-title,.left-bottom-description
 {
  max-width: 61%;
  margin: 0 auto;
}
.left-top-title {
  margin-top: 20px;
}
.left-tt-title {
  font-size: clamp(8px, calc(100vw * 10 / 1375), 16px);
  color: #3472a0;
  font-weight: 500;
}
.left-tl-title {
  color: #134263;
  font-weight: 600;
  font-size: clamp(24px, calc(100vw * 24 / 1375), 36px);
  line-height: 1;
  white-space: nowrap;
  border-bottom: 2px solid;
  padding-bottom: 8px;
  width: fit-content;
}
.left-tl-title span {
  font-size: clamp(14px, calc(100vw * 18 / 1375), 24px);
  white-space: nowrap;
}
.left-main-title {
  margin-top: 40px;
  font-size: 24px;
  font-size: clamp(24px, calc(100vw * 26 / 1375), 36px);
  white-space: nowrap;
  color: #134263;
  font-weight: 600;
  line-height: 1.4;
}
.left-main-title span {
  color: #3494ba;
  font-size: clamp(20px, calc(100vw * 38 / 1375), 46px);
  font-weight: 700;
}
.left-main-top-title {
  margin-bottom: 10px;
}
.left-bottom-description {
  font-size: clamp(6px, calc(100vw * 8 / 1375), 11px);
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.rigth_top {
  width: 35%;
  z-index: 1;
  position: relative;
}
main.lp2026 .rigth_top img {
  object-fit: cover;
  height: 100%;
}
.lp-top-bottom {
  width: 100%;
  height: 25px;
  background-color: #acd7ca;
}
.top_pc_img {
  position: absolute;
  bottom: -21px;
  left: -15px;
  max-width: 75%;
}
.cwidth550 {
  max-width: 550px;
  margin: 0 auto;
}
.sec2-header {
    text-align: center;
}
.sec2-title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    background: linear-gradient(to top, #CEDDE2 50%, transparent 50%);
    padding: 10px 20px;
    display: inline-block;
    letter-spacing: 0.5px;
    max-width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
}
.lp2026 p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}
.sec2-pc {
  max-width: 400px;
  margin: 0 auto;
}
.sec2-pc-wide {
  max-width: 600px;
  margin: 0 auto;
}
.sec2-pc-res {
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}
.sec2-pccp {
  max-width: 700px;
  margin: 0 auto;
}
 .bg-lblue {
  background:#F2F7F8;
}
.sec2-title span {
  font-size: 25px;
}
.cwidth700 {
  max-width: 700px;
  margin: 0 auto;
}
.cwidth794 {
  max-width: 794px;
  margin: 0 auto;
}
.fig-txt {
     position: relative;
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #3494BA;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
        white-space: nowrap;
}
.fig-txt::before {
  content: "";
  position: absolute;
  background-image: url(../images/figsvg.svg);
  width: 80px;
  height: 80px;
  background-size: cover;
  left: 0;
  top: -10px;
}
.sec2-title-pre {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-bottom: -10px;  /* 10px狭める */
}
.sec2-body p+p {
  margin-top: 8px;
}
.bluecolor {
  color: #3494BA;
}
.text-underline {
  text-decoration: underline;
}
.lp2026 .small-txt {
  font-size: 9px;
}
.lp2026 .smaller-txt {
  font-size: 11px;
}
.sec2-title-pre+.sec2-title {
  padding-top: 0;
}
.sec2-title-pre span {
  font-size: 25px;
}
.text-center {
  text-align: center;
}
.reason-title {
  font-size: 20px;
  background: #AAD6E7;
  font-weight: 700;
  padding: 5px 10px;
}
.reason-title span {
  color: #276F8B;
}
.reason-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reason-row .img-col {
  width: 35%;
}
.reason-row  .txt-col {
  width: 65%;
}
.txt-col p+p {
  margin-top: 10px;
}
.reason-row .fig-txt {
  font-size: 20px;
  margin-top: 20px;
}
.reason-list1 .fig-txt {
    position: relative;
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #3494BA;
    color: #FFF;
    font-weight: 500;
    white-space: nowrap;
    max-width: 388px;
    margin: 20px auto;
}
.reason-list2 .img-col {
  width: 48%;
}
.reason-list2 .txt-col {
  width: 52%;
}
.reason-list2 .img-col img {
  max-width: 280px;
  margin: 0 auto;
}
.reason-list3 .reason-row {
    align-items: flex-start;
}
.reason-list3 .img-col img {
    max-width: 170px;
    margin: 0 auto;
}
.reason-list3 .fig-txt {
  line-height: 1.2;
}
.reason-list3  .fig-txt::before {
      top: -5px;
}
.voice-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.voice-txt p {
  margin-bottom: 10px;
}
.lp2026  .bold {
  font-weight: 700;
}
.price-title {
  text-align: center;
  color: #C00000;
  font-size: 20px;
  font-weight: 700;
}
.price-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #BFBFBF;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
}
.price-label {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}
.price-value {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}
.redcolor {
  color: #C00000;
}
.delprice {
  color: #7F7F7F;
  text-decoration: line-through;
}
.contact-mess img {
  max-width: 370px;
  margin: 0 auto;
}
.sec10-cta-btn {
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-color: #4597A0;
    border-radius: 80px;
    font-size: 18px;
    padding: 8px 20px;
    flex: 1;
    min-width: 0;
    transition: all .3s;
    white-space: nowrap;
    text-decoration: none;
}

.sec10-cta-btn:hover {
    background-color: #26a69a;
}
main.lp2026 .sec10-cta-btn img {
      max-width: 20px;
      margin: 0;
}
.contact-row {
    display: flex;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}
.lifedetail {
  margin-top: 10px;
  padding-left: 10px;
}
.pcview {
    display: block;
}
.pcflex {
    display: flex;
}
.spview,main.lp2026 img.spview,.spflex,.spinline {
    display: none;
}
.pcinline {
  display: inline;
}
.zoom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


.zoom-overlay img {
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}


.zoom-overlay .close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 48px;
  color: #fff;
  cursor: pointer;
}
main.lp2026 .more_btn img {
     max-width: 80px;
}
.guide-part {
  position: relative;
}
.guide1-btn {
  position: absolute;
  right: 93px;
  top: 30px;
}
.guide2-btn {
  position: absolute;
  top: 40%;
  left: 39%;
}
.notice-box {
  position: relative;
  background: #fff;
  border: 2px solid #444;
  padding: 24px 10px 5px;
  margin-bottom: 20px;
}

.notice-title {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0px 10px;
  border: 2px solid #333;
  font-weight: bold;
      font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 500;
}



.custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.custom-table thead th {
   background: #134263;
    color: #fff;
    padding: 5px 14px;
        font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
        border: 1px solid #fff;
}

.custom-table td {
  padding: 10px 10px;
  background: #FFFFFF;
     font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 500;
  border: 1px solid #fff;
  text-align: left;
}

.custom-table tbody tr:nth-child(odd) td {
  background: #F5F5F5;
}

.row-title {
  background: #CEDEE2 !important;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}
.reason-table-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 10px;
}
.re-no {
  width: 35%;
  background: #AAD6E7;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
}
.re-txt {
  width: 61%;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  font-weight: 500;
}
main.lp2026 .reason-table-lists-txt-img img {
  height: 94%;
}
.reason-table-lists {
      display: flex;
    align-items: stretch;
}
.reason-table-lists-txt {
  width: 58%;
}
.reason-table-lists-txt-img {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .spinline {
    display: inline;
  }
  .pcview,.pcflex,main.lp2026 img.pcview,.pcinline  {
    display: none;
  }
  .spview,main.lp2026 img.spview {
    display: block;
  }
  .spflex {
  display: flex;
  }
  .left_top {
    width: 100%;
    position: relative;
    padding-left: 10px;
}
.rigth_top {
  width: 100%;
  z-index: -1;
  margin-top: 20px;
  position: relative;
}
.lp_top {
    display: flex;
    flex-direction: column;
    position: relative;
}
.left-top-title {
    margin-top: 15px;
    max-width: 100%;
    z-index: 1;
    position: relative;
}
.left-tl-title {
    color: #134263;
    font-weight: 600;
    font-size: clamp(18px, calc(100vw * 20 / 1375), 30px);
    line-height: 1;
    white-space: nowrap;
    border-bottom: 2px solid;
    padding-bottom: 8px;
    width: fit-content;
}
.top_img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20%;
}
.top_pc_img {
  position: absolute;
  bottom: -10px;
  left: 10px;
  max-width: 70%;
}
.left-top-title, .left-main-title, .left-bottom-description {
  max-width: 100%;
  width: 100%;
  margin-top: 15px;
}
.left-main-title {
    font-size: clamp(20px, calc(100vw * 20 / 375), 30px);
    white-space: nowrap;
    color: #134263;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 15px;
}
.left-main-title span {
    color: #3494ba;
    font-size: clamp(20px, calc(100vw * 24 / 375), 40px);
    font-weight: 700;
}
.left-bottom-description {
    font-size: clamp(7px, calc(100vw * 7 / 375), 11px);
    white-space: nowrap;
    margin-bottom: 10px;
    font-weight: 500;
    margin-left: 5px;
    line-height: 1.3;
}
.bottom_img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 20%;
}
.cwidth550,.cwidth794,.cwidth700  {
  padding: 0 10px;
}
.sec2-pc img,
.sec2-pc-wide img {
  max-width: 70%;
  margin: 0 auto;
}
.sec2-title span {
    font-size: 20px;
}
.sec2-title {
    font-size: 15px;
    white-space: normal;
    background: linear-gradient(to top, #CEDDE2 20px, transparent 20px);
    max-width: 90%;
  }
  .fig-txt {
    position: relative;
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #3494BA;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.3;
}
.sec2-title-pre {
  font-size: 15px;
}
.sec2-title-pre span {
  font-size: 20px;
}
.reason-row {
  flex-direction: column;
}
.reason-row .img-col {
    width: 60%;
    margin: 0 auto;
}
.reason-row .txt-col {
    width: 100%;
}
.reason-row .fig-txt {
    font-size: 15px;
  }
 .reason-list1 .fig-txt::before , .reason-list2 .fig-txt::before{
    content: "";
    position: absolute;
    background-image: url(../images/figsvg.svg);
    width: 60px;
    height: 60px;
    background-size: cover;
    left: 0;
    top: -10px;
}
.reason-list3 .fig-txt::before {
    top: -9px;
}
.txt-col {
  order: 1;
}
.voice-row {
  flex-direction: column;
}
.voice-txt {
  order: 1;
}
.voice-img img {
  max-width: 70%;
  margin: 0 auto;
}
.price-value {
  text-align: right;
}
.contact-row {
  flex-direction: column;
  margin: 0 auto;
}
.contact-mess {
  max-width: 70%;
  margin: 0 auto;
}
.guide1-btn {
    position: absolute;
    right: unset;
    top: 42%;
    left: 13%;
}
main.lp2026 .more_btn img {
    max-width: 60px;
}
.guide2-btn {
    position: absolute;
    top: 56%;
    left: unset;
    right: 2%;
}
.notice-box {
    position: relative;
    background: #fff;
    border: 2px solid #444;
    padding: 15px 10px 5px;
    margin-bottom: 20px;
}
.notice-title {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0px 10px;
    border: 2px solid #333;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 500;
    white-space: nowrap;
}
.custom-table thead th {
    background: #134263;
    color: #fff;
    padding: 5px 11px;
    font-size: 0.7rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    border: 1px solid #fff;
}
.custom-table td {
    padding: 10px 10px;
    background: #FFFFFF;
    font-size: 0.7rem;
    line-height: 1.4;
    font-weight: 500;
    border: 1px solid #fff;
    text-align: left;
}
.re-no {
    width: 35%;
    background: #AAD6E7;
    padding-left: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: clamp(10px, calc(100vw * 11 / 375), 18px);
    line-height: 1.4;
}
.re-txt {
    width: 61%;
     font-size: clamp(10px, calc(100vw * 10 / 375), 18px);
    line-height: 1.5;
    display: flex;
    align-items: center;
}
main.lp2026 .reason-table-lists-txt-img img {
  height: 90%;
}
}

