.single-post .site-main {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
.single-post .entry-header,
.single-post .entry-footer,
.single-post .entry-content > p,
.single-post .entry-content > h1,
.single-post .entry-content > h2,
.single-post .entry-content > h3,
.single-post .entry-content > h4,
.single-post .entry-content > h5,
.single-post .entry-content > h6,
.single-post .entry-content > ul,
.single-post .entry-content > ol,
.single-post .entry-content > dl,
.single-post .entry-content > blockquote,
.single-post .entry-content > pre,
.single-post .entry-content > address,
.single-post .entry-content > hr,
.page:not(.home) .entry-content > p,
.page:not(.home) .entry-content > h1,
.page:not(.home) .entry-content > h2,
.page:not(.home) .entry-content > h3,
.page:not(.home) .entry-content > h4,
.page:not(.home) .entry-content > h5,
.page:not(.home) .entry-content > h6,
.page:not(.home) .entry-content > ul,
.page:not(.home) .entry-content > ol,
.page:not(.home) .entry-content > dl,
.page:not(.home) .entry-content > blockquote,
.page:not(.home) .entry-content > pre,
.page:not(.home) .entry-content > address,
.page:not(.home) .entry-content > hr {
	box-sizing: border-box;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.single-post .entry-content > table,
.single-post .entry-content > figure.wp-block-image:not(.alignwide):not(.alignfull),
.single-post .entry-content > img,
.page:not(.home) .entry-content > table,
.page:not(.home) .entry-content > figure.wp-block-image:not(.alignwide):not(.alignfull),
.page:not(.home) .entry-content > img {
	box-sizing: border-box;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.single-post .entry-content > ul,
.single-post .entry-content > ol {
	padding-left: 0;
	padding-inline-start: 0;
	text-align: left;
	list-style-position: outside;
}
@counter-style kyoiq-circled-decimal {
	system: fixed;
	symbols: "\2460" "\2461" "\2462" "\2463" "\2464" "\2465" "\2466" "\2467" "\2468" "\2469" "\246A" "\246B" "\246C" "\246D" "\246E" "\246F" "\2470" "\2471" "\2472" "\2473";
	suffix: " ";
}
.single-post .entry-content ol.is-style-kyoiq-circled-decimal,
.page:not(.home) .entry-content ol.is-style-kyoiq-circled-decimal {
	list-style-type: kyoiq-circled-decimal;
}
.single-post .entry-content > ul {
	list-style: none;
}
.single-post .entry-content > ul > li,
.single-post .entry-content > ol > li {
	margin-left: 1.35em;
	padding-left: 0.15em;
	text-align: left;
}
.single-post .entry-content > ul > li {
	position: relative;
	margin-left: 0;
	padding-left: 24px;
}
.single-post .entry-content > ul > li::before {
	position: absolute;
	left: 7px;
	top: 0.82em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%);
}
.single-post .entry-content > figure.wp-block-image:not(.alignwide):not(.alignfull),
.page:not(.home) .entry-content > figure.wp-block-image:not(.alignwide):not(.alignfull) {
	max-width: 500px;
}
.single-post .entry-content > figure.wp-block-image:not(.alignwide):not(.alignfull) img,
.page:not(.home) .entry-content > figure.wp-block-image:not(.alignwide):not(.alignfull) img {
	display: block;
	max-width: 100%;
	height: auto;
}
.single-post .entry-content .photo-round img,
.single-post .entry-content img.photo-round {
	border-radius: 14px;
}
.single-post .entry-header {
	text-align: center;
	margin-bottom: 50px;
}
.single-post .entry-header .entry-title {
	margin-bottom: 0;
}
.single-post .entry-content h3.midashi-01,
.page:not(.home) .entry-content h1.midashi-01,
.page:not(.home) .entry-content h2.midashi-01,
.page:not(.home) .entry-content h3.midashi-01,
.page:not(.home) .entry-content h4.midashi-01,
.page:not(.home) .entry-content h5.midashi-01,
.page:not(.home) .entry-content h6.midashi-01 {
	display: flex;
	align-items: center;
	gap: 0;
}
.single-post .entry-content h3.midashi-01::before,
.page:not(.home) .entry-content h1.midashi-01::before,
.page:not(.home) .entry-content h2.midashi-01::before,
.page:not(.home) .entry-content h3.midashi-01::before,
.page:not(.home) .entry-content h4.midashi-01::before,
.page:not(.home) .entry-content h5.midashi-01::before,
.page:not(.home) .entry-content h6.midashi-01::before {
	display: block;
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: #1d9a75;
	border: 4px solid #d9f1e8;
	border-radius: 999px;
	content: "";
}
.single-post .entry-content h1.midashi-02,
.single-post .entry-content h2.midashi-02,
.single-post .entry-content h3.midashi-02,
.single-post .entry-content h4.midashi-02,
.single-post .entry-content h5.midashi-02,
.single-post .entry-content h6.midashi-02,
.page:not(.home) .entry-content h1.midashi-02,
.page:not(.home) .entry-content h2.midashi-02,
.page:not(.home) .entry-content h3.midashi-02,
.page:not(.home) .entry-content h4.midashi-02,
.page:not(.home) .entry-content h5.midashi-02,
.page:not(.home) .entry-content h6.midashi-02 {
	background: #edf7f4;
	padding: 0.5em 16px;
	color: var(--kyoiq-color-heading);
	border-radius: 0.5em;
}
.single-post .entry-content h1.midashi-03,
.single-post .entry-content h2.midashi-03,
.single-post .entry-content h3.midashi-03,
.single-post .entry-content h4.midashi-03,
.single-post .entry-content h5.midashi-03,
.single-post .entry-content h6.midashi-03,
.page:not(.home) .entry-content h1.midashi-03,
.page:not(.home) .entry-content h2.midashi-03,
.page:not(.home) .entry-content h3.midashi-03,
.page:not(.home) .entry-content h4.midashi-03,
.page:not(.home) .entry-content h5.midashi-03,
.page:not(.home) .entry-content h6.midashi-03 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	min-height: 34px;
	margin: 0 auto 28px;
	padding: 0.55em 1.15em;
	color: #fff;
	background: #ff8200;
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}
.single-post .entry-content h1.midashi-04,
.single-post .entry-content h2.midashi-04,
.single-post .entry-content h3.midashi-04,
.single-post .entry-content h4.midashi-04,
.single-post .entry-content h5.midashi-04,
.single-post .entry-content h6.midashi-04,
.single-tribe_events .tribe-events-single-event-description h1.midashi-04,
.single-tribe_events .tribe-events-single-event-description h2.midashi-04,
.single-tribe_events .tribe-events-single-event-description h3.midashi-04,
.single-tribe_events .tribe-events-single-event-description h4.midashi-04,
.single-tribe_events .tribe-events-single-event-description h5.midashi-04,
.single-tribe_events .tribe-events-single-event-description h6.midashi-04 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	min-height: 34px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.55em 1.15em;
	color: #fff;
	background: #1d9a75;
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}
html body.single-post .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-01,
html body.page:not(.home) .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-01 {
	display: flex !important;
	align-items: center !important;
	gap: 0 !important;
}
html body.single-post .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-01::before,
html body.page:not(.home) .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-01::before {
	display: block !important;
	flex: 0 0 auto !important;
	width: 14px !important;
	height: 14px !important;
	margin-right: 10px !important;
	background: #1d9a75 !important;
	border: 4px solid #d9f1e8 !important;
	border-radius: 999px !important;
	box-sizing: border-box !important;
	content: "" !important;
}
html body.single-post .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-02,
html body.page:not(.home) .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-02 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
html body.single-post :is(.entry-title, .entry-content :is(h1, h2, h3, h4, h5, h6)) img.emoji,
html body.page:not(.home) :is(.entry-title, .entry-content :is(h1, h2, h3, h4, h5, h6)) img.emoji {
	display: inline-block !important;
	width: 1em !important;
	height: 1em !important;
	max-width: 1em !important;
	max-height: 1em !important;
	margin: 0 0.07em !important;
	object-fit: contain !important;
	vertical-align: 0.02em !important;
}
@media screen and (max-width: 767px) {
	html body.single-post .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-01,
	html body.page:not(.home) .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-01 {
		display: block !important;
		position: relative !important;
		padding-left: 24px !important;
		line-height: 1.35 !important;
	}
	html body.single-post .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-01::before,
	html body.page:not(.home) .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-01::before {
		position: absolute !important;
		top: 0.32em !important;
		left: 0 !important;
		margin-top: 0 !important;
		margin-right: 0 !important;
	}
	html body.single-post .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-01 > img.emoji,
	html body.page:not(.home) .entry-content :is(h1, h2, h3, h4, h5, h6).midashi-01 > img.emoji {
		margin-top: 0 !important;
		vertical-align: 0.02em !important;
	}
	html body.single-post .entry-content h2.midashi-01,
	html body.page:not(.home) .entry-content h2.midashi-01 {
		font-size: 18px !important;
		line-height: 1.35 !important;
	}
}
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow {
	gap: 0.55em;
	box-shadow: var(--kyoiq-shadow-main-area) !important;
	text-shadow: none !important;
}
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow--events,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow--events {
	color: #fff;
	background: var(--kyoiq-color-event-status-upcoming);
}
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow--videos,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow--videos {
	color: #fff;
	background: var(--kyoiq-color-video-brand);
}
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow::before,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
	font-family: "Font Awesome 6 Free";
	font-size: 0.9em;
	font-weight: 900;
	line-height: 1;
	text-shadow: none;
}
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow--news::before,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow--news::before {
	content: "\f1ea";
	font-weight: 400;
}
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow--events::before,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow--events::before,
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow--videos::before,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow--videos::before {
	content: none;
}
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow--events > i.fa-calendar,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow--events > i.fa-calendar,
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow--videos > i.fa-youtube,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow--videos > i.fa-youtube {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: inherit;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1;
}
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow--organization::before,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow--organization::before {
	content: "\f1ad";
	font-weight: 400;
}
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow--members::before,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow--members::before {
	content: "\f007";
}
.single-post .kyoiq-friends-single-post .entry-content .kyoiq-friends-body-heading-shadow--contact::before,
.page:not(.home) .entry-content .kyoiq-friends-body-heading-shadow--contact::before {
	content: "\f0e0";
	font-weight: 400;
}
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-report {
	box-sizing: border-box;
	width: 100%;
	margin: 56px 0 0;
	padding: 32px;
	background: #f3fbf6;
	border-radius: 18px;
	scroll-margin-top: 120px;
}
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-report > .kyoiq-event-report-heading:first-child,
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-report > .wp-block-heading.kyoiq-event-report-heading:first-child {
	gap: 0.55em !important;
	margin-top: 0 !important;
	margin-bottom: 26px !important;
}
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-report > :last-child {
	margin-bottom: 0 !important;
}
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-report > .wp-block-group__inner-container:last-child,
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-report > .wp-block-group__inner-container:last-child > :last-child,
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-report p:last-child {
	margin-bottom: 0 !important;
}
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-report .wp-block-image img,
.single-tribe_events .tribe-events-single-event-description .kyoiq-event-report figure img {
	border-radius: 12px;
}
html body.single-tribe_events .single-event-label.report {
	background: #1d9a75 !important;
	background-color: #1d9a75 !important;
	border: 1px solid #1d9a75 !important;
	border-color: #1d9a75 !important;
	outline-color: #1d9a75 !important;
	box-shadow: 0 6px 14px rgba(29, 154, 117, 0.24) !important;
	color: #fff !important;
	text-decoration: none !important;
}
html body.single-tribe_events .single-event-label.report:hover,
html body.single-tribe_events .single-event-label.report:focus,
html body.single-tribe_events .single-event-label.report:focus-visible {
	background: #168063 !important;
	background-color: #168063 !important;
	border-color: #168063 !important;
	outline: 2px solid rgba(29, 154, 117, 0.28) !important;
	outline-offset: 2px !important;
	box-shadow: 0 6px 14px rgba(29, 154, 117, 0.28) !important;
	color: #fff !important;
	text-decoration: none !important;
}
@media screen and (max-width: 767px) {
	.single-tribe_events .tribe-events-single-event-description .kyoiq-event-report {
		margin-top: 40px;
		padding: 24px;
		border-radius: 14px;
		scroll-margin-top: 96px;
	}
}
.single-post .entry-content > .alignwide,
.single-post .entry-content > .alignfull,
.single-post .entry-content > .wp-block-gallery,
.single-post .entry-content > .wp-block-cover,
.single-post .entry-content > .wp-block-media-text,
.single-post .entry-content > .wp-block-columns,
.single-post .entry-content > .wp-block-embed,
.single-post .entry-content > .wp-block-video,
.single-post .entry-content > .kyoiq-news-list,
.single-post .entry-content > .custom-event-list,
.single-post .entry-content > .kyoiq-event-apply-card,
.single-post .entry-content > .kyoiq-official-site-card,
.single-post .entry-content > .wp-block-shortcode:has(.kyoiq-news-list),
.single-post .entry-content > .wp-block-shortcode:has(.custom-event-list),
.single-post .entry-content > .wp-block-shortcode:has(.kyoiq-event-apply-card),
.single-post .entry-content > .wp-block-shortcode:has(.kyoiq-official-site-card),
.single-post .entry-content > p:has(> .kyoiq-event-apply-card),
.single-post .entry-content > p:has(> .kyoiq-official-site-card),
.page:not(.home) .entry-content > .alignwide,
.page:not(.home) .entry-content > .alignfull,
.page:not(.home) .entry-content > .wp-block-gallery,
.page:not(.home) .entry-content > .wp-block-cover,
.page:not(.home) .entry-content > .wp-block-media-text,
.page:not(.home) .entry-content > .wp-block-columns,
.page:not(.home) .entry-content > .wp-block-embed,
.page:not(.home) .entry-content > .wp-block-video,
.page:not(.home) .entry-content > .kyoiq-news-list,
.page:not(.home) .entry-content > .custom-event-list,
.page:not(.home) .entry-content > .kyoiq-partner-list,
.page:not(.home) .entry-content > .kyoiq-event-apply-card,
.page:not(.home) .entry-content > .kyoiq-official-site-card,
.page:not(.home) .entry-content > .wp-block-shortcode:has(.kyoiq-news-list),
.page:not(.home) .entry-content > .wp-block-shortcode:has(.custom-event-list),
.page:not(.home) .entry-content > .wp-block-shortcode:has(.kyoiq-partner-list),
.page:not(.home) .entry-content > .wp-block-shortcode:has(.kyoiq-event-apply-card),
.page:not(.home) .entry-content > .wp-block-shortcode:has(.kyoiq-official-site-card),
.page:not(.home) .entry-content > p:has(> .kyoiq-event-apply-card),
.page:not(.home) .entry-content > p:has(> .kyoiq-official-site-card) {
	box-sizing: border-box;
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.single-post .entry-content > .wp-block-columns.waku-01 {
	box-sizing: border-box;
	width: 100%;
	max-width: 500px;
	min-width: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 24px;
	border: 1px solid #e7edf3;
	border-radius: 14px;
}
.single-post .entry-content > .wp-block-columns.waku-01 > .wp-block-column > :last-child {
	margin-bottom: 0;
}
.single-post .entry-content > .alignfull,
.page:not(.home) .entry-content > .alignfull {
	max-width: 1120px;
}
.single-post .entry-footer {
	display: none !important;
}
.single-post .entry-content .custom-event-list {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 320px)) !important;
	justify-content: center !important;
	gap: 24px !important;
	align-items: stretch !important;
	margin-top: 28px !important;
	margin-bottom: 36px !important;
	padding: 0 !important;
}
.single-post .entry-content .custom-event-card {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	max-width: 320px !important;
	height: 100% !important;
	overflow: hidden !important;
	padding: 0 !important;
	background: #fff !important;
	border: 1px solid #e7edf3 !important;
	border-radius: 14px !important;
	box-shadow: 0 10px 24px rgba(16, 32, 59, 0.12) !important;
	cursor: pointer !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
	will-change: transform !important;
}
.single-post .entry-content .custom-event-card:hover,
.single-post .entry-content .custom-event-card:focus,
.single-post .entry-content .custom-event-card:focus-within {
	transform: translateY(-4px) !important;
	border-color: #d7e6ef !important;
	box-shadow: var(--kyoiq-shadow-main-area-hover) !important;
}
.single-post .entry-content .custom-event-card:focus {
	outline: none !important;
}
.single-post .entry-content .custom-event-card:focus-visible {
	outline: 3px solid rgba(0, 101, 143, 0.22) !important;
	outline-offset: 4px !important;
}
.single-post .entry-content .custom-event-image-wrap {
	position: relative !important;
	overflow: hidden !important;
	margin: 0 !important;
	aspect-ratio: 16 / 9 !important;
	border-radius: 14px 14px 0 0 !important;
	background: #f3f6f8 !important;
}
.single-post .entry-content .custom-event-image-link {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	text-decoration: none !important;
}
.single-post .entry-content .custom-event-image {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	aspect-ratio: 16 / 9 !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center center !important;
}
.single-post .entry-content .custom-event-image-wrap > .custom-event-labels {
	position: absolute !important;
	top: 12px !important;
	left: 12px !important;
	z-index: 2 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 6px !important;
	max-width: calc(100% - 24px) !important;
	margin: 0 !important;
	padding: 0 !important;
}
.single-post .entry-content .custom-event-image-wrap > .custom-event-labels > .event-label:not(.label-organizer) {
	display: none !important;
}
.single-post .entry-content .custom-event-content {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	padding: 0 24px 24px !important;
}
.single-post .entry-content .custom-event-content .custom-event-date {
	display: flex !important;
	align-items: stretch !important;
	width: 100% !important;
	margin: 0 0 16px !important;
	border: 1px solid var(--kyoiq-color-primary) !important;
	border-radius: 7px !important;
	background: #fff !important;
	box-shadow: 0 8px 18px rgba(16, 32, 59, 0.18) !important;
	filter: none !important;
	overflow: hidden !important;
}
.single-post .entry-content .custom-event-content .custom-event-date-icon {
	display: inline-flex !important;
	flex: 0 0 42px !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 40px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--kyoiq-color-primary) !important;
	color: #fff !important;
	line-height: 1 !important;
}
.single-post .entry-content .custom-event-content .custom-event-date-icon i {
	margin: 0 !important;
	line-height: 1 !important;
}
.single-post .entry-content .custom-event-content .custom-event-date-text {
	display: inline-flex !important;
	flex: 1 1 auto !important;
	align-items: center !important;
	min-height: 40px !important;
	padding: 0 14px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--kyoiq-color-primary) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}
.single-post .entry-content .custom-event-title {
	margin: 0 0 12px !important;
	padding: 0 !important;
	border-bottom: 0 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.55 !important;
}
.single-post .entry-content .custom-event-title a {
	color: var(--kyoiq-color-heading) !important;
	text-decoration: none !important;
}
.single-post .entry-content .custom-event-title a:hover,
.single-post .entry-content .custom-event-title a:focus {
	color: var(--kyoiq-color-heading) !important;
	text-decoration: none !important;
}
.single-post .entry-content .custom-event-venue {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 0 14px !important;
	color: #748094 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.6 !important;
}
.single-post .entry-content .custom-event-venue-icon {
	color: var(--kyoiq-color-primary) !important;
	font-size: 15px !important;
	line-height: 1 !important;
}
.single-post .entry-content .custom-event-detail-labels {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 8px !important;
	margin-top: auto !important;
	padding-top: 4px !important;
}
.single-post .entry-content .custom-event-list .event-label {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	min-height: 26px !important;
	padding: 5px 10px !important;
	color: #fff !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: var(--kyoiq-shadow-heading) !important;
}
.single-post .entry-content .custom-event-list .event-label i {
	flex: 0 0 auto !important;
	margin: 0 !important;
	line-height: 1 !important;
}
.single-post .entry-content .custom-event-list .label-featured {
	background: #f2388e !important;
}
.single-post .entry-content .custom-event-list .label-status:not(.event-status-label--past) {
	background: var(--kyoiq-color-event-status-upcoming) !important;
}
.single-post .entry-content .custom-event-list .label-tag {
	background: var(--kyoiq-color-primary) !important;
}
.single-post .entry-content .custom-event-list .label-organizer {
	background: var(--kyoiq-color-organizer-label) !important;
}
.single-post .entry-header .kyoiq-post-organizer-labels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin: 8px 0 24px;
}
.kyoiq-post-organizer-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 30px;
	padding: 6px 12px;
	color: #fff;
	background: var(--kyoiq-color-organizer-label);
	border: 1px solid var(--kyoiq-color-organizer-label);
	border-radius: 4px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}
a.kyoiq-post-organizer-label:hover,
a.kyoiq-post-organizer-label:focus,
a.kyoiq-post-organizer-label:focus-visible {
	color: #fff;
	background: var(--kyoiq-color-organizer-label-hover);
	border-color: var(--kyoiq-color-organizer-label-hover);
	outline: 2px solid var(--kyoiq-color-organizer-label-focus);
	outline-offset: 2px;
	box-shadow: 0 6px 14px var(--kyoiq-color-organizer-label-focus);
	text-decoration: none;
}
.kyoiq-post-organizer-label__prefix {
	opacity: .82;
}
.single-post .kyoiq-news-single-post .entry-header,
.single-post .kyoiq-friends-single-post .entry-header,
.single-post .kyoiq-card-title-single-post .entry-header {
	box-sizing: border-box;
	display: grid;
	justify-items: center;
	row-gap: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 46px;
	text-align: center;
}
.single-post .kyoiq-card-title-single-post .entry-header > .kyoiq-single-index-action--outside {
	justify-self: start;
}
.single-post .kyoiq-card-title-single-post .kyoiq-single-title-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 100%;
	margin: 22px 0 0;
	padding: 22px 32px 24px;
	background: #fff;
	border: 1px solid #e7edf3 !important;
	border-radius: 24px;
	box-shadow: 0 12px 28px rgba(16, 32, 59, 0.12);
	gap: 20px;
	text-align: left;
}
.single-post .kyoiq-card-title-single-post .entry-header .entry-title {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	color: var(--kyoiq-color-primary);
	background: transparent;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
	font-size: 26px !important;
	font-weight: 600 !important;
	letter-spacing: 0;
	line-height: 1.45;
}
.single-post .kyoiq-news-single-post .entry-header .entry-title {
	line-height: 1.25;
}
.single-post .kyoiq-news-single-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px 6px;
	margin: 0;
}
.single-post .kyoiq-news-single-date-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}
.single-post .kyoiq-news-single-meta-row .entry-meta,
.single-post .kyoiq-news-single-date-row .entry-meta,
.single-post .kyoiq-news-single-meta-row .kyoiq-post-organizer-labels,
.single-post .kyoiq-news-single-meta-row .kyoiq-news-single-tag-labels {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 6px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.single-post .kyoiq-news-single-meta-row .entry-meta,
.single-post .kyoiq-news-single-meta-row .entry-meta .posted-on {
	color: #2d638a;
	font-size: 0;
	line-height: 1.2;
}
.single-post .kyoiq-news-single-post .entry-meta {
	margin: 0;
	padding: 0;
	border: 0 !important;
}
.single-post .kyoiq-news-single-post .entry-meta .posted-on {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 30px;
}
.single-post .kyoiq-news-single-date-row .posted-on {
	min-height: 0;
}
.single-post .kyoiq-news-single-post .entry-meta .posted-on::before {
	display: none;
	content: none;
}
.single-post .kyoiq-news-single-post .entry-meta .posted-on > i {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	color: var(--kyoiq-color-meta);
	font-size: 13px;
	line-height: 1;
}
.single-post .kyoiq-news-single-post .entry-meta .posted-on a,
.single-post .kyoiq-news-single-post .entry-meta .posted-on time {
	color: var(--kyoiq-color-meta);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.18s ease;
}
.single-post .kyoiq-news-single-post .entry-meta .posted-on a:hover,
.single-post .kyoiq-news-single-post .entry-meta .posted-on a:focus,
.single-post .kyoiq-news-single-post .entry-meta .posted-on a:hover time,
.single-post .kyoiq-news-single-post .entry-meta .posted-on a:focus time {
	color: var(--kyoiq-color-meta);
	text-decoration: none;
}
.single-post .kyoiq-news-single-meta-row > .entry-meta,
.single-post .kyoiq-news-single-date-row > .entry-meta {
	margin-right: 0 !important;
}
.single-post .kyoiq-news-single-post .entry-header .entry-title,
.single-post .kyoiq-news-single-post .entry-meta,
.single-post .kyoiq-news-single-post .entry-meta .posted-on {
	border-bottom: 0 !important;
}
.single-post .kyoiq-news-single-meta-row .kyoiq-post-organizer-labels {
	gap: 8px 6px;
}
.kyoiq-post-organizer-label,
.single-post .kyoiq-news-single-meta-row .kyoiq-news-label--tag {
	box-shadow: var(--kyoiq-shadow-heading);
}
.kyoiq-post-organizer-label--kyoiq,
a.kyoiq-post-organizer-label--kyoiq:visited,
a.kyoiq-post-organizer-label--kyoiq:hover,
a.kyoiq-post-organizer-label--kyoiq:focus,
a.kyoiq-post-organizer-label--kyoiq:focus-visible {
	color: #fff;
	background: var(--kyoiq-color-kyoiq-label);
	border-color: var(--kyoiq-color-kyoiq-label);
}
a.kyoiq-post-organizer-label--kyoiq:focus,
a.kyoiq-post-organizer-label--kyoiq:focus-visible {
	outline-color: rgba(29, 154, 117, 0.28);
}
.single-post .kyoiq-news-single-meta-row .kyoiq-news-single-tag-labels {
	gap: 8px 6px;
}
.single-post .kyoiq-news-single-meta-row .kyoiq-news-label--tag {
	gap: 6px;
	height: 26px;
	min-height: 26px;
	max-height: 26px;
	padding: 5px 10px;
	background: var(--kyoiq-color-primary);
	border: 1px solid var(--kyoiq-color-primary);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}
@media screen and (max-width: 1199px) {
	.single-post .kyoiq-card-title-single-post .entry-header .entry-title {
		font-size: 26px !important;
	}
}
@media screen and (max-width: 767px) {
	.single-post .entry-content > p,
	.single-post .entry-content > ul,
	.single-post .entry-content > ol,
	.single-post .entry-content > dl,
	.single-post .entry-content > blockquote,
	.single-post .entry-content > pre,
	.single-post .entry-content > address,
	.page:not(.home) .entry-content > p,
	.page:not(.home) .entry-content > ul,
	.page:not(.home) .entry-content > ol,
	.page:not(.home) .entry-content > dl,
	.page:not(.home) .entry-content > blockquote,
	.page:not(.home) .entry-content > pre,
	.page:not(.home) .entry-content > address {
		font-size: 16px;
		line-height: 1.85;
	}
	.single-post .entry-content > h1,
	.page:not(.home) .entry-content > h1 {
		font-size: 30px;
	}
	.single-post .entry-content > h2,
	.page:not(.home) .entry-content > h2 {
		font-size: 26px;
	}
	.single-post .entry-content > h3,
	.page:not(.home) .entry-content > h3 {
		font-size: 23px;
	}
	.single-post .entry-content > h4,
	.page:not(.home) .entry-content > h4 {
		font-size: 20px;
	}
	.single-post .entry-content > h5,
	.page:not(.home) .entry-content > h5 {
		font-size: 18px;
	}
	.single-post .entry-content > h6,
	.page:not(.home) .entry-content > h6 {
		font-size: 17px;
	}
}
.section-services .service-item {
	border-radius: 18px !important;
	overflow: hidden !important;
}
.section-services .service-link,
.section-services .service-link:before {
	border-radius: 18px !important;
}
@media screen and (max-width: 767px) {
	.section-services .service-item .service-image {
		display: flex !important;
		float: none !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		margin: 10px auto 30px !important;
		text-align: center !important;
	}
	.section-services .service-item .service-image i {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 1.25em !important;
		min-width: 1.25em !important;
		margin: 0 auto !important;
		line-height: 1 !important;
		text-align: center !important;
	}
	.section-services .service-item .service-image i::before {
		display: block !important;
		width: 100% !important;
		text-align: center !important;
	}
}
.kyoiq_contents_column,
.kyoiq_contents_link {
	border-radius: 18px !important;
	overflow: hidden !important;
}
