/* # =================================================================
   # 投稿ページ
   # ================================================================= */

/* アイキャッチ画像 */
.single .c-page-header__bgimage {
	height: 50vh;
}
.single .c-page-header {
	height: 50vh !important;
}

/* 著者名を非表示にする */
.c-meta__item--author {
	display:none;
}

@media (max-width: 639px) {
	.single h1.c-entry__title {
		font-size: 1.5rem;
	}
}

/* 見出し */
.single .c-entry__content>h2 {
	font-size: var(--font-size--2xl);
	background-color: var(--global--main--bg-color);
	color:white;
	padding:10px 10px 6px 15px;
}
.single .c-entry__content>h3 {
    font-size: var(--font-size--xl);
    margin-top: 3rem !important;
    border-bottom: 2px solid var(--global--main--bg-color);
    padding-bottom: 5px;
}

@media (max-width: 639px) {
	.single .c-entry__content>h2 {
		font-size: var(--font-size--xl);
	}
	.single .c-entry__content>h3 {
		font-size: var(--font-size--xl);
		margin-top: 3rem !important;
		margin-bottom: 1.2rem !important;
	}
}


/* ぱんくずリスト */
@media (max-width: 639px) {
	.p-breadcrumbs-wrapper {
		width: 100vw;
		background-color: var(--wp--preset--color--sm-lightest-gray);
		margin: 0 calc(50% - 50vw);
		padding: 0 20px;
	}
}

/* サイドバー */
.single .c-widget h2 {
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
    border-bottom: 4px double;
    display: block;
}

