/**
 * File: single.css
 * Usage: single.php(投稿の個別ページ)のスタイルを定義します。
*/
.bl_post {
  padding-top: 120px;
  padding-inline: 20px;
}

.el_postTtl {
  font-size: clamp(1.5rem, 1.1429rem + 1.7857vw, 2rem);
  font-feature-settings: 'palt';
}

.el_postMeta {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-size: #6f6f6f;
  margin-block: 8px 20px;
}

.bl_postThumbnail {
  width: 100%;
  height: auto;
  margin-block: 20px;
}

.bl_postThumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ly_post .el_btn {
  margin-top: 40px;
}

.bl_postContent {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .bl_post {
    max-width: 1040px;
    margin-inline: auto;
    padding-top: 200px;
  }
}
