#pickup_posts .pickup_posts_content { padding: 85px 0 60px; }
#pickup_posts h2 {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}
#pickup_posts h2 small {
  color: #105AAF;
  font-size: 16px;
  font-family: "ZenKakuGothicNew-B";
}
#pickup_posts h3 {
  color: #fff;
  font-size: 27px;
}
#pickup_posts h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../images/common/favicon2.png");
}
#pickup_posts .pickup_labor_issue_content h3 {
  text-align: left;
  position: relative;
  left: 61.5%;
}
#pickup_posts .post_list {
  position: relative;
  margin-top: -90px;
}
#pickup_posts .pickup_content { margin-bottom: 65px; }
#pickup_posts .pickup_traffic_accident_content { margin-bottom: 0; }
#pickup_posts .pickup_content .title {
  padding: 50px 0 120px;
  background: #105AAF;
  background: linear-gradient(90deg, #105AAF 0%, #105AAF 40%, #fff 40%, #fff 100%);
}
#pickup_posts .pickup_content.pickup_labor_issue_content .title {
  text-align: right;
  background: linear-gradient(90deg, #fff 0%, #fff 60%, #105AAF 60%, #105AAF 100%);
}
#pickup_posts .pickup_content .flex.container .pickup_description,
#pickup_posts .pickup_content .flex.container .pickup_article { width: 48%; }
#pickup_posts .pickup_content .pickup_description { margin-right: 4%; }
#pickup_posts .pickup_content .pickup_description figcaption {
  margin-top: 30px;
  line-height: 2;
}
#pickup_posts .pickup_content .pickup_article article { border-bottom: solid 1px #CCCCCC; }
#pickup_posts .pickup_labor_issue_content .flex.container,
#pickup_posts .pickup_labor_issue_content .flex.container { flex-direction: row-reverse; }
#pickup_posts .pickup_labor_issue_content .pickup_description { margin-right: 0; }
#pickup_posts .pickup_labor_issue_content .pickup_article { margin-right: 4%; }
.pc #pickup_posts .posts_frm a:hover .posts_title {
  text-decoration: underline;
  color: #105AAF;
}
@media screen and (max-width: 991px){
  #pickup_posts h2 { margin-bottom: 3rem; }
  #pickup_posts h3 { font-size: 1.8rem; }
  #pickup_posts h3::before {
    width: 5rem;
    height: 4rem;
  }
  #pickup_posts .pickup_content { margin-bottom: 5rem; }
  #pickup_posts .pickup_labor_issue_content h3 {
    text-align: center;
    left: unset;
  }
  #pickup_posts .post_list { margin-top: -5rem; }
  #pickup_posts .pickup_posts_content { padding-top: 5rem; }
  #pickup_posts .pickup_content:last-child { margin-bottom: 0; }
  #pickup_posts .pickup_content .title,
  #pickup_posts .pickup_content.pickup_labor_issue_content .title {
    text-align: center;
    background: linear-gradient(90deg, #105AAF 0%, #105AAF 75%, #105AAF 75%, #105AAF 100%);
  }
  #pickup_posts .pickup_content .title { padding: 2.5rem 0 7rem; }
  #pickup_posts .pickup_content .flex.container .pickup_description,
  #pickup_posts .pickup_content .flex.container .pickup_article {
    margin-right: 0;
    width: 100%;
  }
  #pickup_posts .pickup_content .flex.container .pickup_description { margin-bottom: 4rem; }
  #pickup_posts .pickup_content .flex.container .pickup_description figure { text-align: right; }
  #pickup_posts .pickup_labor_issue_content .flex.container .pickup_description figure { text-align: left; }
  #pickup_posts .pickup_content .flex.container .pickup_description figcaption { text-align: left; }
  #pickup_posts .pickup_content .flex.container .pickup_description img {
    object-fit: cover;
    width: 100%;
    height: 20rem;
  }
  #pickup_posts .pickup_content .pickup_article article:first-child {
    padding-top: 1.25rem;
    border-top: solid 1px #cccc;
  }
}
