.widgettitle::first-letter{
	color:#dd305e;
}
.post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-cat, .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-cat{
	opacity:0.75;
}

#breadcrumb:after{
	background-color:#ddd;
}
#breadcrumb ul li a,
#breadcrumb ul li,
#page-top a{
	color:rgba(0,0,0,0.5)!important;
}

@media (max-width: 767px) {
.headcopy{
	font-weight:200;
	font-size:0.6em;
	margin-top:10px;
	display:none;
}
}
@media (min-width: 768px) {
.headcopy{
	font-weight:100;
	font-size:0.6em;
	margin-top:30px;
}
}
.proflink a{
	display:block;
	text-align:center;
	padding:7px 10px;
	background:#aaa;/*カラーは変更*/
	width:50%;
	margin:0 auto;
	margin-top:20px;
	border-radius:20px;
	border:3px double #fff;
	font-size:0.65rem;
	color:#fff;
}
.proflink a:hover{
		opacity:0.75;
}


.heading.pager-prev-next span.page-prev-next {
    padding: 0.5em 1em;
    margin: 2em 0;
    border:solid 3px #5b8bd0;
		text-align: center;
		margin-top: 10px;
		margin-right: 60px;
		margin-bottom: 10px;
		margin-left: 60px;
		color: #000000;
		background: #f0f7ff;
		font-weight:bold;
}
.heading.pager-prev-next span.page-prev-next p {
   margin: 0; 
    padding: 0;
	
}

/*トップページおすすめ*/
#pickup{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:0.5em;
  margin-bottom:2em;
}
#pickup .pickup_post{
  width:24%;
}
@media only screen and (max-width: 767px) {
  #pickup .pickup_post{
    width:48%;
    margin-bottom:1em;
  }
}
#pickup .pickup_post a img{
  box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
  border-radius:2px;
  transition: .3s ease-in-out;
}
#pickup .pickup_post a img:hover{
  box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
}

/******************
ブログカードの見た目調整
******************/
a.blog-card{
	padding-bottom:40px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
  border: solid 1px;
	border-radius: 2px;
	border-color: #dedede !important;
	background-color: #fff;
}
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;
}
/*説明文を消す*/
.blog-card-excerpt{
display:none;
}
/***********************
ブログカードの見た目調整ここまで
***********************/