@charset "UTF-8";
/*=======================================================
SINGLE
=======================================================*/
/* お客様の声、ビフォーアフター詳細 */
.single .ly_cont {
  padding: 40px 0 64px;
  flex-wrap: nowrap;
}
.single .bl_post {
  border: 2px solid #2da6de;
  padding: 40px 24px;
  margin-bottom: 32px;
}
.single .bl_post_ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 24px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.single .bl_post_ttl::before, .single .bl_post_ttl::after {
  position: absolute;
  content: "";
  height: 3px;
  bottom: 0;
  left: 0;
}
.single .bl_post_ttl::before {
  width: 100%;
  background: #ccc;
}
.single .bl_post_ttl::after {
  width: 230px;
  background: #2da6de;
}
.single .bl_post_ttl span {
  font-size: 14px;
  font-weight: 400;
}
.single .bl_post_imgWrapper {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .single .ly_cont {
    flex-wrap: wrap;
  }
  .single .bl_post {
    padding: 40px 32px;
  }
  .single .bl_post_ttl {
    font-size: 32px;
  }
  .single .bl_post_ttl span {
    font-size: 24px;
  }
  .single .bl_post_imgWrapper {
    margin-bottom: 32px;
  }
}