/*ブログカードのタイトルをリンク色に変更*/
.blog-card-title {
		color: #327bb7;
		text-decoration: underline;
	}
/*ブログカードの説明文を消す*/
.blog-card-excerpt{
		display:none;
}
/*ブログカードに「続きを読む」を追加*/
a.blog-card{
		padding-bottom:40px;
}
a.blog-card{
		position: relative;
}
a.blog-card:after{
		position: absolute;
		font-family: sans-serif,'Font Awesome 5 Free';
		content:'続きを読む \f101';
		font-weight: bold;
		right:10px;
		bottom: 10px;
		padding:1px 10px;
		background:#0898E6; /*背景色*/
		color:#fff; /*文字色*/
		font-size: .8em;
		border-radius:2px;
}
.pickup-contents-box .pickup-contents {
	box-sizing: initial;
}

.widget.widget-profile{
  border-top: 5px solid #3b4675;
  border-radius: 5px;
}
.my-profile{
  color:#5f5f5f;
}
@media screen and (min-width: 768px){
  .my-profile {
    padding-bottom: 0px!important;
  }
}
@media screen and (max-width: 767px){
  .my-profile {
    padding-bottom: 5px!important;
  }
}
.my-profile .profile-sns-menu{
  background-color:transparent!important;
  position: relative;
  margin-top:1px;
}
.profile-sns-menu-title {
  display:none;
}
.my-profile .profile-sns-menu ul {
  flex-wrap:wrap;
}
.my-profile .profile-sns-menu ul li{
  width:30%;
  margin: 5% 1.5% 0%;
}
.my-profile .profile-sns-menu ul li a{
  width:100%;
  padding-top: 7px;
  padding-bottom:45px;
  text-align: center;
  letter-spacing: .02em;
  font-size:1.4em;
  border-radius: 3px;
}
.my-profile .profile-sns-menu i:before{
  margin-bottom:4px
}
.profile-sns-menu a:after{
  font-size:.01em;
  vertical-align: top;
  padding-top:5px
}
.profile-sns-menu .pro-tw a{
  color: #62bcf4!important;
  background-color:rgba(98,188,244,.1)!important;
}
.profile-sns-menu .pro-tw a:after{
  content:'Twitter';
}
.profile-sns-menu .pro-insta a{
  color: #fff!important;
  background:repeating-linear-gradient(45deg,rgba(254,208,110,.5),rgba(252,0,119,.5),rgba(63,53,238,.5))!important;
}
.profile-sns-menu .pro-insta a:after{
  content:'Instagram';
}
.profile-sns-menu .pro-line a{
  color: #00B900!important;
  background-color:rgba(0,185,0,.1)!important;
}
.profile-sns-menu .pro-line a:after{
  content:'LINE';
}
@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;
}}


@media screen and (max-width: 768px) {
	.my-spacer {
		display: none;
	}
}
