@charset "utf-8";
/* CSS Document */
.news_a .webgene-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}

.news_a .webgene-pagination ul a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #9A836C;
  color: #9A836C;
  text-align: center;
  letter-spacing: 0;
  background-color: transparent;
  width: 46px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  font-size: 18px;
  line-height: 0;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  transition: .3s;
}

.news_a .webgene-pagination ul a:hover {
  background: #E7DED1;
}

.news_a .webgene-pagination ul .selected a {
  pointer-events: none;
  background-color: #4A4745;
  border-color: #4A4745;
  color: #fff;
}
.catename {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #4A4745;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 576px) {
.catename {
    min-width: 58px;
    padding: 4px 10px;
  }
}

.news_a .news_list .webgene-blog .webgene-item {
    padding: 20px 0;}
.news_a .webgene-blog .webgene-item .imgbox {
  border-radius: 10px;
  overflow: hidden;
}

.news_a .webgene-blog .webgene-item .imgbox img {
  border-radius: 4px;
}

.news_a .cate-wrap .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}

.news_a .cate-wrap .webgene-blog .webgene-item {
  min-width: auto;
   
}

.news_a .cate-wrap .webgene-blog .webgene-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E7DED1;
  border: none;
  padding: 7px 16px;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  transition: .3s ease;
}

.news_a .cate-wrap .webgene-blog .webgene-item a p {
  margin: 0;
  color: #4A4745;
  line-height: 1;
  font-size: 13px;
  letter-spacing: .06em;
}

.news_a .cate-wrap .webgene-blog .webgene-item a:hover {
  opacity: .75;
}

.news_a .cate-wrap .webgene-blog .webgene-item a.on {
  background-color: #4A4745;
}

.news_a .cate-wrap .webgene-blog .webgene-item a.on p {
  color: #fff;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

