.p-example-item {
  display: flex;
  flex-wrap: wrap;
}

.p-example-item-body {
  width: 50%;
}

.p-example-item-img {
  width: 50%;
}

.c-blog-list03 {
  width: 100%;
  margin-top: 20px;
}
.p-example-section-hl {
    line-height: 1.2;
    padding-left: 14px;
    position: relative;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  
  /* PC時 */
  @media print, screen and (min-width: 769px) {
    .p-example-section-hl {
      font-size: 17px;
      font-size: 1.7rem;
    }

  }
  
  .p-example-section-hl::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #dc0a1d, #f05035 50%, #fa9256);
    position: absolute;
    top: 0;
    left: 0;
  }

  .p-price {
    border-bottom: none !important;
  }

  .c-contact-btn02 {
    margin-top: 80px !important;
  }

  .p-plan {
    background: url(/_asset/service/img/GA4plan/bg-section-btm.png) 0 100%/auto no-repeat,url(/_asset/service/img/GA4plan/bg-section-mdl.png) right -100px top 0/auto no-repeat;
  }
  .p-example-item {
    flex-wrap: wrap;
  }
  
  .p-example-item-child {
    width: 100%;
  }

  .p-result {
    background: #f7f6f7;
  }

  .p-recommend {
    background: #fff;
  }

  .p-faq {
    background: #f7f6f7;
  }

  .p-download {
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .p-download .c-box-900-25 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .p-download-flex {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
  }
  
  .p-download-img {
    flex: 0 0 270px;
  }
  
  .p-download-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .p-download-txt {
    flex: 1;
  }
  
  .p-download-ttl {
    margin-bottom: 16px;
    font-weight: bold;
  }
  
  .p-download-lead {
    line-height: 1.8;
  }
  
  
  @media screen and (max-width: 768px) {
    .p-download-flex {
      flex-direction: column;
      gap: 20px;
    }
  
    .p-download-img,
    .p-download-txt {
      width: 100%;
      flex: none;
    }
  }

  @media screen and (max-width: 768px) {
    .p-result .c-blog-list03 {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      padding: 0 16px; 
    }

    .p-result .c-blog-item {
      width: calc(50% - 8px); 
    }
    .p-example-item {
      flex-direction: column;
    }
  
    .p-example-item-body,
    .p-example-item-img {
      width: 100%;
    }
  
    .p-example-item-img {
      order: -1;
      margin-bottom: 20px;
    }

    .p-profile {
      padding-left: 20px;
      padding-right: 20px;
    }

    .p-download {
      padding-left: 20px;
      padding-right: 20px;
    }

    .p-company {
      margin-top: 40px;
      padding: 50px 0;
    }
  }
  