@charset "utf-8";
/*--目次 2022.06 --*/
.post-single .table-of-content {
	border-top: #8CC323 solid 8px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-left: #8CC323 solid 1px;
	border-right: #8CC323 solid 1px;
	border-bottom: #8CC323 solid 1px;
	max-width: 640px;
    padding: 30px;
    margin: 50px auto;
	background-color: #F2F8EB;
}
.post-single .table-of-content a {
	font-size: 14px;
	margin-bottom: 14px;
}
.post-single .table-of-content .table-ttl {
	border-bottom: 1px solid #d5d5d5;
	font-size: 22px;
	padding: 0;
	margin-bottom: 30px;
	text-align: left;
	font-weight: bold;
	color: #8CC323;
	border-bottom: none;
}
.post-single .table-of-content .table-ttl::before{
	content: '';
	display: inline-block;
	width: 24px;
	height: 20px;
	background-image: url(https://moconavi.jp/blog/wp-content/themes/fcvanilla/img/blog/index_icon.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -5px;
}
.post-single .table-of-content a{
	color: #000;
	border-bottom: 1px solid #F8F8F8;
}
.post-single .table-of-content a:hover{
	border-bottom: 1px solid #000;
	display: inline-block;
	transition: 0.5s ;
}
.post-single .table-of-content li:last-child a{
	margin-bottom: 0;
} 
@media only screen and (max-width: 48em){
	.post-single .table-of-content .table-ttl {
	font-size: 16px;
	}
	.post-single .table-of-content .table-ttl::before{
	width: 22px;
	height: 18px;
	}
	.post-single .table-of-content a:hover{
	display: block;
	}
}

/*--関連記事リンク blogcard 2022.06 --*/
.linkcard {
	margin: 2em auto 0;
    width: 94%;
}
.linkcard .lkc-content{
	padding: 20px;
	background-image: url(https://moconavi.jp/blog/wp-content/themes/fcvanilla/img/blog/linkcard_bg.png);
    background-repeat: no-repeat;
    background-position: 99% 94%;
}
.linkcard .lkc-content:hover{
	background-color: #eef5e6;
	transition: 0.5s ;
}
.linkcard .lkc-title-text{
	font-weight: bold;
}
.lkc-title-text:hover{
	text-decoration:none !important;
}
.linkcard .lkc-excerpt{
	font-size: 14px;
    line-height: 1.8;	
}
.lkc-url{
	color: #333 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-bottom: 0.5em;
}
.lkc-thumbnail-img{
	border:none !important;
}
@media print, (min-width: 751px){
	.linkcard .lkc-thumbnail {
		width: 130px;
		height: 87px;
		max-width: 130px;
		margin: 5px 0 0 20px;
	}
}
@media only screen and (max-width: 48em){
	.lkc-url{
		color: #333 !important;
		font-size: 12px !important;
		line-height: 1.6 !important;
	}
	.linkcard .lkc-content{
		background-position: 99% 94%;
		background-size: 18%;
	}
}

/*-- h2 h3改修 2022.09 --*/
.flexible-row h2.panel-ttl{
	font-weight: bold !important;
}
.flexible-row h3.sttl{
	font-weight: bold !important;
	border-left: 5px solid #000;
}











