@charset "UTF-8";
/*===============================================================
	shiftkey - wp - editor
	https://www.shiftkey.jp/
===============================================================*/
:root {
  --font-sans-serif: "Hiragino Kaku Gothic Pro", "Noto Sans JP", Meiryo,
  	sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --color-bg-primary: #f3f6f7;
  --color-bg-blue: #ecf7fe;
  --color-primary: #06517b;
  --color-light-txt: #fff;
  --color-normal-txt: #333333;
  --color-second-txt: #666666;
  --color-stroke-main: #ccc;
  --color-stroke-divider: #E6E6E6;
}

body {
  color: #333;
}

/* 
a {
	color: #e00f47;
}

a:hover {
	color: #ea4672;
}

p {
	margin-bottom: 30px;
} */
p a,
ul a,
ol a,
li a {
  color: var(--color-primary);
  text-decoration: underline;
}
p a:hover,
ul a:hover,
ol a:hover,
li a:hover {
  text-decoration: none;
}

.faq_cate_tag a {
  text-decoration: none;
}

.wp-block {
  max-width: 980px;
}

.editor-styles-wrapper {
  /* background-color: #fff; */
  font-size: 16px;
  background-color: var(--color-bg-primary);
}
.editor-styles-wrapper > * + * {
  margin-top: 1em;
}
.editor-styles-wrapper .wp-block-post-title {
  background-color: #fff;
  display: block;
  color: var(--color-primary);
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  padding: 40px 40px 20px 100px;
  /* margin-bottom: 20px; */
  font-weight: bold;
  border-radius: 16px 16px 0 0;
}
.editor-styles-wrapper .wp-block-post-title::before {
  content: "";
  background-image: url(../../images/common/icon_q.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  margin: auto;
  top: 20px;
  bottom: 0;
  left: 40px;
}
.editor-styles-wrapper .is-root-container {
  background: #fff;
  margin: auto;
  padding: 0 40px 40px 100px;
  border-radius: 0 0 16px 16px;
  position: relative;
}
.editor-styles-wrapper .is-root-container::before {
  content: "";
  background-image: url(../../images/common/icon_a.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  margin: auto;
  top: 20px;
  left: 40px;
}
.editor-styles-wrapper .is-root-container.is-desktop-preview {
  width: 980px;
}
.editor-styles-wrapper .is-root-container > * {
  margin-top: 1.5em;
}
.editor-styles-wrapper .is-root-container p {
  /* font-size: 16px; */
  line-height: 1.7;
  font-weight: 300;
}
.editor-styles-wrapper .is-root-container ul li {
  /* font-size: 16px; */
  list-style-type: disc;
  line-height: 1.7;
  font-weight: 300;
}
.editor-styles-wrapper .is-root-container ol li {
  /* font-size: 16px; */
  list-style-type: decimal;
  line-height: 1.7;
  font-weight: 300;
}
.editor-styles-wrapper .is-root-container li {
  /* font-size: 16px; */
  list-style-type: disc;
  line-height: 1.7;
  font-weight: 300;
}

.wp-block-table {
  overflow: unset;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--color-stroke-main);
  border-radius: 8px;
  line-height: 1.5;
}
.wp-block-table table th,
.wp-block-table table td {
  border: 1px solid var(--color-stroke-main);
  padding: 10px;
  text-align: left;
}
.wp-block-table table th {
  background-color: var(--color-bg-blue);
}

.faq_item_single_txt > *:not(:first-child) {
  margin-top: 1.5em;
}
.faq_item_single_txt .wp-block-code {
  margin-top: 24px;
}
.faq_item_single_txt .wp-block-details {
  margin-top: 24px;
}
.faq_item_single_txt ul li {
  /* font-size: 16px; */
  list-style-type: disc;
  line-height: 1.7;
  font-weight: 300;
}
.faq_item_single_txt ol li {
  /* font-size: 16px; */
  list-style-type: decimal;
  line-height: 1.7;
  font-weight: 300;
}
.faq_item_single_txt li {
  /* font-size: 16px; */
  list-style-type: disc;
  line-height: 1.7;
  font-weight: 300;
}
.faq_item_single_txt .wp-block-heading {
  line-height: 1.3;
  color: #333;
  font-weight: 700;
}
.faq_item_single_txt h1.wp-block-heading {
  font-size: 24px;
  margin-top: 40px;
}
.faq_item_single_txt h2.wp-block-heading {
  font-size: 20px;
  margin-top: 32px;
}
.faq_item_single_txt h3.wp-block-heading {
  font-size: 18px;
  margin-top: 24px;
}

.wp-block-heading {
  line-height: 1.3;
  color: #333;
  font-weight: 700;
}

h1.wp-block-heading {
  font-size: 24px;
  margin-top: 40px;
}

h2.wp-block-heading {
  font-size: 20px;
  margin-top: 32px;
}

h3.wp-block-heading {
  font-size: 18px;
  margin-top: 24px;
}

/* エディターCSS追加分 */
ul.wp-block-list,
ol.wp-block-list {
  padding-left: 1.4em;
}
ul.wp-block-list li,
ol.wp-block-list li {
  line-height: 1.7;
  font-weight: 300;
}
ul.wp-block-list li + li,
ol.wp-block-list li + li {
  margin-top: 8px;
}
ul.wp-block-list li > .wp-block-list,
ol.wp-block-list li > .wp-block-list {
  margin-top: 8px;
}

.wp-block-separator {
  border-color: #CCCCCC;
  border-width: 1px;
}

.wp-block-code {
  font-family: "SF Mono", monospaceSFMono-Regular, Consolas, Menlo, Courier, monospace;
  margin-top: 24px;
}
.wp-block-code code {
  background-color: #F2F2F2;
  padding: 16px;
  line-height: 1.5;
  font-size: 14px;
}

.wp-block-file {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 640px;
  max-width: 100%;
}
.wp-block-file + .wp-block-file {
  margin-top: 8px;
}
@media screen and (max-width: 800px) {
  .wp-block-file {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wp-block-file a {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
}
.wp-block-file .wp-element-button {
  color: #fff;
  margin-left: auto;
  background-color: #06517B;
  border-radius: 4px;
  padding: 6.5px 8px 6.5px 28px;
  flex-shrink: 0;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .wp-block-file .wp-element-button {
    width: 100%;
    text-align: center;
    padding: 6.5px 8px 6.5px 8px;
  }
}
.wp-block-file .wp-element-button::before {
  content: "";
  background-image: url(../../images/common/icon_dl.svg);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 11px;
}
@media screen and (max-width: 800px) {
  .wp-block-file .wp-element-button::before {
    position: relative;
    display: inline-block;
    left: 0;
    margin-right: 4px;
  }
}
.wp-block-file .file-size {
  display: block;
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
  font-weight: 300;
  line-height: 1.5;
}

.wp-block-quote {
  position: relative;
  padding-left: 12px;
}
.wp-block-quote::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #666666;
  left: 0;
  border-radius: 2px;
}

.wp-block-details {
  line-height: 1.7;
  font-size: 16px;
  margin-top: 24px;
}
.wp-block-details *:not(:first-child) {
  margin-top: 8px;
  padding-left: 1em;
}/*# sourceMappingURL=faq-editor.css.map */