
/* トップページの検索見出し */
h2.primary-search-title {
	font-size: 1.4rem;
}

h1.entry-title {
	font-size: 1.4rem;
}

.entry-content h2 {
	font-size: 1.25rem;
}
.entry-content h3 {
	font-size: 1.2rem;
}
.entry-content h4 {
	font-size: 1.15rem;
}
.entry-content h5 {
	font-size: 1.1rem;
}
.entry-content h6 {
	font-size: 1.05rem;
}
.entry-content h3.has-background,.entry-content h2.has-background {
	padding: 0.75rem;
}

figure.wp-block-table {
	overflow: scroll;
}

figure.wp-block-table table td {
	border: 1px solid #333; 
}

