@charset "UTF-8";

.p-news__inner {
  margin-inline: auto;
  max-width: 1100px;
  padding-bottom: 150px;
  padding-inline: 20px;
  position: relative;
  z-index: 2;
}
.p-news__category > .webgene-blog {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-news__data {
  margin-top: 60px;
}

.p-news-cate__link {
  background-color: #bfdde3;
  border: 1px solid #bfdde3;
  border-radius: 26px;
  color: #0f9192;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-height: 50px;
  min-width: 160px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
}
.p-news-cate__link:hover {
  border: 1px solid #0f9192;
  color: #0f9192;
  opacity: 1;
}
.p-news-cate__link.is-select {
  background: linear-gradient(to right, #0d8e8e, #6bc8e0);
  color: #fff;
}

.p-news-detail {
  padding-bottom: 160px;
  padding-inline: 20px;
}
.p-news-detail__inner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-inline: auto;
  max-width: 1060px;
  padding-bottom: 100px;
  padding-top: 93px;
  position: relative;
  z-index: 2;
}
.p-news-detail__contents {
  margin-inline: auto;
  max-width: 965px;
  padding-inline: 20px;
}

.page-detail__header {
  align-items: center;
  display: flex;
  gap: 35px;
}

.detail-text {
  color: #00132b;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.29;
  padding-top: 41px;
}

.detail__btn {
  background-color: #0fa0a0;
  border: 1px solid #0f9192;
  border-radius: 24px;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-inline: auto;
  margin-top: 74px;
  max-width: 183px;
  padding-block: 12px;
  padding-inline: 10px;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  width: 100%;
}
.detail__btn:hover {
  background: #fff;
  color: #0f9192;
}

.post-detail__pdf {
  display: flex;
  justify-content: center;
}

.pdfLink {
  color: #fff;
}

.post-ttl {
  border-bottom: 1.5px solid #d0d0d0;
  color: #00132b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.32px;
  line-height: 1.4545454545;
  margin-top: 47px;
  padding-bottom: 18px;
  padding-left: 29px;
  padding-top: 10px;
  position: relative;
}
.post-ttl::before {
  background: #0d8e8e;
  content: "";
  height: 57%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.post-detail__content {
  font-family: "Noto Sans JP", sans-serif;
}
.post-detail__content > h2:first-child {
  margin-top: 0;
}
.post-detail__content h2 {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 1.2px;
  margin-bottom: 35px;
  margin-top: 53px;
}
.post-detail__content h2::before {
  background: #0d8e8e;
  border-radius: 5px;
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
}
.post-detail__content h3 {
  border-bottom: 1.5px solid #0d8e8e;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  margin-top: 83px;
  padding-bottom: 12px;
}

.post-detail__content img,
.page-detail__item img {
  aspect-ratio: 594/350;
  display: block;
  height: 350px;
  margin: 40px auto 10px;
  margin-inline: auto;
  max-width: 594px;
}

@media (min-width: 768px) {
  .p-news.c-page-main {
    margin-top: -200px;
  }
  .p-news.c-page-main::before {
    top: -170px;
  }
  .p-news-detail.c-page-main {
    margin-top: -180px;
  }
  .p-news-detail.c-page-main::before {
    top: -190px;
  }
  .post-detail__content h2 {
    gap: 17px;
  }
  .post-detail__content img,
  .page-detail__item img {
    margin: 75px auto 20px;
    width: 43.4846266471vw;
  }
}