@charset "UTF-8";

.wp-block-archives {
	box-sizing: border-box
}

.wp-block-archives-dropdown label {
	display: block
}

.wp-block-avatar {
	line-height: 0
}

.wp-block-avatar,
.wp-block-avatar img {
	box-sizing: border-box
}

.wp-block-avatar.aligncenter {
	text-align: center
}

.wp-block-audio {
	box-sizing: border-box
}

.wp-block-audio figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%
}

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word
}

.wp-block-button__link.aligncenter {
	text-align: center
}

.wp-block-button__link.alignright {
	text-align: right
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0 !important
}

.wp-block-button .wp-block-button__link:where(.is-style-outline),
.wp-block-button:where(.is-style-outline)>.wp-block-button__link {
	border: 2px solid;
	padding: .667em 1.333em
}

.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),
.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color) {
	color: currentColor
}

.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),
.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background) {
	background-color: initial;
	background-image: none
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
	border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
	border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
	border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
	border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
	border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
	border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
	border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
	border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
	border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
	border-left-width: medium
}

.wp-block-buttons.is-vertical {
	flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between
}

.wp-block-buttons.aligncenter {
	text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
	text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
	border: 1px solid;
	padding: .25em
}

.wp-block-calendar th {
	font-weight: 400
}

.wp-block-calendar caption {
	background-color: inherit
}

.wp-block-calendar table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd
}

.wp-block-calendar table.has-background th {
	background-color: inherit
}

.wp-block-calendar table.has-text-color th {
	color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd
}

.wp-block-categories {
	box-sizing: border-box
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
	text-align: center
}

.wp-block-code {
	box-sizing: border-box
}

.wp-block-code code {
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	white-space: pre-wrap
}

.wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap !important
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap !important
	}
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end
}

@media (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 1
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	flex-grow: 0
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
	align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%
}

.wp-block-post-comments {
	box-sizing: border-box
}

.wp-block-post-comments .alignleft {
	float: left
}

.wp-block-post-comments .alignright {
	float: right
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .comment-author {
	line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	margin-top: .5em;
	width: 2.5em
}

.wp-block-post-comments .comment-author cite {
	font-style: normal
}

.wp-block-post-comments .comment-meta {
	font-size: .875em;
	line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-comments .reply {
	font-size: .875em;
	margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
	padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0
}

.wp-block-comment-template li {
	clear: both
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem
}

.wp-block-comment-template.alignleft {
	float: left
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-comment-template.alignright {
	float: right
}

.wp-block-cover,
.wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	overflow: hidden;
	overflow: clip;
	padding: 1em;
	position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: initial
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
	content: "";
	display: block;
	font-size: 0;
	min-height: inherit
}

@supports (position:sticky) {

	.wp-block-cover-image:after,
	.wp-block-cover:after {
		content: none
	}
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	color: inherit;
	width: 100%;
	z-index: 1
}

.wp-block-cover h1:where(:not(.has-text-color)),
.wp-block-cover h2:where(:not(.has-text-color)),
.wp-block-cover h3:where(:not(.has-text-color)),
.wp-block-cover h4:where(:not(.has-text-color)),
.wp-block-cover h5:where(:not(.has-text-color)),
.wp-block-cover h6:where(:not(.has-text-color)),
.wp-block-cover p:where(:not(.has-text-color)),
.wp-block-cover-image h1:where(:not(.has-text-color)),
.wp-block-cover-image h2:where(:not(.has-text-color)),
.wp-block-cover-image h3:where(:not(.has-text-color)),
.wp-block-cover-image h4:where(:not(.has-text-color)),
.wp-block-cover-image h5:where(:not(.has-text-color)),
.wp-block-cover-image h6:where(:not(.has-text-color)),
.wp-block-cover-image p:where(:not(.has-text-color)) {
	color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover
}

@supports (-webkit-touch-callout:inherit) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll
	}
}

@media (prefers-reduced-motion:reduce) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
	z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center;
	z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
	color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000
}

.wp-block-details {
	box-sizing: border-box;
	overflow: hidden
}

.wp-block-details summary {
	cursor: pointer
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px
}

.wp-block-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px
}

.wp-block-embed {
	overflow-wrap: break-word
}

.wp-block-embed figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-embed iframe {
	max-width: 100%
}

.wp-block-embed__wrapper {
	position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

.wp-block-file {
	box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
	font-size: .8em
}

.wp-block-file.aligncenter {
	text-align: center
}

.wp-block-file.alignright {
	text-align: right
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

:where(.wp-block-file) {
	margin-bottom: 1.5em
}

.wp-block-file__embed {
	margin-bottom: 1em
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.wp-block-form-input__label {
	display: flex;
	flex-direction: column;
	gap: .25em;
	margin-bottom: .5em;
	width: 100%
}

.wp-block-form-input__label.is-label-inline {
	align-items: center;
	flex-direction: row;
	gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
	margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
	flex-direction: row-reverse;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-form-input__label-content {
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-form-input__input {
	font-size: 1em;
	margin-bottom: .5em;
	padding: 0 .5em
}

.wp-block-form-input__input[type=date],
.wp-block-form-input__input[type=datetime-local],
.wp-block-form-input__input[type=datetime],
.wp-block-form-input__input[type=email],
.wp-block-form-input__input[type=month],
.wp-block-form-input__input[type=number],
.wp-block-form-input__input[type=password],
.wp-block-form-input__input[type=search],
.wp-block-form-input__input[type=tel],
.wp-block-form-input__input[type=text],
.wp-block-form-input__input[type=time],
.wp-block-form-input__input[type=url],
.wp-block-form-input__input[type=week] {
	border: 1px solid;
	line-height: 2;
	min-height: 2em
}

textarea.wp-block-form-input__input {
	min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: .8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	object-fit: cover;
	width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%
}

@media (min-width:600px) {

	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - .66667em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - .75em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - .8em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - .83333em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - .85714em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - .875em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100% !important;
	width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	left: 0;
	margin-bottom: 0;
	max-height: 60%;
	overflow: auto;
	padding: 0 8px 8px;
	position: absolute;
	scrollbar-color: #0000 #0000;
	scrollbar-gutter: stable both-edges;
	scrollbar-width: thin;
	text-align: center;
	width: 100%;
	will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
	height: 12px;
	width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
	background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: initial;
	border: 3px solid #0000;
	border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
	background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
	scrollbar-color: #fffc #0000
}

@media (hover:none) {
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		scrollbar-color: #fffc #0000
	}
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	object-fit: cover;
	width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
	}

	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
	}

	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
	}

	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
	}

	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
	}

	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%
	}
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center
}

.wp-block-group {
	box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
	rotate: 180deg
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
	border-radius: inherit
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box
}

.wp-block-image.aligncenter {
	text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	height: auto;
	width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto
}

.wp-block-image figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-image .is-style-rounded img,
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
	border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain
	}
}

.wp-block-image :where(.has-border-color) {
	border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
	border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
	border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
	border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
	border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
	border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
	border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
	border-left-style: solid
}

.wp-block-image figure {
	margin: 0
}

.wp-lightbox-container {
	display: flex;
	flex-direction: column;
	position: relative
}

.wp-lightbox-container img {
	cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
	opacity: 1
}

.wp-lightbox-container button {
	align-items: center;
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	backdrop-filter: blur(16px) saturate(180%);
	background-color: #5a5a5a40;
	border: none;
	border-radius: 4px;
	cursor: zoom-in;
	display: flex;
	height: 20px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	transition: opacity .2s ease;
	width: 20px;
	z-index: 100
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto #5a5a5a40;
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px
}

.wp-lightbox-container button:hover {
	cursor: pointer;
	opacity: 1
}

.wp-lightbox-container button:focus {
	opacity: 1
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: #5a5a5a40;
	border: none
}

.wp-lightbox-overlay {
	box-sizing: border-box;
	cursor: zoom-out;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 100000
}

.wp-lightbox-overlay .close-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: absolute;
	right: calc(env(safe-area-inset-right) + 16px);
	top: calc(env(safe-area-inset-top) + 16px);
	z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none
}

.wp-lightbox-overlay .lightbox-image-container {
	height: var(--wp--lightbox-container-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: top left;
	width: var(--wp--lightbox-container-width);
	z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	position: relative;
	transform-origin: 0 0;
	width: 100%;
	z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
	height: var(--wp--lightbox-image-height);
	min-height: var(--wp--lightbox-image-height);
	min-width: var(--wp--lightbox-image-width);
	width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
	display: none
}

.wp-lightbox-overlay button {
	background: none;
	border: none
}

.wp-lightbox-overlay .scrim {
	background-color: #fff;
	height: 100%;
	opacity: .9;
	position: absolute;
	width: 100%;
	z-index: 2000000
}

.wp-lightbox-overlay.active {
	animation: turn-on-visibility .25s both;
	visibility: visible
}

.wp-lightbox-overlay.active img {
	animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) {
	animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) img {
	animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion:no-preference) {
	.wp-lightbox-overlay.zoom.active {
		animation: none;
		opacity: 1;
		visibility: visible
	}

	.wp-lightbox-overlay.zoom.active .lightbox-image-container {
		animation: lightbox-zoom-in .4s
	}

	.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
		animation: none
	}

	.wp-lightbox-overlay.zoom.active .scrim {
		animation: turn-on-visibility .4s forwards
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
		animation: none
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
		animation: lightbox-zoom-out .4s
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
		animation: none
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
		animation: turn-off-visibility .4s forwards
	}
}

@keyframes turn-on-visibility {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes turn-off-visibility {
	0% {
		opacity: 1;
		visibility: visible
	}

	99% {
		opacity: 0;
		visibility: visible
	}

	to {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes lightbox-zoom-in {
	0% {
		transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
	}

	to {
		transform: translate(-50%, -50%) scale(1)
	}
}

@keyframes lightbox-zoom-out {
	0% {
		transform: translate(-50%, -50%) scale(1);
		visibility: visible
	}

	99% {
		visibility: visible
	}

	to {
		transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
		visibility: hidden
	}
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
	line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
	line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
	line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0
}

.wp-block-latest-comments__comment {
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
	font-size: inherit
}

.wp-block-latest-posts {
	box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em)
	}

	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em)
	}

	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em)
	}

	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em)
	}

	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0
	}
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

ol,
ul {
	box-sizing: border-box
}

ol.has-background,
ul.has-background {
	padding: 1.25em 2.375em
}

.wp-block-media-text {
	box-sizing: border-box;
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	align-self: start
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
	align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1
		/*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1
		/*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
	display: block;
	height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2
	}
}

.wp-block-navigation {
	position: relative;
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
	list-style: none;
	padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
	text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
	text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: .6em;
	line-height: 0;
	margin-left: .25em;
	padding: 0;
	width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	display: inline-block;
	stroke: currentColor;
	height: inherit;
	margin-top: .075em;
	width: inherit
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transition: opacity .1s linear;
	visibility: hidden;
	width: 0;
	z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: #0000;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: .5em
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: .25em
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg)
	}
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor
}

button.wp-block-navigation-item__content {
	background-color: initial;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-left: 0;
	padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
	margin-left: -.6em;
	pointer-events: none
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
	padding: 0
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
	gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px
}

@media (min-width:782px) {

	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
	background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
	color: #000
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
	list-style: none;
	margin: 0;
	padding-left: 0
}

.wp-block-navigation__container .is-responsive {
	display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
	flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(.5em)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
	color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit !important;
	color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
	animation: overlay-menu__fade-in-animation .1s ease-out;
	animation-fill-mode: forwards;
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
	z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation-delay: 0s;
		animation-duration: 1ms
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting, inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	align-items: var(--navigation-layout-justification-setting, initial);
	display: flex;
	flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: #0000 !important;
	color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
	color: #000
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	background: #0000;
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px
}

.wp-block-navigation__responsive-container-open {
	display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

.wp-block-navigation__responsive-close {
	width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
	outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
	position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px
}

@media (min-width:782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px
	}
}

html.has-modal-open {
	overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
	display: none
}

.link-ui-tools {
	border-top: 1px solid #f0f0f0;
	padding: 8px
}

.link-ui-block-inserter {
	padding-top: 8px
}

.link-ui-block-inserter__back {
	margin-left: 8px;
	text-transform: uppercase
}

.components-popover-pointer-events-trap {
	background-color: initial;
	cursor: pointer;
	inset: 0;
	position: fixed;
	z-index: 1000000
}

.wp-block-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align, initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit
}

.is-small-text {
	font-size: .875em
}

.is-regular-text {
	font-size: 1em
}

.is-large-text {
	font-size: 2.25em
}

.is-larger-text {
	font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em
}

p.has-drop-cap.has-background {
	overflow: hidden
}

p.has-background {
	padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
	rotate: 180deg
}

.wp-block-post-author {
	display: flex;
	flex-wrap: wrap
}

.wp-block-post-author__byline {
	font-size: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	font-size: .7em;
	margin-bottom: .7em
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1
}

.wp-block-post-author__name {
	margin: 0
}

.wp-block-post-comments-form {
	box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
	padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-date {
	box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
	display: inline-block
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0
}

.wp-block-post-featured-image a {
	display: block;
	height: 100%
}

.wp-block-post-featured-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
	width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute
}

.wp-block-post-featured-image {
	position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: initial
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
	width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
	rotate: 180deg
}

.wp-block-post-terms {
	box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
	box-sizing: border-box
}

.wp-block-post-title {
	word-break: break-word
}

.wp-block-post-title a {
	display: inline-block
}

.wp-block-preformatted {
	box-sizing: border-box;
	white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
	padding: 1.25em 2.375em
}

.wp-block-pullquote {
	box-sizing: border-box;
	overflow-wrap: break-word;
	padding: 4em 0;
	text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
	color: inherit
}

.wp-block-pullquote blockquote {
	margin: 0
}

.wp-block-pullquote p {
	margin-top: 0
}

.wp-block-pullquote p:last-child {
	margin-bottom: 0
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative
}

.wp-block-pullquote .has-text-color a {
	color: inherit
}

:where(.wp-block-pullquote) {
	margin: 0 0 1em
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none
}

.wp-block-pullquote cite {
	color: inherit
}

.wp-block-post-template {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0
}

.wp-block-post-template.wp-block-post-template {
	background: none
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
	margin: 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em)
	}
}

@media (max-width:600px) {
	.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr
	}
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
	float: right;
	margin-inline-end: 0;
	margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
	float: left;
	margin-inline-end: 2em;
	margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
	margin-inline-end: auto;
	margin-inline-start: auto
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
	margin-bottom: .5em;
	margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
	margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
	margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
	justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
	box-sizing: border-box
}

.wp-block-quote {
	overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right
}

.wp-block-quote>cite {
	display: block
}

.wp-block-read-more {
	display: block;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
	text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active,
.wp-block-read-more:where(:not([style*=text-decoration])):focus {
	text-decoration: none
}

ul.wp-block-rss {
	list-style: none;
	padding: 0
}

ul.wp-block-rss.wp-block-rss {
	box-sizing: border-box
}

ul.wp-block-rss.alignleft {
	margin-right: 2em
}

ul.wp-block-rss.alignright {
	margin-left: 2em
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}

	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}

	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}

	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}

	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em
}

.wp-block-search__button {
	margin-left: 10px;
	word-break: normal
}

.wp-block-search__button.has-icon {
	line-height: 0
}

.wp-block-search__button svg {
	height: 1.25em;
	min-height: 24px;
	min-width: 24px;
	width: 1.25em;
	fill: currentColor;
	vertical-align: text-bottom
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search__label {
	width: 100%
}

.wp-block-search__input {
	-webkit-appearance: initial;
	appearance: none;
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3rem;
	padding: 8px;
	text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	flex-shrink: 0;
	margin-left: 0;
	max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
	max-width: calc(100% - 100px)
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	min-width: 0 !important;
	transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
	flex-basis: 100%;
	transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
	overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	flex-basis: 0;
	flex-grow: 0;
	margin: 0;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 0 !important
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	float: right
}

.wp-block-separator {
	border: none;
	border-top: 2px solid
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none;
	height: auto;
	line-height: 1;
	text-align: center
}

.wp-block-separator.is-style-dots:before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0
}

.wp-block-site-logo a {
	display: inline-block;
	line-height: 0
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
	border-radius: inherit
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.wp-block-site-logo.is-style-rounded {
	border-radius: 9999px
}

.wp-block-site-title a {
	color: inherit
}

.wp-block-social-links {
	background: none;
	box-sizing: border-box;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none
}

.wp-block-social-links .wp-social-link a {
	padding: .25em
}

.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
	font-size: .65em;
	margin-left: .5em;
	margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px
}

.wp-block-social-links.aligncenter {
	display: flex;
	justify-content: center
}

.wp-block-social-links.alignright {
	justify-content: flex-end
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
	transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-social-link {
		transition-delay: 0s;
		transition-duration: 0s
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
	transition: transform .1s ease
}

.wp-block-social-link:hover {
	transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
	display: inline-block;
	margin: 0;
	padding: 0
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
	color: currentColor;
	fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar {
	background-color: #1d4fc4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
	background-color: #000;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
	padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	height: 1.25em;
	width: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar {
	color: #1d4fc4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
	color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-threads,
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
	color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-x {
	color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: .66667em;
	padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
	color: #000
}

.wp-block-spacer {
	clear: both
}

.wp-block-tag-cloud {
	box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important
}

.wp-block-table {
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table thead {
	border-bottom: 3px solid
}

.wp-block-table tfoot {
	border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
	padding: .5em
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
	background-color: initial;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: #0000
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
	border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
	border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
	border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
	border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
	border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
	border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
	border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
	border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
	border-style: inherit;
	border-width: inherit
}

:where(.wp-block-term-description) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap
}

:where(pre.wp-block-verse) {
	font-family: inherit
}

.wp-block-video {
	box-sizing: border-box
}

.wp-block-video video {
	vertical-align: middle;
	width: 100%
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		object-fit: cover
	}
}

.wp-block-video.aligncenter {
	text-align: center
}

.wp-block-video figcaption {
	margin-bottom: 1em;
	margin-top: .5em
}

.editor-styles-wrapper,
.entry-content {
	counter-reset: footnotes
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super
}

a[data-fn].fn:after {
	content: "[" counter(footnotes) "]";
	float: left;
	text-indent: 0
}

.wp-element-button {
	cursor: pointer
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
	font-size: 1em
}

.has-larger-font-size {
	font-size: 2.625em
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

#end-resizable-editor-section {
	display: none
}

.aligncenter {
	clear: both
}

.items-justified-left {
	justify-content: flex-start
}

.items-justified-center {
	justify-content: center
}

.items-justified-right {
	justify-content: flex-end
}

.items-justified-space-between {
	justify-content: space-between
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #ddd;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

:where(figure) {
	margin: 0 0 1em
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

/*
# =================================================================
# リセットCSS（sanitize.css）
# =================================================================
*/

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

*,
::after,
::before {
	background-repeat: no-repeat;
	box-sizing: inherit
}

::after,
::before {
	text-decoration: inherit;
	vertical-align: inherit
}

html {
	box-sizing: border-box;
	cursor: default;
	font-family: sans-serif;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em
}

hr {
	height: 0;
	overflow: visible;
	padding: 0 15px;
}

nav ol,
nav ul {
	list-style: none
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

progress {
	vertical-align: baseline
}

small,
sub,
sup {
	font-size: 83.3333%
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

img {
	border-style: none
}

svg {
	fill: currentColor
}

svg:not(:root) {
	overflow: hidden
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

:hover {
	outline-width: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
	font-size: 1em;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type="button"] {
	-webkit-appearance: button
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto;
	resize: vertical
}

[type=checkbox],
[type=radio] {
	padding: 0
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

[aria-busy=true] {
	cursor: progress
}

[aria-controls] {
	cursor: pointer
}

[aria-disabled] {
	cursor: default
}

[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

[hidden][aria-hidden=false] {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute
}

[hidden][aria-hidden="false"]:focus {
	clip: auto
}


/*
# =================================================================
# Webフォント
# =================================================================
*/

/*
# "Oswald" is lisenced under the SIL Open Font License 1.1
# https://fonts.google.com/specimen/Oswald
# http://scripts.sil.org/OFL_web
*/
.toc-area_inner li::before,
.widget .cast-box_sub .cast-box_sub_title span {
	font-family: 'Oswald', serif;
}

.site-title {
	font-family: 'Oswald', 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*
# =================================================================
# 基本設定
# =================================================================
*/

html {
	font-size: 62.5%;
}

a,
button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
}

q {
	quotes: none;
	/*background: #d1eff0;*/
}

q::before,
q::after {
	content: '';
	content: none;
}

div {
	word-wrap: break-word;
}

pre {
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form {
	margin: 0;
}

caption {
	text-align: left;
}

p {
	margin: 0 0 1.5em;
}

figure {
	margin: 1em 0;
}

input,
select,
textarea {
	margin: 0;
	max-width: 100%;
	padding: .2em;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	font-size: 1em;
}

textarea {
	width: 100%;
}

button,
input,
select,
textarea,
optgroup,
option {
	vertical-align: baseline;
}

textarea {
	min-height: 100px;
	vertical-align: top;
}

caption {
	text-align: left;
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6em;
}

body,
input,
textarea {
	font-family: 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*埋め込み要素のはみ出しを防止*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}


/*デスクトップとモバイルで表示を振り分け*/
.show-sp {
	display: block !important;
}

.show-sp02 {
	display: inline !important;
}

.show-pc,
.show-pc02 {
	display: none !important;
}


/*
# リストの基本設定
*/
ul,
ol {
	margin: 1em 0 1.5em 1.5em;
	padding-left: 0;
}

ul>li,
ol>li {
	margin-bottom: .5em;
}

ul>li:last-child,
ol>li:last-child {
	margin-bottom: 0;
}

dd {
	margin-left: 0;
	padding-left: 1em;
}


/*横並びリスト*/
.inline {
	margin: 1em 0;
	padding: 0;
}

.inline li {
	display: inline;
	list-style-type: none;
}


/*マーカー無しのリスト*/
.none {
	margin: 1em 0;
	padding: 0;
}

.none li {
	list-style-type: none;
}


/*
# テーブルの基本設定
*/

table {
	width: 100%;
	margin: 1em 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: .5em .75em;
	font-size: 1.4rem;
	vertical-align: top;
}

.keni-main th,
.keni-main td {
	line-height: 1.5;
}

th {
	border: 1px solid #05a5ab;
	background-color: #05a5ab;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

td {
	border: 1px solid #ddd;
}

tbody th {
	background: #f7f7f7;
	border: 1px solid #ddd;
	color: #505050;
	text-align: center;
}


/*テーブルへの装飾をリセット*/
.table_no-style table {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

.table_no-style th,
.table_no-style td {
	padding: 0;
	background: transparent;
	border: 0;
}

.table_no-style thead th {
	background-color: transparent;
}


/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/
.table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}


/*テーブルリスト*/
.table-list thead {
	display: none;
}

.table-list {
	border-top: 1px solid #ddd;
}

.table-list tr,
.table-list th,
.table-list td {
	display: block;
}

.table-list td {
	border-top: 0;
}

.table-list tbody td::before {
	display: inline-block;
	width: 6.5em;
	content: attr(data-th)": ";
}


/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
.table-block,
.table-block thead,
.table-block tbody,
.table-block tfoot,
.table-block tr,
.table-block th,
.table-block td {
	display: block;
}

.table-block {
	border-top: 1px solid #ddd;
}

.table-block th,
.table-block td {
	box-sizing: border-box;
}

.table-block td,
.table-block th {
	border-top: 0;
}

.table-block th {
	text-align: left;
}

.table-scroll::before {
	content: "※スクロールできます。"
}


/*引用*/
blockquote {
	position: relative;
	margin: 0 0 2.5em;
	padding: 20px 25px;
	color: #555;
	background: #f4f4f4;
}

blockquote::before,
blockquote::after {
	position: absolute;
	font-size: 16px;
	color: #999;
}

blockquote::before {
	top: 10px;
	left: 10px;
	content: "\e912";
}

blockquote::after {
	right: 10px;
	bottom: 10px;
	content: "\e91b";
}

.link-ref,
.article-body .link-ref {
	margin-bottom: 0;
	font-size: 1.4rem;
	text-align: right;
}


/*
# =================================================================
# フォントの色
# =================================================================
*/

/*フォントの基本色*/
body {
	color: #505050;
}


/*リンクの基本色*/
a {
	color: #0329ce;
}

/*a:hover,*/
/*a:active,*/
/*a:focus{*/
/*color: #00858a;*/
/*}*/


/*
# =================================================================
# レイアウト
# =================================================================
*/

body {
	background-color: #f0f0f0;
	/*サイトの背景色*/
}

.keni-container,
.keni-mv_wrap {
	overflow: hidden;
}

.keni-sub,
.keni-footer_outer {
	padding: 20px 0;
}

.col1 .keni-mv_wide .keni-mv_outer,
.col2 .keni-mv_wide .keni-mv_outer,
.col2r .keni-mv_wide .keni-mv_outer {
	max-width: none;
}

.keni-mv_wide .keni-mv {
	width: 100%;
	height: auto;
}

.keni-mv_outer>img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.keni-mv_bg .keni-mv_outer {
	padding: 15px;
	background-position: center center;
	background-size: cover;
}

.keni-lp .keni-mv_bg .keni-mv_outer {
	padding: 0;
}

.keni-section_wrap {
	margin: 10px;
	margin-top: 0;
	padding: 10px;
	background: #fff;
}

.free-area .keni-section_wrap {
	padding: 20px;
}

.keni-section_wrap_style02 {
	padding: 0;
	background: transparent;
}

.keni-section_outer {
	margin: 10px 0;
	padding: 20px;
	background-color: #fff;
}

.keni-section_outer .keni-section_wrap {
	margin: 0;
}

.keni-sub .keni-section_wrap,
.keni-footer .keni-section_wrap {
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0 20px 20px;
}

.keni-sub .widget,
.keni-footer .widget {
	padding-top: 20px;
}

.section_wrap-wide {
	padding: 0;
	background: transparent;
}

.keni-section_wrap .keni-section_wrap {
	padding: 10px 0;
}


/*メインコンテンツとサブコンテンツの背景色*/
.keni-main {
	background: transparent;
}

.keni-sub {
	background: transparent;
}

.keni-main_inner {
	padding: 20px 0;
}

.keni-sep-conts_wrap {
	margin-bottom: 10px;
}

.keni-sep-conts {
	padding: 10px;
}


/*
# =================================================================
# エリアごとのデザイン
# =================================================================
*/


/*
# ヘッダー
*/

.fixed {
	position: fixed;
	top: 0;
	z-index: 60;
	width: 100%;
}

.keni-header_wrap {
	padding-top: 4px;
	background-image: linear-gradient(-45deg, #fff 25%, #ff4e46 25%, #ff4e46 50%, #fff 50%, #fff 75%, #ff4e46 75%, #ff4e46);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-color: #fff;

	/*ヘッダーの背景色*/
}

.keni-header {
	padding-right: 50px;
}

.no-gn .keni-header {
	padding-right: 0;
}

.keni-header_cont {
	padding: 10px;
	font-size: 1.4rem;
}

.keni-header_cont .header-mail {
	display: block;
	margin: -10px;
	background: #f7f7f7;
}

.keni-header_cont .header-mail .btn_header {
	display: inline-block;
	padding: 15px;
	/*color: #00858a;*/
	text-decoration: none;
}

.keni-header_cont .header-mail span {
	vertical-align: middle;
}

.keni-header .keni-header_cont {
	margin-top: 0;
}


/*サイトのロゴ*/
.site-title {
	margin: 0;
	padding: 8px 10px;
	font-size: 2.3rem;
	font-weight: bold;
	font-feature-settings: 'palt';
}

.site-title>a {
	color: #000;
	text-decoration: none;
}

/*.site-title > a span{*/
/*color: #00858a;*/
/*}*/


/*モバイル時、右のカラムがロゴの下に*/
.keni-header_col1 .site-title,
.keni-header_col1 .keni-header_cont {
	float: none;
}


/*モバイル時、右のカラムがロゴの横に*/
.keni-header_col2 .site-title {
	float: left;
	max-width: 65%;
}

.keni-header_col2 .keni-header_cont {
	float: right;
	max-width: 35%;
}

.keni-header_col1 .keni-header_cont {
	margin-right: -50px;
}

.no-gn .keni-header_col1 .keni-header_cont {
	margin-right: 0;
}

.keni-header_col1 .keni-header_cont p {
	margin-bottom: 0;
}


/*
# グローバルメニュー
*/

.keni-gnav_wrap {
	background-color: #fff;
	/*グローバルメニューの背景色*/
}

.keni-gnav_inner {
	display: none;
	position: fixed;
	top: 54px;
	right: 0;
	z-index: 200;
	width: 250px;
	overflow-y: auto;
}

.keni-gnav_cont {
	margin: 0;
	background: #fff;
}

.keni-gnav_cont ul {
	display: none;
	margin: 0;
	border-top: 1px solid #e8e8e8;
}

.keni-gnav_cont .icon_home::before {
	font-size: 16px;
}

.keni-gnav_inner li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1.4rem;
}

.keni-gnav_inner li:last-child {
	border-bottom: 0;
}

.keni-gnav_inner li a,
.keni-gnav_inner li div {
	display: block;
	padding: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.keni-gnav_inner li a span {
	font-size: inherit;
}

.keni-gnav_inner li li {
	background-color: #f7f7f7;
}

.keni-gnav_inner li li li a {
	padding-left: 25px;
}

.keni-gnav_inner li li li li a {
	padding-left: 35px;
}

.keni-gnav_btn {
	position: fixed;
	top: 4px;
	right: 0;
	z-index: 100;
	width: 50px;
	height: 50px;
	margin: 0;
	background: #fff;
	color: #000;
	font-size: 1.1rem;
	line-height: 50px;
	vertical-align: middle;
	cursor: pointer;
}

.keni-gnav_wrap_bottom .keni-gnav_btn {
	top: auto;
	bottom: 0;
	z-index: 100;
}

.admin-bar .keni-gnav_btn.fixed {
	top: 4px;
}

.admin-bar .keni-gnav_btn {
	position: fixed;
	top: 50px;
}

.keni-gnav_btn_icon-open {
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 20px;
	height: 2px;
	margin-top: -1px;
	background-color: #000;
}

.keni-gnav_btn_icon-open::before,
.keni-gnav_btn_icon-open::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #000;
	content: "";
}

.keni-gnav_btn_icon-open::before {
	margin-top: -8px;
}

.keni-gnav_btn_icon-open::after {
	margin-top: 6px;
}

.keni-gnav_btn_icon-close {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2rem;
}

.keni-gnav_btn_icon-close::before {
	position: absolute;
	width: 50px;
	text-align: center;
	content: "X";
}

.keni-gnav-child_btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 51px;
	line-height: 51px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	cursor: pointer;
}

.keni-gnav-child_btn::before {
	display: block;
}

.keni-gnav_cont .keni-gnav-child_btn_icon-open>.keni-gnav-child_btn::before,
.keni-gnav_cont .keni-gnav-child_btn_icon-close>.keni-gnav-child_btn::before {
	line-height: 50px;
	font-size: 12px;
	color: #505050;
}


.keni-gnav_cont .keni-gnav-child_btn_icon-open>.keni-gnav-child_btn::before {
	content: "\e903";
}

.keni-gnav_cont .keni-gnav-child_btn_icon-close>.keni-gnav-child_btn::before {
	content: "\e906";
}

.keni-gnav .keni-gnav-child_btn_icon-open>a,
.keni-gnav .keni-gnav-child_btn_icon-close>a {
	padding-right: 50px;
}

.keni-gnav-child_btn_icon-open>ul {
	display: none;
}

.keni-gnav-child_btn_icon-close>ul {
	display: block;
	-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	animation: fadeIn 0.5s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

#click-space {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 90;
	background: rgba(0, 0, 0, 0.3);
}


/*メインビジュアル用キャッチコピー*/
.keni-mv_outer {
	position: relative;
}

.keni-lp .keni-mv_outer {
	background-position: center top;
	background-size: cover;
}

.catch-area {
	width: 100%;
	margin: 50px auto;
}

.keni-lp .catch-area {
	position: absolute;
}

.keni-lp .catch-area {
	width: 100%;
}

.catch-area_inner {
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}

.keni-lp .catch-area {
	bottom: 80px;
}

.keni-lp .catch-area_inner {
	width: 80%;
	margin: auto;
}

.catch-area .catch_main {
	margin-bottom: 10px;
	font-size: 2.5rem;
}

.catch-area .catch_sub {
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.keni-mv_btn {
	margin-top: 20px;
	text-align: center;
}

.keni-mv_btn a {
	color: #fff;
	text-decoration: none;
	line-height: 1;
}

.keni-mv_btn span::before {
	font-size: 30px;
}

/*スライダー*/
.keni-slider {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.keni-slider img {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
}

.keni-slider-pager {
	list-style: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.keni-slider-pager a {
	color: #fff;
}

.keni-slider-pager_prev,
.keni-slider-pager_next {
	line-height: 30px;
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.keni-slider-pager_prev {
	left: 10px;
}

.keni-slider-pager_next {
	right: 10px;
}

.keni-slider-pager_prev::before,
.keni-slider-pager_next::before {
	display: inline-block;
	font-size: 20px;
}

.keni-slider-pager_prev::before {
	content: "\e904";
}

.keni-slider-pager_next::before {
	content: "\e905";
}

.keni-slider-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.keni-slider-nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-radius: 100%;
	background: #fff;
}

.keni-slider-nav a.keni-slider-nav_active {
	background: #ccc;
	cursor: default;
}

.keni-slider_wrap {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.keni-slider_wrap::before {
	display: block;
	padding-top: 31.25%;
	/* 高さ/幅*100 */
	content: "";
}

.keni-slider_wrap.keni-mv_wide {
	max-width: none;
}

.keni-slider_outer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


/*動画ヘッダー*/
.bg-video video,
.bg-video iframe {
	display: none;
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	height: 100%;
	overflow: hidden;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

keni-lp .bg-video {
	background-color: #000;
}

.keni-lp .bg-video .catch-area_inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
}



/*
# パン屑リスト
*/
.keni-breadcrumb-list_wrap {
	padding: 5px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.keni-breadcrumb-list {
	padding: 0;
}

.keni-breadcrumb-list_inner {
	margin: 0;
	overflow: hidden;
}

.keni-breadcrumb-list li {
	display: inline-block;
	margin-bottom: 0;
	padding: 2px 0;
	font-size: 1.4rem;
	line-height: 1.2;
}

.keni-breadcrumb-list li:first-child::before,
.keni-breadcrumb-list li::after {
	display: inline-block;
	font-size: 14px;
}

.keni-breadcrumb-list li:first-child::before {
	margin-right: 5px;
	content: "\e910";
}

.keni-breadcrumb-list li::after {
	margin: 0 10px;
	content: "\e905";
}

.keni-breadcrumb-list li:last-child::after {
	content: none;
}

.keni-breadcrumb-list li a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}

.keni-breadcrumb-list li a:hover,
.keni-breadcrumb-list li a:active,
.keni-breadcrumb-list li a:focus {
	/*color: #00858a;*/
	text-decoration: underline;
}


/*
# メインコンテンツの文字サイズや行間の設定
*/
.keni-main {
	letter-spacing: .025em;
	font-size: 1.6rem;
	line-height: 2.0em;
}


/*
# サブコンテンツの文字サイズや行間の設定
*/
.keni-main .free-area,
.keni-sub {
	font-size: 1.4rem;
	line-height: 1.8em;
}


/*
# =================================================================
# 見出しのデザイン
# =================================================================
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
}


/*アーカイブタイトル*/
.archive_title {
	margin: 0 10px 20px;
	padding: 20px;
	/*background-image: linear-gradient(*/
	/*-45deg,*/
	/*#fff 25%,*/
	/*#05a5ab 25%, #05a5ab 50%,*/
	/*#fff 50%, #fff 75%,*/
	/*#05a5ab 75%, #05a5ab*/
	/*);*/
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-color: #fff;
	font-size: 2.0rem;
}


h2 {
	margin-bottom: 23px;
	padding: 10px 10px 5px;
	background: #05a5ab;
	color: #fff;
	font-size: 1.9rem;
}

.keni-section h2 {
	margin-top: 60px;
}


h3 {
	margin: 1px 1px 24px;
	padding: 10px 0;
	border-top: 1px solid #05a5ab;
	border-bottom: 1px solid #05a5ab;
	color: #00858a;
	font-size: 1.8rem;
}

.keni-section h3 {
	margin-top: 60px;
}


h4 {
	margin-bottom: 18px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #05a5ab;
	color: #00858a;
	font-size: 1.8rem;
}

.keni-section h4 {
	margin-top: 60px;
}

h5 {
	margin-bottom: 12px;
	color: #00858a;
	font-size: 1.8rem;
}

.keni-section h5 {
	margin-top: 60px;
}

h6 {
	margin-bottom: 12px;
	color: #505050;
	font-size: 1.6rem;
}

.keni-section h6 {
	margin-top: 60px;
}

.keni-section h2:first-child,
.keni-section h3:first-child,
.keni-section h4:first-child,
.keni-section h5:first-child,
.keni-section h6:first-child {
	margin-top: 0;
}


.keni-section h2 a {
	color: #fff;
}

.keni-section h2 a:hover,
.keni-section h2 a:active,
.keni-section h2 a:focus {
	color: #505050;
}


/*サブコンテンツの見出し*/
.keni-section .sub-section_title {
	line-height: 1.0;
	margin: 0 -20px 16px;
	padding: 10px;
	border: 0;
	outline: 0;
	/*background: #333;*/
	font-weight: normal;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
}

.keni-main .keni-section .sub-section_title,
.keni-sub .widget>.keni-section .sub-section_title,
.keni-footer .widget>.keni-section .sub-section_title,
.keni-sub .widget>.keni-section .cast-box_sub_title,
.keni-footer .widget>.keni-section .cast-box_sub_title {
	margin-top: -20px;
}

.keni-section .sub-section_title a {
	color: #fff;
}


/*見出しタグの装飾をリセット*/
.title_no-style,
.keni-section .title_no-style {
	line-height: 1.0;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	color: #333;
	font-weight: normal;
	font-size: 100%;
}

.title_no-style::before,
.keni-section .title_no-style::before,
.title_no-style::after,
.keni-section .title_no-style::after {
	position: static;
	width: auto;
	height: auto;
	content: none;
}


/*ボタン*/
.btn {
	display: inline-block;
	position: relative;
	margin-bottom: 1em;
	padding: 1em 2em;
	border: 0;
	border-radius: 8px;
	box-shadow: 2px 2px 0px #e9e9e9;
	background: #aaa;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	text-decoration: none;
}

.btn span {
	vertical-align: top;
}

.dir-arw_r .icon_arrow_s_right {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

.dir-arw_l .icon_arrow_s_left {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

.btn:hover,
.btn:active,
.btn:focus {
	box-shadow: none;
	cursor: pointer;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}


/*灰色*/
.btn_gray {
	background: #666;
	color: #fff;
}


/*青緑*/
.btn_bluegreen {
	background: #07cbd2;
	color: #fff;
}


/*橙*/
.btn_orange {
	background: #e69400;
	color: #fff;
}

.btn_gray:hover,
.btn_gray:active,
.btn_gray:focus,
.btn_bluegreen:hover,
.btn_bluegreen:active,
.btn_bluegreen:focus,
.btn_orange:hover,
.btn_orange:active,
.btn_orange:focus {
	color: #fff;
}

.btn_style01 {
	background-color: #fff;
	border: 1px solid #00858a;
	/*color: #00858a;*/
	font-weight: bold;
}

.btn_style02 {
	border: 1px solid #00858a;
	/*background-color: #f7f7f7;*/
	/*color: #00858a;*/
	font-weight: bold;
}

.btn_style03 {
	/*background: #05a5ab;*/
	color: #fff;
}

.btn_style03:hover,
.btn_style03:active,
.btn_style03:focus {
	color: #fff;
}

.btn-detail {
	margin: 15px 0;
	text-align: center;
}

.btn-detail .btn {
	width: 100%;
}

.keni-header_cont .btn,
.keni-footer-panel .btn {
	margin-bottom: 0;
	padding: .5em;
}

.btn-area .btn-area_r,
.btn-area .btn-area_l {
	max-width: 49%;
}

.btn-area .btn-area_r {
	float: right;
}

.btn-area .btn-area_l {
	float: left;
}

.keni-footer-panel .utility-menu_item span {
	display: block;
}


/*投稿記事ヘッダー*/
.entry .article-header {
	margin: 0;
	padding: 0;
}

.article-header {
	list-style: none;
}

.entry_status .entry_category_item {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: .25em .75em;
	border-radius: 4px;
	background: #f0efe9;
	font-size: 1.2rem;
}

.entry_category_item a {
	color: #505050;
	text-decoration: none;
}


/*投稿記事本文*/
.home .article-body {
	padding-bottom: 0;
}

.article-body p {
	margin-bottom: 40px;
}

.article-visual {
	margin-bottom: 30px;
	text-align: center;
}


/*
# 記事一覧
*/

/*記事一覧の基本設定*/
.entry-list {
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
	line-height: 1.5;
}

.entry-list_item {
	list-style: none;
	overflow: hidden;
}

.entry-list>.entry-list_item {
	margin: 0 0 20px;
	padding: 20px;
	background-color: #fff;
}

.entry-list .entry_thumb {
	overflow: hidden;
	max-height: 220px;
	margin: -20px -20px 10px;
	text-align: center;
}

.entry-list .entry_thumb a {
	display: inline-block;
}

.entry-list .entry_thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.entry_inner {
	overflow: hidden;
	font-size: 1.4rem;
}

.entry-list .entry_title {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.8;
}

.entry-list .entry_title a {
	color: #000;
	text-decoration: none;
}

/*.entry-list .entry_title a:hover,*/
/*.entry-list .entry_title a:active,*/
/*.entry-list .entry_title a:focus{*/
/*color: #00858a;*/
/*}*/

.ently_read-more {
	margin: 15px 0;
	text-align: center;
}

.ently_read-more .btn {
	position: relative;
	width: 100%;
	border: 1px solid
		/** #00858a */
	;
	background-color: #f7f7f7;
	box-shadow: 2px 2px 0px #e9e9e9;
	/*color: #00858a;*/
}

.ently_read-more .btn i {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -9px;
	font-size: 12px;
}

.entry_status {
	font-size: 1.2rem;
	line-height: 1.2;
}

.entry_status>ul {
	margin: 0 0 10px;
	letter-spacing: -.5em;
}

.entry_status>.entry_date,
.entry_status>.entry_pv {
	display: inline-block;
}

.entry_status>.entry_date {
	margin-right: 10px;
}

.entry_pv {
	margin: 0 0 10px;
	font-size: 1.2rem;
	color: #adadad;
}

.entry_status li {
	margin: 0;
	letter-spacing: 0;
}

.entry_status .entry_date_item {
	display: inline;
	color: #adadad;
	font-size: 1.2rem;
}

.entry_status .entry_date_item:nth-child(2) {
	margin-left: .5em;
	padding-left: .5em;
	border-left: 1px solid #ccc;
}

.behind-article-area {
	margin-top: 20px;
}


/*著者紹介*/
.profile-box {
	margin-bottom: 30px;
	padding: 10px;
	overflow: hidden;
	/*background-color: #e8f7f7;*/
	line-height: 1.5;
}

.profile-box-thumb {
	display: block;
	max-width: 120px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.profile-box-thumb img {
	border-radius: 95px;
}

.keni-section .profile-box-author {
	margin: 20px 0;
	padding-bottom: 0;
	border: 0;
	text-align: center;
}

.keni-section .profile-box-desc-title {
	margin: 20px 0;
	padding-bottom: 0;
	border-bottom: 0;
	text-align: center;
}

.link-author-list {
	margin: 15px 10px 0 0;
	text-align: right;
}


/*次回予告*/
.advance-billing-box .advance-billing-box_title {
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
}

.advance-billing-box_next-title {
	/*color: #b3e4e6;*/
	font-size: 2.0rem;
	font-weight: bold;
}

/*ステップ図*/
.step-chart_style01,
.step-chart_style02 {
	margin-left: 0;
}

.step-chart_style02 {
	letter-spacing: -.5em;
}

.step-chart_style01>li,
.step-chart_style02>li {
	position: relative;
	list-style: none;
	margin-bottom: 16px;
	padding: 20px 10px;
	background: #ccc;
}

.step-chart_style02>li {
	padding: 20px;
	font-size: 1.6rem;
	letter-spacing: 0;
}

.step-chart li>p:last-child {
	margin-bottom: 0;
}

.step-chart_style01 li::after {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	border: solid transparent;
	border-width: 12px;
	border-top-color: #ccc;
	content: '';
}

.step-chart_style02 li::after {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	border: solid transparent;
	border-width: 12px;
	border-top-color: #ccc;
	content: '';
}

.step-chart li:nth-child(1) {
	z-index: 40;
	background-color: #f0f0f0;
}

.step-chart_style01 li:nth-child(1)::after,
.step-chart_style02 li:nth-child(1)::after {
	border-top-color: #f0f0f0;
}

.step-chart li:nth-child(2) {
	z-index: 30;
	/*background-color: #def2f3;*/
}

/*.step-chart_style01 li:nth-child(2)::after,*/
/*.step-chart_style02 li:nth-child(2)::after{*/
/*border-top-color: #def2f3;*/
/*}*/

.step-chart li:nth-child(3) {
	z-index: 20;
	/*background-color: #b3e4e6;*/
}

/*.step-chart_style01 li:nth-child(3)::after,*/
/*.step-chart_style02 li:nth-child(3)::after{*/
/*border-top-color: #b3e4e6;*/
/*}*/

.step-chart li:nth-child(4) {
	z-index: 10;
	/*background-color: #05a5ab;*/
	color: #fff;
}

/*.step-chart_style01 li:nth-child(4)::after,*/
/*.step-chart_style02 li:nth-child(4)::after{*/
/*border-top-color: #05a5ab;*/
/*}*/

.step-chart li:last-child::after {
	border-width: 0;
}


/*目次*/
.toc-area {
	position: relative;
	margin: 60px auto;
	border: 3px solid #f0f0f0;
}

.toc-area_inner ol {
	margin: 15px 0 0 5px;
	counter-reset: num;
}

.toc-area_inner .toc-area_list {
	margin-left: 15px;
	padding: 15px;
}

.toc-area_inner .toc-area_list li {
	position: relative;
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 1.4rem;
}

.toc-area_btn_open::before,
.toc-area_btn_close::before {
	display: inline-block;
	font-size: 12px;
}

.toc-area_btn_open::before {
	content: "\e903";
}

.toc-area_btn_close::before {
	content: "\e906";
}

.toc-area_inner .toc-area_list>li::before {
	position: absolute;
	top: 5px;
	left: -7px;
	width: 22px;
	height: 22px;
	margin-right: 1em;
	margin-left: -1em;
	/*background: #05a5ab;*/
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
	counter-increment: num;
	content: counter(num);
}

.toc-area_inner .toc-area_list ol li::before {
	position: absolute;
	left: -7px;
	background: transparent;
	font-size: inherit;
	line-height: inherit;
	counter-increment: num;
	content: counter(num);
}

.toc_title {
	padding: 10px;
	background-color: #f0f0f0;
	/*color: #00858a;*/
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.toc-area_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}


/*
# 装飾リスト
*/

/*リスト デザイン01*/
.list_style01 {
	font-weight: bold;
	font-size: 1.8rem;
}

.list-conts {
	font-weight: normal;
	font-size: 1.6rem;
}


/*リスト デザイン02*/
.list_style02,
.list_style02 ol {
	counter-reset: num;
}

.list_style02 {
	margin-left: 22px;
}

.list_style02 li {
	position: relative;
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 10px;
}

.list_style02 li::before {
	position: absolute;
	top: 5px;
	left: -7px;
	width: 22px;
	height: 22px;
	margin-right: 1em;
	margin-left: -1em;
	border-radius: 1em;
	/*background: #05a5ab;*/
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
	counter-increment: num;
	content: counter(num);
}


/*チェックリスト*/
.check-list {
	margin-left: 28px;
}

.check-list li {
	list-style: none;
}

.check-list li {
	position: relative;
	margin-bottom: 1em;
}

.check-list li::before {
	position: absolute;
	top: 5px;
	left: -23px;
	display: inline-block;
	font-size: 18px;
	content: "\e911";
	color: #eb3b54;
}


/*記述リスト 横並び*/
.dl_style01 dt,
.dl_style01 dd {
	padding: 10px 0;
}

.dl_style01 dt {
	display: block;
	float: left;
	width: 30%;
	padding-right: 10px;
	font-weight: bold;
}

.dl_style01 dd {
	padding-left: 30%;
	border-bottom: 1px dotted #aaa;
}


/*記述リスト 縦並び*/
.dl_style02 {
	margin: 50px 0;
}

.dl_style02 dt,
.dl_style02 dd {
	padding: 10px;
}

.dl_style02 dt {
	display: block;
	/*background: #05a5ab;*/
	color: #fff;
	font-weight: bold;
}

/*.dl_style02 dd{*/
/*background: #def2f3;*/
/*}*/


/*Q&Aリスト*/
.qa-list {
	padding-top: 3px;
}

.qa-list dt {
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding: 4px 0 10px 40px;
	font-weight: bold;
}

.qa-list dd {
	position: relative;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 4px 0 20px 40px;
	border-bottom: 1px solid #f0f0f0;
}

.qa-list dt::before,
.qa-list dd::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	margin-right: 1em;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', serif;
	color: #fff;
	line-height: 35px;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
}

.qa-list dt::before {
	background: #05a5ab;
	content: 'Q';
}

.qa-list dd::before {
	background: #eb3b54;
	content: 'A';
}

.accordion-list dt {
	padding: 7px 30px 7px 40px;
	/*background: #05a5ab;*/
	color: #fff;
}

.accordion-list dt::before {
	top: 5px;
	background: transparent;
}

.accordion-list dt::after {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 16px;
}

.accordion-list dt::after {
	content: "\e903";
}

.accordion-list .accordion-list_btn_open::after {
	content: "\e906";
}


/*更新情報リスト*/
.news-list {
	margin-left: 0;
}

.news-list>li {
	list-style: none;
}

.news-list_item_cat {}

.news-list_item_cat_name {
	display: inline-block;
	margin-right: 3px;
	padding: 3px;
	background-color: #999;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
}

.cat001 {
	background-color: #eb3b54 !important;
	color: #fff;
}

.cat002 {
	background-color: #db8d00 !important;
	color: #fff;
}

.cat003 {
	background-color: #0baedd !important;
	color: #fff;
}

.cat004 {
	background-color: #20a672 !important;
	color: #fff;
}

.cat001>a,
.cat002>a,
.cat003>a,
.cat004>a {
	color: #fff;
}

.news-list_item_date {
	display: inline-block;
	color: #adadad;
	font-size: 1.4rem;
}

.news-list_item_headline {
	display: block;
	width: auto;
}


/*ランキングリスト*/
.ranking-list {
	margin-left: 0;
	counter-reset: num;
}

.ranking-list>li {
	position: relative;
	list-style: none;
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
	counter-increment: num;

}

.ranking-list>li:nth-child(n + 6) {
	margin-bottom: 20px;
}

.ranking-list>li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-width: 16px;
	border-style: solid;
	border-color: #b3b3b3;
	content: '';
}

.ranking-list>li::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	content: counter(num);
}

.ranking-list_item .btn-detail {
	max-width: 230px;
	margin-right: auto;
	margin-left: auto;
}

.ranking-list>.ranking-list_item_hasimage::before,
.ranking-list>.ranking-list_item_hasimage::after {
	display: none;
}

.ranking-list .rank_title {
	margin-bottom: 20px;
	padding-top: 2px;
	padding-left: 40px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	background-position: left top;
	background-size: 36px 36px;
	background-repeat: no-repeat;
	text-align: left;
}


.ranking-list>.ranking-list_item_hasimage .rank_title {
	padding-left: 0;
}

.ranking-list .review_desc_title {
	/*color: #00858a;*/
	font-weight: bold;
}

.rank_desc {
	text-align: left;
}

.comparative-list .rank_desc {
	clear: both;
}

.rank_thumb {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.rank_thumb::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border-width: 20px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	content: '';
}

.rank_thumb::after {
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 20;
	color: #fff;
	font-weight: bold;
	content: counter(num);
}

.ranking-list>li:nth-child(1)::before,
.ranking-list>li:nth-child(1) .rank_thumb::before {
	border-color: #f9a825;
}

.ranking-list>li:nth-child(2)::before,
.ranking-list>li:nth-child(2) .rank_thumb::before {
	border-color: #bdbdbd;
}

.ranking-list>li:nth-child(3)::before,
.ranking-list>li:nth-child(3) .rank_thumb::before {
	border-color: #8d6e63;
}

.ranking-list>li:nth-child(4)::before,
.ranking-list>li:nth-child(5)::before,
.ranking-list>li:nth-child(4) .rank_thumb::before,
.ranking-list>li:nth-child(5) .rank_thumb::before {
	border-color: #80cbc4;
}

.ranking-list>li:nth-child(n+1) .rank_thumb::before {
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.rank_thumb .review-table {
	width: 100%;
	max-width: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	border: 0;
}

.review-table tr:nth-child(odd) {
	background: transparent;
}

.review-table th {
	width: 8em;
	padding: 0;
	padding-right: 1em;
	border: 0;
	background: transparent;
	color: inherit;
	font-weight: bold;
	text-align: left;
}

.review-table td {
	padding: 0;
	border: 0;
	font-weight: bold;
	text-align: left;
}

.item-data {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.item-data dl {
	margin: 0 0 10px;
	line-height: 1.5;
	text-align: left;
}

.item-data dl:last-child {
	margin-bottom: 0;
}

.item-data dt,
.item-data dd {
	display: inline-block;
	padding: 0;
}

.item-data_outer {
	overflow: hidden;
}

.review_desc {
	padding: 13px;
	/*background-color: #e8f7f7;*/
	text-align: left;
}

.review_star {
	position: relative;
	display: inline-block;
	height: 16px;
	padding-left: 90px;
	font-size: 16px;
	line-height: 1;
}

.review_star::before,
.review_star::after {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	line-height: 16px;
	font-weight: normal;
	content: '★★★★★';
}

.review_star::before {
	color: #ddd;
}

.review_star::after {
	overflow: hidden;
	color: #ffc71c;
	white-space: nowrap;
}

.star00::after {
	width: 0;
}

.star05::after {
	width: 8px;
}

.star10::after {
	width: 16px;
}

.star15::after {
	width: 24px;
}

.star20::after {
	width: 32px;
}

.star25::after {
	width: 40px;
}

.star30::after {
	width: 48px;
}

.star35::after {
	width: 56px;
}

.star40::after {
	width: 64px;
}

.star45::after {
	width: 72px;
}

.star50::after {
	width: 80px;
}


/*アイテムボックス*/
.item-box {
	margin: 40px 0;
	padding: 10px;
	background-color: #f0f0f0;
}

.item-box .item-box_title {
	margin-top: 15px;
	margin-bottom: 15px;
	/*color: #00858a;*/
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.0;
}

.item-box .item-box_desc {
	overflow: hidden;
}

.item-box .item-box_thumb {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}


/*アイテムボックス02*/
.item-box02 {
	margin: 40px 0;
	padding: 6px;
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#05a5ab 25%, #05a5ab 50%,
			#fff 50%, #fff 75%,
			#05a5ab 75%, #05a5ab);
	background-size: 4px 4px;
	background-repeat: repeat;
}

.item-box02 .item-box_inner {
	position: relative;
	padding: 12px;
	/*background-color: #e8f7f7;*/
}

.item-box02 .item-box_title {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	/*background-color: #05a5ab;*/
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
}

.item-box02 .item-box_thumb {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.item-box02 .item-data_sec {
	margin-bottom: 15px;
	padding: 25px;
	background: #fff;
}


/*アイテムボックス03*/
.item-box03 .item-box_inner {
	padding: 12px;
	border: 1px solid #ddd;
}

.item-box03 .item-box_title {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	/*background-color: #05a5ab;*/
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
}

.item-box03_thumb {
	margin-bottom: 20px;
	text-align: center;
}

.item-box03_cont {
	line-height: 1.8;
}

.btn-detail_wrap {
	clear: both;
	max-width: 650px;
	margin: auto;
	margin-top: 20px;
}

.btn-detail_col {
	text-align: center;
}

.btn-detail_left {
	float: left;
}

.btn-detail_right {
	float: right;
}


/*装飾ボックス*/
.box_style {
	margin: 0 0 30px;
	font-size: 1.8rem;
}

.box_style p:last-child {
	margin-bottom: 0;
}


/*ストライプの枠線*/
.box_style01 {
	padding: 6px;
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#05a5ab 25%, #05a5ab 50%,
			#fff 50%, #fff 75%,
			#05a5ab 75%, #05a5ab);
	background-size: 4px 4px;
	background-repeat: repeat;
}

.box_style01 .box_inner {
	padding: 10px;
	/*background-color: #e8f7f7;*/
}

.box_style02 {
	padding: 6px;
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#999999 25%, #999999 50%,
			#fff 50%, #fff 75%,
			#999999 75%, #999999);
	background-size: 4px 4px;
	background-repeat: repeat;
}

.box_style02 .box_inner {
	padding: 10px;
	background-color: #fff;
}

.box_style02 li {
	line-height: 2em;
}

.box_style03 {
	padding: 16px;
	/*background: #e8f7f7;*/
}

.box_style04 {
	padding: 16px;
	background: #f0f0f0;
}

.box_style05 {
	padding: 16px;
	background: #333333;
	color: #fff;
}


/*ストライプの背景*/
.box_style06 {
	padding: 16px;
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#eff9f9 25%, #eff9f9 50%,
			#fff 50%, #fff 75%,
			#eff9f9 75%, #eff9f9);
	background-size: 4px 4px;
	background-repeat: repeat;
	/*background-color: #e8f7f7;*/
}


/*画像背景*/
.box_style07 {
	padding: 10px;
	background: url(./images/sample011.jpg) center center;
	background-size: cover;
}

.box_style07 .box_inner {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.7);
}


/*カラーボックス*/
.box_style_blue,
.box_style_green,
.box_style_orange,
.box_style_red,
.box_style_pink,
.box_style_yellow,
.box_style_gray {
	margin-bottom: 30px;
	padding: 6px;
	background-size: 4px 4px;
	background-repeat: repeat;
	font-size: 1.4rem;
}

.box_style_blue .box_inner,
.box_style_green .box_inner,
.box_style_orange .box_inner,
.box_style_red .box_inner,
.box_style_pink .box_inner,
.box_style_yellow .box_inner,
.box_style_gray .box_inner {
	padding: 15px;
}

.box_style_blue .box_style_title,
.box_style_green .box_style_title,
.box_style_orange .box_style_title,
.box_style_red .box_style_title,
.box_style_pink .box_style_title,
.box_style_yellow .box_style_title,
.box_style_gray .box_style_title {
	margin: -8px 0 5px -27px;
	color: #fff;
	line-height: 1.4;
}

.box_style_title span {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
}

.box_style_title span::before {
	position: absolute;
	top: 100%;
	left: 0;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	content: "";
}


/*カラーボックス（青）*/
.box_style_blue {
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#0baedd 25%, #0baedd 50%,
			#fff 50%, #fff 75%,
			#0baedd 75%, #0baedd);
}

.box_style_blue .box_inner {
	background-color: #f8fdff;
}

.box_style_blue .list_style02 li::before,
.box_style_blue .box_style_title span {
	background-color: #0baedd;
}


/*カラーボックス（緑）*/
.box_style_green {
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#5bc130 25%, #5bc130 50%,
			#fff 50%, #fff 75%,
			#5bc130 75%, #5bc130);
}

.box_style_green .box_inner {
	background-color: #f9fff3;
}

.box_style_green .list_style02 li::before,
.box_style_green .box_style_title span {
	background-color: #5bc130;
}


/*カラーボックス（橙）*/
.box_style_orange {
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#fca60d 25%, #fca60d 50%,
			#fff 50%, #fff 75%,
			#fca60d 75%, #fca60d);
}

.box_style_orange .box_inner {
	background-color: #fdf9f1;
}

.box_style_orange .list_style02 li::before,
.box_style_orange .box_style_title span {
	background-color: #fca60d;
}


/*カラーボックス（赤）*/
.box_style_red {
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#d94b59 25%, #d94b59 50%,
			#fff 50%, #fff 75%,
			#d94b59 75%, #d94b59);
}

.box_style_red .box_inner {
	background-color: #fff8f9;
}

.box_style_red .list_style02 li::before,
.box_style_red .box_style_title span {
	background-color: #d94b59;
}


/*カラーボックス（ピンク）*/
.box_style_pink {
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#f48cc0 25%, #f48cc0 50%,
			#fff 50%, #fff 75%,
			#f48cc0 75%, #f48cc0);
}

.box_style_pink .box_inner {
	background-color: #fffafd;
}

.box_style_pink .list_style02 li::before,
.box_style_pink .box_style_title span {
	background-color: #f48cc0;
}


/*カラーボックス（黄）*/
.box_style_yellow {
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#f2cb0c 25%, #f2cb0c 50%,
			#fff 50%, #fff 75%,
			#f2cb0c 75%, #f2cb0c);
}

.box_style_yellow .box_inner {
	background-color: #fffdf3;
}

.box_style_yellow .list_style02 li::before,
.box_style_yellow .box_style_title span {
	background-color: #f2cb0c;
}


/*カラーボックス（灰色）*/
.box_style_gray {
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#999999 25%, #999999 50%,
			#fff 50%, #fff 75%,
			#999999 75%, #999999);
}

.box_style_gray .box_inner {
	background-color: #fafafa;
}

.box_style_gray .list_style02 li::before,
.box_style_gray .box_style_title span {
	background-color: #999999;
}


/*登場人物紹介*/
.cast-box {
	padding: 6px;
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#05a5ab 25%, #05a5ab 50%,
			#fff 50%, #fff 75%,
			#05a5ab 75%, #05a5ab);
	background-size: 4px 4px;
	background-repeat: repeat;
}

.cast-box_sub {
	margin: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

.keni-footer .cast-box_sub {
	margin: 0 -20px -20px;
}

.keni-footer .widget .cast-box_sub .cast-box_sub_title {
	margin-top: 0;
}

.cast-box .box_inner {
	padding: 12px;
	background-color: #fff;
}

.cast-box .cast_name,
.cast-box_sub .cast_name {
	display: block;
	margin-bottom: 20px;
	/*color: #00858a;*/
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}

.cast-box .cast_headshot,
.cast-box_sub .cast_headshot {
	display: block;
	width: 100px;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
}

.cast-box .cast_headshot img,
.cast-box_sub .cast_headshot img {
	border-radius: 50%;
}

.cast-box_sub .cast {
	margin: 0 -20px;
	padding: 20px;
	border-bottom: 1px solid #eee;
}

.cast-box dd,
.cast-box_sub dd {
	padding-left: 0;
}

.cast-box .cast {
	margin-top: 0;
	margin-bottom: 30px;
}

.cast-box_sub .cast {
	padding: 20px;
	border-bottom: 1px solid #eee;
}

.cast-box .cast:last-child,
.cast-box_sub .cast:last-child {
	margin-bottom: 0;
}

.widget .cast-box_side {
	margin: -20px -20px 0
}

.widget .cast-box_sub .cast-box_sub_title {
	margin: -20px -20px 25px;
	padding: 20px 20px 0;
	border: 0;
	/*background-image: linear-gradient(*/
	/*-45deg,*/
	/*#fff 25%,*/
	/*#05a5ab 25%, #05a5ab 50%,*/
	/*#fff 50%, #fff 75%,*/
	/*#05a5ab 75%, #05a5ab*/
	/*);*/
	background-size: 4px 4px;
	background-repeat: repeat-x;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.2;
}

.widget .cast-box_sub .cast-box_sub_title span {
	display: block;
	color: #000;
	font-size: 2.9rem;
}


/*お客さまの声*/
.voice-box {
	margin-bottom: 15px;
	padding: 15px;
}

.voice_styl01 {
	border: 1px solid #ccc;
}

/*.voice_styl02{*/
/*background-color: #e8f7f7;*/
/*}*/

.voice_styl03 {
	/*background-image: linear-gradient(*/
	/*-45deg,*/
	/*#fff 25%,*/
	/*#e8f7f7 25%, #e8f7f7 50%,*/
	/*#fff 50%, #fff 75%,*/
	/*#e8f7f7 75%, #e8f7f7*/
	/*);*/
	background-size: 4px 4px;
	background-repeat: repeat;
}

.voice-box .voice {
	margin: 0;
}

.voice-box .voice_headshot {
	float: left;
	display: block;
	width: 100px;
	height: auto;
	margin: auto;
	margin-bottom: 5px;
}

.voice-box .voice_title {
	float: right;
	width: calc(100% - 100px);
	min-height: 100px;
	margin-bottom: 10px;
	/*color: #00858a;*/
	font-size: 1.4rem;
}

.voice-box .voice_title span {
	display: block;
	font-weight: bold;
}

.voice-box .voice_title .voice_name {
	font-size: 1.8rem;
}

.voice-box .voice_headshot img {
	border-radius: 50%;
}

.voice-box dd {
	padding-left: 0;
}

.voice_cont {
	clear: both;
}

.voice-box .voice_cont p:last-child {
	margin-bottom: 0;
}


/*
# 吹き出し
*/

.chat_l,
.chat_r {
	position: relative;
	margin: 0 0 2em;
	overflow: hidden;
}

.bubble {
	display: inline-block;
	position: relative;
	min-height: 60px;
	min-width: 60px;
	padding: .75em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: #fff;
	font-size: 1.4rem;
}

.chat_l .bubble {
	float: left;
}

.chat_r .bubble {
	float: right;
}

.bubble .bubble_in {
	border-color: #fff;
	line-height: 1.8;
}

.talker {
	display: block;
	width: 50px;
	height: auto;
	text-align: center;
}

.talker b {
	display: inline-block;
	height: auto;
	line-height: 1.6;
	font-weight: normal;
	font-size: 1.2rem;
	text-align: left;
	vertical-align: top;
}

.talker img {
	display: block;
	width: 50px;
	max-width: 100%;
	margin: auto;
}

.chat_l .talker {
	float: left;
}

.chat_r .talker {
	float: right;
}

.chat_l .bubble_wrap {
	float: right;
	width: 100%;
	margin-left: -60px;
	padding-left: 60px;
}

.chat_r .bubble_wrap {
	float: left;
	width: 100%;
	margin-right: -60px;
	padding-right: 60px;
}

.bubble .bubble_in::after,
.bubble .bubble_in::before {
	position: absolute;
	top: 55px;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
}

@media screen and (max-width: 767px) {

	.bubble .bubble_in::after,
	.bubble .bubble_in::before {
		position: absolute;
		top: 30px;
		width: 0;
		height: 0;
		border: solid transparent;
		content: "";
	}
}

.chat_l .bubble .bubble_in::after,
.chat_l .bubble .bubble_in::before {
	right: 100%;
}

.chat_r .bubble div::after,
.chat_r .bubble div::before {
	left: 100%;
}

.chat_l .bubble .bubble_in::after {
	margin-top: -4px;
	border-width: 4px 6px;
	border-color: transparent;
	border-right-color: inherit;
	border-top-color: inherit;
}

.chat_l .bubble .bubble_in::before {
	margin-top: -5px;
	border-width: 5px 8px;
	border-color: transparent;
	border-right-color: #ccc;
	border-top-color: #ccc;
}

.chat_r .bubble .bubble_in::after {
	margin-top: -4px;
	border-width: 4px 6px;
	border-color: transparent;
	border-left-color: inherit;
	border-top-color: inherit;
}

.chat_r .bubble .bubble_in::before {
	margin-top: -5px;
	border-width: 5px 8px;
	border-color: transparent;
	border-left-color: #ccc;
	border-top-color: #ccc;
}

.bubble p:last-child {
	margin-bottom: 0;
}

.chat_style02 .bubble {
	border-top: 0;
	border-left: 0;
	/*background-color: #05a5ab;*/
	color: #fff;
}

/*.chat_style02 .bubble .bubble_in{*/
/*border-color: #05a5ab;*/
/*}*/

.chat_l.chat_style02 .bubble .bubble_in::before {
	border-right-color: inherit;
	border-top-color: inherit;
}

.chat_r.chat_style02 .bubble .bubble_in::before {
	border-left-color: inherit;
	border-top-color: inherit;
}


.chat_style03 .bubble {
	background-color: #eee;
	border-color: #d6d6d6;
	border-top: 0;
	border-left: 0;
}

.chat_style03 .bubble .bubble_in {
	border-color: #eee;
}

.chat_r.chat_style03 .bubble .bubble_in::before {
	border-left-color: #d6d6d6;
	border-top-color: #d6d6d6;
}

.chat_l.chat_style03 .bubble .bubble_in::before {
	border-right-color: #d6d6d6;
	border-top-color: #d6d6d6;
}

.chat_style03 .bubble .bubble_in::after {
	margin-top: -5px
}


/*吹き出し 会話者が複数人の場合*/
.together .talker {
	width: 100%;
}

.together .bubble_wrap {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.together .talker b {
	display: inline-block;
	max-width: 100px;
	margin-right: 10px;
	text-align: left;
	vertical-align: top;
}

.together.chat_l .talker,
.together.chat_r .talker {
	float: none;
	margin: 0 0 10px;
}

.together.chat_l .talker {
	text-align: left;
}

.together.chat_r .talker {
	text-align: right;
}

.together .bubble .bubble_in::after,
.together .bubble .bubble_in::before {
	top: auto;
	bottom: 100%;
}

.together.chat_l .bubble .bubble_in::after,
.together.chat_l .bubble .bubble_in::before {
	right: auto;
	left: 50px;
}

.together.chat_r .bubble .bubble_in::after,
.together.chat_r .bubble .bubble_in::before {
	right: 50px;
	left: auto;
}

.together.chat_l .bubble .bubble_in::after {
	margin-top: -20px;
	margin-left: -6px;
	border-width: 6px 4px;
	border-color: transparent;
	border-bottom-color: inherit;
	border-left-color: inherit;
}

.together.chat_l .bubble .bubble_in::before {
	margin-top: -21px;
	margin-left: -7px;
	border-width: 8px 5px;
	border-color: transparent;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

.together.chat_r .bubble .bubble_in::after {
	margin-top: -20px;
	margin-right: -8px;
	border-width: 6px 4px;
	border-color: transparent;
	border-right-color: inherit;
	border-bottom-color: inherit;
}

.together.chat_r .bubble .bubble_in::before {
	margin-top: -21px;
	margin-right: -9px;
	border-width: 8px 5px;
	border-color: transparent;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

.bubble_in p:last-child {
	margin-bottom: 0;
}


/*
# 関連記事一覧
*/

/*関連記事一覧の基本設定*/
.related-entry-list {
	margin: 0 0 40px;
	padding: 0;
	line-height: 1.5;
}

.related-entry-list li {
	position: relative;
	list-style: none;
	overflow: hidden;
	background: #fff;
}

.related-entry-list .related-entry_title a {
	color: #000;
	text-decoration: none;
}

.related-entry_title a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

/*.related-entry-list .related-entry_title a:hover,*/
/*.related-entry-list .related-entry_title a:active,*/
/*.related-entry-list .related-entry_title a:focus{*/
/*color: #00858a;*/
/*}*/


/*関連記事一覧 デザイン01*/
.related-entry-list_style01>.entry-list_item {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}

.related-entry-list_style01>.entry-list_item:last-child {
	border-bottom: 1px solid #ccc;
}

.related-entry-list_style01 .related-entry_inner {
	overflow: hidden;
	font-size: 1.4rem;
}

.related-entry-list_style01 .related-entry_title {
	margin: 0;
	padding: 15px;
	overflow: hidden;
	color: #000;
	font-size: 1.2rem;
}

.related-entry-list_style01 .related-entry_thumb {
	position: relative;
	float: left;
	width: 90px;
	height: 90px;
	margin: 0;
	overflow: hidden;
	text-align: center;
}

.related-entry-list_style01 .related-entry_thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*関連記事一覧 デザイン02*/
.related-entry-list_style02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.related-entry-list_style02 .related-entry-list_item {
	width: 48%;
	margin-right: 4%;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 1.2rem;
}

.related-entry-list_style02 .related-entry-list_item,
.related-entry-list_style02 .related-entry-list_item:last-child {
	margin-bottom: 15px;
}

.related-entry-list_style02 .related-entry_title {
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.related-entry-list_style02 .related-entry_thumb {
	position: relative;
	max-width: none;
	height: 100px;
	margin: -10px -10px 10px;
	overflow: hidden;
	background: #f2f2f2;
}

.related-entry-list_style02 .related-entry_thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.related-entry-list_style02 li:nth-child(2n) {
	margin-right: 0;
}


/*文章中の間*/
.interval01 span {
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	margin-bottom: 30px;
	/*background-color: #05a5ab;*/
	border-radius: 50%;
}

.interval02 span {
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	margin-bottom: 60px;
	/*background-color: #05a5ab;*/
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*ページ送り・リンク*/
.link-next a {
	display: inline-block;
}

.link-back a {
	display: inline-block;
}

.link-next a::before,
.link-back a::before {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
}

.link-next a::before {
	content: "\e905";
}


.link-back a::before {
	content: "\e904";
}

.link-next02 a {
	position: relative;
	padding-left: 12px;
	color: #000;
	text-decoration: none;
}

.link-next02 a::before {
	position: absolute;
	top: 5px;
	left: 0;
	border-width: 4px 6px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #000;
	content: '';
}

.link-back02 a {
	position: relative;
	padding-left: 16px;
	color: #000;
	text-decoration: none;
}

.link-back02 a::before {
	position: absolute;
	top: 5px;
	left: -4px;
	border-width: 4px 6px;
	border-color: transparent;
	border-style: solid;
	border-right-color: #000;
	content: '';
}

.page-nav ol {
	margin-left: 0;
	letter-spacing: -.5em;
	text-align: center;
}

.page-nav li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 4px 12px;
	background-color: #fff;
	letter-spacing: 0;
}

.page-nav li:last-child {
	margin-right: 0;
}

.page-nav li a {
	display: block;
	margin: -4px -12px;
	padding: 4px 12px;
	color: #333;
	text-decoration: none;
}

.page-nav li span.current {
	display: block;
	margin: -4px -12px;
	padding: 4px 12px;
}

.page-nav .current,
.page-nav li a:hover,
.page-nav li a:active,
.page-nav li a:focus {
	/*background: #05a5ab;*/
	color: #fff;
}

.page-nav .page-nav_next a::after,
.page-nav .page-nav_prev a::before {
	display: inline-block;
	font-size: 14px;
}

.page-nav .page-nav_next a::after {
	margin-left: 5px;
	content: "\e905";
}

.page-nav .page-nav_prev a::before {
	margin-right: 5px;
	content: "\e904";
}

/*.page-nav .page-nav_prev a:hover::before,*/
/*.page-nav .page-nav_prev a:active::before,*/
/*.page-nav .page-nav_prev a:focus::before,*/
/*.page-nav .page-nav_next a:hover::after,*/
/*.page-nav .page-nav_next a:active::after,*/
/*.page-nav .page-nav_next a:focus::after{*/
/*color: #fff;*/
/*}*/

.nav-links {
	display: table;
	position: relative;
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
	font-size: 1.4rem;
	table-layout: fixed;
}

.nav-links::before {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 1px;
	height: 45px;
	margin-top: -20px;
	background-color: #ccc;
	content: '';
}

.nav-links .nav-next,
.nav-links .nav-previous {
	display: table-cell;
	width: 50%;
}

.nav-links .nav-next {
	float: right;
	text-align: right;
}

.nav-links .nav-previous {
	float: left;
	text-align: left;
}

.nav-links .nav-next a,
.nav-links .nav-previous a {
	display: block;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.2rem;
}

.nav-links .nav-next a {
	padding: 10px 20px 10px 10px;
	background: url(./images/icon/page-nav_arrow_r.svg) right top no-repeat;
	background-size: 10px 36px;
}

.nav-links .nav-previous a {
	padding: 10px 10px 10px 20px;
	background: url(./images/icon/page-nav_arrow_l.svg) left top no-repeat;
	background-size: 10px 36px;
}

.nav-links .nav-next a:hover,
.nav-links .nav-next a:active,
.nav-links .nav-next a:focus,
.nav-links .nav-previous a:hover,
.nav-links .nav-previous a:active,
.nav-links .nav-previous a:focus {
	color: #00858a;
	text-decoration: underline;
}


/*コメントリスト*/
.commentlist {
	margin-left: 0;
}

.commentlist {
	border-bottom: 1px solid #e8e8e8;
}

.commentlist li {
	position: relative;
	list-style: none;
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
}

.commentlist>li {
	border: 1px solid #e8e8e8;
}

.comment-body .reply {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.2rem;
}

.comment-body .reply a::before {
	display: inline-block;
	border-style: solid;
	border-width: 4px 6px;
	border-color: transparent;
	border-left-color: #000;
	content: '';
}

.commentlist .children {
	margin: 15px -15px -15px;
	border-top: 1px solid #e8e8e8;
}

.commentlist .children li {
	position: relative;
	padding: 15px 15px 15px 35px;
	background-color: #f7f7f7;
}

.commentlist .children li::before {
	position: absolute;
	top: 16px;
	left: 13px;
	display: inline-block;
	content: "\e91c";
	font-size: 13px;
}

.commentlist .children>li:last-child {
	border-bottom: 0;
}

.commentlist li p:last-child {
	margin-bottom: 0;
}

.comment-author img {
	float: left;
	margin-right: 8px;
	border-radius: 50%;
}

.comment-author {
	font-size: 1.4rem;
}

.comment-metadata,
.comment-metadata a {
	color: #adadad;
	font-size: 1.2rem;
	text-decoration: none;
}

.comment-meta {
	padding-right: 45px;
}

.comment-content {
	margin-top: 10px;
}

/*コメントボックス*/
.commentary-box {
	padding: 6px;
	background-image: linear-gradient(-45deg,
			#fff 25%,
			#999 25%, #999 50%,
			#fff 50%, #fff 75%,
			#999 75%, #999);
	background-size: 4px 4px;
	background-repeat: repeat;
}

.commentary-box_inner {
	position: relative;
	padding: 12px;
	background-color: #fff;
}

.commentary-box_inner .talker-thumb {
	width: 150px;
	height: auto;
	margin: 20px auto;
	border-radius: 50%;
}

.commentary-box_inner .talker-thumb img {
	border-radius: 50%;
	background: #f0f0f0;
}


.commentary-box .commentary-box_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	/*color: #05a5ab;*/
	font-size: 2.2rem;
	line-height: 1.2;
}

.commentary-box .commentary-box_title span {
	color: #505050;
	font-size: 1.6rem;
}


/*コメント*/
.comment-form_item_title,
.comment-form_item_input,
.comment-form_item_textarea {
	margin-top: -1px;
	margin-bottom: 0;
	padding: 10px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}

.comment-form_item_title {
	background-color: #f7f7f7;
	font-weight: bold;
}


/*タブメニュー*/
.tab-menu,
.tab-conts {
	margin: 0;
}

.tab-menu {
	display: table;
	width: 100%;
	border-right: 1px solid #d6d6d6;
	table-layout: fixed;
}

.tab-conts {
	margin-bottom: 25px;
	border-top: 0;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.tab-menu>li,
.tab-conts>li {
	list-style: none;
	margin-bottom: 0;
	background-color: #d6d6d6;
}

.tab-menu>li {
	display: table-cell;
	border-bottom: 5px solid #f0f0f0;
	background-color: #e9e8e8;
	color: #666;
	font-size: 1.4rem;
	cursor: pointer;
}

.tab-menu>li span {
	display: block;
	margin-top: -5px;
	padding: 10px 10px 5px;
	overflow: hidden;
	border-right: 1px solid #d6d6d6;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tab-menu>.tab-menu_select {
	background-color: #fff;
	border: 5px solid #f0f0f0;
	border-bottom: 0;
	color: inherit;
}

.tab-menu>li:last-child span,
.tab-menu>.tab-menu_select span {
	border-right: 0;
}

.tab-menu_select+li span {
	border-left: 1px solid #d6d6d6;
}

.tab-conts>li {
	padding: 10px;
	border: 5px solid #f0f0f0;
	border-top: 0;
	background-color: #fff;
}


/*カレンダー*/
.calendar,
.widget_calendar table {
	font-size: 1.4rem;
}

.calendar caption,
.widget_calendar table caption {
	font-weight: bold;
}

.calendar tbody,
.calendar thead,
.widget_calendar table tbody,
.widget_calendar table thead {
	background: #fff;
}

.calendar th,
.calendar td,
.widget_calendar table th,
.widget_calendar table td {
	padding: 10px 0;
	text-align: center;
}

.calendar th,
.widget_calendar table th {
	border-color: #eee;
}

.calendar tfoot td,
.widget_calendar table tfoot td {
	padding: 0;
	padding-top: 10px;
	border: 0;
	text-align: left;
}

.calendar tfoot td:last-child,
.widget_calendar table tfoot td:last-child {
	border-right-width: 1px;
	text-align: right;
}

.calendar td a {
	display: block;
	margin: -10px 0;
	padding: 10px 0;
}

.calendar tfoot td a {
	color: #000;
	text-decoration: none;
}

.calendar tfoot td a:hover,
.calendar tfoot td a:active,
.calendar tfoot td a:focus {
	/*color: #00858a;*/
	text-decoration: underline;
}


/*
# フッター
*/
.keni-footer_wrap {
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.8em;
}


/* フッターコンテンツ */
.keni-footer-cont_wrap {
	overflow: hidden;
}

.keni-footer-cont {
	margin-left: 0;
	width: auto;
}


/*
# フッターパネル
*/
.keni-footer-panel_wrap {
	z-index: 80;
	width: 100%;
	background: #f7f7f7;
}

.keni-footer-panel {
	position: relative;
	min-height: 43px;
	padding: 0;
}

.keni-footer-panel ul {
	display: table;
	width: 100%;
	margin: 0;
	table-layout: fixed;
	border-top: 1px solid #e8e8e8;
}

.keni-footer-panel li {
	display: table-cell;
	border-right: 1px solid #e8e8e8;
	font-size: 1.2rem;
	text-align: center;
}

.keni-footer-panel li a {
	display: block;
	padding: 5px;
	color: #000;
	text-decoration: none;
}

.keni-footer-panel li span::before {
	font-size: 16px;
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
}

.keni-footer-panel_sns {
	display: none;
	position: absolute;
	bottom: 100%;
	background-color: #f7f7f7;
}

.keni-footer-panel_sns .sns-btn_wrap {
	padding: 5px 0;
	border-top: 1px solid #e8e8e8;
}

.fn-footer-panel {
	position: fixed;
	left: 0;
	bottom: -60px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.fn-footer-panel.is-active {
	bottom: 0;
}

.btn_share {
	cursor: pointer;
}

/*コピーライト*/
.keni-copyright_wrap {
	padding: 15px;
	border-top: 1px solid #eee;
}


/*検索ボックス*/
.search-box {
	position: relative;
	max-width: 300px;
	padding: 15px;
}

.article-body .search-box {
	max-width: 500px;
	margin: 20px auto;
}

.article-body .search-box input[type=search],
.article-body .search-box input[type=text] {
	border: 1px solid #ddd;
}

.menu-search .search-box {
	background-color: #333;
}

.search-box input[type=search],
.search-box input[type=text] {
	width: 100%;
	height: 40px;
	padding: 4px 25px 4px 4px;
	border: 0;
}

.keni-footer .search-box input[type=search],
.keni-footer .search-box input[type=text] {
	border: 1px solid #ddd
}

.btn-search {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 40px;
	color: #fff;
	vertical-align: top;
	cursor: pointer;
}

.btn-search span {
	color: #000;
}


/*
# SNSボタン
*/
.sns-btn_wrap {
	display: table;
	width: 100%;
	max-width: 850px;
	padding: 0 5px 20px;
	line-height: 1.5;
	table-layout: fixed;
	border-spacing: 5px 0;
}

.keni-section_wrap .sns-btn_wrap {
	padding: 0 0 20px
}

.entry-list .sns-btn_wrap {
	margin-right: 0;
}

.sns-btn_wrap>div {
	display: table-cell;
	background-color: rgba(255, 255, 255, 0.85);
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
}

.sns-btn_wrap>div:hover,
.sns-btn_wrap>div:active,
.sns-btn_wrap>div:focus {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.5;
}

.sns-btn_wrap>div a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.sns-btn_wrap>.sns-btn_tw a {
	color: #1da1f2;
}

.sns-btn_wrap>.sns-btn_fb a {
	color: #3b5998;
}

.sns-btn_wrap>.sns-btn_hatena a {
	color: #00a4de;
}

.sns-btn_wrap>.sns-btn_gplus a {
	color: #d34836;
}

.sns-btn_wrap>.sns-btn_line a {
	color: #00b900;
}

.sns-btn_wrap>div .icon_line {
	margin-right: 5px;
}

.sns-btn_wrap>.sns-btn_pocket a {
	color: #ef4156;
}

.sns-btn_wrap>.sns-btn_insta i {
	padding: 3px;
	background-color: #c40094;
	border-radius: 3px;
}

.sns-btn_wrap>.sns-btn_insta span {
	color: #c40094;
}

.sns-btn_wrap>div i {
	margin-right: 5px;
	font-size: 12px;
}

.sns-btn_wrap>div svg {
	margin-right: 5px;
}

.sns-btn_wrap_s>div i {
	display: inline;
}

.sns-btn_wrap>div a>span {
	font-size: 1.1rem;
}

.sns-btn_wrap>div i::before {
	font-size: 16px;
}

.sns-btn_fb .fab.fa-facebook::before,
.sns-btn_fb .fab.fa-twitter::before,
.sns-btn_fb.fa-get-pocket:before {
	font-weight: normal;
}

.f-hatena {
	display: inline-block;
	font: normal normal normal 14px/1 Verdana;
}

.f-hatena::before {
	font-weight: bold;
	font-size: inherit;
	content: "B!";
}


/*SNSフォローボタン*/
.sns-follow-btn {
	margin: 10px 0;
	text-align: center;
}

.sns-follow-btn_tw,
.sns-follow-btn_fb,
.sns-follow-btn_insta,
.sns-follow-btn_ws {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-bottom: 4px;
	border-radius: 4px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.sns-follow-btn_tw>a,
.sns-follow-btn_fb>a,
.sns-follow-btn_insta>a,
.sns-follow-btn_ws>a {
	color: #fff;
	text-decoration: none;
}

.sns-follow-btn_tw {
	background-color: #1da1f2;
}

.sns-follow-btn_fb {
	background-color: #3b5998;
}

.sns-follow-btn_insta {
	background-color: #c40094;
}

.sns-follow-btn_ws {
	background-color: #aaa;
}

.sns-follow-btn_tw .fa-twitter,
.sns-follow-btn_fb .fa-facebook,
.sns-follow-btn_insta .fa-instagram,
.sns-follow-btn_ws .fa-home {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}

.sns-follow-box {
	margin: 30px 0;
	background: #f0f0f0;
	border: 1px solid #ddd;
	line-height: 1.5;
}

.sns-follow-box_inner {
	padding: 20px;
	font-size: 1.4rem;
	text-align: center;
}

.sns-follow-box_btns_fb,
.sns-follow-box_btns_tw,
.sns-follow-box_btns_insta {
	display: inline-block;
	width: 55px;
	height: 55px;
	margin: 0 5px;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	line-height: 55px;
}

.sns-follow-box_btns_fb a,
.sns-follow-box_btns_tw a,
.sns-follow-box_btns_insta a {
	display: block;
	border-radius: 50%;
	color: #fff;
}

.sns-follow-box_btns_fb a {
	background: #3b5998
}

.sns-follow-box_btns_tw a {
	background: #1da1f2;
}

.sns-follow-box_btns_insta a {
	background: #c40094;

}

.sns-follow-box_btns_fb a:hover,
.sns-follow-box_btns_fb a:focus,
.sns-follow-box_btns_fb a:active,
.sns-follow-box_btns_tw a:hover,
.sns-follow-box_btns_tw a:focus,
.sns-follow-box_btns_tw a:active,
.sns-follow-box_btns_insta a:hover,
.sns-follow-box_btns_insta a:focus,
.sns-follow-box_btns_insta a:active {
	opacity: 0.5;
}

.facebook-pageplugin-area {
	margin: 30px 0;
	text-align: center;
}

/*メルマガ登録ボタン*/
.btn_mailmaga_wrap {
	margin: 30px 0;
}

.btn_mailmaga_wrap .btn {
	padding: 1em;
}

.btn_mailmaga {
	display: inline-block;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.2;
}

.btn_mailmaga span::before {
	display: inline-block;
	margin-right: 5px;
	line-height: 26px;
}


/*メルマガ登録フォーム*/
.form-mailmaga {
	background: #fff;
	margin: 30px 0;
	padding: 15px;
	line-height: 1.5;
	border: 1px solid #ddd;
	font-size: 1.4rem;
	text-align: center;
}

.form-mailmaga .form-mailmaga_inner {
	max-width: 450px;
	margin: auto;
}

.form-mailmaga .form-mailmaga_mail {
	margin: 10px;
}

.form-mailmaga .form-mailmaga_title {
	/*color: #05a5ab;*/
	font-weight: bold;
	font-size: 2.0rem;
}

.form-mailmaga .btn {
	margin-bottom: 0;
}


/*ログインフォーム*/
.form-login {
	margin: 30px 0;
	padding: 25px;
	border: 1px solid #ccc;
	font-size: 1.4rem;
}

.form-login .form-login_inner {
	text-align: center;
}

.form-login-item {
	max-width: 450px;
	margin: auto;
	margin-bottom: 10px;
}

.form-login .form-login_title {
	/*color: #05a5ab;*/
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
}

.form-login .form-login_title::before {
	display: inline-block;
	margin-right: 5px;
	content: "\e913";
	font-size: 20px;
}

.form-login-item .form-login_title {
	/*color: #05a5ab;*/
	font-weight: bold;
	font-size: 2.0rem;
}

.form-login .form-login_title_sub {
	font-weight: bold;
	font-size: 1.6rem;
}

.form-login-item_btn {
	width: 200px;
	margin: 20px auto;
}

.form-login-item_btn button {
	width: 200px;
}

.form-login-item_btn p {
	text-align: left;
}

.form-login-item_btn .link-next02 {
	margin-bottom: 10px;
}

.form-login hr {
	position: relative;
	height: 1.5em;
	margin: 25px -25px;
	border: 0;
	line-height: 1em;
	text-align: center;
	outline: 0;
}

.form-login hr:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	content: '';
}

.form-login hr:after {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-top: -9px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
	color: #ccc;
	line-height: 38px;
	content: attr(data-content);
}

.list-login-btn_sns {
	margin: 0 auto;
}

.list-login-btn_sns li {
	list-style: none;
}

.login-btn_fb button,
.login-btn_tw button,
.login-btn_gplus button {
	width: 100%;
	margin-bottom: 5px;
	padding: 8px;
	border-radius: 6px;
	box-shadow: 2px 2px 0px #e9e9e9;
	color: #fff;
	line-height: 30px;
	text-align: left;
}

.login-btn_fb button:hover,
.login-btn_fb button:active,
.login-btn_fb button:focus,
.login-btn_tw button:hover,
.login-btn_tw button:active,
.login-btn_tw button:focus,
.login-btn_gplus button:hover,
.login-btn_gplus button:active,
.login-btn_gplus button:focus {
	box-shadow: none;
	cursor: pointer;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.login-btn_fb button {
	background-color: #3b5998;
}

.login-btn_tw button {
	background-color: #1da1f2;
}

.login-btn_gplus button {
	background-color: #d34836;
}

.login-btn_fb button i,
.login-btn_tw button i,
.login-btn_gplus button i {
	margin-right: 10px;
	font-size: 20px;
}


/*お問い合わせ*/
.contact-box {
	padding: 6px;
	/*background-image: linear-gradient(*/
	/*-45deg,*/
	/*#fff 25%,*/
	/*#05a5ab 25%, #05a5ab 50%,*/
	/*#fff 50%, #fff 75%,*/
	/*#05a5ab 75%, #05a5ab*/
	/*);*/
	background-size: 4px 4px;
	background-repeat: repeat;
}

.contact-box_inner {
	position: relative;
	padding: 12px;
	/*background-color: #e8f7f7;*/
}

.contact-box .contact-box-title {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	/*background-color: #05a5ab;*/
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
}

.contact-box_in {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: column;
	flex-direction: column;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.contact-box_mail {
	display: -webkit-flex;
	display: flex;
}

.contact-box-item p {
	margin-bottom: 0;
}

.contact-box_mail a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	border-radius: 8px;
	text-decoration: none;
}

.contact-box_tel {
	margin-bottom: 10px;
	text-align: center;
	/*color: #00858a;*/
	font-weight: bold;
	font-size: 3rem;
}

.contact-box_tel::before {
	display: inline-block;
	content: "\e920";
	font-size: 24px;
}

.contact-box_tel a {
	text-decoration: none;
}

.contact-box_tel span {
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
}


/*ページトップボタン*/
.page-top {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 90;
	margin-bottom: 0;
	background-color: #333;
	line-height: 1.0;
}

.page-top a {
	display: block;
	padding: 19px 20px;
	text-align: center;
}

.page-top a::before {
	display: inline-block;
	content: "\e906";
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}


/*マルチカラム（1～6）*/
.col6-wrap,
.col5-wrap,
.col4-wrap,
.col3-wrap,
.col2-wrap {
	margin: 0 0 1em;
}

.col6-wrap::after,
.col5-wrap::after,
.col4-wrap::after,
.col3-wrap::after,
.col2-wrap::after {
	display: block;
	content: " ";
	clear: both;
}

.col,
.col_ns {
	float: none;
	width: auto;
	margin-left: 0;
}

.col {
	margin-bottom: 2%;
}


/*隙間なしのマルチカラム*/
.col_ns {
	margin-bottom: 0;
}


/*画像とテキストの組み合わせ*/
.col-wrap_onimage>.col {
	position: relative;
	overflow: hidden;
	max-width: 300px;
	margin: auto;
	margin-bottom: 20px;
}

.col-wrap_onimage_02>.col {
	max-width: 300px;
	margin: auto;
	margin-bottom: 20px;
	background-size: cover;
}

.col-wrap_onimage>.col .col-text_onimage {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.col-wrap_onimage>.col .col-text_onimage a {
	color: #fff;
}

.col-wrap_onimage>.col .col-text_onimage a:hover,
.col-wrap_onimage>.col .col-text_onimage a:active,
.col-wrap_onimage>.col .col-text_onimage a:focus {
	text-decoration: none;
}

.col-wrap_onimage_02>.col .col-text_onimage {
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
}

.col-wrap_onimage_02>.col a {
	color: #fff;
}

.col-wrap_onimage_02>.col a:hover,
.col-wrap_onimage_02>.col a:active,
.col-wrap_onimage_02>.col a:focus {
	text-decoration: none;
}


/*タグリスト*/
.post-tag dl {
	margin: 20px 0;
	overflow: hidden;
}

.post-tag:last-child dl {
	margin-bottom: 0;
}

.post-tag dt,
.post-tag dd,
.post-tag ul,
.post-tag li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.post-tag dt {
	width: 3.5em;
	float: left;
}

.post-tag dt::after {
	content: "："
}

.post-tag dd {
	float: left;
	width: calc(100% - 3.5em);
}

.post-tag dd li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: .25em .75em;
	line-height: 1.5;
	border-radius: 4px;
	background: #f0efe9;
	font-size: 1.2rem;
}

.post-tag dd li a {
	color: #505050;
	text-decoration: none;
}


/*ウィジェット*/
.widget_recent_entries .keni-section>ul,
.widget_recent_comments .keni-section>ul,
.widget_archive .keni-section>ul,
.widget_categories .keni-section>ul,
.widget_pages .keni-section>ul,
.widget_nav_menu .keni-section ul,
.widget_rss .keni-section>ul,
.widget_meta .keni-section>ul {
	margin: -16px -20px -20px;
}

.keni-section_wrap.widget_calendar {
	padding: 0;
	background: transparent;
}

.keni-section_wrap.widget_calendar .keni-section .sub-section_title {
	margin: 0 0 16px;
}

.widget_archive .keni-section>select {
	width: 100%;
	max-width: 300px;
}

.widget_archive .keni-section>label {
	display: none;
}

.widget_recent_entries .keni-section ul li,
.widget_recent_comments .keni-section ul li,
.widget_archive .keni-section>ul li,
.widget_categories .keni-section>ul li,
.widget_pages .keni-section>ul li,
.widget_nav_menu .keni-section ul li,
.widget_rss .keni-section>ul li,
.widget_meta .keni-section>ul li {
	list-style: none;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	font-size: 1.4rem;
}

.widget_categories .keni-section>ul ul,
.widget_pages .keni-section>ul ul,
.widget_nav_menu .keni-section ul ul {
	margin: 0;
	border-top: 1px solid #eee;
}

.widget_recent_entries .keni-section ul li,
.widget_recent_comments .keni-section ul li,
.widget_rss .keni-section ul li,
.widget_meta .keni-section ul li {
	position: relative;
	padding: 10px 10px 10px 28px;
}

.widget_categories .keni-section>ul ul li:last-child,
.widget_pages .keni-section>ul ul li:last-child,
.widget_nav_menu .keni-section ul ul li:last-child {
	border-bottom: 0;
}

.widget_archive .keni-section>ul li a,
.widget_categories .keni-section>ul li a,
.widget_pages .keni-section>ul li a,
.widget_nav_menu .keni-section ul li a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 28px;
	color: #000;
	text-decoration: none;
}

.widget_archive .keni-section>ul li a:hover,
.widget_archive .keni-section>ul li a:active,
.widget_archive .keni-section>ul li a:focus,
.widget_categories .keni-section>ul li a:hover,
.widget_categories .keni-section>ul li a:active,
.widget_categories .keni-section>ul li a:focus,
.widget_pages .keni-section>ul li a:hover,
.widget_pages .keni-section>ul li a:active,
.widget_pages .keni-section>ul li a:focus,
.widget_nav_menu .keni-section ul li a:hover,
.widget_nav_menu .keni-section ul li a:active,
.widget_nav_menu .keni-section ul li a:focus {
	color: #00858a;
	text-decoration: underline;
}

.widget_recent_entries .keni-section ul li a {
	text-decoration: none;
}

.widget_recent_entries .keni-section ul li a,
.widget_recent_comments .keni-section ul li a,
.widget_rss .keni-section ul li a,
.widget_meta .keni-section ul li a {
	color: #000;
}

.widget_recent_entries .keni-section ul li a:hover,
.widget_recent_entries .keni-section ul li a:active,
.widget_recent_entries .keni-section ul li a:focus,
.widget_recent_comments .keni-section ul li a:hover,
.widget_recent_comments .keni-section ul li a:active,
.widget_recent_comments .keni-section ul li a:focus,
.widget_rss .keni-section ul li a:hover,
.widget_rss .keni-section ul li a:active,
.widget_rss .keni-section ul li a:focus,
.widget_meta .keni-section ul li a:hover,
.widget_meta .keni-section ul li a:active,
.widget_meta .keni-section ul li a:focus {
	text-decoration: underline;
}

.widget_recent_entries .keni-section ul li a::before,
.widget_recent_comments .keni-section ul li::before,
.widget_archive .keni-section>ul li a::before,
.widget_categories .keni-section>ul li a::before,
.widget_pages .keni-section>ul li a::before,
.widget_nav_menu .keni-section ul li a::before,
.widget_rss .keni-section>ul li a::before,
.widget_meta .keni-section>ul li a::before {
	position: absolute;
	top: 18px;
	left: 13px;
	border-width: 4px 6px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #000;
	content: '';
}

.widget_recent_entries .keni-section ul li .post-date::before,
.list_widget_recent_entries_img li .post-date::before {
	content: ' (';
}

.widget_recent_entries .keni-section ul li .post-date::after,
.list_widget_recent_entries_img li .post-date::after {
	content: ')';
}


/*カテゴリー2層目*/
.widget_categories .keni-section>ul ul li a,
.widget_pages .keni-section>ul ul li a,
.widget_nav_menu .keni-section ul ul li a {
	padding-left: 48px;
}

.widget_categories .keni-section>ul ul li a::before,
.widget_pages .keni-section>ul ul li a::before,
.widget_nav_menu .keni-section ul ul li a::before {
	left: 33px;
}


/*カテゴリー3層目*/
.widget_categories .keni-section>ul ul li li a,
.widget_pages .keni-section>ul ul li li a,
.widget_nav_menu .keni-section ul ul li li a {
	padding-left: 68px;
}

.widget_categories .keni-section>ul ul li li a::before,
.widget_pages .keni-section>ul ul li li a::before,
.widget_nav_menu .keni-section ul ul li li a::before {
	left: 53px;
}

.widget_search,
.widget_tag_cloud {
	background-color: transparent;
}

.widget_search .search-box {
	margin-top: -20px;
	margin-bottom: -20px;
	padding: 0;
}

.widget_search .sub-section_title+.search-box {
	margin-top: 0;
}

.widget_search .keni-section .btn-search {
	top: 0;
	right: 5px;
}

.tagcloud {
	margin: 0 -20px -20px;
}

.tagcloud a {
	display: inline-block;
	margin: 0 0 5px 5px;
	padding: 2px 8px;
	border-radius: 4px;
	box-shadow: 2px 2px 0 0 #ddd;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}

.tagcloud a::before {
	display: inline-block;
	margin-right: 5px;
	content: "\e91f";
	font-size: 12px;
	color: #00858a;
}

.widget_recent_entries_img,
.widget_recent_entries_img02,
.widget_recent_entries_img03,
.widget_keni_recent_post {
	background: transparent;
}

.widget_recent_entries_img .list_widget_recent_entries_img {
	margin: -8px -20px -20px;
	padding: 0;
}

.widget_recent_entries_img02 .list_widget_recent_entries_img,
.widget_recent_entries_img03 .list_widget_recent_entries_img {
	margin: 0 -20px -20px;
	padding: 0;
}


/*画像付きリスト*/
.widget_recent_entries_img .list_widget_recent_entries_img li {
	list-style: none;
	overflow: hidden;
	background: #fff;
}

.keni-footer .widget_recent_entries_img .list_widget_recent_entries_img li {
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}

.widget_recent_entries_img .list_widget_recent_entries_img .widget_recent_entries_thumb {
	position: relative;
	float: left;
	width: 90px;
	height: 90px;
	margin: 0;
	overflow: hidden;
	text-align: center;
}

.widget_recent_entries_img .list_widget_recent_entries_img .widget_recent_entries_thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.widget_recent_entries_img .list_widget_recent_entries_img .widget_recent_entries_img_entry_title {
	overflow: hidden;
	margin: 0;
	padding: 10px 15px;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.5;
}

.widget_recent_entries_img .list_widget_recent_entries_img .widget_recent_entries_img_entry_title a {
	display: block;
	height: 70px;
	overflow: hidden;
	color: #000;
	text-decoration: none;
}

.widget_recent_entries_img .list_widget_recent_entries_img .widget_recent_entries_img_entry_title a:hover,
.widget_recent_entries_img .list_widget_recent_entries_img .widget_recent_entries_img_entry_title a:active,
.widget_recent_entries_img .list_widget_recent_entries_img .widget_recent_entries_img_entry_title a:focus {
	/*color: #00858a;*/
	text-decoration: underline;
}

.widget_recent_entries_img .list_widget_recent_entries_img li {
	height: 90px;
}


.list_widget_recent_entries_img li {
	list-style: none;
}

/** Google Adsense 向け */
.google-auto-placed,
.google-auto-placed ins {
	height: auto !important;
}

.google-auto-placed iframe {
	position: static !important;
}

/*画像付きリスト（画像＋テキスト）*/
.widget_recent_entries_img02 li {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 300px;
	margin: auto;
	margin-bottom: 20px;
}

.widget_recent_entries_img02 .widget_recent_entries_thumb {
	margin: 0;
}

.widget_recent_entries_img02 img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.widget_recent_entries_img02 .widget_recent_entries_img_entry_title {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 1.4rem;
}

.widget_recent_entries_img02 .widget_recent_entries_img_entry_title a {
	color: #fff;
	text-decoration: none;
}


/*画像付きリスト（背景画像＋テキスト）*/
.widget_recent_entries_img03 .list_widget_recent_entries_img li {
	max-width: 300px;
	height: 200px;
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
	background-size: cover;
}

.widget_recent_entries_img03 .list_widget_recent_entries_img .widget_recent_entries_img_entry_title {
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 1.4rem;
}

.widget_recent_entries_img03 .list_widget_recent_entries_img a {
	color: #fff;
	text-decoration: none;
}

.widget_recent_entries_ranking ol {
	counter-reset: num;
}

.widget_recent_entries_ranking .list_widget_recent_entries_img>li {
	counter-increment: num;
	position: relative;
}

.widget_recent_entries_ranking .list_widget_recent_entries_img>li::before {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	border-width: 20px;
	border-style: solid;
	border-color: #80cbc4;
	border-right-color: transparent;
	border-bottom-color: transparent;
	content: '';
}

.widget_recent_entries_ranking .list_widget_recent_entries_img>li::after {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 5px;
	content: counter(num);
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

.widget_recent_entries_ranking .list_widget_recent_entries_img>li:nth-child(1)::before {
	border-color: #f9a825;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.widget_recent_entries_ranking .list_widget_recent_entries_img>li:nth-child(2)::before {
	border-color: #bdbdbd;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.widget_recent_entries_ranking .list_widget_recent_entries_img>li:nth-child(3)::before {
	border-color: #8d6e63;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.widget_recent_entries_img.widget_recent_entries_ranking .list_widget_recent_entries_img>li::before {
	border-width: 14px;
}

.widget_recent_entries_img.widget_recent_entries_ranking .list_widget_recent_entries_img>li::after {
	font-size: 1.2rem;
}

.widget_recent_entries_img03 .list_widget_recent_entries_img .widget_recent_entries_img_entry_title {
	display: table;
	width: 100%;
	height: 200px;
	margin-bottom: 0;
	padding: 0;
}

.widget_recent_entries_img03 .list_widget_recent_entries_img .widget_recent_entries_img_entry_title a {
	display: table-cell;
	padding: 25px 15px 15px 25px;
	vertical-align: middle;
}


/*広告用2カラム*/
/*
# Adsenseで利用する場合は下記URLを参考にしてください。
# https://support.google.com/adsense/answer/6307124?hl=ja
*/
.ads_col2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ads_col2>li {
	min-width: 320px;
	/*広告の最小サイズ*/
	list-style-type: none;
}

.ads_col2 .adslot_1 {
	display: none;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.aligncenter {
	display: block;
	float: none;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

.post-tag a {
	word-break: break-all;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*キャプション*/
.wp-caption {
	max-width: 100%;
}


/*ギャラリー*/
.gallery,
.gallery-item {
	box-sizing: border-box;
}

.gallery {
	margin-bottom: 1em;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	margin: 1%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
}

.gallery-columns-3 .gallery-item {
	max-width: 31.3%;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
}

.gallery-columns-5 .gallery-item {
	max-width: 18%;
}

.gallery-columns-6 .gallery-item {
	max-width: 14.6%;
}

.gallery-columns-7 .gallery-item {
	max-width: 12.2%;
}

.gallery-columns-8 .gallery-item {
	max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 9.1%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 1.4rem;
}

/* スクリーンリーダー用 */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/*リンクカード*/
.keni-link-card_wrap {
	min-height: 75px;
	margin-bottom: 2.5em;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.keni-link-card_wrap .keni-link-card {
	position: relative;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 0;
	color: #505050;
	font-style: normal;
	background: transparent;
}

.keni-link-card_wrap .keni-link-card::before,
.keni-link-card_wrap .keni-link-card::after {
	display: none;
}

.keni-link-card_thumb {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 75px;
	height: 75px;
}

.keni-link-card_thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	max-width: none;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.keni-link-card_title {
	margin-right: 85px;
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.keni-link-card_title a {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

.keni-link-card_title a:hover,
.keni-link-card_title a:active,
.keni-link-card_title a:focus {
	/*color: #00858a;*/
	text-decoration: underline;
}

.keni-link-card_url {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	font-size: 1.2rem;
	white-space: nowrap;
}

.keni-link-card_url a {
	color: #999;
	text-decoration: none;
}

.keni-link-card_desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	max-height: 65px;
	margin-right: 85px;
	font-size: 1.2rem;
}

.gsc-search-box table {
	margin: 0;
}

.gsc-search-box table th,
.gsc-search-box table thead th,
.gsc-search-box table tbody th,
.gsc-search-box table td {
	padding: 0;
	border: 0;
}

.gsc-search-box table td a {
	padding: 0;
}

.gsc-input {
	height: 23px !important;
}

.gsc-results-wrapper-visible table {
	width: 100%;
	margin: initial;
	padding: initial;
}

.gsc-results-wrapper-visible th,
.gsc-results-wrapper-visible td {
	padding: initial;
	font-size: inherit;
	border: 0;
}


/*回り込みの解除*/
.keni-main_outer::after,
.keni-header_inner::after,
.keni-gnav_inner::after,
.nav-links::after,
.page-nav-bf::after,
.btn-area::after,
.item-box::after,
.item-box02::after,
.item-box03_col_wrap::after,
.btn-detail_wrap::after,
.clearfix::after {
	display: block;
	content: " ";
	clear: both;
}


@media (min-width : 480px) {

	/*
	# 記事一覧
	*/

	/*記事一覧 デザイン01*/

	.entry-list_style01 {
		margin-bottom: 40px;
	}

	.entry-list_style01>.entry-list_item {
		padding-bottom: 0;
		border-top: 0;
		border-radius: 0;
	}

	.entry-list_style01 .entry_title {
		margin-top: 0;
		margin-bottom: 5px;
	}

	.entry-list_style01 .entry_status>ul {
		display: inline-block;
		margin: 0 10px 5px 0;
	}

	.entry-list_style01 .entry_status>ul>li {
		display: inline-block;
	}

	.entry-list_style01 .entry_status .entry_date_item {
		font-size: 1.4rem;
	}

	.entry-list_style01 .entry_thumb {
		float: left;
		max-width: 35%;
		min-width: 200px;
		margin: 0 20px 15px 0;
		overflow: hidden;
	}

	.entry-list_style01 .ently_read-more {
		float: right;
		width: 210px;
		margin-bottom: 0;
	}


	/*記事一覧 デザイン02*/

	.entry-list_style02 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	.entry-list_style02>.entry-list_item {
		width: 49%;
		margin-right: 2%;
	}

	.entry-list_style02 .entry-list_item:nth-child(2n) {
		margin-right: 0;
	}

	.entry-list_style02>.entry-list_item {
		margin-bottom: 20px;
		padding: 15px;
	}

	.entry-list_style02 .entry_thumb {
		max-width: none;
		margin: -15px -15px 10px;
	}


	/*ランキングリスト*/
	.rank_title {
		background-size: 48px 48px;
		font-size: 2rem;
	}


	/*登場人物紹介*/
	.keni-main .cast-box .cast {
		position: relative;
		min-height: 100px;
		padding-left: 115px;
	}

	.col1 .keni-sub .cast-box_sub .cast,
	.free-area .cast-box_sub .cast {
		position: relative;
		min-height: 150px;
		padding-left: 135px;
	}

	.keni-main .cast-box .cast_headshot {
		position: absolute;
		top: 0;
		left: 0;
	}

	.col1 .keni-sub .cast-box_sub .cast_headshot,
	.free-area .cast-box_sub .cast_headshot {
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.cast-box .cast_name,
	.cast-box_sub .cast_name {
		text-align: left;
	}


	/*著者紹介*/
	.profile-box-thumb {
		float: left;
		margin-right: 30px;
	}

	.profile-box-desc {
		overflow: hidden;
	}


	/*関連記事一覧 デザイン02*/
	.related-entry-list_style02>li {
		font-size: 1.4rem;
	}

	.related-entry-list_style02 .related-entry-list_item {
		padding: 15px;
	}

	.related-entry-list_style02 .related-entry_thumb {
		margin: -15px -15px 15px;
	}


	/*マルチカラム（1～6）*/
	.col,
	.col_ns {
		float: left;
	}

	.col::after,
	.col_ns::after {
		display: block;
		clear: both;
		height: 0;
		content: '';
	}

	.col5-wrap>.col,
	.col4-wrap>.col,
	.col2-wrap>.col {
		width: 49%;
	}

	.col5-wrap>.col:nth-child(odd),
	.col4-wrap>.col:nth-child(odd),
	.col2-wrap>.col:nth-child(odd) {
		margin-right: 2%;
	}

	.col6-wrap>.col,
	.col3-wrap>.col {
		width: 32%;
		margin-right: 2%;
	}

	.col6-wrap>.col:nth-child(3n),
	.col3-wrap>.col:nth-child(3n) {
		margin-right: 0;
	}

	.col5-wrap>.col_ns,
	.col4-wrap>.col_ns,
	.col2-wrap>.col_ns {
		width: 50%;
	}

	.col6-wrap>.col_ns,
	.col3-wrap>.col_ns {
		width: 33.33333333%;
	}

	.keni-footer-cont_wrap {
		padding: 0 10px;
	}

	.sns-btn_wrap {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.entry-list_style02 .entry_title {
		line-height: 1.4;
		overflow: hidden;
		max-height: 65px;
	}

	.entry-list_style02 .entry_title a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.entry-list_style02 .sns-btn_wrap {
		width: 100%;
		margin-top: 5px;
		padding-bottom: 0;
		text-align: right;
		border-spacing: 0;
		letter-spacing: -.5em;
	}

	.entry-list_style02 .sns-btn_wrap>div {
		display: inline-block;
		width: 25px;
		margin: 0 2px;
		border: 0;
		line-height: 1;
		letter-spacing: 0;
	}

	.entry-list_style02 .sns-btn_wrap>div {
		display: inline-block;
		width: 25px;
		margin: 0 2px;
		border: 0;
		line-height: 1;
		letter-spacing: 0;
	}

	.entry-list_style02 .sns-btn_wrap>div i {
		margin: 0;
	}

	.entry-list_style02 .sns-btn_wrap>div i::before {
		font-size: 18px;
	}

	.entry-list_style02 .sns-btn_wrap>div span {
		display: none;
	}

	.entry-list_style02 .sns-btn_tw,
	.entry-list_style02 .sns-btn_fb,
	.entry-list_style02 .sns-btn_hatena,
	.entry-list_style02 .sns-btn_gplus {
		background-color: transparent;
	}

	.entry-list_style02 .sns-btn_tw i {
		color: #1da1f2;
	}

	.entry-list_style02 .sns-btn_fb i {
		color: #3b5998;
	}

	.entry-list_style02 .sns-btn_hatena i {
		color: #00a4de;
	}

	.entry-list_style02 .sns-btn_gplus i {
		color: #d34836;
	}

	.entry-list_style02 .entry_description {
		overflow: hidden;
		max-height: 58px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 1.3rem;
	}

	.entry-list_style02 .ently_read-more {
		display: none;
	}

	.entry-list_style02 .entry_status .entry_date_item {
		display: list-item;
		margin-bottom: 5px;
	}

	.entry-list_style02 .entry_status .entry_date_item:nth-child(2) {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}

	.btn_mailmaga {
		font-size: 2.5rem;
	}

	.btn_mailmaga span::before {
		font-size: 28px;
		line-height: 32px;
	}

	.btn-detail_col {
		margin: 10px 0;
	}


}

/*横幅480px以上*/


@media (min-width : 769px) {

	/*デスクトップとモバイルで表示を振り分け*/
	.show-sp,
	.show-sp02 {
		display: none !important;
	}

	.show-pc {
		display: block !important;
	}

	.show-pc02 {
		display: inline !important;
	}

	.keni-main .keni-section_wrap {
		padding: 30px 40px;
	}

	.keni-main .keni-section_wrap.widget {
		padding: 20px;
	}

	.keni-main .section_wrap-wide,
	.keni-main .keni-section_wrap_style02 {
		padding: 0;
	}

	.keni-section_outer {
		margin-bottom: 40px;
	}

	.keni-section_outer .keni-section_wrap {
		margin: 0;
	}

	h2 {
		font-size: 2.1rem;
	}

	h3 {
		font-size: 2.0rem;
	}

	h4 {
		font-size: 2.0rem;
	}

	h5 {
		font-size: 2rem;
	}

	/*
	# 1カラムのレイアウト
	*/
	.col1 .keni-header_outer,
	.col1 .keni-gnav_outer,
	.col1 .keni-mv_outer,
	.col1 .catch-area,
	.col1 .archive_title_wrap,
	.col1 .keni-breadcrumb-list_outer,
	.col1 .keni-footer_outer,
	.col1 .keni-copyright,
	.col1 .keni-section_wrap,
	.col1 .keni-sep-conts_outer,
	.col1 .keni-footer-panel_outer {
		max-width: 980px;
		margin-right: auto;
		margin-left: auto;
	}

	.keni-header_outer,
	.keni-gnav_outer {
		max-width: 1200px;
		margin: 0 auto;
	}

	.col1 .keni-sub {
		padding: 10px 0;
	}

	.col1 .keni-main_outer,
	.col1 .section_wrap-wide {
		width: 100%;
		max-width: none;
	}

	.col1 .keni-section_wrap,
	.col1 .section_wrap-wide,
	.col1 .section_wrap-wide .keni-section {
		margin-right: auto;
		margin-left: auto;
	}

	.col1 .keni-section_wrap {
		max-width: 900px;
	}

	.col1 .section_wrap-wide {
		max-width: none;
	}

	.col1 .section_wrap-wide .keni-section {
		padding: 0 20px;
	}

	/*
	# 2カラムのレイアウト
	*/
	.col2 .keni-header_outer,
	.col2 .keni-gnav_outer,
	.col2 .keni-mv_outer,
	.col2 .archive_title_wrap,
	.col2 .keni-main_outer,
	.col2 .catch-area,
	.col2 .keni-breadcrumb-list_outer,
	.col2 .keni-footer_outer,
	.col2 .keni-copyright,
	.col2 .keni-sep-conts_outer,
	.col2 .keni-footer-panel_outer {
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}

	.col2r .keni-header_outer,
	.col2r .keni-gnav_outer,
	.col2r .keni-mv_outer,
	.col2r .catch-area,
	.col2r .archive_title_wrap,
	.col2r .keni-main_outer,
	.col2r .keni-breadcrumb-list_outer,
	.col2r .keni-footer_outer,
	.col2r .keni-copyright,
	.col2r .keni-sep-conts_outer,
	.col2r .keni-footer-panel_outer {
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}

	.col1 .keni-lp .keni-header_outer,
	.col1 .keni-lp .keni-gnav_outer,
	.col1 .keni-lp .keni-mv_outer,
	.col1 .keni-lp .catch-area,
	.col2 .keni-lp .keni-header_outer,
	.col2 .keni-lp .keni-gnav_outer,
	.col2 .keni-lp .keni-mv_outer,
	.col2 .keni-lp .catch-area,
	.col2r .keni-lp .keni-header_outer,
	.col2r .keni-lp .keni-gnav_outer,
	.col2r .keni-lp .keni-mv_outer,
	.col2r .keni-lp .catch-area {
		max-width: none;
	}

	/*
	# 「メインコンテンツ（.keni-main）」と「サブコンテンツ（.keni-sub）」
	# 「メインコンテンツの幅」は「メインの幅（初期設定では1200px）」から「サブの幅＋余白（初期設定では320px）」を引いたもの
	*/

	/*2カラムの設定*/
	.col2 .keni-main {
		float: left;
		width: 100%;
		margin-right: -300px;
		padding-right: 300px;
	}

	.col2 .keni-sub {
		float: right;
		width: 300px;
		/*サイドバーの幅*/
	}


	/*2カラムリバースの設定*/
	.col2r .keni-main {
		float: right;
		width: 100%;
		margin-left: -320px;
		padding-left: 320px;
	}

	.col2r .keni-sub {
		float: left;
		width: 300px;
		/*サイドバーの幅*/
	}

	.keni-header {
		padding-right: 0;
	}

	.keni-header_col1 .keni-header_cont {
		margin-right: 0;
	}

	.catch-area_inner {
		padding: 30px;
	}

	.catch-area .catch_main {
		margin-bottom: 10px;
		font-size: 3rem;
	}

	.catch-area .catch_sub {
		margin-bottom: 10px;
		font-size: 2.0rem;
	}

	.keni-slider-pager a i {
		font-size: 25px
	}

	.keni-slider-nav a {
		width: 15px;
		height: 15px;
		border-radius: 50%;
	}

	/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/

	.table-list thead {
		display: table-header-group;
	}

	.table-list tr {
		display: table-row;
	}

	.table-list th,
	.table-list td {
		display: table-cell;
	}

	.table-list tbody td::before {
		display: none;
		width: auto;
	}


	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/

	.table-block {
		display: table;
	}

	.table-block tbody {
		display: table-row-group;
	}

	.table-block tr {
		display: table-row;
	}

	.table-block th,
	.table-block td {
		display: table-cell;
	}

	.table-block th {
		width: 25%;
	}

	.table-block::after {
		display: none;
	}

	.table-scroll::before {
		content: "";
	}


	/*
	# ヘッダー
	*/
	.fixed {
		position: static;
		width: 100%;
	}

	.keni-container {
		padding-top: 0 !important;
	}

	.keni-header .site-title,
	.keni-header_col1 .site-title {
		float: left;
		max-width: 50%;
		font-size: 3.0rem;
	}

	.keni-header_cont,
	.keni-header_col1 .keni-header_cont {
		float: right;
		max-width: 50%;
		background-color: transparent;
	}

	.fixed .keni-header_col1 .keni-header_cont {
		display: block;
	}

	.keni-header_cont .btn {
		margin-top: 10px;
		padding: 10px 30px;
	}

	.keni-gnav_btn {
		display: none;
	}


	/*
	# グローバルメニュー
	*/
	.keni-gnav_wrap {
		border-top: #f0f0f0;
	}

	.keni-gnav_inner {
		display: block !important;
		position: static;
		margin-left: auto;
		width: 100%;
		padding: 0;
		overflow-y: visible;
		border: 0;
	}

	.keni-gnav-child_btn {
		top: 10px;
		right: 5px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.keni-gnav_cont .keni-gnav-child_btn_icon-open>.keni-gnav-child_btn::before,
	.keni-gnav_cont .keni-gnav-child_btn_icon-close>.keni-gnav-child_btn::before,
	.keni-gnav_cont ul .keni-gnav-child_btn_icon-open>.keni-gnav-child_btn::before,
	.keni-gnav_cont ul .keni-gnav-child_btn_icon-close>.keni-gnav-child_btn::before {
		line-height: 20px;
	}


	.keni-gnav_cont .keni-gnav-child_btn_icon-open>.keni-gnav-child_btn::before {
		content: "\e903";
		color: #000;
	}

	.keni-gnav_cont .keni-gnav-child_btn_icon-close>.keni-gnav-child_btn::before {
		content: "\e906";
		color: #000;
	}

	.keni-gnav_cont ul .keni-gnav-child_btn_icon-open>.keni-gnav-child_btn::before {
		content: "\e905";
		color: #fff;
	}

	.keni-gnav_cont ul .keni-gnav-child_btn_icon-close>.keni-gnav-child_btn::before {
		content: "\e904";
		color: #fff;
	}

	.keni-gnav_inner ul {
		border-top: 0;
		letter-spacing: -.5em;
	}

	.keni-gnav_inner>ul {
		display: table;
	}

	.keni-gnav_inner li {
		display: table-cell;
		margin: 0;
		border-bottom: 0;
		/* vertical-align: middle; */
		letter-spacing: 0;
	}

	.keni-gnav_inner .menu-search {
		display: none;
	}

	.keni-gnav_inner li:last-child {
		border-right: 0;
	}

	.keni-gnav_inner li a {
		display: block;
		padding: 10px 20px 7px;
		border-bottom: 3px solid #fff;
		text-decoration: none;
	}

	.keni-gnav_inner li a:hover,
	.keni-gnav_inner li a:active,
	.keni-gnav_inner li a:focus {
		border-bottom: 3px solid #05a5ab;
	}

	.keni-gnav_inner li ul {
		position: absolute;
		z-index: 20;
		top: 100%;
		padding: 0;
		border-top: 1px solid #999;
		background: #333;
	}

	.keni-gnav_inner li ul ul {
		position: absolute;
		top: -1px;
		left: 100%;
		border-top: 1px solid #999;
		background: #fff;
	}

	.keni-gnav_inner li ul li {
		display: inline-block;
		width: 100%;
		min-width: 150px;
		border-right: 0;
		border-bottom: 1px solid #999;
	}

	.keni-gnav_inner li ul li:last-child {
		border-bottom: 1px solid #999;
	}

	.keni-gnav_inner li ul a {
		display: inline-block;
		width: 100%;
		min-height: 42px;
		border-bottom: 0;
		background: #333333;
		color: #fff;
		vertical-align: middle;
	}

	.keni-gnav_inner li ul a:hover,
	.keni-gnav_inner li ul a:active,
	.keni-gnav_inner li ul a:focus {
		border-bottom: 0;
	}

	.keni-gnav ul .keni-gnav-child_btn_icon-open>a,
	.keni-gnav ul .keni-gnav-child_btn_icon-close>a {
		padding-right: 50px;
	}

	.keni-gnav_inner li li li a {
		background: #565656;
	}

	.keni-gnav_inner li li li a,
	.keni-gnav_inner li li li li a {
		padding-left: 20px;
	}


	/*メインビジュアルキャッチ*/
	.col1 .catch-area,
	.col2 .catch-area {
		width: 100%;
		margin: 50px auto;
	}

	.col1 .catch-area_c,
	.col2 .catch-area_c {
		width: 50%;
	}

	.col1 .keni-lp .catch-area_c,
	.col2 .keni-lp .catch-area_c {
		width: 100%;
	}

	.catch-area_l .catch-area_inner {
		margin-right: 50%;
	}

	.catch-area_r .catch-area_inner {
		margin-left: 50%;
	}

	.catch-area .catch_main {
		font-size: 3.5rem;
	}

	/*スライダー*/
	.keni-slider-pager_prev,
	.keni-slider-pager_next {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.keni-slider-pager_prev::before,
	.keni-slider-pager_next::before {
		width: 30px;
		height: 30px;
		line-height: 50px;
	}

	/*動画ヘッダー*/
	.keni-lp .bg-video {
		background-image: none !important;
		background-color: #000;
	}

	.bg-video video,
	.bg-video iframe {
		display: inline;
	}

	profile-box-desc {
		overflow: hidden;
	}

	.keni-section_wrap {
		margin-bottom: 40px;
	}

	.error404 .keni-main .keni-section_wrap {
		margin-bottom: 10px;
	}

	.article_wrap {
		margin-bottom: 20px;
	}

	.col1 .archive_title {
		margin-right: auto;
		margin-left: auto;
	}

	/*ステップ図*/
	.step-chart_style02>li {
		display: inline-block;
		width: 20%;
		margin-right: 20px;
		padding: 20px;
		font-size: 1.6rem;
		vertical-align: middle;
	}

	.step-chart_style02>li:last-child {
		margin-bottom: 16px;
	}

	.step-chart_style02 li::after {
		position: absolute;
		top: 50%;
		bottom: auto;
		right: -30px;
		left: auto;
		margin-top: -15px;
		border: solid transparent;
		border-left-color: #ccc;
		border-width: 15px;
		content: '';
	}

	.step-chart_style02 li:nth-child(1)::after,
	.step-chart_style02 li:nth-child(2)::after,
	.step-chart_style02 li:nth-child(3)::after,
	.step-chart_style02 li:nth-child(4)::after {
		border-top-color: transparent;
	}

	.step-chart_style02 li:nth-child(1)::after {
		border-left-color: #f0f0f0;
	}

	/*.step-chart_style02 li:nth-child(2)::after{*/
	/*border-left-color: #def2f3;*/
	/*}*/

	/*.step-chart_style02 li:nth-child(3)::after{*/
	/*border-left-color: #b3e4e6;*/
	/*}*/

	/*.step-chart_style02 li:nth-child(4)::after{*/
	/*border-left-color: #05a5ab;*/
	/*}*/

	blockquote {
		margin-right: 24px;
		margin-left: 24px;
		padding: 35px 40px;
	}

	blockquote::before,
	blockquote::after {
		font-size: 28px;
	}


	/*ランキングリスト*/
	.col1 .rank_thumb,
	.free-area .rank_thumb {
		float: left;
		margin-right: 20px;
	}

	.item-box .item-box_thumb {
		float: left;
		margin-right: 30px;
	}

	.col1 .item-box02 .item-box_thumb {
		float: right;
		margin-left: 40px;
		max-width: 40%;
	}


	/*お客さまの声*/
	.keni-main .voice-box .voice,
	.col1 .keni-sub .voice-box .voice {
		position: relative;
		min-height: 100px;
		padding-left: 135px;
	}

	.voice-box .voice_title {
		float: none;
		width: auto;
		min-height: 0;
	}

	.keni-main .voice-box .voice_headshot,
	.col1 .keni-sub .voice-box .voice_headshot {
		position: absolute;
		top: 0;
		left: 0;
	}

	.voice-box .voice_headshot {
		width: auto;
	}

	.voice-box .voice_headshot img {
		width: 120px;
	}

	.keni-main .voice-box .voice_title span,
	.col1 .keni-sub .voice-box .voice_title span {
		display: inline;
		margin-right: 10px;
	}


	/*
	# 吹き出し
	*/

	.bubble {
		padding: 1.5em;
	}

	.talker,
	.talker img {
		width: 100px;
	}

	.chat_l .bubble_wrap {
		margin-left: -120px;
		padding-left: 120px;
	}

	.chat_r .bubble_wrap {
		margin-right: -120px;
		padding-right: 120px;
	}

	.together.chat_l .bubble_wrap {
		margin-left: 0;
		padding-left: 0;
	}

	.together.chat_r .bubble_wrap {
		margin-right: 0;
		padding-right: 0;
	}

	.commentary-box_inner {
		padding: 30px;
	}

	.commentary-box_inner .talker-thumb {
		position: absolute;
		top: 30px;
		right: 30px;
		width: 100px;
		height: auto;
		margin: 0;
	}

	.commentary-box .commentary-box_title {
		margin-bottom: 30px;
		padding-bottom: 20px;
		font-size: 3.2rem;
		line-height: 1.4;
	}

	.commentary-box .commentary-box_title span {
		font-size: 1.8rem;
	}

	.keni-section .profile-box-author,
	.keni-section .profile-box-desc-title {
		text-align: left;
	}

	/*関連記事一覧 デザイン02*/

	.related-entry-list_style02>.related-entry-list_item {
		width: 32%;
		margin-right: 2%;
	}

	.related-entry-list_style02 .related-entry-list_item:nth-child(2n) {
		margin-right: 2%;
	}

	.related-entry-list_style02 .related-entry-list_item:nth-child(3n) {
		margin-right: 0;
	}

	.ranking-list_item .btn-detail {
		max-width: 230px;
		margin-right: 0;
		text-align: center;
	}

	.item-box {
		padding: 30px;
	}

	.item-box .btn-detail {
		margin-top: 30px;
		text-align: right;
	}

	.item-box02 .item-box_inner {
		padding: 30px;
	}

	.item-box02 .item-box_title {
		margin-bottom: 30px;
	}

	.item-data_sec {
		overflow: hidden;
	}

	.item-box02 .btn-detail {
		margin-top: 30px;
	}

	.item-box .btn-detail .btn {
		width: auto;
	}

	.item-box02 .btn-detail .btn {
		width: 80%;
		padding: 1.5em 2.5em;
		font-weight: bold;
	}

	.col1 .item-box03_thumb {
		float: left;
		width: 30%;
	}

	.col1 .item-box03_cont {
		float: right;
		width: 68%;
	}

	.col1 .btn-detail_wrap {
		margin-top: 0;
	}

	.form-login {
		padding: 45px;
	}

	.form-login hr {
		margin: 45px -45px;
	}

	.list-login-btn_sns {
		max-width: 260px;
	}

	.login-btn_fb button,
	.login-btn_tw button,
	.login-btn_gplus button {
		padding: 8px 24px;
	}

	.col1 .contact-box_in {
		flex-direction: row;
	}

	.col1 .contact-box-item {
		width: 48%;
		text-align: center;
	}

	.col1 .contact-box_tel {
		margin-bottom: 0;
		/*color: #00858a;*/
	}

	/*ページ送り*/
	.page-nav ol {
		text-align: center;
	}

	/*広告用2カラム*/
	/*
	# Adsenseで利用する場合は下記URLを参考にしてください。
	# https://support.google.com/adsense/answer/6307124?hl=ja
	*/
	.ads_col2>li {
		display: inline-block;
	}

	.ads_col2>li {
		margin-right: .5em;
		margin-left: .5em;
	}

	.ads_col2 .adslot_1 {
		display: inline-block;
	}

	.col1 .keni-sub .list_widget_recent_entries_img,
	.free-area .list_widget_recent_entries_img,
	.list_widget_recent_entries_img li,
	.keni-footer_col1>.keni-footer-cont .list_widget_recent_entries_img {
		overflow: hidden;
	}

	.col1 .keni-sub .widget_recent_entries_img .list_widget_recent_entries_img li,
	.free-area .widget_recent_entries_img .list_widget_recent_entries_img li,
	.keni-footer_col1>.keni-footer-cont .list_widget_recent_entries_img li {
		list-style: none;
		float: left;
		width: 49%;
		margin-right: 2%;
	}

	.col1 .keni-sub .widget_recent_entries_img .list_widget_recent_entries_img li:nth-child(2n),
	.free-area .widget_recent_entries_img .list_widget_recent_entries_img li:nth-child(2n),
	.keni-footer_col1>.keni-footer-cont .widget_recent_entries_img .list_widget_recent_entries_img li:nth-child(2n) {
		margin-right: 0;
	}

	.col1 .keni-sub .widget_recent_entries_img02 .list_widget_recent_entries_img li,
	.free-area .widget_recent_entries_img02 .list_widget_recent_entries_img li,
	.col1 .keni-sub .widget_recent_entries_img03 .list_widget_recent_entries_img li,
	.free-area .widget_recent_entries_img03 .list_widget_recent_entries_img li,
	.keni-footer_col1>.keni-footer-cont .widget_recent_entries_img02 .list_widget_recent_entries_img li,
	.keni-footer_col1>.keni-footer-cont .widget_recent_entries_img03 .list_widget_recent_entries_img li {
		list-style: none;
		float: left;
		width: 32%;
		margin-right: 2%;
	}

	.col1 .keni-sub .widget_recent_entries_img02 .list_widget_recent_entries_img li:nth-child(3n),
	.free-area .widget_recent_entries_img02 .list_widget_recent_entries_img li:nth-child(3n),
	.col1 .keni-sub .widget_recent_entries_img03 .list_widget_recent_entries_img li:nth-child(3n),
	.free-area .widget_recent_entries_img03 .list_widget_recent_entries_img li:nth-child(3n),
	.keni-footer_col1>.keni-footer-cont .widget_recent_entries_img02 .list_widget_recent_entries_img li:nth-child(3n),
	.keni-footer_col1>.keni-footer-cont .widget_recent_entries_img03 .list_widget_recent_entries_img li:nth-child(3n) {
		margin-right: 0;
	}


	/*
	# フッター
	*/

	/* フッターコンテンツ */
	.keni-footer-cont {
		float: left;
	}

	.keni-footer-cont::after {
		display: block;
		clear: both;
		height: 0;
		content: '';
	}

	.keni-footer .keni-section_wrap {
		margin: 0;
		margin-bottom: 30px;
	}

	.keni-footer .keni-footer_col1 .keni-section_wrap {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.keni-footer .keni-section_wrap:last-child {
		margin-bottom: 0;
	}

	.keni-footer-cont_wrap>.keni-footer-cont {
		width: 32%;
		margin-right: 2%;
	}

	.keni-footer_col1>.keni-footer-cont {
		width: 100%;
		margin-right: 0;
	}

	.keni-footer_col2>.keni-footer-cont {
		width: 48%;
		margin-right: 4%;
	}

	.keni-footer-cont_wrap>.keni-footer-cont:nth-child(3n) {
		margin-right: 0;
	}

	.keni-footer_col2>.keni-footer-cont:nth-child(2n) {
		margin-right: 0;
	}

	.keni-footer-cont {
		border: 0;
	}

	.keni-footer-cont:first-child {
		margin-left: 0;
	}


	/*
	# SNSボタン
	*/
	.sns-btn_wrap {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.entry-list_item .sns-btn_wrap {
		width: 100%;
		padding: 0 0 20px;
	}

	.entry-list_style02 .sns-btn_wrap {
		padding-bottom: 0;
	}

	.sns-btn_wrap>div i,
	.sns-btn_wrap>div svg {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.sns-btn_wrap>div i::before {
		font-size: 14px;
	}

	.sns-follow-box {
		display: table;
		width: 100%;
		margin: 30px 0;
		overflow: hidden;
		background: #f2f2f2;
	}

	.sns-follow-box_inner {
		display: table-cell;
		padding: 15px;
		border: 0;
		vertical-align: middle;
	}

	/*マルチカラム（1～6）*/
	.col6-wrap>.col {
		width: 15%;
		margin-right: 2%;
	}

	.col6-wrap>.col:nth-child(3n) {
		margin-right: 2%;
	}

	.col6-wrap>.col:nth-child(6n) {
		margin-right: 0;
	}

	.col5-wrap>.col {
		width: 18.4%;
		margin-right: 2%;
	}

	.col5-wrap>.col:nth-child(5n) {
		margin-right: 0;
	}

	.col4-wrap>.col {
		width: 23.5%;
		margin-right: 2%;
	}

	.col4-wrap>.col:nth-child(4n) {
		margin-right: 0;
	}

	.col6-wrap>.col_ns {
		width: 16.66666666%;
	}

	.col5-wrap>.col_ns {
		width: 20%;
	}

	.col4-wrap>.col_ns {
		width: 25%;
	}


	/*画像とテキストの組み合わせ*/
	.col-wrap_onimage>.col,
	.col-wrap_onimage_02>.col {
		max-width: none;
	}


	/*
	# フッターパネル
	*/
	.keni-footer-panel_wrap {
		display: none;
	}


	/*リンクカード*/
	.keni-link-card_wrap .keni-link-card {
		min-height: 100px;
		margin: 0;
		background: transparent;
	}

	.keni-link-card_thumb {
		width: 100px;
		height: 100px;
	}

	.keni-link-card_title {
		margin-right: 110px;
		font-size: 1.6rem;
		font-weight: bold;
	}

	.keni-link-card_desc {
		margin-right: 110px;
	}

}

/*横幅768px以上*/


@media (min-width : 920px) {

	.col2 .keni-main {
		margin-right: -320px;
		padding-right: 320px;
	}

	.col2r .keni-main {
		margin-left: -320px;
		padding-left: 320px;
	}

	.entry-list_item .sns-btn_wrap {
		width: 65%;
		clear: both;
	}

	/*
	# 記事一覧
	*/

	/*記事一覧 デザイン02*/

	.entry-list_style02>.entry-list_item {
		width: 32.5%;
		margin-right: 1.25%;
	}

	.entry-list_style02 .entry-list_item:nth-child(2n) {
		margin-right: 1.25%;
	}

	.entry-list_style02 .entry-list_item:nth-child(3n) {
		margin-right: 0;
	}


	/*ランキングリスト*/
	.rank_thumb {
		float: left;
		margin-right: 20px;
	}

	.item-box02 .item-box_thumb {
		float: right;
		margin-left: 40px;
		max-width: 40%;
	}

	.col2 .item-box03_thumb,
	.col2r .item-box03_thumb {
		float: left;
		width: 30%;
	}

	.col2 .item-box03_cont,
	.col2r .item-box03_cont {
		float: right;
		width: 68%;
	}

	.col2 .btn-detail_wrap,
	.col2r .btn-detail_wrap {
		margin-top: 0;
	}


	/*関連記事一覧 デザイン01*/
	.col1 .related-entry-list_style01 {
		letter-spacing: -.5em;
	}

	.col1 .related-entry-list_style01 .related-entry-list_item {
		display: inline-block;
		width: 47%;
		height: 90px;
		margin-right: 2%;
		vertical-align: top;
		letter-spacing: 0;
	}

	.col1 .related-entry-list_style01 .related-entry-list_item:nth-child(2n) {
		margin-right: 0;
	}

	.related-entry-list_style01 .related-entry_title {
		padding: 20px 15px;
	}

	.related-entry-list .related-entry_title a {
		display: block;
		overflow: hidden;
	}


	/*関連記事一覧 デザイン02*/
	.related-entry-list_style02 .related-entry-list_item {
		width: 23.5%;
		margin-right: 2%;
	}

	.related-entry-list_style02 .related-entry-list_item:nth-child(2n) {
		margin-right: 2%;
	}

	.related-entry-list_style02 .related-entry-list_item:nth-child(3n) {
		margin-right: 2%;
	}

	.related-entry-list_style02 .related-entry-list_item:nth-child(4n) {
		margin-right: 0;
	}

	.contact-box_in {
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.contact-box-item {
		width: 48%;
		text-align: center;
	}

	.contact-box_tel {
		margin-bottom: 0;
		/*color: #00858a;*/
	}

	/*コピーライト*/
	.keni-copyright {
		padding: 0;
	}

}

/*横幅920px以上*/


@media (min-width : 1200px) {

	.keni-footer-cont_wrap {
		padding: 0;
	}

	.entry-list_item .sns-btn_wrap {
		width: 50%;
		clear: both;
	}

}

/*横幅1200px以上*/


/* フッターメニュー*/
.keni-footer_outer .footer-menu {
	margin: 1em 0;
}

/* PCで真ん中寄せしたい場合  したく無い場合はコメントアウト */
.keni-footer_outer .footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.keni-footer_outer .footer-menu .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.keni-footer_outer .footer-menu li {
	margin-bottom: 0;
}

.keni-footer_outer .footer-menu li a {
	display: block;
	padding: 15px;
	border-bottom: 3px solid #fff;
	color: #000;
	text-decoration: none;
}

/** Widget WP5.8 */
[id^="block"].keni-section_wrap {
	padding: 0;
	margin-bottom: 40px;
}

[id^="block"].keni-section_wrap.widget_block h2+.wp-block-latest-posts {
	padding: 0 20px 10px 0;
}

[id^="block"].keni-section_wrap.widget_block .wp-block-latest-posts {
	padding: 0 20px;
}

[id^="block"].keni-section_wrap.widget_block h2+.wp-block-latest-comments,
[id^="block"].keni-section_wrap.widget_block h2+.wp-block-archives-list,
[id^="block"].keni-section_wrap.widget_block h2+.wp-block-categories {
	padding: 0 20px 10px;
}

[id^="block"].keni-section_wrap.widget_block .keni-section h2 {
	margin-bottom: 0;
	line-height: 1.0;
	margin: 0 auto 16px;
	padding: 10px;
	border: 0;
	outline: 0;
	/*background: #333;*/
	font-weight: normal;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 0;
	box-shadow: none;
}

@media (max-width: 767px) {

	.keni-slider_wrap::before {
		padding-top: 66.66%;
	}

	.keni-footer_outer .footer-menu {
		display: block;
	}

	.keni-footer_outer .footer-menu>div {
		display: block;
	}

	.keni-footer_outer .footer-menu li {
		width: 50%;
	}

}

* {
	outline: none;
}

body {
	background-color: #fff;
}

p {
	margin: 0.7em 0.6em 0.7em !important;
	padding: 0.2em 0.3em;
	line-height: 1.8;
}

a:hover {
	color: #000 !important;
	opacity: .5;
}

address {
	font-weight: bold;
}

h3 {
	text-align: center;
	color: #555 !important;
}

.keni-section h3 {
	margin-top: 24px;
}

h3.top-c:not(:first-child) {
	margin-top: 4em;
}

h5 {
	margin: 1em 5px .2em !important;
	text-align: center;
	padding: 0.4em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
	border-radius: 7px;
	color: #556b2f !important;
}

.mtb-music-school {
	display: none;
	background-color: #ff4e46;
}

.mtb-music-school-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2px 10px;
}

.mtb-music-school a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.site-title {
	margin: 0 !important;
	padding: 9px 5px 9px 8px;
	line-height: 32px;
}

.site-title img {
	vertical-align: middle;
}

.keni-header_wrap.fixed {
	box-shadow: 0 2px 2px #aaa;
}

.keni-header_cont {
	margin: 0;
	padding: 0 10px;
}

#description-back {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

#site-description {
	color: #fff;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	font-weight: bold;
	line-height: 0;
}

#click-space {
	z-index: 5000;
}

.keni-gnav_wrap {
	z-index: 20000;
	top: 0;
	right: 0;
	left: 0;
}

.keni-gnav_inner {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 91%;
	width: 95%;
	margin: 0 auto;
}

.keni-gnav_btn {
	text-align: center;
	z-index: 10000;
	box-shadow: 0 0 3px #333;
	background-color: #fcfcfc;
	border-radius: 50%;
	margin-right: 5px;
}

.keni-gnav-child_btn {
	border-left: 1px solid #ddd;
	background-color: #fafafa;
}

.keni-gnav_btn_icon-open {
	top: 40%;
}

.keni-gnav_btn_icon-close {
	top: -8px;
}

.keni-gnav_text {
	display: block;
	position: absolute;
	top: 30%;
	right: 0.8em;
}

.grid-clear {
	clear: both;
}

.section-cont {
	margin: 0px 0px 60px;
}



.champaign-img {
	display: block;
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
}

.champaign-img:hover {
	opacity: 0.5;
	transition-duration: 0.5s;
}



.fadein-pic {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 300ms;
}

.fadein-pic.scrollin-pic {
	opacity: 1;
	transform: translate(0, 0);
}

.campaign-pic {
	display: block;
	max-width: 480px;
	margin: 0 auto;
	line-height: 0;
	padding: 10px;
}

.num-heading {
	border-bottom: 1px solid #5d99bf;
	margin-left: 5px;
	position: relative;
	padding: 6px 6px 2px 1.9em;
	font-weight: bold;
	color: #5d99bf;
	margin-bottom: 1em;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.4em;
}

.num-heading span {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background: #5d99bf;
	font-size: 18px;
	color: #fff;
	text-align: center;
	left: -6px;
	bottom: -15px;
	line-height: 1.55em;
	padding: 1px;
	box-shadow: 2px 2px 0 #f1ade8;
}

.num-heading img {
	border-radius: 50%;
	float: right;
	width: 100px;
}

.num-heading2 {
	border-bottom: 1px solid #5d99bf;
	padding: 2px 4px;
	margin: 2px 2px 0.6em;
	font-weight: bold;
	color: #5d99bf;
	font-size: 1.1em;
}

.marker-yellow {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff55 60%);
	color: #444;
}

.intro-media {
	padding: 0 .5em;
}

.intro-media ul {
	list-style: none;
}

.intro-media li {
	position: relative;
	font-size: 1em;
}

.intro-media li:before {
	content: "";
	position: absolute;
	left: -20px;
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3Cpath%20fill='currentColor'%20d='M160%2096C124.7%2096%2096%20124.7%2096%20160L96%20480C96%20515.3%20124.7%20544%20160%20544L480%20544C515.3%20544%20544%20515.3%20544%20480L544%20160C544%20124.7%20515.3%2096%20480%2096L160%2096zM404.4%20276.7L324.4%20404.7C320.2%20411.4%20313%20415.6%20305.1%20416C297.2%20416.4%20289.6%20412.8%20284.9%20406.4L236.9%20342.4C228.9%20331.8%20231.1%20316.8%20241.7%20308.8C252.3%20300.8%20267.3%20303%20275.3%20313.6L302.3%20349.6L363.7%20251.3C370.7%20240.1%20385.5%20236.6%20396.8%20243.7C408.1%20250.8%20411.5%20265.5%20404.4%20276.8z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}



.kuchikomi-box {
	width: auto;
	height: 500px;
	border: 1px dotted #999;
	border-radius: 6px;
	margin: 0;
	overflow-y: scroll;
	background-color: #fff;
	padding: 16px 2px
}

.kuchikomi-box::-webkit-scrollbar {
	height: 0;
}

.kuchikomi-box::-webkit-scrollbar-track {
	margin: 0 1px;
	background: #ccc;
	border-radius: 5px;
}

.kuchikomi-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

.left_balloon,
.right_balloon {
	position: relative;
	margin: 10px .7em 16px;
	padding: 10px;
	border-radius: 15px;
	font-size: 0.98em;
	line-height: 1.48em;
}

.left_balloon {
	background-color: #c8faa6;
}

.right_balloon {
	background-color: #d7eff7;
}

.left_balloon:after,
.right_balloon:after {
	content: "";
	position: absolute;
	top: -25px;
	border: 15px solid transparent;
}

.left_balloon:after {
	left: 15px;
	border-bottom: 10px solid #c8faa6;
}

.right_balloon:after {
	right: 15px;
	border-bottom: 10px solid #d7eff7;
}

.balloon-avatar {
	width: 54px;
}

.right-avatar {
	padding-right: 10px;
	text-align: right;
}

.left-avatar {
	padding-left: 10px;
	text-align: left;
}

.avater-name {
	font-weight: bold;
}

.foot-button-area {
	display: table;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.95);
	padding: 6px 6px 10px;
	white-space: nowrap;
	z-index: 999;
	box-shadow: 0px -2px 3px #999;
	text-align: center;
}

.foot-button-area2 {
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
}

.foot-banner-area2 {
	display: none;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

.foot-button {
	width: 46%;
	margin: 5px 3px 0;
}

.foot-banner {
	margin: 5px 3px 0;
}

.foot-banner-free,
.foot-banner-mail {
	display: inline-block;
	position: relative;
	padding: 7px 16px 5px 36px;
	margin: 0 2px 4px;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	background-color: #f60303;
	text-align: left;
	box-shadow: 0 3px 0 #aa0000;
}

.foot-banner-border {
	display: inline-block;
	border-right: 1px dotted #f60303;
	vertical-align: middle;
	line-height: 1.3em;
	margin-left: 2px;
}

.business-hour {
	display: inline-block;
	text-align: right;
	vertical-align: bottom;
	font-size: 0.8em;
	padding: 10px 3px 3px;
}

.foot-banner-free:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="white"><path d="M532 71C539.6 77.1 544 86.3 544 96L544 400C544 444.2 501 480 448 480C395 480 352 444.2 352 400C352 355.8 395 320 448 320C459.2 320 470 321.6 480 324.6L480 207.9L256 257.7L256 464C256 508.2 213 544 160 544C107 544 64 508.2 64 464C64 419.8 107 384 160 384C171.2 384 182 385.6 192 388.6L192 160C192 145 202.4 132 217.1 128.8L505.1 64.8C514.6 62.7 524.5 65 532.1 71.1z"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 22px;
	left: 10px;
}

.foot-banner-mail:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3Cpath%20fill='currentColor'%20d='M112%20128C85.5%20128%2064%20149.5%2064%20176C64%20191.1%2071.1%20205.3%2083.2%20214.4L291.2%20370.4C308.3%20383.2%20331.7%20383.2%20348.8%20370.4L556.8%20214.4C568.9%20205.3%20576%20191.1%20576%20176C576%20149.5%20554.5%20128%20528%20128L112%20128zM64%20260L64%20448C64%20483.3%2092.7%20512%20128%20512L512%20512C547.3%20512%20576%20483.3%20576%20448L576%20260L377.6%20408.8C343.5%20434.4%20296.5%20434.4%20262.4%20408.8L64%20260z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 22px;
	left: 10px;
}

.foot-banner-tel {
	display: inline-block;
	margin: 0;
	padding: 0px;
	position: relative;
	vertical-align: middle;
	font-size: 0.8em;
}

.free-dial-box {
	padding: 0.8em 0.6em 0.5em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	font-size: 0.9em;
	margin: 4px 1em 4px 4px;
	white-space: nowrap;
	border: 2px solid #44a964;
}

div.free-dial-box a {
	text-decoration: none;
	color: #44a964;
}

.free-number {
	font-size: 2.3em;
	padding: 0;
	text-decoration: none;
	line-height: 1em;
}

.free-touch {
	height: 1.1em;
	width: 1.1em;
	padding: 0 0.1em;
	border: none;
	display: none;
	vertical-align: bottom;
}

.free-caption {
	position: absolute;
	top: -0.3em;
	background: #fff;
	left: 1em;
	color: #44a964;
	padding: 0 0.3em;
	font-weight: bold;
	font-size: 0.9em;
}

.events-list {
	list-style: none;
	margin: 5px 10px 5px 15px;
	border-top: 1px dotted #999;
}

.events-list li {
	padding: 8px 5px 8px 23px;
	border-bottom: 1px dotted #999;
	font-size: 0.9em;
	margin: 0;
	font-weight: bold;
}

.events-list li:nth-child(even) {
	background: #f0ffff;
}

.events-list li:nth-child(odd) {
	background: #fffaf0;
}

.events-list a {
	color: #444;
	font-weight: normal;
}

.events-list li:before {
	content: '\266A';
	margin-left: -1.3em;
}

.table-res-form {
	margin: 10px auto;
}

.table-res-form tr {
	border-top: 2px #fff dotted;
}

.table-res-form tr:first-child {
	border-top: none;
}

.table-res-form tr:nth-child(2n+1) {
	background: #fff;
}

.table-res-form tr:nth-child(2n) {
	background: #fff;
}

.table-res-form th,
.table-res-form td {
	padding: 0.5em;
	text-align: left;
	font-size: 0.9em;
	display: block;
}

.table-res-form th {
	width: auto;
	background: #b0e2f8;
}

.table-res-form .requied {
	font-size: 0.8em;
	color: #FFF;
	padding: .4em 0.3em .4em;
	background: red;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-left: 4px;
}

.table-res-form input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 1px #89BDDE solid;
	padding: 0.2em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
	font-size: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.table-res-form input[type="text"]:focus,
textarea:focus {
	background: #EEFFFF;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.table-res-form input[type="submit"] {
	border: 1px #d1644c solid;
	padding: 0.3em 2em;
	border-radius: 5px;
	background: #d1644c;
	color: #fff;
	box-shadow: 0 3px 0 0 #781c1c;
	font-weight: bold;
	vertical-align: 3px;
	margin: 3px 10px 5px;
}

.table-res-form input[type="submit"]:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin: 6px 10px 2px;
	box-shadow: 0 0px 0 0 #781c1c;
}

.teacher-name {
	padding: 0.2em;
	margin-bottom: 0.3em;
	background-color: #e27313;
	border: none;
	color: #fff !important;
	border-radius: 5px;
}

.teacher-name:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="white"><path d="M532 71C539.6 77.1 544 86.3 544 96L544 400C544 444.2 501 480 448 480C395 480 352 444.2 352 400C352 355.8 395 320 448 320C459.2 320 470 321.6 480 324.6L480 207.9L256 257.7L256 464C256 508.2 213 544 160 544C107 544 64 508.2 64 464C64 419.8 107 384 160 384C171.2 384 182 385.6 192 388.6L192 160C192 145 202.4 132 217.1 128.8L505.1 64.8C514.6 62.7 524.5 65 532.1 71.1z"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0.3em;
	vertical-align: middle;
}

.teacher-cell h4 {
	margin: 18px 0px 6px;
}

.teacher-cell ul {
	margin-top: 10px;
}

.teacher-cell {
	width: 95%;
	border: 1px solid #ccc;
	box-shadow: 0 0 1px #666;
	border-radius: 0.5em;
	padding: 10px 10px 2.4em;
	margin: 0 auto;
	font-size: 0.9em;
	position: relative;
	overflow: hidden;
}

.teacher-img {
	width: 100%;
	text-align: center;
	padding: 8px;
}

.teacher-img-border {
	border-radius: 1em;
	display: inline-block;
	box-shadow: 0 0 1px #555;
}

.teacher-img-border2 {
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0 0 1px #555;
}

.teacher-disc {
	width: 100%;
	padding: 10px;
}

.teacher-genre {
	margin: 1em 1em;
}

.teacher-genre li {
	list-style: none;
	line-height: 1.2em;
	margin-right: .8em;
	float: left;
}

.teacher-genre li:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0.3em;
	vertical-align: middle;
}

.detail {
	display: none;
}

.intro-button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #737373;
	color: #fff;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	height: 2.5em;
	white-space: nowrap;
}

.intro-open {
	display: block;
}

.intro-close {
	display: none;
}

.intro-open:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="white"><path d="M256.009,0C114.615,0,0,114.615,0,255.991C0,397.385,114.615,512,256.009,512 C397.385,512,512,397.385,512,255.991C512,114.615,397.385,0,256.009,0z M256.009,365.782l-133.57-133.57l44.096-44.097 l89.473,89.456l89.456-89.456l44.097,44.097L256.009,365.782z"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: .3em;
	vertical-align: middle;
}

.intro-close:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="white"><path d="M255.991,0C114.615,0,0,114.615,0,256.009C0,397.385,114.615,512,255.991,512 C397.385,512,512,397.385,512,256.009C512,114.615,397.385,0,255.991,0z M345.464,323.884l-89.473-89.456l-89.456,89.456 l-44.097-44.097l133.552-133.57l133.57,133.57L345.464,323.884z"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: .3em;
	vertical-align: middle;
}

.intro-button:hover {
	opacity: 0.6;
}

h3.top-c:not(:first-child) {
	margin-top: 2em;
}

.quest {
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	background-color: #f2f2ff;
	padding: 24px 10px 24px 65px;
	margin: 20px 10px 5px;
	line-height: 20px;
	font-size: 0.95em;
	background-image: url(/images/faq/quest.png);
	border-radius: 10px;
}

.answer {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/faq/answer.png);
	padding: 20px 10px 20px 65px;
	margin: 5px 10px 30px;
	background-color: #fff6ea;
	font-size: 0.95em;
	border-radius: 10px;
}

.marker-yellow {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff55 60%);
	color: #444;
}

.keni-gnav_cont .keni-gnav-child_btn_icon-open>.keni-gnav-child_btn::before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='gray'%20d='M256.009,0C114.615,0,0,114.615,0,255.991C0,397.385,114.615,512,256.009,512%20C397.385,512,512,397.385,512,255.991C512,114.615,397.385,0,256.009,0z%20M256.009,365.782l-133.57-133.57l44.096-44.097%20l89.473,89.456l89.456-89.456l44.097,44.097L256.009,365.782z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: #555;
}

.keni-gnav_cont .keni-gnav-child_btn_icon-close>.keni-gnav-child_btn::before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='gray'%20d='M255.991,0C114.615,0,0,114.615,0,256.009C0,397.385,114.615,512,255.991,512%20C397.385,512,512,397.385,512,256.009C512,114.615,397.385,0,255.991,0z%20M345.464,323.884l-89.473-89.456l-89.456,89.456%20l-44.097-44.097l133.552-133.57l133.57,133.57L345.464,323.884z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: #555;
}

.keni-gnav-child_btn_icon-open>ul {
	display: block;
}

.keni-gnav-child_btn_icon-close>ul {
	display: none;
}

.gnav_menu_text {
	font-size: .9em;
	margin-top: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

.keni-gnav_cont ul {
	display: none;
}

ul.sub-menu>li a {
	padding-left: 2.3em;
}

ul#menu li a[href] {
	font-weight: bold;
}

ul#menu li a:not([href]) {
	margin-left: .5em;
	font-weight: bold;
}

ul#menu li a:not([href]):hover {
	opacity: 1;
	background-color: initial;
}

ul#menu li a[href]:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20640'%3E%3Cpath%20fill='currentColor'%20d='M224.5%20160C224.5%20147.1%20232.3%20135.4%20244.3%20130.4C256.3%20125.4%20270%20128.2%20279.1%20137.4L439.1%20297.4C451.6%20309.9%20451.6%20330.2%20439.1%20342.7L279.1%20502.7C269.9%20511.9%20256.2%20514.6%20244.2%20509.6C232.2%20504.6%20224.5%20492.9%20224.5%20480L224.5%20160z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	color: #999;
	margin-right: 2px;
}

.mov-pro {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.mov-pro iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.teacher-wrapper {
	margin: 30px 0 20px;
}

.part-selecter-button {
	margin: 0 .5em;
}

.keni-gnav_inner li a:hover,
.keni-gnav_inner li a:active,
.keni-gnav_inner li a:focus {
	border-bottom: none;
}

.inline-radio {
	width: 100%;
}

.inline-radio div {
	position: relative;
	display: inline-block;
	margin: 3px;
	overflow: hidden;
	width: 6em;
	height: 2.5em;
	border: 1px solid #777;
	border-radius: 10px;
}

.inline-radio input {
	width: 100%;
	height: 2.5em;
	opacity: 0;
}

.inline-radio label {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #777;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	font-weight: bold;
	font-size: .9em;
	white-space: nowrap;
}

.inline-radio input:checked+label {
	background: #5f5f48;
	font-weight: bold;
	color: #fff;
}

.school-border {
	padding: 1em;
	margin: 0px;
}

.school-button {
	box-shadow: 0 4px 0 0 #31833a;
	background-color: #73829e;
	padding: 3px 8px 3px 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	margin: 16px auto 20px;
	display: block;
	font-size: 1em;
	text-align: center;
}

.school-button:before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: .2em;
	position: relative;
	top: 3px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="white"><path d="M224.5 160C224.5 147.1 232.3 135.4 244.3 130.4C256.3 125.4 270 128.2 279.1 137.4L439.1 297.4C451.6 309.9 451.6 330.2 439.1 342.7L279.1 502.7C269.9 511.9 256.2 514.6 244.2 509.6C232.2 504.6 224.5 492.9 224.5 480L224.5 160z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
}

.school-button:hover {
	opacity: 0.6;
	transition-duration: 0.5s;
	box-shadow: 0 0px 0 0 #31833a;
	margin-top: 20px;
	margin-bottom: 16px;
}

.school-button a {
	text-decoration: none;
	color: #fff;
}

.keni-section_wrap {
	margin: 0 4px;
}

ul.all-part {
	padding: 2px 16px 8px;
	position: relative;
	margin: 0;
}

ul.all-part>li {
	line-height: 1.5;
	padding: 0.6em 0 0.2em;
	border-bottom: solid 1px #47bf3f;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
}

ul.all-part>li a {
	font-size: 1em;
	font-weight: bold;
}

ul.all-part>li>ul>li {
	line-height: 1.5;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: dashed 1px silver;
	list-style-type: none;
	font-weight: normal;
}

ul.all-part>li:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="%23ffb03f"><path d="M224.5 160C224.5 147.1 232.3 135.4 244.3 130.4C256.3 125.4 270 128.2 279.1 137.4L439.1 297.4C451.6 309.9 451.6 330.2 439.1 342.7L279.1 502.7C269.9 511.9 256.2 514.6 244.2 509.6C232.2 504.6 224.5 492.9 224.5 480L224.5 160z"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: middle;
}

ul.all-part>li>ul>li:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="%23ffb03f"><path d="M224.5 160C224.5 147.1 232.3 135.4 244.3 130.4C256.3 125.4 270 128.2 279.1 137.4L439.1 297.4C451.6 309.9 451.6 330.2 439.1 342.7L279.1 502.7C269.9 511.9 256.2 514.6 244.2 509.6C232.2 504.6 224.5 492.9 224.5 480L224.5 160z"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: middle;
}

ul.all-part i {
	margin-left: 8px;
}

.img-border {
	border: 3px solid #fff;
	box-shadow: 0 0 2px #aaa;
	margin: 0 auto;
	display: block;
}

ul.list3 {
	margin-bottom: 16px;
}

ul.list3 li {
	position: relative;
	list-style-type: none;
	margin-bottom: 12px;
}

ul.list3 li:before {
	position: absolute;
	content: "";
	left: -1em;
	top: 0.3em;
	width: 0.8em;
	height: 0.8em;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><polygon fill="%23ff0000" points="163.916,0 92.084,71.822 276.258,255.996 92.084,440.178 163.916,512 419.916,255.996"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
}

.text-box01 ul.list3 {
	margin-top: 10px;
	margin-bottom: 0;
}

ul.list4 {
	margin-bottom: 16px;
}

ul.list4 li {
	position: relative;
	list-style-type: none;
	margin-bottom: 4px;
}

ul.list4 li:before {
	position: absolute;
	content: "";
	left: -1.1em;
	top: 0.15em;
	width: 0.85em;
	height: 0.85em;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><polygon fill="%2357d879" points="440.469,73.413 218.357,295.525 71.531,148.709 0,220.229 146.826,367.055 218.357,438.587 289.878,367.055 512,144.945"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
}

.text-box01 {
	border: 1px dotted #999;
	border-radius: 10px;
	margin: .8em;
	padding: .6em;
	font-size: 1em;
	line-height: 1.7em;
}

.tablefix {
	overflow-x: scroll;
}

.tablefix::-webkit-scrollbar {
	height: 0px;
}

.tablefix::-webkit-scrollbar-track {
	margin: 0 1px;
	background: #ccc;
	border-radius: 5px;
}

.tablefix::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

.table-1 {
	margin: 8px auto;
	width: auto;
	align-content: center;
	border: 1px solid #aaa;
	overflow: auto;
}

.scroll::-webkit-scrollbar {
	height: 5px;
}

.scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.table-1 thead th,
.table-1 tbody th,
.table-1 tbody td,
.table-1 tfoot th,
.table-1 tfoot td {
	padding: 6px 8px;
	font-size: 0.8em;
	white-space: nowrap;
}

.table-1 thead th {
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	color: #fff;
}

.table-1 tbody th {
	border: 1px dotted #777;
	background-color: #eee;
	color: #111;
	white-space: nowrap;
}

.table-1 tbody td {
	border: 1px dotted #777;
	color: #111;
	text-align: right;
}

.table-1 tfoot th {
	border: 1px dotted #777;
	color: #fff;
	white-space: nowrap;
}

.table-1 tfoot td {
	border: 1px dotted #777;
	background-color: #f6f697;
	color: #111;
	font-weight: bold;
	text-align: right;
}

.device-title {
	position: relative;
	display: block;
	font-weight: bold;
	padding: 0.2em;
	margin: 0.25em auto;
	border: solid 4px #ffffff;
	color: #fff;
	background-color: #4169e1;
	text-align: center;
	transition: .4s;
	font-size: 1.4em;
	line-height: 1.5em;
	border-radius: 1.3em;
}

.requir-device {
	text-align: center;
	max-width: 24em;
	margin: 0 auto;
	border: 1px dotted #555;
	border-radius: 6px;
	padding: .4em;
}

.prevention-button {
	display: block;
	margin: 3em 0;
	padding: .4em .2em;
	background-color: red;
	color: #fff;
	border-radius: 4px;
	width: 98%;
	border: 3px solid #fff;
	box-shadow: 0 0 3px #000;
}

.prevention-button a {
	color: white;
	font-weight: bold;
}

.grid-cell {
	margin: 10px 0 3em;
	display: block;
}

.lesson-border {
	padding: 0 1em;
}

.text-box2 {
	position: relative;
	margin: 2em .5em;
	padding: 0.3em .8em;
	border: solid 2px #dc143c;
	border-radius: 8px;
	color: #dc143c;
}

.text-box2 .box-title {
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 15px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #dc143c;
	font-weight: bold;
}

.clearfix {
	clear: both;
}

.wpcf7-list-item {
	margin-right: .9em;
}



@media (min-width : 769px) {
	.mtb-music-school {
		display: block;
	}
	.school-border {
		float: left;
		width: 50%;
	}

	.keni-header_cont,
	.keni-header_col1 .keni-header_cont {
		min-height: 5em;
	}

	.foot-banner-area2 {
		display: table-cell;
	}

	.foot-button-area2 {
		display: none;
	}

	

	.keni-gnav_wrap {
		background-image: linear-gradient(#ffffff, #efefef);
		border-top: 2px solid red;
		box-shadow: 0 1px 2px #999;
	}

	.keni-gnav_outer {
		border-right: 1px dotted #aaa;
		border-left: 1px dotted #aaa;
	}

	.keni-gnav ul {
		width: 100%;
		table-layout: fixed;
		background-color: transparent;
		padding: 4px 0;
	}

	.keni-gnav>ul {
		display: table;
	}

	.keni-gnav ul li {
		display: table-cell;
		text-align: center;
		background-color: transparent;
		border-left: 1px dotted #aaa;
		margin: 0;
	}

	.keni-gnav li:first-child {
		border-left: none;
	}

	.keni-gnav_inner {
		overflow: visible;
		width: 100%;
	}

	.keni-gnav_inner li a {
		color: #000;
		font-weight: bold;
		border-bottom: none;
		font-size: 1em;
		padding-left: 4px;
		padding-right: 4px;
	}

	.keni-gnav_inner li div {
		color: #000;
		font-weight: bold;
		border-bottom: none;
		font-size: 1em;
		padding-left: 4px;
		padding-right: 4px;
	}

	ul#menu li a:not([href]) {
		margin-left: 0;
	}

	.keni-gnav_inner li a:hover {
		border-bottom: none;
		background-color: #ccc;
		opacity: 0.5;
	}

	.keni-gnav_wrap {
		z-index: 999;
		overflow: visible;
	}

	.keni-gnav-child_btn {
		top: auto;
		bottom: 0em;
		right: 50%;
		left: 50%;
		width: 90%;
		height: 1.8em;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		border-left: initial;
		background-color: initial;
	}

	.keni-gnav ul .keni-gnav-child_btn_icon-open>a,
	.keni-gnav ul .keni-gnav-child_btn_icon-close>a {
		padding: 5px 2px 20px;
	}

	.keni-gnav ul>li>ul>li {
		border-top: none;
		border-left: 1px solid #bbb;
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
	}

	.keni-gnav ul>li>ul>li:first-child {
		border-left: 1px solid #bbb;
	}

	.keni-gnav ul>li>ul>li:last-child {
		border-right: 1px solid #bbb;
	}

	.keni-gnav-child_btn_icon-open>ul {
		display: none;
	}

	.keni-gnav-child_btn_icon-close>ul {
		display: block;
	}

	ul#menu li a[href]:before {
		font-family: initial;
		content: initial;
	}

	ul#menu li a:not([href]):hover {
		opacity: initial;
	}

	ul.sub-menu>li {
		text-align: left;
	}

	ul.sub-menu>li a {
		padding-left: 1em;
		padding-right: 1em;
	}

	.keni-gnav_inner li ul a {
		background: #fdfdfd;
		color: #111;
	}

	.teacher-img {
		width: 30%;
		float: left;
	}

	.teacher-disc {
		float: right;
		width: 70%;
		padding: 10px;
	}

	.keni-section_wrap {
		margin: 0 10px;
	}

	.teacher-wrapper {
		margin: 30px 10px 40px;
	}



	.table-res-form th,
	.table-res-form td {
		display: table-cell;
	}

	.table-res-form th {
		width: 30%;
	}

	.table-res-form tr:nth-child(2n+1) {
		background: #eee;
	}

	.keni-sub {
		padding-top: 40px;
	}

	.keni-sub .widget {
		padding-top: 40px;
	}

	.keni-sub .keni-section_wrap {
		margin-bottom: 20px;
		padding: 0 6px 18px;
	}

	.grid-cell {
		margin: 10px 10px 3em;
	}

	h5 {
		margin-left: 16px;
		margin-right: 16px;
	}
}

@media (min-width : 1000px) {
	.eight-border {
		float: left;
		width: 48%;
	}
}


.note {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.note2 {
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}


/*必須項目・警告・エラーの文字色*/
.warning,
.error {
	color: #e53935 !important;
}

.required {
	display: inline-block;
	padding: .1em .5em;
	background-color: #eb3b54;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.0;
}


/*傍点*/
.dot {
	position: relative;
	padding-top: 5px;
}

.dot:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0.2em;
	height: 0.2em;
	margin-left: -.1em;
	border-radius: 50%;
	background: #333;
	content: "";
}


/*装飾*/
.shadow {
	box-shadow: 4px 4px 0px #e9e9e9;
}

.shadow02 {
	box-shadow: 0px 0px 4px #666;
}

.outline {
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.frame {
	max-width: 95%;
	padding: 8px;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px #666;
	background: #fff;
}

.bdr,
.bdr_gray {
	border: 1px solid #ccc;
}

/*灰*/
.bdr_red {
	border: 1px solid #e00000;
}

/*赤*/
.bdr_blue {
	border: 1px solid #0329ce;
}

/*青*/
.bdr_green {
	border: 1px solid #01995e;
}

/*緑*/
.bdr_yellow {
	border: 1px solid #ffe400;
}

/*黄*/
.bdr_navy {
	border: 1px solid #133d94;
}

/*紺*/
.bdr_orange {
	border: 1px solid #eca100;
}

/*橙*/
.bdr_pink {
	border: 1px solid #eb67b5;
}

/*ピンク*/
.bdr_lime {
	border: 1px solid #2abe0d;
}

/*黄緑*/
.bdr_aqua {
	border: 1px solid #0baedd;
}

/*水色*/
.bdr_black {
	border: 1px solid #000;
}

/*黒*/


/*画像のサイズ調整*/
.resize10 {
	max-width: 10%;
	height: auto;
}

.resize20 {
	max-width: 20%;
	height: auto;
}

.resize30 {
	max-width: 30%;
	height: auto;
}

.resize40 {
	max-width: 40%;
	height: auto;
}

.resize50 {
	max-width: 50%;
	height: auto;
}

.resize60 {
	max-width: 60%;
	height: auto;
}

.resize70 {
	max-width: 70%;
	height: auto;
}

.resize80 {
	max-width: 80%;
	height: auto;
}

.resize90 {
	max-width: 90%;
	height: auto;
}


/*円*/
.circle {
	border-radius: 50%;
}


/*角丸*/
.rc4 {
	border-radius: 4px;
}

.rc4-tl {
	border-top-left-radius: 4px;
}

.rc4-tr {
	border-top-right-radius: 4px;
}

.rc4-bl {
	border-bottom-left-radius: 4px;
}

.rc4-br {
	border-bottom-right-radius: 4px;
}

.rc8 {
	border-radius: 8px;
}

.rc8-tl {
	border-top-left-radius: 8px;
}

.rc8-tr {
	border-top-right-radius: 8px;
}

.rc8-bl {
	border-bottom-left-radius: 8px;
}

.rc8-br {
	border-bottom-right-radius: 8px;
}

.rc12 {
	border-radius: 12px;
}

.rc12-tl {
	border-top-left-radius: 12px;
}

.rc12-tr {
	border-top-right-radius: 12px;
}

.rc12-bl {
	border-bottom-left-radius: 12px;
}

.rc12-br {
	border-bottom-right-radius: 12px;
}


/*角丸長方形
※高さ100pxまで*/
.rc50 {
	border-radius: 50px;
}


/*回り込み
※モバイル時にも解除されない*/
.fl-l {
	float: left;
	margin: 0 1em 1em 0;
}

.fl-r {
	float: right;
	margin: 0 0 1em 1em;
}

.fl-c {
	clear: both;
}


/*回り込み
※モバイル時には回り込み解除*/
.left {
	margin: 0 0 1em 0;
}

.right {
	margin: 0 0 1em 0;
}

@media (min-width : 769px) {

	/*回り込み
	※モバイル時には回り込み解除*/
	.left {
		float: left;
		margin: 0 1em 1em 0;
	}

	.right {
		float: right;
		margin: 0 0 1em 1em;
	}

}

/*横幅768px以上*/


/*テーブルレイアウト*/
.tl-a {
	table-layout: auto;
}

.tl-f {
	table-layout: fixed;
}


/*文字の横位置*/
.al-l {
	text-align: left !important;
}

.al-r {
	text-align: right !important;
}

.al-c {
	text-align: center !important;
}


/*文字の縦位置*/
.vl-t {
	vertical-align: top !important;
}

/*上寄せ*/
.vl-m {
	vertical-align: middle !important;
}

/*中央寄せ*/
.vl-b {
	vertical-align: bottom !important;
}

/*下寄せ*/


/*周りのブロックからの距離（margin）*/
.m0 {
	margin: 0 !important;
}

/*周りからのmarginを0に*/
.m0-t {
	margin-top: 0 !important;
}

/*上からのmarginを0に*/
.m0-r {
	margin-right: 0 !important;
}

/*右からのmarginを0に*/
.m0-b {
	margin-bottom: 0 !important;
}

/*下からのmarginを0に*/
.m0-l {
	margin-left: 0 !important;
}

/*左からのmarginを0に*/

.m5 {
	margin: 5px !important;
}

.m5-t {
	margin-top: 5px !important;
}

.m5-r {
	margin-right: 5px !important;
}

.m5-b {
	margin-bottom: 5px !important;
}

.m5-l {
	margin-left: 5px !important;
}

.m10 {
	margin: 10px !important;
}

.m10-t {
	margin-top: 10px !important;
}

.m10-r {
	margin-right: 10px !important;
}

.m10-b {
	margin-bottom: 10px !important;
}

.m10-l {
	margin-left: 10px !important;
}

.m15 {
	margin: 15px !important;
}

.m15-t {
	margin-top: 15px !important;
}

.m15-r {
	margin-right: 15px !important;
}

.m15-b {
	margin-bottom: 15px !important;
}

.m15-l {
	margin-left: 15px !important;
}

.m20 {
	margin: 20px !important;
}

.m20-t {
	margin-top: 20px !important;
}

.m20-r {
	margin-right: 20px !important;
}

.m20-b {
	margin-bottom: 20px !important;
}

.m20-l {
	margin-left: 20px !important;
}

.m25 {
	margin: 25px !important;
}

.m25-t {
	margin-top: 25px !important;
}

.m25-r {
	margin-right: 25px !important;
}

.m25-b {
	margin-bottom: 25px !important;
}

.m25-l {
	margin-left: 25px !important;
}

.m30 {
	margin: 30px !important;
}

.m30-t {
	margin-top: 30px !important;
}

.m30-r {
	margin-right: 30px !important;
}

.m30-b {
	margin-bottom: 30px !important;
}

.m30-l {
	margin-left: 30px !important;
}

.m40 {
	margin: 40px !important;
}

.m40-t {
	margin-top: 40px !important;
}

.m40-r {
	margin-right: 40px !important;
}

.m40-b {
	margin-bottom: 40px !important;
}

.m40-l {
	margin-left: 40px !important;
}

.m50 {
	margin: 50px !important;
}

.m50-t {
	margin-top: 50px !important;
}

.m50-r {
	margin-right: 50px !important;
}

.m50-b {
	margin-bottom: 50px !important;
}

.m50-l {
	margin-left: 50px !important;
}

.m60 {
	margin: 60px !important;
}

.m60-t {
	margin-top: 60px !important;
}

.m60-r {
	margin-right: 60px !important;
}

.m60-b {
	margin-bottom: 60px !important;
}

.m60-l {
	margin-left: 60px !important;
}

.m70 {
	margin: 70px !important;
}

.m70-t {
	margin-top: 70px !important;
}

.m70-r {
	margin-right: 70px !important;
}

.m70-b {
	margin-bottom: 70px !important;
}

.m70-l {
	margin-left: 70px !important;
}

.m80 {
	margin: 80px !important;
}

.m80-t {
	margin-top: 80px !important;
}

.m80-r {
	margin-right: 80px !important;
}

.m80-b {
	margin-bottom: 80px !important;
}

.m80-l {
	margin-left: 80px !important;
}

.m90 {
	margin: 90px !important;
}

.m90-t {
	margin-top: 90px !important;
}

.m90-r {
	margin-right: 90px !important;
}

.m90-b {
	margin-bottom: 90px !important;
}

.m90-l {
	margin-left: 90px !important;
}

.m100 {
	margin: 100px !important;
}

.m100-t {
	margin-top: 100px !important;
}

.m100-r {
	margin-right: 100px !important;
}

.m100-b {
	margin-bottom: 100px !important;
}

.m100-l {
	margin-left: 100px !important;
}

.m120 {
	margin: 120px !important;
}

.m120-t {
	margin-top: 120px !important;
}

.m120-r {
	margin-right: 120px !important;
}

.m120-b {
	margin-bottom: 120px !important;
}

.m120-l {
	margin-left: 120px !important;
}

.m150 {
	margin: 150px !important;
}

.m150-t {
	margin-top: 150px !important;
}

.m150-r {
	margin-right: 150px !important;
}

.m150-b {
	margin-bottom: 150px !important;
}

.m150-l {
	margin-left: 150px !important;
}

.m200 {
	margin: 200px !important;
}

.m200-t {
	margin-top: 200px !important;
}

.m200-r {
	margin-right: 200px !important;
}

.m200-b {
	margin-bottom: 200px !important;
}

.m200-l {
	margin-left: 200px !important;
}

.m300 {
	margin: 300px !important;
}

.m300-t {
	margin-top: 300px !important;
}

.m300-r {
	margin-right: 300px !important;
}

.m300-b {
	margin-bottom: 300px !important;
}

.m300-l {
	margin-left: 300px !important;
}


/*周りのブロックからの距離（padding）*/
.p0 {
	padding: 0 !important;
}

.p0-t {
	padding-top: 0 !important;
}

.p0-r {
	padding-right: 0 !important;
}

.p0-b {
	padding-bottom: 0 !important;
}

.p0-l {
	padding-left: 0 !important;
}

.p5 {
	padding: 5px !important;
}

.p5-t {
	padding-top: 5px !important;
}

.p5-r {
	padding-right: 5px !important;
}

.p5-b {
	padding-bottom: 5px !important;
}

.p5-l {
	padding-left: 5px !important;
}

.p10 {
	padding: 10px !important;
}

.p10-t {
	padding-top: 10px !important;
}

.p10-r {
	padding-right: 10px !important;
}

.p10-b {
	padding-bottom: 10px !important;
}

.p10-l {
	padding-left: 10px !important;
}

.p15 {
	padding: 15px !important;
}

.p15-t {
	padding-top: 15px !important;
}

.p15-r {
	padding-right: 15px !important;
}

.p15-b {
	padding-bottom: 15px !important;
}

.p15-l {
	padding-left: 15px !important;
}

.p20 {
	padding: 20px !important;
}

.p20-t {
	padding-top: 20px !important;
}

.p20-r {
	padding-right: 20px !important;
}

.p20-b {
	padding-bottom: 20px !important;
}

.p20-l {
	padding-left: 20px !important;
}

.p25 {
	padding: 25px !important;
}

.p25-t {
	padding-top: 25px !important;
}

.p25-r {
	padding-right: 25px !important;
}

.p25-b {
	padding-bottom: 25px !important;
}

.p25-l {
	padding-left: 25px !important;
}

.p30 {
	padding: 30px !important;
}

.p30-t {
	padding-top: 30px !important;
}

.p30-r {
	padding-right: 30px !important;
}

.p30-b {
	padding-bottom: 30px !important;
}

.p30-l {
	padding-left: 30px !important;
}

.p40 {
	padding: 40px !important;
}

.p40-t {
	padding-top: 40px !important;
}

.p40-r {
	padding-right: 40px !important;
}

.p40-b {
	padding-bottom: 40px !important;
}

.p40-l {
	padding-left: 40px !important;
}

.p50 {
	padding: 50px !important;
}

.p50-t {
	padding-top: 50px !important;
}

.p50-r {
	padding-right: 50px !important;
}

.p50-b {
	padding-bottom: 50px !important;
}

.p50-l {
	padding-left: 50px !important;
}

.p60 {
	padding: 60px !important;
}

.p60-t {
	padding-top: 60px !important;
}

.p60-r {
	padding-right: 60px !important;
}

.p60-b {
	padding-bottom: 60px !important;
}

.p60-l {
	padding-left: 60px !important;
}

.p70 {
	padding: 70px !important;
}

.p70-t {
	padding-top: 70px !important;
}

.p70-r {
	padding-right: 70px !important;
}

.p70-b {
	padding-bottom: 70px !important;
}

.p70-l {
	padding-left: 70px !important;
}

.p80 {
	padding: 80px !important;
}

.p80-t {
	padding-top: 80px !important;
}

.p80-r {
	padding-right: 80px !important;
}

.p80-b {
	padding-bottom: 80px !important;
}

.p80-l {
	padding-left: 80px !important;
}

.p90 {
	padding: 90px !important;
}

.p90-t {
	padding-top: 90px !important;
}

.p90-r {
	padding-right: 90px !important;
}

.p90-b {
	padding-bottom: 90px !important;
}

.p90-l {
	padding-left: 90px !important;
}

.p100 {
	padding: 100px !important;
}

.p100-t {
	padding-top: 100px !important;
}

.p100-r {
	padding-right: 100px !important;
}

.p100-b {
	padding-bottom: 100px !important;
}

.p100-l {
	padding-left: 100px !important;
}


/*上下にモバイルとデスクトップで異なるサイズの余白を空ける*/
.m10-20-t {
	margin-top: 10px;
}

/*モバイルのときは10pxでPCのときは20px*/
.m15-30-t {
	margin-top: 15px;
}

.m20-40-t {
	margin-top: 20px;
}

.m25-50-t {
	margin-top: 25px;
}

.m30-60-t {
	margin-top: 30px;
}

.m35-70-t {
	margin-top: 35px;
}

.m40-80-t {
	margin-top: 40px;
}

.m45-90-t {
	margin-top: 45px;
}

.m10-20-b {
	margin-bottom: 10px;
}

.m15-30-b {
	margin-bottom: 15px;
}

.m20-40-b {
	margin-bottom: 20px;
}

.m25-50-b {
	margin-bottom: 25px;
}

.m30-60-b {
	margin-bottom: 30px;
}

.m35-70-b {
	margin-bottom: 35px;
}

.m40-80-b {
	margin-bottom: 40px;
}

.m45-90-b {
	margin-bottom: 45px;
}

@media (min-width : 769px) {

	/*周りのブロックからの距離（margin）*/
	.m10-20-t {
		margin-top: 20px !important;
	}

	.m15-30-t {
		margin-top: 30px !important;
	}

	.m20-40-t {
		margin-top: 40px !important;
	}

	.m25-50-t {
		margin-top: 50px !important;
	}

	.m30-60-t {
		margin-top: 60px !important;
	}

	.m35-70-t {
		margin-top: 70px !important;
	}

	.m40-80-t {
		margin-top: 80px !important;
	}

	.m45-90-t {
		margin-top: 90px !important;
	}

	.m10-20-b {
		margin-bottom: 20px !important;
	}

	.m15-30-b {
		margin-bottom: 30px !important;
	}

	.m20-40-b {
		margin-bottom: 40px !important;
	}

	.m25-50-b {
		margin-bottom: 50px !important;
	}

	.m30-60-b {
		margin-bottom: 60px !important;
	}

	.m35-70-b {
		margin-bottom: 70px !important;
	}

	.m40-80-b {
		margin-bottom: 80px !important;
	}

	.m45-90-b {
		margin-bottom: 90px !important;
	}

}

/*横幅768px以上*/


/*フォントの装飾*/
.b {
	font-weight: bold !important;
}

/*太字*/
.normal {
	font-weight: normal !important;
}

/*太字を解除*/


/*フォントサイズの設定*/
.big {
	font-size: 1.2em !important;
}

.big2 {
	font-size: 1.5em !important;
}

.big3 {
	font-size: 1.8em !important;
}

.small {
	font-size: 0.8em !important;
}

.f08em {
	font-size: 0.8em !important;
}

.f09em {
	font-size: 0.9em !important;
}

.f10em {
	font-size: 1.0em !important;
}

.f11em {
	font-size: 1.1em !important;
}

.f12em {
	font-size: 1.2em !important;
}

.f13em {
	font-size: 1.3em !important;
}

.f14em {
	font-size: 1.4em !important;
}

.f15em {
	font-size: 1.5em !important;
}

.f16em {
	font-size: 1.6em !important;
}

.f17em {
	font-size: 1.7em !important;
}

.f18em {
	font-size: 1.8em !important;
}

.f19em {
	font-size: 1.9em !important;
}

.f20em {
	font-size: 2.0em !important;
}

.f21em {
	font-size: 2.1em !important;
}

.f22em {
	font-size: 2.2em !important;
}

.f23em {
	font-size: 2.3em !important;
}

.f24em {
	font-size: 2.4em !important;
}

.f25em {
	font-size: 2.5em !important;
}

.f26em {
	font-size: 2.6em !important;
}

.f27em {
	font-size: 2.7em !important;
}

.f28em {
	font-size: 2.8em !important;
}

.f29em {
	font-size: 2.9em !important;
}

.f30em {
	font-size: 3.0em !important;
}

.f08rem {
	font-size: 0.8rem !important;
}

.f09rem {
	font-size: 0.9rem !important;
}

.f10rem {
	font-size: 1.0rem !important;
}

.f11rem {
	font-size: 1.1rem !important;
}

.f12rem {
	font-size: 1.2rem !important;
}

.f13rem {
	font-size: 1.3rem !important;
}

.f14rem {
	font-size: 1.4rem !important;
}

.f15rem {
	font-size: 1.5rem !important;
}

.f16rem {
	font-size: 1.6rem !important;
}

.f17rem {
	font-size: 1.7rem !important;
}

.f18rem {
	font-size: 1.8rem !important;
}

.f19rem {
	font-size: 1.9rem !important;
}

.f20rem {
	font-size: 2.0rem !important;
}

.f21rem {
	font-size: 2.1rem !important;
}

.f22rem {
	font-size: 2.2rem !important;
}

.f23rem {
	font-size: 2.3rem !important;
}

.f24rem {
	font-size: 2.4rem !important;
}

.f25rem {
	font-size: 2.5rem !important;
}

.f26rem {
	font-size: 2.6rem !important;
}

.f27rem {
	font-size: 2.7rem !important;
}

.f28rem {
	font-size: 2.8rem !important;
}

.f29rem {
	font-size: 2.9rem !important;
}

.f30rem {
	font-size: 3.0rem !important;
}

.f10px {
	font-size: 10px !important;
}

.f11px {
	font-size: 11px !important;
}

.f12px {
	font-size: 12px !important;
}

.f13px {
	font-size: 13px !important;
}

.f14px {
	font-size: 14px !important;
}

.f15px {
	font-size: 15px !important;
}

.f16px {
	font-size: 16px !important;
}

.f17px {
	font-size: 17px !important;
}

.f18px {
	font-size: 18px !important;
}

.f19px {
	font-size: 19px !important;
}

.f20px {
	font-size: 20px !important;
}

.f21px {
	font-size: 21px !important;
}

.f22px {
	font-size: 22px !important;
}

.f23px {
	font-size: 23px !important;
}

.f24px {
	font-size: 24px !important;
}


/*フォントの色設定*/
.red {
	color: #e00000 !important;
}

/*赤*/
.blue {
	color: #0329ce !important;
}

/*青*/
.green {
	color: #01995e !important;
}

/*緑*/
.yellow {
	color: #ffe400 !important;
}

/*黄*/
.navy {
	color: #133d94 !important;
}

/*紺*/
.orange {
	color: #eca100 !important;
}

/*橙*/
.pink {
	color: #eb67b5 !important;
}

/*ピンク*/
.purple {
	color: #9940d2 !important;
}

/*紫*/
.olive {
	color: #9bb814 !important;
}

/*オリーブ*/
.lime {
	color: #2abe0d !important;
}

/*黄緑*/
.aqua {
	color: #0baedd !important;
}

/*水色*/
.black {
	color: #000 !important;
}

/*黒*/
.gray {
	color: #999 !important;
}

/*灰*/
.white {
	color: #fff !important;
}

/*白*/
.brown {
	color: #4b1c1c !important;
}

/*茶*/


/*マーカー表示
背景に着色、「box-xx」から変更*/
.line-blue {
	background: linear-gradient(transparent 50%, #9ddff1 50%);
}

/*青*/
.line-yellow {
	background: linear-gradient(transparent 50%, #fff499 50%);
}

/*黄*/
.line-orange {
	background: linear-gradient(transparent 50%, #f7d999 50%);
}

/*橙*/
.line-pink {
	background: linear-gradient(transparent 50%, #f7c2e1 50%);
}

/*ピンク*/
.line-lime {
	background: linear-gradient(transparent 50%, #aae59e 50%);
}

/*黄緑*/
.line-gray {
	background: linear-gradient(transparent 50%, #d6d6d6 50%);
}

/*灰*/


/*iframeのレスポンシブ*/
.v-res_wrap {
	max-width: 500px;
	margin: auto;
	margin-bottom: 40px;
}

.v-res {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	padding-bottom: 56.25%;
}

.v-res iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*行間の設定*/
.lh10 {
	line-height: 1.0 !important;
}

.lh11 {
	line-height: 1.1 !important;
}

.lh12 {
	line-height: 1.2 !important;
}

.lh13 {
	line-height: 1.3 !important;
}

.lh14 {
	line-height: 1.4 !important;
}

.lh15 {
	line-height: 1.5 !important;
}

.lh16 {
	line-height: 1.6 !important;
}

.lh17 {
	line-height: 1.7 !important;
}

.lh18 {
	line-height: 1.8 !important;
}

.lh19 {
	line-height: 1.9 !important;
}

.lh20 {
	line-height: 2.0 !important;
}


/*横幅を指定*/
.w05 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w100 {
	width: 100%;
}


/*下線や取消線の設定*/
.underline {
	text-decoration: underline !important;
}

.del {
	text-decoration: line-through;
}

.noborder {
	border: 0 !important;
}

/*枠線を無くす*/


/*重なりの優先度*/
.z1 {
	z-index: 1 !important;
}

.z2 {
	z-index: 2 !important;
}

.z3 {
	z-index: 3 !important;
}

.z4 {
	z-index: 4 !important;
}

.z5 {
	z-index: 5 !important;
}

.z10 {
	z-index: 10 !important;
}

.z20 {
	z-index: 20 !important;
}

.z30 {
	z-index: 30 !important;
}

.z40 {
	z-index: 40 !important;
}

.z50 {
	z-index: 50 !important;
}


/*アイコン*/
.icon_point,
.icon_caution,
.icon_blank,
.icon_arrow_up,
.icon_arrow_right,
.icon_arrow_down,
.icon_arrow_left,
.icon_download,
.icon_pdf,
.icon_zip,
.icon_mail,
.icon_mail_white,
.icon_cart,
.icon_search,
.icon_home,
.icon_folder,
.icon_time,
.icon_calendar,
.icon_building,
.icon_map,
.icon_new,
.icon_beginner,
.icon_share,
.icon_tel {
	line-height: 1;
	font-size: 20px;
}

.icon_point::before {
	content: "\e91a";
}

.icon_caution::before {
	content: "\e90d";
}

.icon_blank::before {
	content: "\e909";
}

.icon_arrow_up::before {
	content: "\e907";
}

.icon_arrow_right::before {
	content: "\e902";
}

.icon_arrow_down::before {
	content: "\e900";
}

.icon_arrow_left::before {
	content: "\e901";
}

.icon_download::before {
	content: "\e90e";
}

.icon_pdf::before {
	content: "\e919";
}

.icon_zip::before {
	content: "\e922";
}

.icon_mail::before {
	content: "\e914";
}

.icon_cart::before {
	content: "\e90c";
}

.icon_search::before {
	content: "\e91d";
}

.icon_home::before {
	content: "\e910";
}

.icon_folder::before {
	content: "\e90f";
}

.icon_time::before {
	content: "\e921";
}

.icon_calendar::before {
	content: "\e90b";
}

.icon_building::before {
	content: "\e90a";
}

.icon_map::before {
	content: "\e915";
}

.icon_new::before {
	content: "\e916";
}

.icon_beginner::before {
	content: "\e908";
}

.icon_share::before {
	content: "\e91e";
}

.icon_tel::before {
	content: "\e920";
}

.icon_arrow_s_up,
.icon_arrow_s_right,
.icon_arrow_s_down,
.icon_arrow_s_left {
	line-height: 1;
	font-size: 12px;
}

.icon_arrow_s_up:before {
	content: "\e906";
}

.icon_arrow_s_right:before {
	content: "\e905";
}

.icon_arrow_s_down:before {
	content: "\e903";
}

.icon_arrow_s_left:before {
	content: "\e904";
}

h4:not(.title_no-style) {
    border-bottom-color: #ff4e46;
    color: #e3504c;
}
label {
	white-space: nowrap;
	display: block;
	line-height: 1.8em
}

.table-res-form th,
.table-res-form td {
	padding: 20px;
	font-size: 1.1em;
}

.table-res-form div {
	padding: 0 15px;
}
.table-res-form label {
	margin-bottom: 10px;
}

[type=checkbox],
[type=radio] {
	margin-right: 6px;
}
h1 {
	position: relative;
	text-align: center;
	padding: 10px;
	background-image: none !important;
	margin: 2em 0em;
	font-size: 2.4rem;
}

h1:before {
	content: '';
	position: absolute;
	left: 1%;
	top: 0;
	width: 98%;
	height: 3px;
	background: repeating-linear-gradient(-45deg, #f58b0a, #f58b0a 3px, white 3px, white 6px);
}

h1:after {
	content: '';
	position: absolute;
	left: 1%;
	bottom: 0;
	width: 98%;
	height: 3px;
	background: repeating-linear-gradient(-45deg, #f58b0a, #f58b0a 3px, white 3px, white 6px);
}

.main-container {
	max-width: 1000px;
	margin: 0 auto;
}

.content {
	margin: 20px .5em;
}

.top-c {
	margin: 13px auto;
	padding: 7px;
	font-weight: bold;
	font-size: 1.1em;
}

.top-c img {
	max-height: 36px;
	margin: 0 auto;
	display: block;
}

.top-c-box {
	width: auto;
	height: auto;
	overflow: hidden;
}

.eight-fukidashi {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 .8em;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #333;
	font-size: 1em;
	background: #e0edff;
	border-radius: 15px;
	font-weight: bold;
	transform: rotate(-5deg);
}

.eight-fukidashi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}

.eight-description {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

.eight-description span {
	font-size: 1.7em;
	color: red;
}

.eight-title1,
.eight-title3 {
	position: relative;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: .4em .6em;
	padding: .2em .2em .5em 1.4em;
	line-height: 1.6em;
	font-size: 1.1em;
	color: #444;
}

.eight-title1:before,
.eight-title3:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="red"><path d="M87.656,215.156H18.922C8.469,215.156,0,223.625,0,234.094v198.094c0,10.453,8.469,18.922,18.922,18.922h68.734c10.469,0,18.938-8.469,18.938-18.922V234.094C106.594,223.625,98.125,215.156,87.656,215.156z M64,421.063c-9.688,0-17.531-7.844-17.531-17.531C46.469,393.859,54.313,386,64,386s17.531,7.859,17.531,17.531C81.531,413.219,73.688,421.063,64,421.063z"/><path d="M480.078,183.594H292.063c-2.438,0-4.766,0.328-7.031,0.828h-2.703c7.672-15.078,14.313-35.016,12.047-58.844c-2.125-22.453-21.047-62.109-50.219-64.453c-22.469-1.797-26.813,6.625-26.813,29.172c0,0,0.25,21.844,0.25,35.844c0,25.078-8.359,37.828-37.844,58.984c-38.891,27.875-45.641,42.281-45.641,42.281v150.25c0,30.047,20.641,54.094,59.031,54.094h51.469h88.656c19.344,0,45.516-9.344,45.516-34.984c0-9.609-3.875-18.297-10.141-24.625c16.922-2.453,29.969-16.891,29.969-34.5c0-10.938-5.109-20.578-12.984-27c12.438-5.375,21.141-17.703,21.141-32.109c0-13.641-7.859-25.328-19.25-31.094h92.563c17.625,0,31.922-14.281,31.922-31.922C512,197.891,497.703,183.594,480.078,183.594z"/></svg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0.3em;
	left: 0;
	vertical-align: middle;
}

.eight-title1:after,
.eight-title3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
}

.eight-title1:after {
	background: repeating-linear-gradient(-45deg, #00ff00, #00ff00 2px, white 2px, white 4px);
}

.eight-title3:after {
	background: repeating-linear-gradient(-45deg, #87cefa, #87cefa 2px, white 2px, white 4px);
}

.eight-title2 {
	position: relative;
	display: inline-block;
	line-height: 1.4em;
	font-size: 0.9em;
}

.eight-title2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: repeating-linear-gradient(-45deg, #ffd700, #ffd700 2px, white 2px, white 4px);
}

.eight-border {
	padding: 1em 0 1em;
	margin: 2px;
	width: 100%;
	float: none;
}

.eight-box {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

.eight-title {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0.2em 0 0.6em;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.eight-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 5px;
	background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
}

.eight-cont {
	margin: 0.3em 1em;
}

.caption-eight {
	background-color: #edf9f4;
	padding: 0.8em 0.2em 0.5em;
	text-align: left;
}

.caption-eight p {
	font-size: 1em;
	margin: 0;
	color: #000;
}
.caption-eight ul li {
	font-size: 1em;
	color: #000;
	line-height: 1.8;
	margin: 0 0 1em;
}

.eight-box img {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.top-pic-lay {
	float: left;
	margin: 0.5%;
	width: 49%;
}

@media (min-width : 769px) {
	.eight-border {
		float: left;
		width: 48%;
	}

	.eight-box {
		margin: 0 auto;
	}

	.top-pic-lay {
		float: left;
		margin: 0.5%;
		width: 32.3%;
	}

	/* 画像にボタンを重ねる */
	.eight-cont>div:first-child {
		position: relative;
	}

	.eight-cont>div:first-child .eight-toggle {
		position: absolute;
		left: 50%;
		bottom: -1.5em;
		transform: translate(-50%, 0);
		margin: 0;
		z-index: 2;
	}

	.eight-toggle {
		display: inline-block;
		background-color: #ff3b30;
		/* fallback */
		background-image: linear-gradient(180deg, #ff7a18 0%, #ff3b30 100%);
		background-repeat: no-repeat;
		color: #fff;
		border: none;
		padding: 6px 10px;
		border-radius: 6px;
		font-size: 14px;
		line-height: 1.2;
		cursor: pointer;
		margin: 2px 0;
		appearance: none;
		-webkit-appearance: none;
		font-weight: bold;
		border: 3px solid #fff;
		box-shadow: 0 6px 14px rgba(255, 59, 48, 0.35), 0 2px 4px rgba(0, 0, 0, 0.08);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
		transition: background-image 200ms ease, box-shadow 200ms ease, transform 120ms ease;
		width: 160px;
	}

	.eight-toggle:hover,
	.eight-toggle:focus {
		background-image: linear-gradient(180deg, #ff8a3d 0%, #ff2d55 100%);
		box-shadow: 0 8px 18px rgba(255, 45, 85, 0.45), 0 3px 6px rgba(0, 0, 0, 0.12);
	}

	.eight-toggle:active {
		background-image: linear-gradient(180deg, #e62e00 0%, #c81d25 100%);
		transform: translateY(1px);
		box-shadow: 0 4px 10px rgba(200, 29, 37, 0.35), 0 1px 3px rgba(0, 0, 0, 0.12);
	}
}

@media (max-width: 769px) {
	/* eight-toggle mobile styles */
	.eight-cont>div:first-child { position: relative; }
	.eight-cont>div:first-child .eight-toggle {
		position: absolute;
		left: 50%;
		bottom: -1.2em;
		transform: translate(-50%, 0);
		margin: 0;
		z-index: 2;
	}
	.eight-toggle {
		display: inline-block;
		background-color: #ff3b30;
		background-image: linear-gradient(180deg, #5e2df7 0%, #ca8dfd 100%);		;
		background-repeat: no-repeat;
		color: #fff;
		border: none;
		padding: 6px 10px;
		border-radius: 6px;
		font-size: 1.1em;
		line-height: 1.2;
		cursor: pointer;
		margin: 2px 0;
		appearance: none;
		-webkit-appearance: none;
		font-weight: bold;
		border: 3px solid #fff;
		box-shadow: 0 6px 14px rgba(255, 59, 48, 0.35), 0 2px 4px rgba(0, 0, 0, 0.08);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
		transition: background-image 200ms ease, box-shadow 200ms ease, transform 120ms ease;
		width: 160px;
	}
	.eight-toggle:hover,
	.eight-toggle:focus {
		background-image: linear-gradient(180deg, #5e2df7 0%, #ca8dfd 100%);	
		box-shadow: 0 8px 18px rgba(255, 45, 85, 0.45), 0 3px 6px rgba(0,0,0,0.12);
	}
	.eight-toggle:active {
		background-image: linear-gradient(180deg, #e62e00 0%, #c81d25 100%);
		transform: translateY(1px);
		box-shadow: 0 4px 10px rgba(200, 29, 37, 0.35), 0 1px 3px rgba(0,0,0,0.12);
	}
}
#sax,
#guitar,
#bass {
	background-color: #fff;
	border: 1px solid #ff4e46;
	padding: 10px;
	margin: 10px 0;
	border-radius: 5px;
}
.lesson-description {
	margin-top: 20px;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to right, #56ab2f, #60d020);
	background-color: #444;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}