
.post__date {
  color: #f08714;
  margin-bottom: 8px;
  padding-left: 0;
}
.post__list a {
  flex-direction: column;
}
.post__title {
  font-weight: 700;
  color: #f08714;
  padding-left: 0;
}
.post__contents {
  padding: 8px 0;
}

/* 記事詳細 調整*/
.news p{
  margin-bottom: 1rem;
}
.news time{
  margin-bottom: 2rem;
  display: block;
}
.news .conten_box{
  margin-bottom: 5rem;
}


@media (min-width: 769px) {
  .news {
    padding-right: 50px;
  }
  .post__list {
    display: flex;
  }
  .post__date {
    margin-left: 0;
    margin-bottom: 0;
  }
  .post__title,
  .post__contents {
    margin-left: 36px;
  }
  .post__list a {
  flex-direction: row;
}
}
