h1{
    background: url(/inage-family/wp-content/themes/swell_child/img/kenshin/kenshin-bk2.jpg) no-repeat;
      background-size: cover;
      height: 400px;
      color: #555;
      background-position: center top;
      font-family: "Noto Serif Japanese",serif;
      border: 15px solid #fff;
    }
    .post_content{
      position: relative;

    }
    .merit-badges {
      display: flex;
      justify-content: center;
      gap: 15px;
      position: absolute;
      top: -160px;
      left: 0;
      width: 100%;
      max-width: 500px;
    }
    
    .merit-badge {
      background:
      #fff;
        color: #4caf50;
        font-size: 14px;
        font-weight: bold;
        padding:5px;
        border-radius:50%;
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.3;
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
        transform: translateY(0);
        transition:transform 0.3s;
    }
    
    .merit-badge:hover {
      transform: translateY(-5px);
    }
    
    
    /* 注目情報 */
    .notice_box {
      background-color: #FFF9C4;
      padding: 15px;
      max-width: 1200px;
      margin: 20px auto;
      border-radius: 5px;
      text-align: center;
    }
    
    .notice_box p {
      font-weight: bold;
      color: #FF6F00;
      margin: 0;
    }
    
    /* 健診メニュー */
    .section_inner {
      max-width: 1200px;
      margin: 50px auto;
      padding: 0 20px;
    }
    
    .en_title {
      text-align: center;
      font-size: 30px;
      margin-bottom: 40px;
      position: relative;
      margin: 50px auto !important;
    }
  
    .en_title .ja_tx {
      display: block;
      color: #333;
    }
    
    .en_title .en_tx {
      display: block;
      color: #ccc;
      font-size: 16px;
      margin-top: 5px;
    }
    
    .en_title:after {
      content: '';
      width: 50px;
      height: 3px;
      background: #4CAF50;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
    }
    .chiba{
      display: block;
      background: #ebebeb;
      color: #333;
      font-size: 10px;
      padding: 1px;
      margin-bottom: 3px;
    }
    .checkup_list_group {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 30px;
      margin: 0;
      padding: 0 !important;
      list-style: none;
    }
    
    .checkup_list {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    
    .checkup_list:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    .checkup_list a {
      text-decoration: none;
      color: #333;
      display: block;
    }
    
    .checkup_ph {
      height: 180px;
      overflow: hidden;
    }
    
    .checkup_ph img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s;
    }
    
    .checkup_list:hover .checkup_ph img {
      transform: scale(1.05);
    }
    
    .checkup_ti {
        font-size: 20px !important;
        padding:15px 15px 5px !important;
        margin: 0 !important;
        color: #4CAF50;
    }
    
    .checkup_tx {
      font-size: 14px;
      padding: 0 15px 15px;
      margin: 0;
    }
    
    /* 検査結果ガイド */
    .guide_pdf {
      max-width: 800px;
      margin: 50px auto;
      background: #E8F5E9;
      border-radius: 10px;
      padding: 20px;
      display: flex;
      align-items: center;
    }
    
    .guide_pdf a {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #333;
      width: 100%;
    }
    
    .guide_pdf_ti {
      font-size: 20px;
      margin: 0;
      display: flex;
      align-items: center;
    }
    
    .guide_pdf_arrow {
      margin-left: 10px;
      transition: transform 0.3s;
    }
    
    .guide_pdf:hover .guide_pdf_arrow {
      transform: translateX(5px);
    }
    
    .guide_pdf_img {
      width: 100px;
      margin-left: auto;
    }
    
    .guide_pdf_img img {
      width: 100%;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    }
    
    

      /* レスポンシブ対応 */
      @media (max-width: 768px) {
        
        .checkup_list_group {
          grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        }
        
        .guide_pdf {
          flex-direction: column;
          text-align: center;
        }
        
        .guide_pdf_img {
          margin: 20px auto 0;
        }

          .merit-badges {
            gap:10px;
          }
          .merit-badges {
            flex-wrap: wrap;
            bottom: -70px;
            padding: 0 10px;
          }

          .merit-badge {
            font-size: 12px;
            width: 80px;
            height: 80px;
          }
        }
