@charset "UTF-8";
/* editor style */
/* post-styleを適用したい場合は、editor-areaクラスをhtmlタグに付与する  */
.editor-area {
	/* font-size: 15px; */
	line-height: 2;
}
/* ------------------------------------------------------------ */
/*  color  */
/* ------------------------------------------------------------ */

/* 背景色 */
.has-isd-ylw-background-color {
	background-color: #988029;
}
.has-color-wht-background-color {
	background-color: #fff;
}
.has-color-blk-background-color {
	background-color: #000;
}
.has-pink-background-color {
	background-color: #f78da7;
}
.has-red-background-color {
	background-color: #cf2e2e;
}
.has-orange-background-color {
	background-color: #ff6900;
}
.has-amber-background-color {
	background-color: #fcb900;
}
.has-light-green-cyan-background-color {
	background-color: #7bdcb5;
}
.has-vivid-green-cyan-background-color {
	background-color: #00d084;
}
.has-pale-cyan-blue-background-color {
	background-color: #8ed1fc;
}
.has-vivid-cyan-blue-background-color {
	background-color: #0693e3;
}
.has-light-gray-background-color {
	background-color: #eeeeee;
}
.has-cyan-blue-gray-background-color {
	background-color: #abb8c3;
}
.has-dark-gray-background-color {
	background-color: #313131;
}

/* 文字色 */
.has-white-color {
	color: #fff;
}
.has-color-blk-color {
	color: #000;
}
.has-isd-ylw-color {
	color: #988029;
}
.has-pink-color {
	color: #f78da7;
}
.has-red-color {
	color: #cf2e2e;
}
.has-orange-color {
	color: #ff6900;
}
.has-amber-color {
	color: #fcb900;
}
.has-light-green-cyan-color {
	color: #7bdcb5;
}
.has-vivid-green-cyan-color {
	color: #00d084;
}
.has-pale-cyan-blue-color {
	color: #8ed1fc;
}
.has-vivid-cyan-blue-color {
	color: #0693e3;
}
.has-light-gray-color {
	color: #eeeeee;
}
.has-cyan-blue-gray-color {
	color: #abb8c3;
}
.has-dark-gray-color {
	color: #313131;
}

/* link -------------------------------- */

.editor-area a {
	text-decoration: underline solid #aaa 1px;
	text-underline-position: under;
}
.editor-area a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------ */
/*  Typography  */
/* ------------------------------------------------------------ */
.editor-area .has-large-font-size.editor-rich-text__tinymce,
.editor-area .has-large-font-size.editor-rich-text__tinymce.mce-content-body,
.editor-area .has-larger-font-size.editor-rich-text__tinymce,
.editor-area .has-larger-font-size.editor-rich-text__tinymce.mce-content-body {
	line-height: 1.4;
}

.editor-area .has-extra-small-font-size {
	font-size: 10px;
}
.editor-area .has-small-font-size {
	font-size: 0.8125em;
}
.editor-area .has-normal-font-size,
.editor-area .has-regular-font-size {
	font-size: 1em;
}
.editor-area .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.5;
}

.editor-area .has-extra-large-font-size {
	font-size: 2.25em;
	line-height: 1.3;
}
.editor-area .has-huge-font-size,
.editor-area .has-larger-font-size {
	font-size: 2.625em;
	line-height: 1.3;
}

.editor-area h1,
.editor-area h2,
.editor-area h3,
.editor-area h4,
.editor-area h5,
.editor-area h6 {
	letter-spacing: 0.1em;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.editor-area h1 {
	font-size: 3.2em;
	line-height: 1.2;
	margin-bottom: 20px;
}
.editor-area h2 {
	font-size: 2.8em;
	line-height: 1.3;
	margin-bottom: 20px;
}

.editor-area h3 {
	font-size: 2.5em;
	line-height: 1.4;
	margin-bottom: 20px;
}
.editor-area h4 {
	font-size: 2em;
	line-height: 1.4;
	margin-bottom: 20px;
}
.editor-area h5 {
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.editor-area h6 {
	font-size: 1.25em;
	line-height: 1.5;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------ */
/*  layout  */
/* ------------------------------------------------------------ */
.editor-area p {
	padding-top: 8px;
	margin-bottom: 12px;
}

.editor-area p.has-background {
	padding: 1.25em 1.75em;
}
.editor-area mark {
	font-style: normal;
  padding: 4px 1.2em;
}
/* Post Media -------------------------------- */
.editor-area figure {
	margin: 0;
}
.editor-area .wp-block-image {
	margin: 15px 0;
	text-align: center;
}
.editor-area .alignleft,
.editor-area .alignright {
	margin-bottom: 15px;
	max-width: 50%;
}
.editor-area .wp-caption .alignleft,
.editor-area .wp-caption .alignright {
	margin-bottom: 0;
}
.editor-area .alignleft,
.editor-area img.alignleft {
	margin-right: 15px;
	float: left;
}
.editor-area .alignright,
.editor-area img.alignright {
	margin-left: 15px;
	float: right;
}
.editor-area figcaption {
	width: 100%;
	font-size: 0.9em;
	line-height: 1.5;
	margin-top: 8px;
	text-align: center;
}
.editor-area .wp-block-image .alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.editor-area .wp-block-image .alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.editor-area .wp-block-spacer {
	clear: both;
	height: 1em !important;
}
.editor-area .aligncenter {
	text-align: center;
}
.editor-area .wp-block-embed {
	margin: 1em 0;
	overflow: hidden;
}
.editor-area .wp-block-embed.wp-block-embed-youtube {
	aspect-ratio: 16/9;
}
.editor-area .wp-block-embed__wrapper {
	width: 100%;
	height: 100%;
}
.editor-area .wp-block-embed iframe {
	max-width: 100%;
	width: 100%;
	height: 100%;
}

/* Block: List ------------------------------ */
.editor-area ul,
.editor-area ol {
	width: 100%;
	margin: 10px auto 20px;
}
.editor-area li > ul,
.editor-area li > ol {
	margin: 8px auto 12px;
	font-size: 0.9em;
}
.editor-area ul li {
	padding-left: 15px;
	position: relative;
	margin: 0 auto 8px;
}
.editor-area ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #333;
	border-radius: 1000%;
	position: absolute;
	top: 10px;
	left: 0;
}
.editor-area ul li > ul li {
	margin: 0 auto 5px;
}
.editor-area ul li > ul li::before {
	background: #fff;
	border: 1px solid #333;
}
.editor-area ol {
	list-style: decimal;
	padding-left: 1.5em;
}
.editor-area ol > li {
	list-style: decimal;
	position: relative;
	margin: 0 auto 8px;
}
.editor-area ol li > ol li {
	list-style: disc;
	margin: 0 auto 5px;
}

/* Block: Quote ------------------------------ */
.editor-area .wp-block-quote {
	background: rgba(51, 51, 51, 0.1);
	padding: 1.5em;
	margin: 1em auto 1.5em;
}
.editor-area .wp-block-quote p {
	padding: 0;
}
.editor-area .wp-block-preformatted {
	white-space: unset;
	margin: 0 auto 1em;
}
.editor-area .wp-block-quote cite {
	margin-top: 16px;
	padding-top: 8px;
	font-size: 0.85em;
	color: #666;
	border-top: 1px solid #666;
	width: 100%;
}

/* Block: Table ------------------------------ */
.editor-area .wp-block-table {
	border-collapse: collapse;
	border-spacing: 0;
	/* empty-cells: show; */
	width: 100%;
	position: relative;
	padding: 1.8em 0 0;
}
.editor-area .wp-block-table::before {
	content: "スクロールで全体をご覧いただけます";
	font-size: 1.3rem;
	font-weight: bold;
	color: #aaa;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 1.2em;
}
.editor-area .wp-block-table::after {
	content: "\f337";
	font-family: "icomoon";
	display: inline-block;
	color: #aaa;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3rem;
}
.editor-area .wp-block-table figcaption {
	color: #3b3b3b;
	/* text-align: left; */
}
.editor-area .wp-block-table table {
	/* width: 100%; */
	/* font-size: 0.9em; */
	/* table-layout: fixed; */
	/* min-width: 620px; */
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	display: block;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	max-width: 100%;
	margin: 0 auto 20px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

.editor-area .wp-block-table th,
.editor-area .wp-block-table td {
	line-height: 1.6;
	margin: 0;
	overflow: visible;
	padding: 0.8em;
	vertical-align: middle;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	background-color: #fff;
}

.editor-area .wp-block-table.non-header td:first-of-type {
	background-color: #f0f0f0;
	font-weight: bold;
}

.editor-area .wp-block-table .wp-block-table__cell-content {
	padding: 0.5em;
}
.editor-area .wp-block-table thead {
	background-color: #f0f0f0;
}

.editor-area .wp-block-table th {
	font-weight: bold;
	text-align: inherit;
	background-color: #f0f0f0;
}
.editor-area .wp-block-table th.has-text-align-center {
	text-align: center;
}
.editor-area .wp-block-table th.has-text-align-right {
	text-align: right;
}
.editor-area .wp-block-table th.has-text-align-left {
	text-align: left;
}

/* table: STRIPES */
.editor-area .wp-block-table.is-style-stripes {
	border: none;
}
.editor-area .wp-block-table.is-style-stripes table {
	border: none;
}
.editor-area .wp-block-table.is-style-stripes thead {
	background: none;
	border-bottom: 1px solid #404040;
}
.editor-area .wp-block-table.is-style-stripes tr {
	border-bottom: 1px solid #404040;
}
.editor-area .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: none;
}
.editor-area .wp-block-table.is-style-stripes tr:nth-child(odd) td {
	background: none;
	border-right: 2px solid #e0ddd1;
	border-bottom: 1px solid #404040;
}
.editor-area .wp-block-table.is-style-stripes tr:nth-child(even) td {
	background: none;
	border-right: 2px solid #e0ddd1;
	border-bottom: 1px solid #404040;
}
.editor-area .wp-block-table.is-style-stripes tr:nth-child(odd) td:last-of-type,
.editor-area .wp-block-table.is-style-stripes tr:nth-child(even) td:last-of-type {
	border-right: none;
}

.editor-area .wp-block-table.is-style-stripes th {
	border-right: 2px solid #e0ddd1;
	border-bottom: 1px solid #404040;
	background: none;
}

/* Block: Button ----------------------------- */
.editor-area .wp-block-buttons {
	margin: 20px auto 0;
}
.editor-area .wp-block-buttons .wp-block-button {
	display: inline-block;
	text-align: center;
}
.editor-area .wp-block-buttons .wp-block-button:not(:last-of-type) {
	margin: 0 auto 18px;
}

.editor-area .wp-block-button__link {
	text-decoration: none;
	font-weight: normal;
	border-radius: 0;
	line-height: 1.5;
  background-color: #ddd;
}
.editor-area .is-style-fill .wp-block-button__link,
.editor-area .is-style-fill .wp-block-button__link.has-background {
	box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.3);
}
.editor-area .is-style-outline > .wp-block-button__link:not(.has-background),
.editor-area .wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: #fff;
}
.editor-area .wp-block-button__link.has-color-wht-background-color {
	background-color: #fff;
}
.editor-area .wp-block-button__link.has-color-blk-background-color {
	background-color: #000;
}
.editor-area .wp-block-button__link.has-isd-ylw-background-color {
	background-color: #988029;
	color: #fff;
}

.editor-area .wp-block-button__link.has-pink-background-color {
	background-color: #f78da7;
}
.editor-area .wp-block-button__link.has-red-background-color {
	background-color: #cf2e2e;
}
.editor-area .wp-block-button__link.has-orange-background-color {
	background-color: #ff6900;
}
.editor-area .wp-block-button__link.has-amber-background-color {
	background-color: #fcb900;
}
.editor-area .wp-block-button__link.has-light-green-cyan-background-color {
	background-color: #7bdcb5;
}
.editor-area .wp-block-button__link.has-vivid-green-cyan-background-color {
	background-color: #00d084;
}
.editor-area .wp-block-button__link.has-pale-cyan-blue-background-color {
	background-color: #8ed1fc;
}
.editor-area .wp-block-button__link.has-vivid-cyan-blue-background-color {
	background-color: #0693e3;
}
.editor-area .wp-block-button__link.has-light-gray-background-color {
	background-color: #eeeeee;
}
.editor-area .wp-block-button__link.has-cyan-blue-gray-background-color {
	background-color: #abb8c3;
}
.editor-area .wp-block-button__link.has-dark-gray-background-color {
	background-color: #313131;
}

/* 文字色 */
.editor-area .wp-block-button__link.has-color-wht-color {
	color: #fff;
}
.editor-area .wp-block-button__link.has-color-blk-color {
	color: #000;
}
.editor-area .wp-block-button__link.has-isd-ylw-color {
	color: #988029;
}

.editor-area .wp-block-button__link.has-pink-color {
	color: #f78da7;
}
.editor-area .wp-block-button__link.has-red-color {
	color: #cf2e2e;
}
.editor-area .wp-block-button__link.has-orange-color {
	color: #ff6900;
}
.editor-area .wp-block-button__link.has-amber-color {
	color: #fcb900;
}
.editor-area .wp-block-button__link.has-light-green-cyan-color {
	color: #7bdcb5;
}
.editor-area .wp-block-button__link.has-vivid-green-cyan-color {
	color: #00d084;
}
.editor-area .wp-block-button__link.has-pale-cyan-blue-color {
	color: #8ed1fc;
}
.editor-area .wp-block-button__link.has-vivid-cyan-blue-color {
	color: #0693e3;
}
.editor-area .wp-block-button__link.has-light-gray-color {
	color: #eeeeee;
}
.editor-area .wp-block-button__link.has-cyan-blue-gray-color {
	color: #abb8c3;
}
.editor-area .wp-block-button__link.has-dark-gray-color {
	color: #313131;
}

.editor-area .wp-block-button__link:active,
.editor-area .wp-block-button__link:focus,
.editor-area .wp-block-button__link:hover,
.editor-area .wp-block-button__link:visited,
.editor-area .is-style-fill .wp-block-button__link:hover,
.editor-area .is-style-fill .wp-block-button__link.has-background:hover {
	/* color: #fff; */
	box-shadow: none;
}

/* Custom  wp-block-column ------------------------- */
.editor-area .wp-block-column .wp-block-image {
	margin: 0 0 1em;
	text-align: center;
}

/* Custom: wp-block-group ------------------------------ */
.editor-area .wp-block-group {
	margin-top: 1em;
	margin-bottom: 2em;
}
.editor-area .wp-block-group.border {
	padding: 1em;
	border: 3px solid #ddd;
}
.editor-area .wp-block-group.border p:last-of-type {
	margin-bottom: 0;
	padding: 0;
}
.editor-area .wp-block-group.has-background {
	padding: 1.25em 5% 0.5em;
}
.editor-area .wp-block-group.has-background p {
	padding: 0;
}

/* Custom  .wp-block-gallery ------------------------- */
.editor-area .wp-block-gallery ul {
	list-style: none;
	margin: 0 auto;
}

.editor-area .wp-block-gallery ul li {
	padding-left: 0;
	justify-content: flex-start;
}
.editor-area .wp-block-gallery ul li::before {
	display: none;
}

.editor-area .blocks-gallery-grid .blocks-gallery-image figure,
.editor-area .blocks-gallery-grid .blocks-gallery-item figure,
.editor-area .wp-block-gallery .blocks-gallery-image figure,
.editor-area .wp-block-gallery .blocks-gallery-item figure {
	flex-direction: column;
	flex-wrap: wrap;
	height: auto;
	align-items: flex-start;
}

.editor-area .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.editor-area .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.editor-area .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.editor-area .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.editor-area .wp-block-gallery.is-cropped .blocks-gallery-image a,
.editor-area .wp-block-gallery.is-cropped .blocks-gallery-image img,
.editor-area .wp-block-gallery.is-cropped .blocks-gallery-item a,
.editor-area .wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: auto;
}

.editor-area .blocks-gallery-grid .blocks-gallery-image figcaption,
.editor-area .blocks-gallery-grid .blocks-gallery-item figcaption,
.editor-area .wp-block-gallery .blocks-gallery-image figcaption,
.editor-area .wp-block-gallery .blocks-gallery-item figcaption {
	position: relative;
	bottom: inherit;
	width: 100%;
	max-height: inherit;
	overflow: auto;
	padding: 0.7em 0.77em 0.7em;
	color: inherit;
	text-align: center;
	font-size: 0.8em;
	background: none;
	box-sizing: border-box;
	margin: 0;
}

.editor-area .wp-block-file {
	margin-bottom: 1.5em;
}
.editor-area .wp-block-file:not(.wp-element-button) {
	font-size: 1em;
}
.editor-area .wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	padding: .5em 1em;
}
.editor-area .wp-block-file a.wp-block-file__button {
	text-decoration: none;
}


@media screen and (min-width: 480px) {
	/* Block: Table ------------------------------ */
	.editor-area .wp-block-table table {
		min-width: 620px;
		width: 100%;
		display: table;
	}
}
@media screen and (min-width: 768px) {
	/* Block: Table ------------------------------ */
	.editor-area .wp-block-table table {
		min-width: 100%;
	}
	.editor-area .wp-block-table::before,
	.editor-area .wp-block-table::after {
		display: none;
	}

	/* Block: Button ----------------------------- */
	.editor-area .wp-block-buttons {
		margin: 20px auto;
	}
	.editor-area .wp-block-buttons .wp-block-button {
		display: inline-block;
	}
	.editor-area .wp-block-buttons .wp-block-button:not(:last-of-type) {
		margin: 0 18px 18px 0;
	}
}
@media screen and (min-width: 1025px) {
}
