
  /* ----------------------- */
  /* newsdate
  /* ----------------------- */
  #wgc-1626074824290 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 90px auto;
    text-decoration: none;
  }
  @media (max-width: 768px) {
    #wgc-1626074824290 {
      margin: 70px auto;
      justify-content: space-between;
    }
  }
  @media (max-width: 414px) {
    #wgc-1626074824290 {
      margin: 50px auto;
      justify-content: space-between;
    }
  }

.webgene-blog {
    text-decoration: none;
}
  /*記事タイトル*/
  .newsTit {
    width: 100%;
    display: block;
    font-weight: bold;
    color: #555;
    font-size: 16px !important;
    line-height: 1.3;
        text-decoration: none;
  }

  .newsDate {
    font-size: 16px !important;
    color: #68ca44;
        text-decoration: none;
  }

  /*aタグ*/
  .news_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    text-decoration: none;
  }



  /*article*/
  .news,
  .cf {
    margin: 0 23px 20px;
    background-color: #fff9e2;
    cursor: pointer;
    overflow: hidden;
        text-decoration: none;
  }

  .news.cf:hover .webgene-item-main-image {
    transform: scale(1.1);
    margin: 0 auto;
    transition-duration: 0.3s;
        text-decoration: none;
    overflow: hidden;
  }

  @media screen and (min-width: 769px) {
    .news,
    .cf {
      width: 27% !important;
      margin: 0 16px 20px;
    }
  }

  @media screen and (max-width: 768px) {
    .news,
    .cf {
      width: 42% !important;
    }
  }

  @media screen and (max-width: 578px) {
    .news,
    .cf {
      width: 90% !important;
      margin: 0 auto 20px;
    }
  }

  /*article画像*/
.news_img {
      overflow: hidden;
        transition-duration: 0.3s;
}

  .webgene-item-main-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
        transition-duration: 0.3s;
  }

  /*articleコンテンツ*/
  .newsCategor,
  .newsTit,
  .newsDate {
    font-size: 16px;
  }
  li {
    list-style: none;
  }
  a.newsTit {
    color: #333;
    text-decoration: none;
  }
  /*日付とカテゴリblock*/
  .news_detail.news_box {
    margin-bottom: 10px;
  }

  .newsTag {
    border-radius: 120px;
    color: #fff;
    line-height: 21px;
    padding: 6px 17px 5px 20px;
    margin-bottom: 14px;
    display: inline-block;
    background: #fd9226;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
  }

  .contents {
    background: #fff;
    padding: 16px 16px 24px;
    text-decoration: none;
  }

  .contents a{
    text-decoration: none;
  }

  .blog-wrapper .btn {
    margin: 0 auto;
  }