/* ----------------------- */
/* newsdate
  /* ----------------------- */
#wgc-1629867071017 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
}
@media (max-width: 750px) {
  #wgc-1629867071017 {
    flex-wrap: wrap;
  }
}
/* @media (max-width: 414px) {
        #wgc-1629867071017 {
        }
      } */

.webgene-blog {
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 750px) {
  .webgene-blog {
    flex-wrap: wrap;
  }
}

/*記事タイトル*/
.newsTit {
  font-family: "游ゴシック体", YuGothic;
  width: 100%;
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 28.8px;
  text-decoration: none;
  margin-left: 15px;
}

.newsDate {
  font-family: "Spectral", serif;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 16px;
  color: #f09235;
  text-decoration: none;
  margin-left: auto;
  padding: 15px 15px 0 0;
}

/*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 0 20px;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

/* .news,
  .cf:nth-child(2) {
    margin: 0 54px;
  }
  @media screen and (max-width: 750px) {
    .news,
    .cf:nth-child(2) {
      margin: 0 0 20px;
    }
  } */

.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: 751px) {
  .news,
  .cf {
    width: 28.6% !important;
    margin: 0 10px 20px;
  }
}

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

/* @media screen and (max-width: 550px) {
        .news,
        .cf {
          width: 75% !important;
          margin: 0 auto 20px;
        }
      }
      @media screen and (max-width: 414px) {
        .news,
        .cf {
          width: 100% !important;
          margin: 0 auto 20px;
        }
      } */

/*article画像*/
.news_img {
  max-width: 337px;
  width: 100%;
  overflow: hidden;
  transition-duration: 0.3s;
}
@media screen and (max-width: 750px) {
  .news_img {
    max-width: initial;
    width: 100%;
    height: auto;
  }
}

.webgene-item-main-image {
  max-width: 337px;
  width: 100%;
  height: 261px;
  object-fit: cover;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  transition-duration: 0.3s;
}
@media screen and (max-width: 750px) {
  .webgene-item-main-image {
    max-width: initial;
    width: 100%;
  }
}

/*articleコンテンツ*/
.newsCategory,
.newsTit,
.newsDate {
  font-size: 16px;
}
li {
  list-style: none;
}
/* a.newsTit {
    font-family: "游ゴシック体", YuGothic;
    font-weight: 500;
    color: #333;
    line-height: 19.54px;
    text-decoration: none;
    text-align: center;
  } */
/*日付とカテゴリ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: 5px 0;
  text-decoration: none;
}

.contents a {
  text-decoration: none;
}

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