/* ==================================

 ブロックエディタ用

================================== */
/**
 * 1.0 Body
 */

.blockeditor {
	line-height: 1.75;
}

/**
 * 2.0 Typography
 */

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

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

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

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

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

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

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

.blockeditor p {
	margin-bottom: 1em;
	min-height: 30px;
}

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

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

.blockeditor 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;
}

.blockeditor blockquote > blockquote {
	margin-left: 0;
}

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

.blockeditor blockquote > p:last-child {
	margin-bottom: 0;
}

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

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

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

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

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

.blockeditor 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;
}

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

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

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

.blockeditor sup {
	bottom: 1ex;
}

.blockeditor sub {
	top: .5ex;
}

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

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


/**
 * 3.0 Elements
 */

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

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

.blockeditor ul {
	list-style: disc;
}

.blockeditor ol {
	list-style: decimal;
}

.blockeditor li > ul,
.blockeditor li > ol {
	margin: 0 0 0 23px;
}

.blockeditor blockquote > ul,
.blockeditor blockquote > ol {
	margin-left: 28px;
}

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

.blockeditor dt {
	font-weight: bold;
}

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

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

.blockeditor table a {
	color: #333;
}

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

.blockeditor table th,
.blockeditor .mce-item-table th,
.blockeditor table caption {
	font-size: 17px;
	font-weight: 700;
	padding: 7px;
	vertical-align: baseline;
}

.blockeditor table td,
.blockeditor .mce-item-table td {
	padding: 7px;
	vertical-align: baseline;
}


.blockeditor a {
	display: inline-block;
	text-decoration: underline;
}
.blockeditor a img {
	transition: .3s;
}
.blockeditor a:hover img {
	opacity: .7;
}



/* テーブル */
.blockeditor .wp-block-table table th{
	text-align: left;
}

/* ファイル */
.blockeditor .wp-block-file__button{
	text-decoration: none;
	padding: 0.1em 1em;
	border-radius: 2em;
}

/* ボタン */
.blockeditor .wp-block-button__link{
	text-decoration: none;
	transition: all .3s;
}

.blockeditor .wp-block-button__link:hover{
	opacity: .7;
}

