.pcOnly {
  display: none;
}
@media (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}

.spOnly {
  display: block;
}
@media (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.pcOnly1100 {
  display: none;
}
@media (min-width: 1024px) {
  .pcOnly1100 {
    display: block;
  }
}

.main {
  position: relative;
  z-index: 5;
}
.main .newsDetailPageBox {
  width: 100%;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .main .newsDetailPageBox {
    padding: 140px 0;
  }
}
.main .newsInner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.main .newsInner .newsPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .main .newsInner .newsPage {
    flex-direction: row;
    column-gap: 6.9090909091%;
  }
}
.main .newsInner .newsPage .mainBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px 0 55px;
  border: 1px solid #9F9F9F;
  max-width: 824px;
  border-radius: 12px;
}
.main .newsInner .newsPage .mainBlock section {
  width: 90%;
}
@media (min-width: 1024px) {
  .main .newsInner .newsPage .mainBlock section {
    width: 84.9514563107%;
  }
}
.main .newsInner .newsPage .rightBlock {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .main .newsInner .newsPage .rightBlock {
    margin-top: 70px;
  }
}
@media (min-width: 1024px) {
  .main .newsInner .newsPage .rightBlock {
    margin-top: 0;
    width: 197px;
    min-width: 197px;
  }
}
.main .newsInner .newsPage .rightBlock .categoryBox,
.main .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 16px/29px "Noto Sans JP", sans-serif;
  color: #FFF;
  background: #12953F;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .main .newsInner .newsPage .rightBlock .categoryBox,
  .main .newsInner .newsPage .rightBlock .archiveBox {
    margin: 0 auto 27px;
  }
}
@media (min-width: 768px) {
  .main .newsInner .newsPage .rightBlock .archiveBox {
    margin-top: 70px;
  }
}
.main .newsInner .newsPage .rightBlock .webgene-item.mt-2 a {
  display: block;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.main .newsInner .newsPage .rightBlock .webgene-item.mt-2 a:hover {
  background-color: rgba(18, 149, 63, 0.1);
}
.main .newsInner .newsPage .rightBlock .webgene-item.mt-2 a .arcTxt,
.main .newsInner .newsPage .rightBlock .webgene-item.mt-2 a .catTxt {
  letter-spacing: 0.08em;
  font: normal 500 16px/29px "Noto Sans JP", sans-serif;
  color: #333;
  margin-bottom: 6px !important;
  padding-left: 10px !important;
  transition: all 0.4s ease-in-out;
}
.main .l-img {
  width: 100%;
}
.main .l-img .webgene-item-main-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .main .l-img .webgene-item-main-image {
    aspect-ratio: 1.6666666667;
  }
}
.main .l-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 27px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.main .newsDate {
  font: normal 500 18px/29px "Noto Sans JP", sans-serif;
  color: #333;
  white-space: nowrap;
}
.main .newsTag {
  letter-spacing: 0.1em;
  font: normal 500 16px/23px "Noto Sans JP", sans-serif;
  color: #FFF;
  text-align: center;
  padding: 10px 15px 5px 20px;
  background: #12953F;
  border-radius: 4px;
}
.main h2.newsTit {
  font: normal 500 24px/29px "Noto Sans JP", sans-serif;
  color: #1A1A1A;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 33px;
  padding-bottom: 22px;
}
.main .newsText p {
  margin-top: 33px;
  text-align: left;
  letter-spacing: 0.08em;
  font: normal 500 16px/29px "Noto Sans JP", sans-serif;
  color: #333;
}
.main .newsDetailBtnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px auto 0;
}
@media (min-width: 1024px) {
  .main .newsDetailBtnBox {
    margin: 0 auto;
    padding: 70px 28% 0 0;
  }
}
.main .newsDetailBtnBox .newsDetailBtnBoxLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
  transition: all 0.4s ease-in-out;
  width: 240px;
  height: 48px;
  background: #12953F;
  border: 1px solid #12953F;
  border-radius: 60px;
}
.main .newsDetailBtnBox .newsDetailBtnBoxLink:hover {
  background: #6E521C;
}
.main .newsDetailBtnBox .newsDetailBtnBoxLink:hover .newsDetailBtnBoxText {
  color: #fff;
}
.main .newsDetailBtnBox .newsDetailBtnBoxLink .newsDetailBtnBoxText {
  text-align: center;
  letter-spacing: 0.08em;
  font: normal 500 15px/22px "Noto Sans JP", sans-serif;
  color: #fff;
}
.main .btn__box.blogD {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.main .pdfBox {
  display: block;
  width: fit-content;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #12953F;
  transition: all 0.4s ease-in-out;
  border: 1px solid #12953F;
  border-radius: 60px;
}
.main .pdfBox:hover {
  background-color: #6E521C;
}
.main .pdfBox:hover .pdfText {
  color: #fff;
}
.main .pdfBox .pdfText {
  font: normal 700 15px/22px "Noto Sans JP", sans-serif;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.main .topBox .l-info {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 33px;
}
.main .topBox .l-info .newsTit {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.main .topBox .l-info .newsTag {
  height: 40px;
}

.main .newsInner .newsPage .mainBlock {
  background: #fff;
}

.underTopWrap .h1TitBox .imgH1titDecoBoxLeft {
  position: absolute;
  top: -81%;
  left: -88%;
  width: 79.61px;
  height: 43px;
}
@media (min-width: 1024px) {
  .underTopWrap .h1TitBox .imgH1titDecoBoxLeft {
    top: -81%;
    left: -85%;
    width: 179.61px;
    height: 92px;
  }
}
.underTopWrap .h1TitBox .imgH1titDecoBoxRight {
  position: absolute;
  right: -86%;
  bottom: -52%;
  width: 79.4px;
  height: 41.02px;
}
@media (min-width: 1024px) {
  .underTopWrap .h1TitBox .imgH1titDecoBoxRight {
    right: -80%;
    bottom: -92%;
    width: 189.4px;
    height: 97.02px;
  }
}/*# sourceMappingURL=newsDetail.css.map */