﻿     .pj-list{display:flex;flex-wrap:wrap;}
        .pj-item {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
}
        .pj-item:nth-child(3n){margin-right:0;}
.pj-item:last-child {
  margin-right: 0;
}
.pj-item a {
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 5px;
  color: #666;
  background: #f9f9f9;
    box-shadow: 0px 0px 2px 0px #d8d8d8;
  transition: all 0.5s;
}
.pj-item a:hover {
  transform: translateY(-10px);
}
.pj-itm-img {
  margin: 0;
}
.pj-itm-img img {
  width: 100%;
}
.pj-itm-main {
  padding: 15px 10px 10px;
}
 {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0;
  font-weight: 300;
}
.pj-itm-ttl {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.pj-itm-info {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
/*.pj-itm-info:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #8dc63f;
  border-radius: 50%;
  left: 0;
  top: 11px;
}*/
@media screen and (max-width:480px){
    .pj-item {width: 100%;margin: 0 0 30px 0;}
    .pj-item:nth-child(3n){margin-right:0;}
    .pj-item:last-child{margin:0;}
}