
/****************************************
 * START h2見出し
 ***************************************/
article .post-content h2 {
	margin: 40px auto;
	font-size: large;
    position: relative;
    padding-left: 20px;
    border: none;
    color: #2e2e2e;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    background-color: #ffffff;
	display: flex;
	align-items: center;
}
article .post-content h2:before {
	position: absolute;
    content: '' !important;
    width: 7px;
    height: 100%;
	background-color: #f4d557;
    left: 0;
	border-radius: 3px;
}
@media print, screen and (min-width: 960px) {
	article .post-content h2 {
		font-size: x-large;
	}
    article .post-content h2:before {
    	width: 8px;
    }
}
/****************************************
 * END h2見出し
 ***************************************/
article .post-content h2 {
	margin: 30px auto;
	font-size: large;
    position: relative;
    padding-left: 20px;
    border: none;
    color: #2e2e2e;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    background-color: #ffffff;
	display: flex;
	align-items: center;
}
article .post-content h2:before {
	position: absolute;
    content: '' !important;
    width: 7px;
    height: 100%;
	background-color: #f4d557;
    left: 0;
	border-radius: 4px;
}
@media print, screen and (min-width: 960px) {
	article .post-content h2 {
		font-size: x-large;
	    margin: 40px auto;
	}
    article .post-content h2:before {
    	width: 8px;
    }
}
/****************************************
 * START h3見出し
 ***************************************/
article .post-content h3 {
	border: 0;
	padding-left: 0;
	margin: 30px auto;
	font-size: larger;
	position: relative;
    padding-bottom: 10px;
    border-top: none;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #2e2e2e;
    background-color: transparent;
}
article .post-content h3:after {
	position: absolute;
    bottom: -3px;
    left: 0;
    top: inherit;
    z-index: 2;
    content: '';
    width: 100%;
    height: 3px;
    background: #ede7ce;
    background: -webkit-linear-gradient(left, #ede7ce 0%, #ede7ce 100%);
    background: linear-gradient(to left, #ede7ce 0%, #ede7ce 100%);
}
@media print, screen and (min-width: 960px) {
	article .post-content h3 {
		font-size: large;
	 	margin: 40px auto;
	}
}
/****************************************
 * END h2見出し
 ***************************************/

/****************************************
 * START 記事本文
 ***************************************/
article .post-content p {
	font-size: .925rem;
}
/****************************************
 * END 記事本文
 ***************************************/

/****************************************
 * START 記事内リンク
 ***************************************/
article .post-content a {
	color: #337ade !important;	
}
/****************************************
 * END 記事内リンク
 ***************************************/

/****************************************
 * START 記事内画像
 ***************************************/
article .wp-caption {
	border: 0 !important;
	background-color: white;
	border-radius: 4px;
}
article .wp-caption img {
	border-radius: 4px
}
article .wp-caption-text {
	font-size:small;
	color: grey;
}
/***************************************
 * END 記事内画像
 ***************************************/
	
/****************************************
 * START 記事内この記事を書いた人
 ***************************************/
article .post-author p {
	font-size:smaller;
}
/****************************************
 * END 記事内この記事を書いた人
 ***************************************/