/* ーーーーーーーーーーーーーーーーーーーーシングル（投稿）始まり */
.single-post article {
  margin: 60px auto 120px;
  max-width: 960px;
}
.single-post article .ec-thumbnail img {
  width: 100%;
  height: auto;
}
.single-post article .entry-header .entry-meta .date {
  text-align: right;
}
.single-post article .entry-content {
  margin-top: 60px;
}
.single-post article .entry-content .entry-content-meta {
  margin-bottom: 30px;
  padding: 1em 1.5em;
  background-color: #faf0f0;
  border-radius: 10px;
}
.single-post article .entry-content .entry-content-meta .grid_container {
  display: grid;
  grid-template-columns: 5em 1fr;
}
.single-post article .entry-content .entry-content-meta .data::before {
  content: ':';
  padding: 0 0.5em;
}
.single-post article .entry-content h1.editor-post-title{
  font-size: 2rem;
  text-align: center;
}

.single-post article .entry-content h2 {
  margin-top: 60px;
  font-weight: 700;
  text-align: left;
}
.single-post article .entry-content ol {
  margin: 30px 1.5em;
  list-style-type: disclosure-closed;
}
.single-post article .entry-content ul {
  margin: 30px 1.5em;
  list-style-type: disc;
}

.grp-img-txt,
.grp-txt-img {
  position: relative;
}
.grp-img-txt figure,
.grp-txt-img figure {
  margin-top: 0;
  z-index: 1;
  display: block;
}
.grp-img-txt::after,
.grp-txt-img::after {
content: "";
display: block;
clear: both;
}
.grp-img-txt::before,
.grp-txt-img::before {
content: "";
display: block;
clear: both;
}
.grp-img-txt figure,
.grp-img-txt img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.grp-txt-img figure,
.grp-txt-img img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}


/* ーーーーーーーーーーーーーーーーーーーーシングル（投稿）終わり */
