@charset "UTF-8";
.c-editor {
  /* ストライプテーブル */
  /* 共通のテーブル */
  /*========================================
    ボタン配置（Gutenberg）
  ========================================*/
}
.c-editor .wp-block-table.is-style-stripes table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.c-editor .wp-block-table.is-style-stripes table tr:nth-child(even) {
  background-color: #ffffff;
}
.c-editor .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.c-editor .wp-block-table table td,
.c-editor .wp-block-table table th {
  padding: 8px 12px;
  border: 1px solid #ddd;
}
.c-editor .plan_table th, .c-editor .plan_table td {
  border-top: none !important;
}
.c-editor .wp-block-buttons.is-content-justification-center {
  justify-content: center !important;
}
.c-editor .wp-block-buttons.is-content-justification-right {
  justify-content: flex-end !important;
}
.c-editor .wp-block-buttons.is-content-justification-left {
  justify-content: flex-start !important;
}

/*========================================
  Gutenberg カラム（wp-block-columns）
  PC：横並び（デフォルト）
  モバイル：縦並びに変更
========================================*//*# sourceMappingURL=add.css.map */