@charset "UTF-8";
/* ----------------------------------------
 * ブロックエディタとフロントの記事ページのためのCSS(重複するのでBootstrapは入れていない)
 * ---------------------------------------- */
/* -------------------------
 * 変数
 * ------------------------- */
/* -------------------------
 * CSS
 * ------------------------- */
.editor-styles-wrapper {
  /* Color settings */
  --site-color01: #29353E; /* ベタ塗り・基本テキスト⾊ */
  --site-color02: #EBF1F5; /* ベタ塗り */
  --site-color03: #F1F6D9; /* ベタ塗り */
  --site-color04: #E0E8EE; /* 罫線 */
  --accent-color01: #ABCD03; /* アクセントカラー */
  --text-color01: #95B200; /* テキスト⾊ */
  --accent-color02: #13A38F; /* アクセントカラー */
  --text-color02: #008A77; /* テキスト⾊ */
}
.editor-styles-wrapper a, .editor-styles-wrapper a:hover {
  color: inherit;
}

.editor-styles-wrapper, .post-wrapper {
  /* リスト */
  /* 目次 */
  /* 見出し */
  /* -------------------------
  * About
  * ------------------------- */
}
.editor-styles-wrapper .wp-embedded-content, .post-wrapper .wp-embedded-content {
  width: 100%;
}
.editor-styles-wrapper .wp-block-list, .post-wrapper .wp-block-list {
  margin-left: 10px !important;
}
.editor-styles-wrapper .simpletoc, .post-wrapper .simpletoc {
  margin-block: 50px 70px;
  border: 2px solid #29353E;
  border-radius: 15px;
}
@media (max-width: 959px) {
  .editor-styles-wrapper .simpletoc, .post-wrapper .simpletoc {
    padding: 10px 20px;
  }
}
@media (min-width: 960px) {
  .editor-styles-wrapper .simpletoc, .post-wrapper .simpletoc {
    padding: 20px 30px;
  }
}
.editor-styles-wrapper .simpletoc .simpletoc-title, .post-wrapper .simpletoc .simpletoc-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 959px) {
  .editor-styles-wrapper .simpletoc .simpletoc-title, .post-wrapper .simpletoc .simpletoc-title {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .editor-styles-wrapper .simpletoc .simpletoc-title, .post-wrapper .simpletoc .simpletoc-title {
    font-size: 20px;
  }
}
.editor-styles-wrapper .simpletoc .simpletoc-list, .post-wrapper .simpletoc .simpletoc-list {
  color: #008A77;
  padding-left: 1rem;
  margin-bottom: 0;
}
.editor-styles-wrapper .simpletoc .simpletoc-list > li, .post-wrapper .simpletoc .simpletoc-list > li {
  list-style: none;
  position: relative;
}
.editor-styles-wrapper .simpletoc .simpletoc-list > li::before, .post-wrapper .simpletoc .simpletoc-list > li::before {
  position: absolute;
  top: 4px;
  left: -25px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow_round_right_green.svg) no-repeat;
  content: "";
}
.editor-styles-wrapper .simpletoc .simpletoc-list > li + li, .post-wrapper .simpletoc .simpletoc-list > li + li {
  margin-top: 8px;
}
.editor-styles-wrapper h2.wp-block-heading, .editor-styles-wrapper h2:not([class]), .editor-styles-wrapper .h2, .post-wrapper h2.wp-block-heading, .post-wrapper h2:not([class]), .post-wrapper .h2 {
  font-weight: bold;
  background: #EBF1F5;
}
@media (max-width: 959px) {
  .editor-styles-wrapper h2.wp-block-heading, .editor-styles-wrapper h2:not([class]), .editor-styles-wrapper .h2, .post-wrapper h2.wp-block-heading, .post-wrapper h2:not([class]), .post-wrapper .h2 {
    margin-block: 50px 20px;
    padding: 14px 11px;
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .editor-styles-wrapper h2.wp-block-heading, .editor-styles-wrapper h2:not([class]), .editor-styles-wrapper .h2, .post-wrapper h2.wp-block-heading, .post-wrapper h2:not([class]), .post-wrapper .h2 {
    margin-block: 70px 20px;
    padding: 19px 11px;
    font-size: 24px;
  }
}
.editor-styles-wrapper h3.wp-block-heading, .editor-styles-wrapper h3:not([class]), .editor-styles-wrapper .h3, .post-wrapper h3.wp-block-heading, .post-wrapper h3:not([class]), .post-wrapper .h3 {
  position: relative;
  margin-block: 50px 20px;
  border-bottom: 2px solid var(--text-color02);
  color: var(--text-color02);
  font-weight: bold;
}
@media (max-width: 959px) {
  .editor-styles-wrapper h3.wp-block-heading, .editor-styles-wrapper h3:not([class]), .editor-styles-wrapper .h3, .post-wrapper h3.wp-block-heading, .post-wrapper h3:not([class]), .post-wrapper .h3 {
    padding: 0 0 7px 30px;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .editor-styles-wrapper h3.wp-block-heading, .editor-styles-wrapper h3:not([class]), .editor-styles-wrapper .h3, .post-wrapper h3.wp-block-heading, .post-wrapper h3:not([class]), .post-wrapper .h3 {
    padding: 0 0 10px 45px;
    font-size: 20px;
  }
}
.editor-styles-wrapper h3.wp-block-heading::before, .editor-styles-wrapper h3:not([class])::before, .editor-styles-wrapper .h3::before, .post-wrapper h3.wp-block-heading::before, .post-wrapper h3:not([class])::before, .post-wrapper .h3::before {
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/pen_green.svg) no-repeat;
  content: "";
}
@media (max-width: 959px) {
  .editor-styles-wrapper h3.wp-block-heading::before, .editor-styles-wrapper h3:not([class])::before, .editor-styles-wrapper .h3::before, .post-wrapper h3.wp-block-heading::before, .post-wrapper h3:not([class])::before, .post-wrapper .h3::before {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 960px) {
  .editor-styles-wrapper h3.wp-block-heading::before, .editor-styles-wrapper h3:not([class])::before, .editor-styles-wrapper .h3::before, .post-wrapper h3.wp-block-heading::before, .post-wrapper h3:not([class])::before, .post-wrapper .h3::before {
    width: 30px;
    height: 30px;
  }
}
.editor-styles-wrapper h4.wp-block-heading, .editor-styles-wrapper h4:not([class]), .editor-styles-wrapper .h4, .post-wrapper h4.wp-block-heading, .post-wrapper h4:not([class]), .post-wrapper .h4 {
  position: relative;
  font-weight: bold;
  padding-left: 30px;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .editor-styles-wrapper h4.wp-block-heading, .editor-styles-wrapper h4:not([class]), .editor-styles-wrapper .h4, .post-wrapper h4.wp-block-heading, .post-wrapper h4:not([class]), .post-wrapper .h4 {
    margin-block: 20px 23px;
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .editor-styles-wrapper h4.wp-block-heading, .editor-styles-wrapper h4:not([class]), .editor-styles-wrapper .h4, .post-wrapper h4.wp-block-heading, .post-wrapper h4:not([class]), .post-wrapper .h4 {
    margin-block: 20px;
    font-size: 18px;
  }
}
.editor-styles-wrapper h4.wp-block-heading::before, .editor-styles-wrapper h4:not([class])::before, .editor-styles-wrapper .h4::before, .post-wrapper h4.wp-block-heading::before, .post-wrapper h4:not([class])::before, .post-wrapper .h4::before {
  position: absolute;
  left: 4px;
  width: 14px;
  height: 14px;
  background: var(--accent-color01);
  border-radius: 50%;
  content: "";
}
@media (max-width: 959px) {
  .editor-styles-wrapper h4.wp-block-heading::before, .editor-styles-wrapper h4:not([class])::before, .editor-styles-wrapper .h4::before, .post-wrapper h4.wp-block-heading::before, .post-wrapper h4:not([class])::before, .post-wrapper .h4::before {
    top: 4px;
  }
}
@media (min-width: 960px) {
  .editor-styles-wrapper h4.wp-block-heading::before, .editor-styles-wrapper h4:not([class])::before, .editor-styles-wrapper .h4::before, .post-wrapper h4.wp-block-heading::before, .post-wrapper h4:not([class])::before, .post-wrapper .h4::before {
    top: 7px;
  }
}
.editor-styles-wrapper .text-arrow-link, .post-wrapper .text-arrow-link {
  position: relative;
  margin-top: 10px;
  padding-left: 10px;
  text-indent: -1.2rem;
  padding-left: 2rem;
  color: var(--text-color02);
}
.editor-styles-wrapper .text-arrow-link::before, .post-wrapper .text-arrow-link::before {
  position: relative;
  display: inline-block;
  top: 4px;
  left: -8px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow_round_right_green.svg) no-repeat;
  content: "";
}
.editor-styles-wrapper img, .post-wrapper img {
  margin-block: 10px;
}
.editor-styles-wrapper .wp-element-caption, .post-wrapper .wp-element-caption {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.editor-styles-wrapper .smb-balloon__body, .post-wrapper .smb-balloon__body {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 960px) {
  .editor-styles-wrapper .smb-balloon__figure, .post-wrapper .smb-balloon__figure {
    width: 100px;
    height: 100px;
  }
}
.editor-styles-wrapper .smb-balloon__figure img, .post-wrapper .smb-balloon__figure img {
  margin: 0;
}
.editor-styles-wrapper .article-featured-person, .post-wrapper .article-featured-person {
  position: relative;
  overflow: hidden;
  padding-top: 30px !important;
}
.editor-styles-wrapper .article-featured-person .article-featured-person-title, .post-wrapper .article-featured-person .article-featured-person-title {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background: var(--accent-color01);
  color: #fff;
}
.editor-styles-wrapper .wp-block-media-text, .post-wrapper .wp-block-media-text {
  gap: 0 20px;
}
.editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content, .post-wrapper .wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}

/* ------------------------------------------- */
/* 旧ブログから引きついだスタイル
/* ------------------------------------------- */
.message {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  margin: 2rem 0 30px;
  overflow: hidden;
  padding: 10px 20px 20px;
}
.message dl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 10px;
}
.message dt {
  background: none repeat scroll 0 0 #a88b48;
  color: #fff;
  float: left;
  font-size: 12px;
  margin: 3px 10px 0 0;
  padding: 3px 10px;
}
.message dd {
  padding: 2px 0 0;
}
.message div.img {
  float: right;
}
@media (max-width: 959px) {
  .message div.img {
    margin: 0 0 10px 10px;
  }
}
@media (min-width: 960px) {
  .message div.img {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 960px) {
  .message .message-txt {
    overflow: hidden;
  }
}

/* 文字装飾 */
.post-red-bold {
  color: #ff5854;
  font-weight: bold;
  margin-bottom: 0;
}

.post-blue-bold {
  color: #0168b7;
  font-weight: bold;
  margin-bottom: 0;
}

.post-black-bold {
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}

.post-max-red-bold {
  color: #c00;
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 0;
}

.post-max-bold {
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 0;
}

.deco-txt01 {
  font-size: 10px;
}

.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
}/*# sourceMappingURL=article.css.map */