@charset "utf-8";

/*====================================================
SETTINGS
====================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

/* BASE
----------------------------------------------- */
.mce-content-body,
.editor-styles-wrapper,
.wp-block-post-content,
.l-BlockContent {
	font-family: "Inter", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 2;
}

/* Font Size
----------------------------------------------- */
.mce-content-body > *,
.editor-styles-wrapper > *,
.l-BlockContent > * {
	font-size: 15px;
}

/* 要素間のマージン
----------------------------------------------- */
.mce-content-body > * + *,
.editor-styles-wrapper > * + *,
.wp-block-post-content > * + *, /*管理画面エディター用*/
.l-BlockContent > * + * {
	margin-top: 0.8em;
}
.mce-content-body > * ,
.editor-styles-wrapper > * ,
.wp-block-post-content > * , /*管理画面エディター用*/
.l-BlockContent > * {
	/* margin-bottom: 0.8em; */
}

.mce-content-body mark,
.editor-styles-wrapper mark,
.wp-block-post-content mark, /*管理画面エディター用*/
.l-BlockContent mark {
	font-style: normal;
	font-weight: normal;
}

/*====================================================
IMG
====================================================*/
/* img
----------------------------------------------- */
.mce-content-body img,
.editor-styles-wrapper img,
.l-BlockContent img {
	width: auto;
}

/* left
----------------------------------------------- */
.mce-content-body img.alignleft,
.editor-styles-wrapper img.alignleft,
.l-BlockContent img.alignleft {
	margin-right: auto;
}

/* center
----------------------------------------------- */
.mce-content-body img.aligncenter,
.editor-styles-wrapper img.aligncenter,
.l-BlockContent img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* right
----------------------------------------------- */
.mce-content-body img.alignright,
.editor-styles-wrapper img.alignright,
.l-BlockContent img.alignright {
	margin-left: auto;
}
