/*ブログカードに「続きを読む」*/
a.blog-card{
	padding-bottom:40px;
}
a.blog-card{
	position: relative;
}
a.blog-card:after{
	position: absolute;
	font-family: 'Quicksand','Avenir','Arial',sans-serif,'Font Awesome 5 Free';
	content:'続きを読む \f101';
	font-weight: bold;
	right:10px;
	bottom: 10px;
	padding:1px 10px;
	background:#333;/*「続きを読む」の背景色*/
	color:#fff;/*「続きを読む」の文字色*/
	font-size: .8em;
	border-radius:2px;
}

/*「あわせて読みたい」を消す*/
.blog-card-hl-box{
	display:none;
}
/**************************
　トップページのタイトルを非表示
**************************/
.home .entry-title {
  display: none;
}
@media (min-width: 768px) {
 span.post-list-cat {
top:auto !important;
bottom:11px !important;
}}

@media (max-width: 767px) {
 span.post-list-cat {
top:auto !important;
bottom:7px !important;
}}

.grecaptcha-badge { visibility: hidden; }
