.p-link-card{
  width : 72%;
  box-shadow : 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.p-link-card .p-link-card__block{
  display : flex;
  justify-content : space-between;
  text-decoration : none;
}
.p-link-card__img{
  display : flex;
  flex-direction : column;
  justify-content : center;
  align-items : center;
  width : 80px;
  padding-top : 10px;
  padding-bottom : 10px;
  background-color : #ffecb7;
}
.p-link-card__img > img{
  width : 30px;
  height : 30px;
}
.p-link-card__img-txt{
  color : #606060;
  font-weight : 700;
  font-size : 15px;
}
.p-link-card__desc{
  width : calc(100% - 80px);
  padding : 15px 10px 15px 13px;
}
.p-link-card__blog-ttl{
  color : #595959;
  font-weight : 700;
  font-size : 14px;
}
.p-link-card__site-ttl{
  color : #aaaaaa;
  font-weight : 700;
  font-size : 13px;
}
