html {
  /* scroll-padding-top: 70px; */
}

header {
  margin-top: calc(55px + 2%);
  height: 10rem;
  background: url(./img/news/mobile/news_bg.png) 5% 0;
  background-size: contain;
  background-attachment: local;
  background-repeat: no-repeat;
  padding-top: 2rem;
}

.news_archives {
  display: none;
}

.main_title {
  width: 85%;
  height: 1.2rem;
  padding-top: 2.4rem;
  padding-left: 0.5rem;
  margin: auto;
  margin-bottom: 7rem;
  border-left: 0.7rem solid black;
}

.main_title small {
  font-size: 1rem;
  margin: 0;
  text-shadow: 0 0 1px #777;
  letter-spacing: 0.1rem;
}

.main_title h1 {
  margin: 0;
  margin-top: 0.3rem;
  font-size: 2.57rem;
  font-weight: normal;
  text-shadow: 0 0 1px black;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: space-between;
}

aside {
  margin-top: -15%;
}

h2 {
  font-size: 1.5rem;
}

/* コンテンツ */
.contents {
  background: url(./img/news/mobile/main_bg.png) 100% 15%;
  background-size: 40%;
  background-repeat: repeat-y;
  padding-bottom: 10vw;
}

section {
  display: flex;
  align-items: center;
  margin: 5vw auto;
  width: 90%;
  /* margin-top: -70px; */

}

section img {
  width: 18vw;
  height: 18vw;
  object-fit: cover;
  box-shadow: 1px 1px 5px rgb(146, 146, 146);
}

section>div {
  padding-left: 5%;
  width: 70%;
}

section h2 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  width: 95%;
  font-weight: normal;
}

.news-date {
  font-size: 0.7rem;
}

section p {
  display: none;
}

section::after {
  content: "▶";
}

.sp_news {
  width: 100%;
  display: block;
  pointer-events: auto;
  padding-top: 70px;
  /* margin-top: -70px; */
}

.sp_news::after {
  content: "";
}

.sp_news img {
  width: 100%;
  height: 100%;
  margin-bottom: 3vw;
}

.sp_news>div {
  width: 90%;
  margin: 2% auto;
  padding: 0;
}

.sp_news a {
  text-decoration-line: underline;
}

.sp_news h2 {
  letter-spacing: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  text-shadow: 0 0 1px black;
}

.sp_news p {

  line-height: 2;
  width: 100%;
  display: block;
}