.blog_pickup_area img{
  width:360px;
}

@media only screen and (max-width: 767px) {
  .blog_pickup_area img{
    width:100%;
  }
}