.main .newsPageBox {
  position: relative;
  padding: 80px 0;
  z-index: 5;
}

@media (min-width: 1024px) {
  .main .newsPageBox {
    padding: 140px 0;
  }
}
.main .newsPageBox .newsInner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .main .newsPageBox .newsInner {
    padding: 0;
  }
}
.main .newsPageBox .newsInner .newsPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}

@media (min-width: 1024px) {
  .main .newsPageBox .newsInner .newsPage {
    flex-direction: row;
    justify-content: space-between;
  }
}
.main .newsPageBox .newsInner .newsPage .mainBlock {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .main .newsPageBox .newsInner .newsPage .mainBlock {
    width: 74.5454545455%;
    margin: 0;
  }
}
.main .newsPageBox .newsInner .newsPage .mainBlock section {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.4390243902%;
  row-gap: 60px;
}

.main .newsPageBox .newsInner .newsPage .rightBlock {
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .main .newsPageBox .newsInner .newsPage .rightBlock {
    margin-top: 70px;
  }
}
@media (min-width: 1024px) {
  .main .newsPageBox .newsInner .newsPage .rightBlock {
    margin-top: 0;
    width: 200px;
    min-width: 200px;
  }
}
.main .newsPageBox .newsInner .newsPage .rightBlock .categoryBox,
.main .newsPageBox .newsInner .newsPage .rightBlock .archiveBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: 100%;
  height: 46px;
  letter-spacing: 0.08em;
  font: normal 500 18px/26px "Noto Sans JP", sans-serif;
  color: #FFF;
  background: #9F0D0D;
}

@media (min-width: 768px) {
  .main .newsPageBox .newsInner .newsPage .rightBlock .categoryBox,
  .main .newsPageBox .newsInner .newsPage .rightBlock .archiveBox {
    margin: 0 auto 40px;
  }
}
@media (min-width: 768px) {
  .main .newsPageBox .newsInner .newsPage .rightBlock .archiveBox {
    margin-top: 85px;
  }
}
.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a {
  display: block;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a:hover {
  background-color: rgba(159, 13, 13, 0.0823529412);
}

.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a .arcTxt,
.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a .catTxt {
  letter-spacing: 0.08em;
  font: normal 500 16px/23px "Noto Sans JP", sans-serif;
  color: #44300B;
  margin-bottom: 10px !important;
  padding-left: 20px !important;
  transition: all 0.4s ease-in-out;
}

.main .news.cf {
  width: 100%;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .main .news.cf {
    width: 260px;
    min-width: 260px;
  }
}
.main .news.cf:hover {
  transform: translateY(-5px);
}

.main .news.cf .newsTopLink {
  display: block;
  padding: 5px 10px;
  width: fit-content;
  background: #9F0D0D;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}

.main .news.cf .newsTopLink .newsTag {
  text-align: center;
  letter-spacing: 0.04em;
  font: normal 500 16px/23.17px "Noto Sans JP", sans-serif;
  color: #FFF;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.main .news.cf .newsImgBox {
  width: 100%;
  overflow: hidden;
}

.main .news.cf .newsImgBox .webgene-item-main-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  border-radius: 4px 4px 0 0;
}

@media (min-width: 1024px) {
  .main .news.cf .newsImgBox .webgene-item-main-image {
    height: 160px;
  }
}
.main .news.cf .newsContentsLink {
  flex: 1;
  position: relative;
  width: 100%;
  padding: 8px 10px 18px;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  align-items: start;
  background-color: transparent;
  box-shadow: 0px 2px 4px rgba(51, 51, 51, 0.1);
  background: #fff;
}

.main .news.cf .newsContentsLink .newsDate {
  letter-spacing: 0.08em;
  font: normal 500 16px/28.8px "Noto Sans JP", sans-serif;
  color: #44300B;
}

.main .news.cf .newsContentsLink .newsTit {
  letter-spacing: 0.08em;
  font: normal 500 16px/28.8px "Noto Sans JP", sans-serif;
  color: #44300B;
}

.main .webgene-pagination {
  width: 100%;
}

.main .webgene-pagination ul {
  display: flex;
  list-style: none;
  margin-top: 0px;
  flex-wrap: wrap;
}

.main .webgene-pagination ul .selected {
  background-color: #9F0D0D;
  border: 0;
}

.main .webgene-pagination ul .selected a {
  color: #FFF;
}

.main .webgene-pagination .next a,
.main .webgene-pagination .prev a {
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 5px;
  display: none;
}

.main .newsPageBox .number {
  margin-right: 13px;
  background: transparent;
  border: 1px solid #9F0D0D;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease-in-out;
  background: #fff;
}

.main .newsPageBox .number:last-child {
  margin-right: 0;
}

.main .newsPageBox .number:hover {
  background: #9F0D0D;
}

.main .newsPageBox .number:hover a {
  color: #FFF;
}

.main .newsPageBox .number a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 50px;
  font-style: normal;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #44300B;
  transition: all 0.4s ease-in-out;
}

.main .newsPageBox .newsInner .newsPage .rightBlock .categoryBox {
  margin-bottom: 27px;
}

.main .newsPageBox .newsInner .newsPage .rightBlock .archiveBox {
  margin-bottom: 40px;
}

/*# sourceMappingURL=news.css.map */