.tosshin__news__list__item {
  padding: 2.5rem 0 1.5rem;
  border-bottom: 0.0625rem solid #ddd;
}
.tosshin__news__list__item:first-child {
  padding-top: 0;
}
.tosshin__news__list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.tosshin__news__list__item__date {
  margin-bottom: 0.5rem;
}
.tosshin__news__list__item__date span {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.3rem 0.4rem;
  background: #fae9d6;
  border-radius: 0.1875rem;
  line-height: 100%;
}
.tosshin__news__list__item__title {
  margin-bottom: 0.25rem;
}
.tosshin__news__view__date {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.3rem 0.4rem;
  background: #fae9d6;
  border-radius: 0.1875rem;
  line-height: 100%;
  margin-bottom: 1.5rem;
}
.tosshin__news__view__images {
  margin: 4rem 0;
}
