.post {
  width: 100%;
  background-color: #FAF9F5;
  position: relative;
}
.post__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post__article__title {
  text-align: center;
}
.post__article__contents img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.post__article__contents figure {
  width: 100% !important;
}
.post__article__contents ul,
.post__article__contents ol {
  list-style: revert;
}

@media screen and (min-width: calc(860px + 1px)) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 860px) {
  .u-pc {
    display: none !important;
  }
}