.Page-News .Block-Content {
  padding: 6.0625rem 0;
}
@media (max-width: 767px) {
  .Page-News .Block-Content {
    padding: 3.5rem 0 6rem;
  }
}
.Page-News .Block-Content__Wrapper {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}
.Page-News .Block-Content__Date {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  font-family: "hitachifont", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.Page-News .Block-Content__Title {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0.875rem 0 3rem;
}
@media (max-width: 767px) {
  .Page-News .Block-Content__Title {
    font-size: 1.25rem;
    margin: 1rem 0 2.4375rem;
  }
}
.Page-News .Block-Content__Txt {
  font-size: 1rem;
  line-height: 1.75;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.Page-News .Block-Content__Txt + .Block-Content__Txt {
  margin-top: 1.75rem;
}