html {
  font-family: "Noto Sans JP";
}
/* ==============
    タイトル 
=================*/
.content-section__header {
  width: 81.9%;
  margin: 64px auto 48px;
  gap: 31px;
}
.news-detail .content-section__title {
  line-height: 1.56;
  font-size: 2.22vw;
}
.content-section {
  padding: 0;
}
.news__date {
  font-size: 13px;
  color: #101010;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-right: 11px;
}
.news__tag {
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  padding: 6px 14px;
  background-color: #555555;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Noto Sans JP";
}
.news__sidebar-title img {
  width: 12px;
}
@media (max-width: 425px) {
  .content-section__header {
    width: 100%;
    gap: 23px;
    margin-bottom: 27px;
    margin-top: 22px;
  }
  .content-section__title {
    font-size: 20px;
  }
}
/* ===================
    記事
======================*/
.news-detail__wrap {
  background-color: #fff;
}
.article-wrap {
  width: 100%;
  padding: 75px 0;
  border-bottom: 1px dotted #989898;
}
.news-detail__content {
  width: 56%;
  margin: 0 auto;
}
.wp-block-heading {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  padding-left: 18px;
  border-left: 5px solid #4a6ffe;
  margin-bottom: 48px;
}
.article-wrap p {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
}
.news-detail__image {
  /* width: 100%; */
}
.wp-block-image img {
  width: 100%;
  height: 360px;
  margin: 24px 0 48px;
}
.news-detail__image-explanation {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2;
  padding: 49px 0 51px;
}
/* .news-detail__attachments-title {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
  padding: 10px 16px;
  background-color: #d9e6ff;
  border-radius: 24px;
} */
.attachment-list {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.attachment-list__item {
  border: 1px dotted #303030;
  text-align: center;
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #f2f2f2;
}
.attachment-list__link {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2;
  color: #303030;
  display: inline;
}
.attachment-list__link .external-link {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: text-top;
}
.btn--0302H {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
.news-detail__content h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 56px;
}
.news-detail__content h2 {
  font-size: 24px;
  font-weight: 500;
  border-left: 5px solid #41db44;
  padding-left: 24px;
  margin-bottom: 48px;
}
.news-detail__content h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
.news-detail__content p {
  font-size: 15px;
  font-weight: 400;
}
.news-detail__content a {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.1;
  color: #4a6ffe;
  text-decoration: underline;
}
.news-detail .btn-normal .btn__link {
  text-decoration: none;
}
@media (max-width: 768px) {
  .news-detail__content {
    width: 93%;
    margin: 0 auto;
  }
  .wp-block-image img {
    height: 276px;
  }
  .attachment-list {
    flex-direction: column;
  }
  .news-detail .content-section__title {
    line-height: 1.56;
    font-size: 4.8vw;
  }
}
@media (max-width: 425px) {
  .article-wrap {
    padding: 50px 0 54px;
  }
  .wp-block-heading {
    font-size: 18px;
    padding-left: 11px;
    margin-bottom: 15px;
  }
  .article-wrap p {
    font-size: 14px;
    /* padding: 16px 0; */
    line-height: 2.3;
    gap: 15px;
  }
  .wp-block-image img {
    height: 160px;
    margin: 0;
  }
  .news-detail__image-explanation {
    font-size: 14px;
    line-height: 2.28;
    padding: 33px 0;
  }
  .attachment-list {
    margin: 26px 0 39px;
  }
  .attachment-list__item {
    height: 58px;
  }
  .attachment-list__link {
    font-size: 14px;
  }
  .btn__link {
    padding: 9px 12px 8px 32px;
  }
}

/* ===================
    下のニュース一覧
======================*/
.news__inner {
  display: flex;
  width: 83.3%;
  margin: 0 auto;
  gap: 88px;
  padding: 68px 0 53px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .news__inner {
    gap: 15px;
    width: 95%;
  }
}
@media (max-width: 425px) {
  .news__inner {
    display: block;
    width: 87.2%;
    padding: 32px 0 37px;
  }
  .content-section {
    margin: 22px auto 32px;
    width: 87.2%;
  }
}

/* サイドバー */
.news__sidebar {
  border-radius: 16px;
  padding: 24px 0 16px 24px;
  height: auto;
  width: 252px;
}
.news__sidebar-title {
  font-size: 12px;
  line-height: 1;
  display: flex;
  gap: 8px;
  color: #303030;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.tag {
  /* margin-bottom: 8px; */
}

@media (max-width: 768px) {
  .news__sidebar {
    padding: 24px 0 22px;
  }
}
@media (max-width: 425px) {
  .news__sidebar {
    width: auto;
    height: auto;
  }
  .tag-list__group {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
}
/* 右記事 */
.news__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.news__item {
  padding: 0 0 23.5px 16px;
  border-bottom: 1px solid #f2f2f2;
  display: block;
  width: auto;
}
.news__link:hover {
  opacity: 60%;
}
.news__meta {
  margin-bottom: 9px;
}
.news__date {
  font-size: 13px;
  color: #101010;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-right: 11px;
}
.news__tag {
  font-size: 12px;
  color: #555555;
  line-height: 1;
  padding: 6px 14px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Noto Sans JP";
}
.news__meta .news__tag {
  margin-right: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
  display: inline-block;
}
.news__article-title {
  color: #101010;
  font-family: "Noto Sans JP";
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 2.1;
}
@media (max-width: 768px) {
  .news__item {
    width: auto;
  }
}
@media (max-width: 425px) {
  .news__list {
    margin-top: 32px;
    width: 100%;
    gap: 15px;
  }
  .news__item {
    padding: 0 8px 17px 8px;
  }
  .news__meta {
    margin-bottom: 8px;
  }
  .news__article-title {
    line-height: 2;
  }
}
.btn__link-bottom {
  margin-bottom: 72px;
}
@media (max-width: 425px) {
  .btn__link-bottom {
    margin-bottom: 54px;
  }
}
/* ====================
    パンくずリスト
=======================*/
.breadcrumb-top {
  margin: 0;
}
