@charset "UTF-8";
.ce-inline-tool-hyperlink-wrapper {
  outline: none;
  border: 0;
  border-radius: 0 0 4px 4px;
  margin: 0;
  font-size: 13px;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-weight: 500;
  border-top: 1px solid rgba(201, 201, 204, 0.48);
}

.ce-inline-tool-hyperlink-wrapper.ce-inline-tool-hyperlink-wrapper--showed {
  display: block;
}

.ce-inline-tool-hyperlink--input,
.ce-inline-tool-hyperlink--select-target,
.ce-inline-tool-hyperlink--select-rel {
  font-size: 1em;
  border: 1px solid rgba(201, 201, 204, 0.48);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(35, 44, 72, 0.06);
  box-shadow: inset 0 1px 2px 0 rgba(35, 44, 72, 0.06);
  border-radius: 5px;
  padding: 5px 8px;
  margin-bottom: 10px;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ce-inline-tool-hyperlink--select-target,
.ce-inline-tool-hyperlink--select-rel {
  width: 48%;
  display: inline-block;
}

.ce-inline-tool-hyperlink--select-target {
  margin-right: 2%;
}

.ce-inline-tool-hyperlink--select-rel {
  margin-left: 2%;
}

.ce-inline-tool-hyperlink--button {
  display: block;
  width: 100%;
  background-color: #34c38f;
  color: #fff;
  padding: 7px 0;
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

:root {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#app {
  display: flex;
  height: 100%;
}
#app > * {
  flex: 1 1 0;
}
#app > span {
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  min-width: 20px;
  cursor: col-resize;
  background: #f4f4f5;
}

.p-editor-head,
.p-editor-foot {
  position: relative;
  z-index: 101;
  display: flex;
  overflow: hidden;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  max-height: 40px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  background-color: #f4f4f5;
}
.p-editor-head select,
.p-editor-head button,
.p-editor-foot select,
.p-editor-foot button {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  margin: 0 2.5px;
  padding: 5px 10px;
  cursor: pointer;
  vertical-align: top;
  white-space: nowrap;
  color: #1d202b;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  background-color: #fff;
}
.p-editor-head select:hover,
.p-editor-head button:hover,
.p-editor-foot select:hover,
.p-editor-foot button:hover {
  background-color: #eee;
}
.p-editor-head #undo,
.p-editor-head #redo,
.p-editor-foot #undo,
.p-editor-foot #redo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.p-editor-head #undo svg,
.p-editor-head #redo svg,
.p-editor-foot #undo svg,
.p-editor-foot #redo svg {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
}

.p-editor-head {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.p-editor-foot {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

#importFfile {
  display: none;
}

.p-editor {
  display: flex;
  flex-direction: column;
}
.p-editor .ce-toolbar {
  z-index: 1;
}
.p-editor .c-lyt-editor > .codex-editor {
  z-index: auto !important;
}
.p-editor .ce-popover {
  width: 300px;
}
.p-editor .ce-block a {
  text-decoration: inherit;
}
.p-editor .image-tool {
  position: relative;
}
.p-editor .image-tool__image-picture {
  vertical-align: top;
}
.p-editor .ce-block__content:not(.ce-figure) .image-tool__caption {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  padding: 5px;
  transition: 0.3s;
  text-align: center;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  background-color: rgba(225, 225, 225, 0.25);
  box-shadow: none;
}
.p-editor .ce-block__content:not(.ce-figure) .image-tool__caption:focus-within {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.75);
}
.p-editor .ce-block__content:not(.ce-figure) .image-tool__caption[contentEditable=true][data-placeholder]:before {
  width: 100%;
  text-align: center;
  opacity: 0.25;
  color: #fff;
}
.p-editor .ce-figure .image-tool.image-tool--filled {
  display: table;
}
.p-editor .ce-figure .image-tool__caption {
  position: static;
  display: table-caption;
  padding: 0;
  caption-side: bottom;
  transition: none;
  text-align: left;
  color: var(--color-text-sub);
  color: #3d5582;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.p-editor .ce-editorjsColumns_wrapper {
  outline: 1px dotted #ccc;
}
.p-editor .ce-editorjsColumns_wrapper .codex-editor {
  z-index: auto;
}
.p-editor .ce-editorjsColumns_wrapper .ce-toolbar {
  transform: translateY(24px);
}
.p-editor .cp-news-h1 h1 {
  margin: 0;
  padding: 0;
}
.p-editor .cp-news-h1 .c-hdg-hgroup__sup-lead,
.p-editor .cp-news-h1 .c-hdg-hgroup__sub-lead {
  font-weight: 700;
}
.p-editor .cp-text-left-image-right .codex-editor__redactor,
.p-editor .cp-text-right-image-left .codex-editor__redactor {
  display: flex;
  flex-direction: column;
  margin: 6.4vw 0;
}
.p-editor .cp-text-left-image-right .codex-editor__redactor .ce-block .ce-block__content > *:first-child,
.p-editor .cp-text-right-image-left .codex-editor__redactor .ce-block .ce-block__content > *:first-child {
  margin-top: 0;
}
.p-editor .cp-text-left-image-right .codex-editor__redactor .ce-block .ce-block__content > *:last-child,
.p-editor .cp-text-right-image-left .codex-editor__redactor .ce-block .ce-block__content > *:last-child {
  margin-bottom: 0;
}
.p-editor .cp-text-left-image-right .codex-editor__redactor .ce-block:nth-child(1),
.p-editor .cp-text-right-image-left .codex-editor__redactor .ce-block:nth-child(1) {
  flex: 1 1 0;
  order: 2;
  margin: 3.2vw 0 0;
}
.p-editor .cp-text-left-image-right .codex-editor__redactor .ce-block:nth-child(2),
.p-editor .cp-text-right-image-left .codex-editor__redactor .ce-block:nth-child(2) {
  order: 1;
  text-align: center;
}
.p-editor .cp-text-left-image-right .codex-editor__redactor .ce-block:nth-child(2) figure,
.p-editor .cp-text-right-image-left .codex-editor__redactor .ce-block:nth-child(2) figure {
  max-width: 100%;
}
.p-editor .cp-text-left-image-right .codex-editor__redactor .ce-block:nth-child(2) img,
.p-editor .cp-text-right-image-left .codex-editor__redactor .ce-block:nth-child(2) img {
  max-width: 100%;
}
.p-editor .ce-media .ce-editorjsColumns_wrapper {
  outline: 1px dotted #ccc;
}
.p-editor .ce-media .ce-editorjsColumns_wrapper .image-tool__image img {
  border-radius: 10.6666666667vw 0;
}
.p-editor .cdx-block {
  padding: revert;
}
.p-editor .codex-editor__redactor {
  padding: 0 !important;
}
.p-editor .ce-inline-toolbar .ce-inline-toolbar__toggler-and-button-wrapper {
  padding: 0;
}
.p-editor .ce-inline-toolbar .ce-inline-toolbar__dropdown {
  margin: 0;
}
.p-editor .ce-inline-toolbar .ce-inline-tool {
  min-width: 32px;
  padding: 0;
}
.p-editor .ce-inline-toolbar .ce-inline-tool > svg {
  width: 16px;
}
.p-editor .ce-inline-tool--link > svg:first-child {
  display: block;
}
.p-editor .ce-inline-tool--link > svg:last-child {
  display: none;
}
.p-editor .ce-inline-tool--link.ce-inline-tool--unlink > svg:first-child {
  display: none;
}
.p-editor .ce-inline-tool--link.ce-inline-tool--unlink > svg:last-child {
  display: block;
}
.p-editor .ce-rawtool__textarea {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
  font-size: 12px;
  line-height: 1.5;
  min-height: 200px;
  resize: vertical;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background-color: #111;
  overscroll-behavior: contain;
}
.p-editor #editor {
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: calc(100svh - 80px);
  margin: 0 auto;
  padding: 0 6.4vw;
  scrollbar-gutter: stable;
}
.p-editor #editor .ce-block__content,
.p-editor #editor .ce-toolbar__content {
  max-width: unset;
}
.p-editor #editor .ce-block__content span[style] {
  padding: 5px;
  border: 3px double #fff;
  background-color: #f00;
}
.p-editor #editor .ce-block__content span[style]::after {
  content: "非対応のタグが含まれています。書式なしの貼り付けを実行してください。";
  color: #fff;
  background: #000;
}

.ce-tune-alignment--center .tc-table .tc-cell {
  text-align: center;
}
.ce-tune-alignment--right .tc-table .tc-cell {
  text-align: right;
}

.c-tbl-borderless .tc-cell {
  font-size: 3.7333333333vw;
  line-height: 1.8;
  width: 100%;
  padding: 1.6vw 1.6vw;
  text-align: left;
  vertical-align: top;
  border: none;
  background-color: transparent;
  vertical-align: middle;
}
.c-tbl-borderless .tc-cell[heading] {
  width: auto;
  text-align: left;
  word-break: keep-all;
  background-color: transparent;
}
.c-tbl-borderless .tc-row {
  border: 0;
}
.c-tbl-borderless .tc-row > *:first-child {
  padding-left: 0;
}
.c-tbl-borderless .tc-row > *:last-child {
  padding-right: 0;
}

.ce-group .ce-group__item {
  position: relative;
}
.ce-group + .ce-group__add,
.ce-group .ce-group__delete {
  font-size: 3.2vw;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5333333333vw 1.3333333333vw;
}
@media (max-width: 650px){
  .p-editor .ce-popover {
    bottom: 45px;
  }
}
@media screen and (min-width: 769px), print{
  .p-editor .c-lyt-editor > .codex-editor {
    position: relative;
    width: 56.25vw;
  }
  .p-editor .c-lyt-editor > .codex-editor::after {
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    border-left: 1px dashed #eee;
  }
  .p-editor .c-lyt-editor.c-lyt-editor--selfcare > .codex-editor {
    width: 43.0555555556vw;
  }
  .p-editor .c-lyt-editor.c-lyt-editor--news > .codex-editor, .p-editor .c-lyt-editor.c-lyt-editor--reserch > .codex-editor {
    width: 68.0555555556vw;
  }
  .p-editor .c-lyt-editor.c-lyt-editor--recruit > .codex-editor {
    width: 79.1666666667vw;
  }
  .p-editor .cp-text-left-image-right .codex-editor__redactor,
  .p-editor .cp-text-right-image-left .codex-editor__redactor {
    flex-direction: row;
    gap: 0 1.6666666667vw;
    margin: 1.6666666667vw 0;
  }
  .p-editor .cp-text-left-image-right .codex-editor__redactor .ce-block:nth-child(1),
  .p-editor .cp-text-right-image-left .codex-editor__redactor .ce-block:nth-child(1) {
    margin: 0;
  }
  .p-editor .cp-text-left-image-right .codex-editor__redactor .ce-block:nth-child(2),
  .p-editor .cp-text-right-image-left .codex-editor__redactor .ce-block:nth-child(2) {
    max-width: calc(50% - 0.8333333333vw);
  }
  .p-editor .cp-text-left-image-right .codex-editor__redactor .ce-block:nth-child(1) {
    order: 1;
  }
  .p-editor .cp-text-left-image-right .codex-editor__redactor .ce-block:nth-child(2) {
    order: 2;
  }
  .p-editor .ce-media .ce-editorjsColumns_wrapper .cp-text-left-image-right .codex-editor__redactor,
  .p-editor .ce-media .ce-editorjsColumns_wrapper .cp-text-right-image-left .codex-editor__redactor {
    justify-content: space-between;
  }
  .p-editor .ce-media .ce-editorjsColumns_wrapper .cp-text-left-image-right .codex-editor__redactor .ce-block:nth-child(1),
  .p-editor .ce-media .ce-editorjsColumns_wrapper .cp-text-right-image-left .codex-editor__redactor .ce-block:nth-child(1) {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .p-editor .ce-media .ce-editorjsColumns_wrapper .cp-text-left-image-right .codex-editor__redactor .ce-block:nth-child(2),
  .p-editor .ce-media .ce-editorjsColumns_wrapper .cp-text-right-image-left .codex-editor__redactor .ce-block:nth-child(2) {
    width: calc(50% - 4.1666666667vw);
    min-width: calc(50% - 4.1666666667vw);
    max-width: calc(50% - 4.1666666667vw);
  }
  .p-editor .ce-media .ce-editorjsColumns_wrapper .image-tool__image img {
    border-radius: 2.7777777778vw 0;
  }
  .p-editor #editor {
    padding: 0 24px 60px 60px;
  }
  .c-tbl-borderless .tc-cell {
    font-size: 1.1111111111vw;
    padding: 0.4166666667vw 0.8333333333vw;
  }
  .c-tbl-borderless .tc-cell[heading] {
    word-wrap: nowrap;
  }
  .ce-group + .ce-group__add,
  .ce-group .ce-group__delete {
    font-size: 0.9722222222vw;
    padding: 0.1388888889vw 0.3472222222vw;
  }
}/**
 * Styles for Plugin icon in Toolbar
 */
.ce-header[contentEditable=true][data-placeholder]::before {
  position: absolute;
  content: attr(data-placeholder);
  color: #707684;
  font-weight: normal;
  display: none;
}

.ce-header[contentEditable=true][data-placeholder]:empty::before {
  display: block;
}

.ce-header[contentEditable=true][data-placeholder]:empty:focus::before {
  display: none;
}

.ce-header::after {
  display: inline-block;
  content: "#" attr(data-anchor);
  color: #868896;
  position: absolute;
  left: -7rem;
  max-width: 6rem;
  word-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1rem;
}

.ce-header.after-hide::after {
  display: none;
}

.cdx-settings-wrapper {
  border-bottom: 1px solid #e7e9f1;
  padding-bottom: 3px;
}

.cdx-settings-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}

.cdx-settings-item svg {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  margin-right: 1rem;
}

.cdx-settings-input {
  width: 100%;
  border: 0;
  outline: none;
}

.cdx-settings-items-wrapper {
  display: flex;
  /* justify-content: space-between; */
}
.cdx-settings-items-wrapper svg {
  width: 20px;
}