   .donichi{
        display: block;
  font-size: 20px;
text-align: left;
  margin-top: -10px;
    }
   .donichi.tsume{
    margin-top: 0;
  margin-bottom: -10px;
      }
    .ttl .donichi,.sub-menu .menu-item .donichi{
      font-size: unset;
      text-align:left;
      margin-top: unset;
    }
    .l-mainContent__inner{
    width: 100%;
      overflow: hidden;
    }
    .c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner {
        border-bottom: none;
        text-align: left;
    }
    .c-pageTitle__inner {
          position: absolute;
          top: 30%;
          left: 30px;
          transform: translateY(-50%) translateX(0%);
          margin: auto;
          line-height: 2;
          font-size:3vw;
          text-align: center;
        }

        .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
          position: absolute;
          display: block;
          pointer-events: none;
          content: "";
          top: unset;
          left: unset;
          width: unset;
          height: unset;
          box-sizing: content-box;
          border-top:unset;
          border-bottom:unset;
        }
        .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
          background:unset;
          padding:unset;
          color: unset;
        }
        .post_content h2 {
          margin:unset;
        }
        .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
          padding:unset;
        }
        .post_content h3 {
          font-size: unset;
          line-height: unset;
          margin:unset;
          position: relative;
        }
        
  .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
      width: unset;
      height: unset;
      background:unset;
    }
    /* セクション共通 */
    .section {
        margin-bottom: 60px;
      }
      .section-title {
          font-size: 24px !important;
          border-bottom:2px solid #51b431;
          padding-bottom: 8px !important;
          margin-bottom: 20px !important;
      }

            /* 健診プラン表 */
            .checkup-table {
              width: 100%;
              border-collapse: collapse;
              margin: 30px auto;
            }
            .checkup-table th, .checkup-table td {
              border: 1px solid #dee2e6;
              padding: 12px;
              text-align: center;
            }
            .checkup-table th {
              background-color: #e8f5e9;
              color: #333;
            }
            .checkup-table tr:nth-child(even) {
              background-color: #f8f9fa;
            }
            .checkup-item-yes {
              color: #4CAF50;
              font-weight: bold;
            }
            .price-cell {
              font-weight: bold;
              color: #4CAF50;
            }
   /*merit */        
      .merit-list{
        display: flex;
  flex-wrap: wrap;
  gap:20px;
  margin-top: 20px;
    }
    .merit-l-waku{
        flex: 1; min-width: 250px; 
        background: #e8f5e9; 
        padding: 20px; 
        border-radius: 8px;
    }
    .merit-list h4{
        color: #4CAF50;
        font-weight: bold;
    }
    
    .konzatsu{
        margin-top: 20px; 
        text-align: center;
    }
    .konzatsu a{
        color: #4CAF50;
        font-weight: bold;  
    }
    /* CTA エリア */
    .cta_area {
      background-color: #fff9c4;
      padding: 50px 20px;
      text-align: center;
      margin-top: 50px;
    }
    .cta_area p{
      margin-bottom: 10px;
    }
    .cta_area h2 {
      font-size: 24px;
      margin-bottom: 30px;
    }
    
    .cta_buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    
    .phone_cta, .web_cta {
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 18px;
      transition: transform 0.3s;
    }
    
    .phone_cta {
      background-color: #FFA000;
      color: white;
    }
    
    .web_cta {
      background-color: #4CAF50;
      color: white;
    }
    
    .phone_cta:hover, .web_cta:hover {
      transform: scale(1.05);
    }
        /* CTAボタン */
        .cta-section h3{
            color: #FF6F00;
        }
        .cta-section {
          background-color: #FFF9C4;
          padding: 30px;
          border-radius: 8px;
          text-align: center;
          margin: 40px 0;
        }
        .cta-buttons {
          display: flex;
          justify-content: center;
          gap: 20px;
          margin-top: 20px;
        }
        .cta-button {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 15px 30px;
          border-radius: 30px;
          font-weight: bold;
          text-decoration: none;
          transition: transform 0.3s;
        }
        .phone-cta {
          background-color: #FFA000;
          color: white;
        }
        .web-cta {
          background-color: #4CAF50;
          color: white;
        }
        .cta-button:hover {
          transform: scale(1.05);
        }
        .cta-button i {
          margin-right: 8px;
        }
    
      /* 関連健診リンク */
      .related-checkups {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 40px;
      }
      .related-checkup-card {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        transition: transform 0.3s, box-shadow 0.3s;
      }
      .related-checkup-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      }
      .related-checkup-card a {
        text-decoration: none;
        color: #333;
      }
      .related-checkup-image {
        height: 150px;
        overflow: hidden;
      }
      .related-checkup-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s;
      }
      .related-checkup-card:hover .related-checkup-image img {
        transform: scale(1.05);
      }
      .related-checkup-content {
        padding: 15px;
      }
      .related-checkup-title {
        font-size: 18px;
        color: #00669a;
        margin: 0 0 8px;
      }
      .related-checkup-text {
        font-size: 14px;
        margin: 0;
      }
      .chiba{
        display: block;
        background: #ebebeb;
        color: #333;
        font-size: 10px;
        padding: 1px;
        margin-bottom: 3px;
      }
      .qa {
        margin: 40px auto;
      }
      
      .qa__block {
        display: flex;
        flex-direction: column;
        min-width: 200px;
        padding-left: 0 !important;
      }
      
      
      .qa__item {
        display: inline-block;
      
      }
      
      .qa__head {
      
        position: relative;
        text-align: left;
        padding: 20px 30px 20px 20px;
        border-radius: 8px 8px 0 0;
        background: #f1f1f1;
        color: black;
        cursor: pointer;
        width: 100%;
      }
      
      .qa__head:after {
        content: "";
        border-top: 1px solid black;
        border-left: 1px solid black;
        display: inline-block;
        width: 10px;
        height: 10px;
        transform: rotate(-135deg) translateY(9px);
        position: absolute;
        right: 20px;
        top: 50%;
        transition: transform .4s;
      }
      
      .qa__body {
        position: relative;
        border-radius: 0 0 8px 8px;
        background: #fff;
        color: black;
        border: transparent;
        padding: 0 20px;
        line-height: 0;
        opacity: 0;
        transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
      }
      
      .qa__body.is-open {
        padding: 20px;
        line-height: 1.5;
        opacity: 1;
        border: 1px solid #e2e2e2;
      
      }
      
      .qa__head.is-open::after {
        transform: rotate(45deg) translateY(-10px);
      
      }
      
      
      .qa__item:not(:first-child) {
        margin-top: 16px;
      }
      .examination-details {
        background-color: #f8fcf8;
        border-radius: 8px;
        padding: 20px;
        margin: 20px 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .exam-title {
        color: #4caf50;
        font-size: 20px;
        border-bottom:1px solid #e0e7ef;
        border-left: none !important;
        margin-bottom: 20px !important;
  padding-bottom: 10px !important;
    }
    
    .exam-item {
        display: flex;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #e0e7ef;
    }
    
    .exam-item:last-child {
        border-bottom: none;
    }
    
    .exam-icon {
        background: linear-gradient(135deg, #66bb6a, #4caf50);
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-right: 15px;
        flex-shrink: 0;
    }
    
    .exam-content {
        flex: 1;
    }
    
    .exam-content h4 {
        color: #4caf50;
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    .exam-list {
        list-style-type: none;
        padding-left: 0;
        margin-top: 10px;
    }
    
    .exam-list li {
        margin-bottom: 8px;
        position: relative;
        padding-left: 20px;
    }
    
    .exam-list li:before {
        content: '•';
        color: #4caf50;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20px;
        line-height: 1;
    }
    
    .exam-category {
        color: #4caf50;
        font-weight: bold;
    }
    
    .exam-note {
        background-color: #f0f8f0;
        border-left: 4px solid #4caf50;
        padding: 12px 15px;
        margin-top: 20px;
        border-radius: 0 4px 4px 0;
    }
    
    .exam-note p {
        margin: 0;
        color: #555;
    }
    .precautions-section {
        background-color: #f8fcf8;
        border-radius: 8px;
        padding: 20px;
        margin: 20px 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .precautions-title {
        color: #4caf50;
        padding-bottom: 10px;
        border-bottom: 2px solid #e0e7ef;
        position: relative;
        border-left: none;
        font-size: 18px !important;
  margin-bottom: 20px !important;
    }
    .time-category {
      margin-bottom: 25px;
      position: relative;
      padding-left: 75px;
  }
  
  .time-category:last-child {
      margin-bottom: 0;
  }
  
  .time-label {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #fff;
      color: #5fb863;
      font-weight: bold;
      padding:5px 15px;
      border-radius:20px;
      font-size: 16px;
      transform: translateY(-5px);
      border:1px solid #ccc;
  }
  
  .precaution-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px dashed #e0e7ef;
  }
  
  .precaution-item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
  }
  
  .precaution-icon {
      background: linear-gradient(135deg, #66bb6a, #4caf50);
      color: white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      margin-right: 15px;
      flex-shrink: 0;
  }
  
  .precaution-content {
      flex: 1;
  }
  
  .precaution-content h4 {
      color: #4caf50;
      font-size: 18px;
      margin: 0 0 5px;
  }
  
  .precaution-content p {
      margin: 0;
      color: #555;
      line-height: 1.5;
  }
  
    .option{
      margin: 30px auto;
    }
    .option h3{
      color: #4caf50;
      font-size: 18px;
      margin:20px 0 10px;
      padding-left: 10px;
      border-left:4px solid #4caf50;
    }
    .option ul{
        list-style-type: none;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .option li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 8px;
      color: #555;
    }
    .option li::before {
      content: '•';
      color: #4caf50;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 20px;
      line-height: 1;
    }
    .option strong {
      color: #4caf50;
    }

       /* 問診票セクションのスタイル */
  .questionnaire-section {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  
  .questionnaire-title {
    color: #4caf50;
    font-size: 20px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4caf50;
    display: flex;
    align-items: center;
  }
  
  .questionnaire-title i {
    margin-right: 10px;
  }
  
  .download-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px auto;
  }
  
  .download-card {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .download-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  }
  
  .download-card.excel {
    border-top: 4px solid #1D6F42; /* Excel緑 */
  }
  
  .download-card.pdf {
    border-top: 4px solid #F40F02; /* PDF赤 */
  }
  
  .file-icon {
    font-size: 35px;
    padding: 10px 0 0;
    text-align: center;
  }
  
  .excel .file-icon i {
    color: #1D6F42;
  }
  
  .pdf .file-icon i {
    color: #F40F02;
  }
  
  .file-info {
    padding: 0 20px 15px;
    text-align: center;
  }
  
  .file-info h4 {
    margin: 0 0 8px;
    font-size: 14px;
    border:none;
    padding: 0;
  }
  
  .file-info p {
    margin: 0;
    color: #666;
    font-size: 14px;
  }
  
  .download-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #4CAF50;
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-top: auto;
    transition: background-color 0.3s;
  }
  
  .excel .download-link:hover {
    background: #1D6F42;
  }
  
  .pdf .download-link:hover {
    background: #D32F2F;
  }
  
  .download-link i {
    margin-right: 8px;
  }
  
  .download-note {
    display: flex;
    align-items: flex-start;
    background: #e8f5e9;
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
  }
  
  .download-note i {
    color: #4CAF50;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 2px;
  }
  
  .download-note p {
    margin: 0;
    font-size: 14px;
  }
       /* ステップボックス */
       .step-box {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
      }
      .step-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        background: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      }
      .step-number {
        background: #4CAF50;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        flex-shrink: 0;
      }
      .step-content {
        flex-grow: 1;
      }
      .step-content a{
        color: #4CAF50;
      }
      .step-title {
        margin: 0;
        color: #4CAF50;
        font-size: 18px;
        border:none !important;
padding:0 !important;
      }
      .step-text {
        margin: 5px 0 0;
      }
      .related-checkup-title{
        color: #4CAF50;
      }
.taisho{
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
}
.taisho .related-checkup-card {
  width: 32%;
  background:#fff;

}

     /* レスポンシブ対応 */
      @media (max-width: 768px) {
        .download-cards {
          flex-direction: column;
        }
        
        .download-card {
          width: 100%;
        }
      .checkup-table {
        font-size: 14px;
      }
      .checkup-table th, .checkup-table td {
        padding: 8px 4px;
      }
      .price-plans {
        flex-direction: column;
      }

    .checkup-table {
      font-size: 14px;
    }
    .checkup-table th, .checkup-table td {
      padding: 8px 4px;
    }
      .cta-buttons {
        flex-direction: column;
        align-items: center;
      }
      .c-pageTitle__inner {
          font-size: 4.5vw;
          width: 65%;
top: 45%;
          line-height: 1.7;
        }
        .c-pageTitle__inner::before {
          font-size: 3.8vw;
          top: -6.5vw;
          left: 0;
          background: #fff;
          width: 59.5vw;

        }
        h1{
          background-position: center;
          border: none;
        }
        .donichi {
          font-size: 16px;
          margin-top: 0;
        }
        .time-category {
          padding-left: 0;
          padding-top: 60px;
          border-left: none;
      }
      
      .time-label {
          left: 0;
          top: 10px;
      }
      }
  .sp480{
    display: none;
  }
  @media (max-width: 600px) {  
    .exam-icon {
        margin-bottom: 10px;
    }
    .taisho {
     flex-wrap: wrap;
    }
    .taisho .related-checkup-card {
      width: 100%;
      margin-bottom: 30px;
    }
    .related-checkup-card a {
      display: flex;
    }
    .related-checkup-image {
      height: 80px;
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin:auto 0;
    }
    .related-checkup-image img {
      width: 80px;
      border-radius: 50%;
    }
    .taisho .related-checkup-card a {
      display: unset;
    }
    .taisho .related-checkup-image {
      height: 150px;
      width: unset;
    }
    .taisho .related-checkup-image img {
      width: 100%;
      border-radius:unset;
    }
}
  @media only screen and (max-width: 480px) {
    .sp480{
      display: block;
    }
    .c-pageTitle__inner {
      font-size: 6.3vw;
 width: 90%;
      top: 35%;
      left: 0px;
      transform: translateY(0%) translateX(0%);
      background: #ffffffc7;
    }
    .c-pageTitle__inner::before {
      font-size: 5.5vw;
      top: -9.5vw;
      width: 85vw;
    }
    .cta_area h2 {
      font-size: 20px;
    }
    .phone_cta, .web_cta {
      font-size: 16px;
    }
  }