/* ----------------------- */
/* newsdate
  /* ----------------------- */
#wgc-1647338373363 {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
  margin: 80px auto 0;
  text-decoration: none;
}

@media (max-width: 1114px) {
  #wgc-1647338373363 {
    margin: 70px auto 0;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #wgc-1647338373363 {
    margin: 70px auto 0;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  #wgc-1647338373363 {
    margin: 70px auto 0;
    justify-content: space-between;
  }
}

/* .news-inner {
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-bottom: 19px;
	} */
.news-inner-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0px 0 15px;
  text-decoration: none !important;
  flex-wrap: wrap;
}
/* @media (max-width: 1150px) {
			.news-inner-top {
					padding: 30px 17px 20px;
			}
	}
	@media (max-width: 768px) {
			.news-inner-top {
					padding: 30px 25px 20px;
			}
	}
	@media (max-width: 425px) {
			.news-inner-top {
					padding: 30px 18px 20px;
			}
	} */

.webgene-blog {
  text-decoration: none;
}
/*記事タイトル*/
.newsTit {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.16em;

  color: #5b5b5b;
}
/* @media (max-width: 1150px) {
					.newsTit {
							padding: 30px 17px 40px;
					}
			} */
/* @media (max-width: 1000px) {
					.newsTit {
							padding: 20px 17px 40px;
					}
			} */
@media (max-width: 768px) {
  .newsTit {
    font-size: 14px;
    /* padding: 20px 25px 40px; */
  }
}
@media (max-width: 425px) {
  .newsTit {
    font-size: 13px;
    /* padding: 10px 18px 40px; */
  }
}

.newsDate {
  text-decoration: none;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16em;
  color: #287350;
}

.newsTag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  color: #287350;
  padding: 3px 20px 5px 21px;
  /* background: #287350; */
  border: 1px solid #287350;
  /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.news_detail.mt-2 {
  margin-top: 24px !important;
  /* background: #333333;
			border-radius: 0px 0px 10px 10px; */
}

.contents {
  /* padding: 16px 16px 24px; */
  text-decoration: none;
  margin-top: 20px;
}

.contents a {
  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 20px 20px; */
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  /* background: #ffffff;
			box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
			border-radius: 10px; */
}

.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: 1115px) {
  .news,
  .cf {
    /* width: 26.563% !important; */
    margin: 0 10px 10px;
  }
}

@media screen and (max-width: 1114px) {
  .news,
  .cf {
    /* width: 26.563% !important; */
    margin: 0 30px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .news,
  .cf {
    width: 35% !important;
    margin: 0 16px 60px;
  }
}

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

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

/*article画像*/
.news_img {
  width: 100%;
  overflow: hidden;
  transition-duration: 0.3s;
  /* border-radius: 10px 10px 0px 0px; */
  margin: auto;
  position: relative;
  z-index: 1;
}

/* @media (max-width: 1150px) {
					.news_img {
							width: 88%;
					}
			} */

.webgene-item-main-image {
  width: 100%;
  /* height: auto; */
  height: 220px;
  object-fit: cover;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  transition-duration: 0.3s;
  /* border-radius: 10px 10px 0px 0px; */
}
@media screen and (max-width: 1000px) {
  .webgene-item-main-image {
    width: 100%;
  }
}
/* @media screen and (max-width: 768px) {
									.webgene-item-main-image {
											width: 100%;
									}
							} */
@media screen and (max-width: 600px) {
  .webgene-item-main-image {
    height: auto;
  }
}
