#single_content #recommend .recommend_content { margin-bottom: 30px; }
#single_content #recommend h2 {
  text-align: center;
  padding: 0;
  line-height: 1;
  color: #333;
  font-size: 26px;
}
#single_content #recommend h2 span {
  color: #105AAF;
  font-size: 13px;
  font-family: "ZenKakuGothicNew-M";
  font-weight: normal;
}
#single_content #recommend h2::before,
#single_content #recommend h2::after { height: 0; }
#single_content #recommend h3 {
  margin: 0;
  padding: 10px 5px;
  color: #555;
  border: 0;
}
#single_content #recommend .posts_content { padding: 2px 0 0; }
#single_content #recommend .posts_frm .posts_description {
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}
@media screen and (max-width: 991px){
  #single_content #recommend .posts_frm {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0;
  }
  #single_content #recommend .posts_frm .flex { flex-wrap: nowrap; }
  #single_content #recommend .posts_image { width: 36%; }
  #single_content #recommend .posts_content {
    padding-top: 0;
    padding-left: 1rem;
    width: 64%;
  }
  #single_content #recommend h3 { padding: 0; }
  #single_content #recommend .posts_frm .posts_description { display: -webkit-box; }
}
