@charset "UTF-8";
/****************************************
		Original Setting 
*****************************************/
body {
  font-size: 1rem;
  background-color: #fff;
}

.sidebar {
  width: 240px;
  height: 100vh;
}

/* 折り畳み可能リストのサイドバー用 */
.btn-toggle {
  font-weight: 600;
  position: relative;
  padding: 0.25rem 0.5rem;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle::before {
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25em;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transform-origin: 0.5em 50%;
          transform-origin: 0.5em 50%;
  opacity: 0;
}
.btn-toggle:hover, .btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
}
.btn-toggle i {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  opacity: 1;
}
.btn-toggle:hover i {
  opacity: 0;
}
.btn-toggle:hover::before {
  opacity: 1;
}

.btn-toggle[aria-expanded=true] {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
}

.btn-toggle[aria-expanded=true]::before {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.btn-toggle-nav small._none {
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  padding: 0.1875rem 0.5rem;
  color: #aaa;
}
.btn-toggle-nav small._nosp {
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  padding: 0.1875rem 0.5rem;
}
.btn-toggle-nav a {
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  padding: 0.1875rem 0.5rem;
}
.btn-toggle-nav a:hover, .btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.contents {
  width: 100%;
  padding-left: 280px;
}

.ce-block__content, .ce-toolbar__content {
  max-width: calc(100% - 80px) !important;
}

.cdx-block {
  max-width: 100% !important;
}

.ce-toolbar__actions {
  right: calc(100% + 10px) !important;
}

.codex-editor--narrow .ce-toolbar__actions {
  right: calc(100% + 10px) !important;
}
.codex-editor--narrow .codex-editor__redactor {
  margin-right: 0;
}
.codex-editor--narrow .ce-settings .ce-popover {
  left: 0;
}
.codex-editor--narrow .ce-toolbox .ce-popover {
  left: 0;
}

.color-swatch__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.color-swatch {
  width: 20px;
  height: 20px;
  margin: 5px;
  cursor: pointer;
  border: 1px solid #fff;
}

.side_menu {
  position: relative;
}
.side_menu li {
  position: relative;
}
.side_menu:hover .dropdown-toggle._ico {
  opacity: 1;
}

.dropdown-toggle._ico {
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
  opacity: 0;
}
.dropdown-toggle._ico._cld {
  top: 7px;
}
.dropdown-toggle._ico.bi-plus {
  top: 0;
  right: 0;
}
.dropdown-toggle._ico::after {
  display: none;
}
.dropdown-toggle._icop {
  cursor: pointer;
}
.dropdown-toggle._icop::after {
  display: none;
}

.ce-popover-item[data-item-name=ChildPageLinkTool], .ce-popover-item[data-item-name=EmbedOriginIframe] {
  display: none;
}

.ce-page-add_outer {
  position: relative;
}

.ce-page-add_list {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
}

.ce-page-link-tool_outer a, .ce-page-link-tool_outer ._none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  border: 1px solid #eff0f1;
  border-radius: 7px;
  background: #fff;
}
.ce-page-link-tool_outer a span, .ce-page-link-tool_outer ._none span {
  text-decoration: underline;
}
.ce-page-link-tool_outer a:hover, .ce-page-link-tool_outer ._none:hover {
  background: rgba(55, 53, 47, 0.06);
}
.ce-page-link-tool_outer ._none {
  background-color: #fff1f1;
}
.ce-page-link-tool_outer ._none:hover {
  background: #fff1f1;
}

._icc {
  color: rgb(68, 131, 97);
}
._icc::before {
  font-weight: bold !important;
}

._iccp {
  margin-right: 5px;
}

.dropdown-item i.bi {
  pointer-events: none;
}

.rename-trigger, .reicon-trigger, .newpage-trigger, .duplicate-trigger, .delete-trigger, .sort-trigger, .private-trigger {
  cursor: pointer;
}

.reicon_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.reicon_list ul li {
  cursor: pointer;
  text-align: center;
}
.reicon_list ul li._selected {
  background-color: #ddd;
}

.scrollarea {
  overflow-x: hidden;
  overflow-y: auto;
}

.sidemenu_truncate {
  position: relative;
  top: 2px;
  display: inline-block;
  overflow: hidden;
  width: 150px;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidemenu_truncate._min {
  width: 170px;
}

.image-tool__image {
  margin-bottom: 0 !important;
}

.image-tool__caption, .embed-tool__caption {
  height: 0;
  padding: 0;
  opacity: 0;
}

.image-tool--withBackground .image-tool__image {
  background: #f8f9fa !important;
}

.ce-embed-origin-iframe_outer {
  width: 100%;
  aspect-ratio: 16/9;
}
.ce-embed-origin-iframe_outer iframe {
  width: 100%;
  height: 100%;
}

.ce-editorjsColumns_col .ce-block__content {
  max-width: calc(100% - 20px) !important;
}

.ce-block a {
  color: var(--bs-body-color);
}

.form-check-inline .form-check-input {
  position: relative;
  top: 4px;
  vertical-align: middle;
}

.sidebar_btn {
  display: none;
}

.main_user .sidebar_btn {
  font-size: 18px;
  top: 10px;
  right: 10px;
  left: inherit;
  display: block;
  border-radius: 50%;
}
.main_user .contents .codex-editor__redactor {
  padding-bottom: 50px !important;
}
.main_user .contents .ce-block .codex-editor__redactor {
  padding-bottom: 0 !important;
}
.main_user .sidebar {
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.main_user .sidebar._open {
  left: 0;
}
@media (max-width: 767.98px) {
  .main_user .ce-block__content, .main_user .ce-toolbar__content {
    max-width: calc(100% - 25px) !important;
  }
  .main_user .contents {
    padding-left: 0;
  }
  .main_user .sidebar {
    left: -100vw;
    width: 80%;
  }
  .main_user .databaselink-table-block {
    overflow-x: scroll;
  }
  .main_user .databaselink-table-block table {
    table-layout: fixed;
  }
}

.ce-inline-toolbar {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ce-add-bg {
  background-color: rgb(241, 241, 239);
}

.tc-table-db .tc-row:first-child .tc-cell:first-child {
  background-color: transparent;
}
.tc-table-db .tc-row:first-child .tc-cell:first-child:hover:after {
  display: none;
}
.tc-table-db .tc-row .tc-cell img {
  width: 100%;
  max-width: 115px;
  height: auto;
}
.tc-table-db .tc-row .tc-cell:first-child {
  position: relative;
  background-color: #f8f9fa;
}
.tc-table-db .tc-row .tc-cell:first-child:hover:after {
  display: block;
}
.tc-table-db .tc-row .tc-cell:first-child:after {
  font-size: 80%;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: none;
  width: 90%;
  padding: 10px 5px;
  content: "画像を設定する" !important;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0.75;
  color: #fff;
  border-radius: 3px;
  background-color: #000;
}

.databaselink-table-block table thead th {
  overflow: hidden;
  resize: horizontal;
}
.databaselink-table-block tr td img {
  width: 100%;
  max-width: 115px;
  height: auto;
}

.databaselink-gallery-block {
  max-width: inherit !important;
}

/****************************************
		login Setting 
*****************************************/
.login-form-check {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .login_logo {
    width: 60%;
  }
}
@media (max-width: 575.98px) {
  .login_logo {
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */


.table-bordered thead td, .table-bordered thead th {
resize: horizontal;
overflow: hidden;
}