.l-header {
	border-top:6px solid #4f9565;
}
.top-banner-area.smb-items--glue>.c-row>.c-row__col  {
	margin-bottom:0;
}
@media (min-width: 64em) {
  .widget_snow_monkey_recent_posts_widget .snow-monkey-recent-posts .c-entries--rich-media .c-entries__item,
  .widget_snow_monkey_recent_posts_widget .snow-monkey-recent-posts .c-entries--panel .c-entries__item,
  .smb-recent-posts .snow-monkey-recent-posts .c-entries--rich-media .c-entries__item,
  .smb-recent-posts .snow-monkey-recent-posts .c-entries--panel .c-entries__item {
    flex: 0 1 25%;
    max-width: 25%;
  }
}
.p-footer-sub-nav {
	border-top: 1px solid #eee;
}
.c-copyright {
	color: #fff;
	background: #4f9565;
}
#page-top.c-page-top {
	background: #a8c47d;
}

.c-entry-summary__term {
	background:#f9d6bb;
	color: #000;
}

.p-entry-content h2:not(.c-entry-summary__title) {
	border-left: 4px solid #ec761c;
	background: #f9d6bb;
}
.p-entry-content h3:not(.c-entry-summary__title) {
	border-bottom: 1px solid #4f9565;
}
.p-entry-content h4:before {
	content: "■";
	color: #4f9565;
	margin-right:10px;
}

.l-footer .c-row {
	justify-content: space-between;
}
.l-footer .c-row .c-row__col--lg-1-2:first-child {
	flex:0 1 42%;
}
.l-footer .c-row .c-row__col--lg-1-2:last-child {
	flex:0 1 480px;
}
.footer-sns-title {
	margin-bottom: 10px;
	font-size: 24px;
}
.l-footer .c-row .c-row__col--lg-1-2:last-child .wp-block-social-links>.wp-social-link.wp-social-link.wp-social-link:not(:first-child) {
	margin-left: 0;
}
#block-6 .wp-block-columns {
	margin-top: 0;
	padding: 25px 0;
}
#block-6 .wp-block-columns:first-of-type {
	border-top: 1px solid #eee;
}
#block-6 .wp-block-columns {
	border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1024px) {
	.l-footer .c-row .c-row__col--lg-1-2:first-child {
	flex:0 1 100%;
}
.l-footer .c-row .c-row__col--lg-1-2:last-child {
	flex:0 1 100%;
}
}

/* アコーディオンタイトル背景 */
.smb-accordion__item__title {
	background: #F9D6BB;
}

/* テーブルヘッダー背景 */
.wp-block-table thead {
	background-color: #F9D6BB !important;
}
.wp-block-table thead th {
	color: rgb(51, 51, 51) !important;
}