body {
  overflow-y: auto;
  height: 134rem;
}

/* タイトル */
.news_title {
  position: relative;
  padding-top: 45.6rem;
}

.news_title_base {
  position: absolute;
  top: 25.8rem;
  left: 0;
  width: 98.5rem;
  height: 9.2rem;
}

.news_single_title {
  font-size: 3.6rem;
  margin-bottom: 5rem;
}

.news_mark {
  position: absolute;
  top: 18.3rem;
  left: 101.8rem;
  width: 35rem;
  height: 18.9rem;
}

/* 記事内容 */
.content_wrapper {
  position: relative;
  width: 133rem;
  height: auto;
  min-height: 50rem;
  padding: 10rem 10rem 30rem;
  background-image: url(../img/paper_backgruond.jpg);
  background-repeat: repeat;
  margin-left: 10rem;
  margin-bottom: 34rem;
}

time {
  font-size: 2.4rem;
  line-height: 2em;
}

.content_wrapper img {
  max-width: 114rem;
  width: auto;
  height: auto;
  object-fit: none;
}

.news_content {
  font-size: 2.4rem;
  line-height: 2em;
}

.news_content img{
  object-fit: contain;
}


/* お知らせ一覧に戻る */
.news_top_link {
  position: absolute;
  right: 10rem;
  bottom: 10rem;
}

/* 金の毛筆 */

.left_adjustment {
  overflow-x: clip;
}

.news_single_left_brush {
  top: -8rem;
  right: 20rem;
  transform: rotate(-52deg);
}

.news_single_right_brush {
  left: -4rem;
  bottom: -26rem;
  transform: rotate(54deg);
}

@media screen and (max-width:690px) {

  /* タイトル */
  .news_title {
    position: relative;
    padding-top: 26.2rem;
  }

  .news_title_base {
    position: absolute;
    top: 12.2rem;
    left: 0;
    width: 21.6rem;
    height: 9rem;
  }

  .news_single_title {
    font-size: 2.4rem;
    line-height: 2em;
  }

  .news_mark {
    position: absolute;
    top: 13.5rem;
    left: 19.3rem;
    width: 16.5rem;
    height: 8.9rem;
    object-fit: contain;
  }

  /* 記事内容 */
  .content_wrapper {
    position: relative;
    width: 34.5rem;
    padding: 3rem 3rem 15rem;
    background-image: url(../img/paper_backgruond.jpg);
    margin-left: 3rem;
    margin-bottom: 5rem;
  }

  .content_wrapper img {
    max-width: 100%;
    height: auto;
  }

  time {
    font-size: 1.6rem;
    line-height: 2em;
  }

  .thumbnail {
    max-width: 31.5rem;
    width: auto;
    height: auto;
  }

  .news_content {
    font-size: 1.6rem;
    line-height: 2em;
  }

  /* お知らせ一覧に戻る */
  .news_top_link {
    bottom: 3rem;
    right: 3rem;
  }

  /* 金の毛筆 */
  .news_single_right_brush {
    left: -21rem;
    bottom: -12rem;
    transform: rotate(49deg);
  }

}