.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;
}
.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: #9F0D0D;
}
@media (min-width: 768px) {
  .main .newsInner .newsPage .rightBlock .categoryBox,
  .main .newsInner .newsPage .rightBlock .archiveBox {
    margin: 0 auto 14px;
  }
}
@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(159, 13, 13, 0.0823529412);
}
.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: 0px;
}
@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: #9F0D0D;
}
.main h2.newsTit {
  font: normal 700 24px/29px "Noto Sans JP", sans-serif;
  color: #333;
  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: #9F0D0D;
  border: 1px solid #9F0D0D;
  border-radius: 60px;
}
.main .newsDetailBtnBox .newsDetailBtnBoxLink:hover {
  background: #FFF;
}
.main .newsDetailBtnBox .newsDetailBtnBoxLink:hover .newsDetailBtnBoxText {
  color: #9F0D0D;
}
.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: #9F0D0D;
  transition: all 0.4s ease-in-out;
  border: 1px solid #9F0D0D;
  border-radius: 60px;
}
.main .pdfBox:hover {
  background-color: #FFF;
}
.main .pdfBox:hover .pdfText {
  color: #9F0D0D;
}
.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;
}/*# sourceMappingURL=newsdetail.css.map */