@charset "UTF-8";
/* CSS Document */
/*
 * editor-style-gutenberg.css
 * @package WordPress 5.0 or Gutenberg Plugin 4.1
 * License: GPLv2 or later
 * https://nendeb.com/741
*/
/* font-family */
body.block-editor-page .editor-post-title__input,
body.block-editor-page .editor-block-list__block {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

/* 標準 font-size(16px) を 14px にする */
body.block-editor-page .editor-block-list__block {
  font-size: 15px;
}

body.block-editor-page .edit-post-visual-editor p:not(.wp-block-cover-text) {
  font-size: 15px;
}

/* blockquote だけ font-size をGutenberg標準に戻す */
body.block-editor-page .wp-block-pullquote blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty=true]:before,
body.block-editor-page .wp-block-pullquote blockquote > .editor-rich-text p {
  font-size: 24px !important;
}

body.block-editor-page .wp-block-pullquote__citation,
body.block-editor-page .wp-block-pullquote cite,
body.block-editor-page .wp-block-pullquote footer {
  font-size: 14px;
}

/* 投稿(固定ページ)タイトル  */
body.block-editor-page .editor-post-title__block textarea {
  border-bottom: 1px dotted #ccc !important;
  border-left: 3px solid #666 !important;
  border-top: 1px dotted #ccc !important;
  font-size: 1.4rem !important;
  margin: 0 0 20px !important;
  padding: 7px 0 7px 10px !important;
}

/* タイトル幅合わせ Fix Gutenberg4.0 */
body.block-editor-page .edit-post-visual-editor .editor-post-title__block > div {
  margin-left: 13px;
  margin-right: 13px;
}

/* ブロック内 タイトル  */
body.block-editor-page .editor-block-list__block h1,
body.block-editor-page .editor-block-list__block h2,
body.block-editor-page .editor-block-list__block h3 {
  border-bottom: 1px dotted #ccc !important;
  border-left: 3px solid #666 !important;
  border-top: 1px dotted #ccc !important;
  font-size: 1.4rem !important;
  margin: 0 0 20px !important;
  padding: 7px 0 7px 10px !important;
}

/* 表示幅設定 */
/* 2カラム 最大幅 + 30 */
body.block-editor-page .editor-post-title__block,
body.block-editor-page .editor-default-block-appender,
body.block-editor-page .editor-block-list__block {
  /* 730 + 30 */
  max-width: 760px !important;
}

/* 1カラム 最大幅 + 30 */
body.block-editor-page.full-width-page .editor-post-title__block,
body.block-editor-page.full-width-page .editor-default-block-appender,
body.block-editor-page.full-width-page .editor-block-list__block {
  /* 1200 + 30 */
  max-width: 1230px !important;
}

/* 幅広 Fix */
body.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align=wide] {
  /* 800 + 30 */
  max-width: 830px !important;
}

/* 全幅 Fix */
body.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align=full] {
  max-width: none !important;
}

/* line-height Fix 1.8->1.6 */
body.block-editor-page .editor-rich-text__tinymce.mce-content-body {
  line-height: 1.6;
}

body.block-editor-page .wp-block-image:after {
  content: "";
  clear: both;
  display: block;
}/*# sourceMappingURL=wp-editor.css.map */