﻿.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 {
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #ffecb7;
	padding-top: 10px;
	padding-bottom: 10px;
}
.p-link-card__img > img{
	width: 30px;
	height: 30px;
}
.p-link-card__img-txt {
	font-size: 15px;
	color: #606060;
	font-weight: 700;
}
.p-link-card__desc {
	width: calc(100% - 80px);
	padding: 15px 10px 15px 13px;
}
.p-link-card__blog-ttl {
	font-size: 14px;
	color: #595959;
	font-weight: 700;
}
.p-link-card__site-ttl {
	font-size: 13px;
	color: #aaa;
	font-weight: 700;
}
