<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Twenty Fifteen
Description: Used to style the TinyMCE editor.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Alignment
 * 5.0 - Caption
 * 6.0 - Galleries
 * 7.0 - Audio / Video
 * 8.0 - RTL
 */


/**
 * 1.0 Body
 */
 

.mceContentBody {

	/*color: #333;*/
/*	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Helvetica, "MS P繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;*/
	/*
	font-weight: 400;
	font-size: 17px;
	line-height: 1.6471;
	*/

	text-align: left;
/*  margin: 20px 20px;*/
/*  max-width: 620px;*/
	vertical-align: baseline;
	word-break: break-all;
	line-height: 1.75;
}

@media screen and (max-width: 767px) {
	.mceContentBody {
		padding: 0 10px;
	}
}


/**
 * 2.0 Typography
 */

.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
	clear: both;
	font-weight: 700;
	margin: 56px 0 28px;
}

.mceContentBody h1 {
	font-size: 35px;
	line-height: 1.2308;
}

.mceContentBody h2 {
	font-size: 29px;
	line-height: 1.2069;
}

.mceContentBody h3 {
	font-size: 24px;
	line-height: 1.1667;
}

.mceContentBody h4 {
	font-size: 20px;
	line-height: 1.4;
}

.mceContentBody h5,
.mceContentBody h6 {
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.2353;
	text-transform: uppercase;
}

.mceContentBody h1:first-child,
.mceContentBody h2:first-child,
.mceContentBody h3:first-child,
.mceContentBody h4:first-child,
.mceContentBody h5:first-child,
.mceContentBody h6:first-child {
	margin-top: 0;
}

.mceContentBody p {
	margin-bottom: 1em;
}

.mceContentBody b,
.mceContentBody strong {
	font-weight: 700;
}

.mceContentBody dfn,
.mceContentBody cite,
.mceContentBody em,
i {
	font-style: italic;
}

.mceContentBody blockquote {
	border-left: 4px solid #707070;
	color: #707070;
	font-size: 20px;
	font-style: italic;
	line-height: 1.8182;
	margin: 0 0 35px -21px;
	padding-left: 17px;
}

.mceContentBody blockquote &gt; blockquote {
	margin-left: 0;
}

.mceContentBody blockquote p {
	margin-bottom: 35px;
}

.mceContentBody blockquote &gt; p:last-child {
	margin-bottom: 0;
}

.mceContentBody blockquote cite,
.mceContentBody blockquote small {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	font-size: 17px;
	line-height: 1.6471;
}

.mceContentBody blockquote em,
.mceContentBody blockquote i,
.mceContentBody blockquote cite {
	font-style: normal;
}

.mceContentBody blockquote strong,
.mceContentBody blockquote b {
	font-weight: 400;
}

.mceContentBody address {
	font-style: italic;
	margin: 0 0 28px;
}

.mceContentBody code,
.mceContentBody kbd,
.mceContentBody tt,
.mceContentBody var,
.mceContentBody samp,
.mceContentBody pre {
	font-family: Inconsolata, monospace;
}

.mceContentBody pre {
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	font-size: 17px;
	line-height: 1.2353;
	margin-bottom: 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.mceContentBody abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

.mceContentBody mark,
.mceContentBody ins {
	background-color: #fff9c0;
	text-decoration: none;
}

.mceContentBody sup,
.mceContentBody sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.mceContentBody sup {
	bottom: 1ex;
}

.mceContentBody sub {
	top: .5ex;
}

.mceContentBody small {
	font-size: 75%;
}

.mceContentBody big {
	font-size: 125%;
}


/**
 * 3.0 Elements
 */

.mceContentBody hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

.mceContentBody ul,
.mceContentBody ol {
	margin: 0 0 28px 1em;
	padding: 0;
}

.mceContentBody ul {
	list-style: disc;
}

.mceContentBody ol {
	list-style: decimal;
}

.mceContentBody li &gt; ul,
.mceContentBody li &gt; ol {
	margin: 0 0 0 23px;
}

.mceContentBody blockquote &gt; ul,
.mceContentBody blockquote &gt; ol {
	margin-left: 28px;
}

.mceContentBody dl {
	margin: 0 0 28px;
}

.mceContentBody dt {
	font-weight: bold;
}

.mceContentBody dd {
	margin: 0 0 28px;
}

.mceContentBody table,
.mceContentBody th,
.mceContentBody td,
.mceContentBody .mce-item-table,
.mceContentBody .mce-item-table th,
.mceContentBody .mce-item-table td {
	border: 1px solid #eaeaea;
}

.mceContentBody table a {
	color: #333;
}

.mceContentBody table,
.mceContentBody .mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

.mceContentBody table th,
.mceContentBody .mce-item-table th,
.mceContentBody table caption {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	font-size: 17px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

.mceContentBody table td,
.mceContentBody .mce-item-table td {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	font-size: 17px;
	padding: 7px;
	vertical-align: baseline;
}

.mceContentBody img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.mceContentBody img.size-medium {
		width: 50%;
	}
}

.mceContentBody figure {
	margin: 0;
}

.mceContentBody del {
	opacity: 0.8;
}

.mceContentBody a {
/*	color: #333;*/
	text-decoration: underline;
	display: inline;
}
.mceContentBody a img {
	transition: .3s;
}
.mceContentBody a:hover img {
	opacity: .7;
}


/**
 * 4.0 Alignment
 */

.mceContentBody .alignleft {
	float: left;
	margin: 7px 7px 7px 0;
}

.mceContentBody .alignright {
	float: right;
	margin: 7px 0 7px 7px;
}

.mceContentBody .aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}


/**
 * 5.0 Caption
 */

.mceContentBody .wp-caption {
	background: transparent;
	border: none;
	color: #707070;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 28px 0;
	max-width: 100%;
	padding: 0;
	text-align: inherit;
}

.mceContentBody .wp-caption.alignleft {
	margin: 7px 28px 21px 0;
}

.mceContentBody .wp-caption.alignright {
	margin: 7px 0 21px 28px;
}

.mceContentBody .wp-caption.aligncenter {
	margin: 7px auto;
}

.mceContentBody .wp-caption .wp-caption-text,
.mceContentBody .wp-caption-dd {
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}


/**
 * 6.0 Galleries
 */

.mceContentBody .gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.mceContentBody .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.mceContentBody .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.mceContentBody .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.mceContentBody .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.mceContentBody .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.mceContentBody .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.mceContentBody .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.mceContentBody .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.mceContentBody .gallery .gallery-caption {
	color: #707070;
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

.mceContentBody .gallery-columns-6 .gallery-caption,
.mceContentBody .gallery-columns-7 .gallery-caption,
.mceContentBody .gallery-columns-8 .gallery-caption,
.mceContentBody .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 Audio / Video
 */

.mceContentBody .mce-content-body .wpview-wrap {
	margin-bottom: 32px;
}

.mceContentBody .mce-content-body .wp-audio-playlist {
	margin: 0;
}


/**
 * 8.0 RTL
 */

.mceContentBody.rtl {
	font-family: Arial, Tahoma, sans-serif;
}

.mceContentBody .rtl blockquote {
	border-left: none;
	border-right: 4px solid #707070;
	margin: 0 -21px 35px 0;
	padding-left: 0;
	padding-right: 17px;
}

.mceContentBody .rtl blockquote &gt; blockquote {
	margin-left: auto;
	margin-right: 0;
}

.mceContentBody .rtl li &gt; ul,
.mceContentBody .rtl li &gt; ol {
	margin: 0 23px 0 0;
}

.mceContentBody .rtl table th,
.mceContentBody .rtl table caption {
	text-align: right;
}

/**
 * Gutenberg蟇ｾ蠢�
 */
 .mceContentBody .wp-block-embed-youtube iframe{
	max-width: 100%; 
 }
 .mceContentBody .wp-block-embed-wordpress iframe{
	max-width: 100%; 
 }
 .mceContentBody .wp-block-embed-vimeo iframe{
	max-width: 100%; 
 }

</pre></body></html>