a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.6;
}

.media__area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.media__list_area {
  width: 85vw;
  margin: 0 auto;
  margin-top: 50px;
}
/*.cate-tt::after {
  content: "の記事一覧";
}*/
.hentry {
  margin-bottom: 5rem;
}
.hentry:not(:last-of-type)::after {
  content: "";
  display: block;
  height: 6px;
  margin: 50px 0;
  background-image: repeating-linear-gradient(45deg, #e63037 0, #e63037 1px, transparent 0, transparent 50%);
  background-size: 5px 6px;
}

.entry-header {
  width: 100%;
}
.entry-title {
  color: #e63037;
  display: inline;
}
.entry-category-title a {
  color: #999;
}
.entry-content-post-detail {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  margin: 10px auto 0;
}
.entry-content-post-detail p a {
  display: inline-block;
}
.entry-button {
  margin-top: 30px;
}


/* PC用 **/
@media screen and (min-width: 768px) {
  .media__area {
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-left: calc((100% - 1000px) / 2);
  }
  .media__list_area {
    margin: 0;
    margin-right: 42px;
  }
  .entry-content-post-detail {
    font-size: 16px;
    margin: 20px auto 0;
  }
  .entry-button {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  @media screen and (max-width: 1325px) {
    .media__area {
      margin-left: 12vw;
    }
  }
}
