@charset "utf-8";

/* ---------------------------------------------------------------------------------
© Piacere

HTML CSS Selectors topics

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */
.detail-wrap {
  padding: 38px 0 140px;
}
.post-wrap {
  width: 890px;
  margin: 0 auto 20px;
}
.post-wrap__category {
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin: 0 auto 26px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #a3a3a5;
}

.post-ttl {
  width: 520px;
  margin: 0 auto 45px;
  margin-bottom: 45px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.post-mv {
  width: 640px;
  margin: 0 auto 92px;
}

.detail-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.detail-post div {
  width: 450px;
  margin: 0 auto 60px;
}
.detail-post .img-box {
  width: 400px;
}

.detail-post .text-box {
  width: 455px;
}

.detail-post h4 {
  font-size: 22px;
  padding-bottom: 10px;
}
.detail-post h5 {
  font-size: 18px;
  padding-bottom: 10px;
}
.detail-post h6 {
  font-size: 14px;
}
.detail-post p {
  font-size: 14px;
  padding-bottom: 1.5em;
}

.btn-prev {
  width: 100px;
  margin: 0 auto;
}
.btn-prev a {
  display: block;
  font-family: var(--font-en);
  font-size: 28px;
  line-height: 1;
  text-align: right;
  background: url("../img/blog/icon_prev.png") no-repeat left center;
}
