@charset "UTF-8";
/* editor style */

.post-box {
  font-size: 15px;
  line-height: 1.8;
}

/* ------------------------------------------------------------ */
/*  color  */
/* ------------------------------------------------------------ */

/* 背景色 */
.has-color-wht-background-color {
  background-color: #fff;
}
.has-color-blk-background-color {
  background-color: #000;
}
.has-color-goldenale-background-color {
  background-color: #f7bf4a;
}
.has-color-amberale-background-color {
  background-color: #e5458e;
}
.has-color-saison-background-color {
  background-color: #5ed45e;
}
.has-color-captaincrow-background-color {
  background-color: #00acdc;
}
.has-color-raidenipa-background-color {
  background-color: #883d9a;
}

.has-color-raiden-red-background-color {
  background-color: #9b0039;
}

.has-color-raiden-blue-background-color {
  background-color: #003348;
}

.has-color-raiden-spring-background-color {
  background-color: #eb6faa;
}

.has-color-raiden-summer-background-color {
  background-color: #38abe4;
}

.has-color-raiden-autumn-background-color {
  background-color: #e8413e;
}

.has-color-raiden-winter-background-color {
  background-color: #e3e1d2;
}

.has-pink-background-color {
  background-color: #f78da7;
}
.has-red-background-color {
  background-color: #cf2e2e;
}
.has-orange-background-color {
  background-color: #ff6900;
}
.has-amber-background-color {
  background-color: #fcb900;
}
.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.has-light-gray-background-color {
  background-color: #eeeeee;
}
.has-cyan-blue-gray-background-color {
  background-color: #abb8c3;
}
.has-dark-gray-background-color {
  background-color: #313131;
}

/* 文字色 */
.has-color-wht-color {
  color: #fff;
}
.has-color-blk-color {
  color: #000;
}
.has-color-goldenale-color {
  color: #f7bf4a;
}
.has-color-amberale-color {
  color: #e5458e;
}
.has-color-saison-color {
  color: #5ed45e;
}
.has-color-captaincrow-color {
  color: #00acdc;
}
.has-color-raidenipa-color {
  color: #883d9a;
}

.has-color-raiden-red-color {
  color: #9b0039;
}

.has-color-raiden-blue-color {
  color: #003348;
}

.has-color-raiden-spring-color {
  color: #eb6faa;
}

.has-color-raiden-summer-color {
  color: #38abe4;
}

.has-color-raiden-autumn-color {
  color: #e8413e;
}

.has-color-raiden-winter-color {
  color: #e3e1d2;
}

.has-pink-color {
  color: #f78da7;
}
.has-red-color {
  color: #cf2e2e;
}
.has-orange-color {
  color: #ff6900;
}
.has-amber-color {
  color: #fcb900;
}
.has-blue-color {
  color: #0693e3;
}

.has-purple-color {
  color: #af00e4;
}

.has-green-color {
  color: #00c42a;
}

.has-pale-blue-color {
  color: #8ed1fc;
}

.has-pale-blue-color {
  color: #8ed1fc;
}
.has-light-green-cyan-color {
  color: #7bdcb5;
}
.has-vivid-green-cyan-color {
  color: #00d084;
}
.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.has-light-gray-color {
  color: #eeeeee;
}
.has-cyan-blue-gray-color {
  color: #abb8c3;
}
.has-dark-gray-color {
  color: #313131;
}

/* link -------------------------------- */

.post-box a {
  color: #4366b0;
  text-decoration: underline solid #4366b0 1px;
  text-underline-position: under;
}
.post-box a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------------ */
/*  Typography  */
/* ------------------------------------------------------------ */
.post-box .has-large-font-size.editor-rich-text__tinymce,
.post-box .has-large-font-size.editor-rich-text__tinymce.mce-content-body,
.post-box .has-larger-font-size.editor-rich-text__tinymce,
.post-box .has-larger-font-size.editor-rich-text__tinymce.mce-content-body {
  line-height: 1.4;
}

.post-box .has-small-font-size {
  font-size: 0.8125em;
}
.post-box .has-normal-font-size,
.post-box .has-regular-font-size {
  font-size: 1em;
}
.post-box .has-medium-font-size {
  font-size: 1.25em;
  line-height: 1.5;
}

.post-box .has-large-font-size {
  font-size: 2.25em;
  line-height: 1.3;
}
.post-box .has-huge-font-size,
.post-box .has-larger-font-size {
  font-size: 2.625em;
  line-height: 1.3;
}

.post-box h1,
.post-box h2,
.post-box h3,
.post-box h4,
.post-box h5,
.post-box h6 {
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.post-box h1 {
  font-size: 3.2em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.post-box h2 {
  font-size: 2.8em;
  line-height: 1.3;
  margin-bottom: 20px;
}

.post-box h3 {
  font-size: 2.5em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.post-box h4 {
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.post-box h5 {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.post-box h6 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------ */
/*  layout  */
/* ------------------------------------------------------------ */
.post-box p {
  padding-top: 8px;
  margin-bottom: 12px;
}

.post-box p.has-background {
  padding: 1.25em 1.75em;
}

/* Post Media -------------------------------- */
.post-box figure {
  margin: 0;
}
.post-box .wp-block-image {
  margin: 15px 0;
  text-align: center;
}
.post-box .alignleft,
.post-box .alignright {
  margin-bottom: 15px;
  max-width: 50%;
}
.post-box .wp-caption .alignleft,
.post-box .wp-caption .alignright {
  margin-bottom: 0;
}
.post-box .alignleft,
.post-box img.alignleft {
  margin-right: 15px;
  float: left;
}
.post-box .alignright,
.post-box img.alignright {
  margin-left: 15px;
  float: right;
}
.post-box figcaption {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
}
.post-box .wp-block-image .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.post-box .wp-block-image .alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.post-box .wp-block-spacer {
  clear: both;
}
.post-box .aligncenter {
  text-align: center;
}

/* Block: List ------------------------------ */
.post-box ul,
.post-box ol {
  width: 100%;
  margin: 10px auto 20px;
}
.post-box li > ul,
.post-box li > ol {
  margin: 8px auto 12px;
  font-size: 0.9em;
}
.post-box ul li {
  padding-left: 15px;
  position: relative;
  margin: 0 auto 8px;
}
.post-box ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #333;
  border-radius: 1000%;
  position: absolute;
  top: 10px;
  left: 0;
}
.post-box ul li > ul li {
  margin: 0 auto 5px;
}
.post-box ul li > ul li::before {
  background: #fff;
  border: 1px solid #333;
}
.post-box ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.post-box ol > li {
  list-style: decimal;
  position: relative;
  margin: 0 auto 8px;
}
.post-box ol li > ol li {
  list-style: disc;
  margin: 0 auto 5px;
}

/* Block: Quote ------------------------------ */
.post-box .wp-block-quote {
  background: rgba(51, 51, 51, 0.1);
  padding: 1.5em;
  margin: 1em auto 1.5em;
}
.post-box .wp-block-quote p {
  padding: 0;
}
.post-box .wp-block-preformatted {
  white-space: unset;
  margin: 0 auto 1em;
}
.post-box .wp-block-quote cite {
  margin-top: 16px;
  padding-top: 8px;
  font-size: 0.85em;
  color: #666;
  border-top: 1px solid #666;
  width: 100%;
}

/* Block: Table ------------------------------ */
.post-box .wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  /* empty-cells: show; */
  width: 100%;
  position: relative;
  padding: 1.8em 0 0;
}
.post-box .wp-block-table::before {
  content: "スクロールで全体をご覧いただけます";
  font-size: 1.3rem;
  font-weight: bold;
  color: #aaa;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 1.2em;
}
.post-box .wp-block-table::after {
  content: "\e90c";
  font-family: "icomoon";
  display: inline-block;
  color: #aaa;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
}
.post-box .wp-block-table figcaption {
  color: #3b3b3b;
  /* text-align: left; */
}
.post-box .wp-block-table table {
  /* width: 100%; */
  /* font-size: 0.9em; */
  /* table-layout: fixed; */
  /* min-width: 620px; */
  /*
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
*/
  display: block;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  margin: 0 auto 20px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

.post-box .wp-block-table th,
.post-box .wp-block-table td {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  overflow: visible;
  padding: 0.8em;
  vertical-align: middle;
  border-bottom: 1px solid #bfbfbf;
  /*  border-left: 1px solid #bfbfbf;*/
}

.post-box .wp-block-table td:first-child {
  color: #134071;
  /*  border-bottom: 1px solid #2E3D4A;*/
}

.post-box .wp-block-table.non-header td:first-of-type {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.post-box .wp-block-table .wp-block-table__cell-content {
  padding: 0.5em;
}
.post-box .wp-block-table thead {
  background-color: rgba(0, 0, 0, 0.1);
}

.post-box .wp-block-table th {
  font-weight: bold;
  text-align: inherit;
}
.post-box .wp-block-table th.has-text-align-center {
  text-align: center;
}
.post-box .wp-block-table th.has-text-align-right {
  text-align: right;
}
.post-box .wp-block-table th.has-text-align-left {
  text-align: left;
}

/* table: STRIPES */
.post-box .wp-block-table.is-style-stripes {
  border: none;
}
.post-box .wp-block-table.is-style-stripes table {
  border: none;
}
.post-box .wp-block-table.is-style-stripes tr {
  border: none;
}
.post-box .wp-block-table.is-style-stripes tr:nth-child(odd) td {
  background-color: #fff;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.post-box .wp-block-table.is-style-stripes tr:nth-child(even) td {
  background-color: rgba(0, 0, 0, 0.1);
  border-right: 2px solid #fff;
}
.post-box .wp-block-table.is-style-stripes tr:nth-child(odd) td:last-of-type,
.post-box .wp-block-table.is-style-stripes tr:nth-child(even) td:last-of-type {
  border-right: none;
}

.post-box .wp-block-table.is-style-stripes th {
  color: #333;
  border-right: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.05);
}

/* Block: Button ----------------------------- */
.post-box .wp-block-buttons {
  margin: 20px auto 0;
}
.post-box .wp-block-buttons .wp-block-button {
  display: inline-block;
  text-align: center;
}
.post-box .wp-block-buttons .wp-block-button:not(:last-of-type) {
  margin: 0 auto 18px;
}

.post-box .wp-block-button__link {
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  background: #4366b0;
  color: #fff;
  border: 2px solid #4366b0;
}

.post-box .wp-block-button__link.has-color-wht-background-color {
  background-color: #fff;
}
.post-box .wp-block-button__link.has-color-blk-background-color {
  background-color: #000;
}
.post-box .wp-block-button__link.has-color-goldenale-background-color {
  background-color: #f7bf4a;
}
.post-box .wp-block-button__link.has-color-amberale-background-color {
  background-color: #e5458e;
}
.post-box .wp-block-button__link.has-color-saison-background-color {
  background-color: #5ed45e;
}
.post-box .wp-block-button__link.has-color-captaincrow-background-color {
  background-color: #00acdc;
}
.post-box .wp-block-button__link.has-color-raidenipa-background-color {
  background-color: #883d9a;
}

.post-box .wp-block-button__link.has-color-raiden-red-background-color {
  background-color: #9b0039;
}

.post-box .wp-block-button__link.has-color-raiden-blue-background-color {
  background-color: #003348;
}

.post-box .wp-block-button__link.has-color-raiden-spring-background-color {
  background-color: #eb6faa;
}

.post-box .wp-block-button__link.has-color-raiden-summer-background-color {
  background-color: #38abe4;
}

.post-box .wp-block-button__link.has-color-raiden-autumn-background-color {
  background-color: #e8413e;
}

.post-box .wp-block-button__link.has-color-raiden-winter-background-color {
  background-color: #e3e1d2;
}

.post-box .wp-block-button__link.has-pink-background-color {
  background-color: #f78da7;
}
.post-box .wp-block-button__link.has-red-background-color {
  background-color: #cf2e2e;
}
.post-box .wp-block-button__link.has-orange-background-color {
  background-color: #ff6900;
}
.post-box .wp-block-button__link.has-amber-background-color {
  background-color: #fcb900;
}
.post-box .wp-block-button__link.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.post-box .wp-block-button__link.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.post-box .wp-block-button__link.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.post-box .wp-block-button__link.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.post-box .wp-block-button__link.has-light-gray-background-color {
  background-color: #eeeeee;
}
.post-box .wp-block-button__link.has-cyan-blue-gray-background-color {
  background-color: #abb8c3;
}
.post-box .wp-block-button__link.has-dark-gray-background-color {
  background-color: #313131;
}

/* 文字色 */
.post-box .wp-block-button__link.has-color-wht-color {
  color: #fff;
}
.post-box .wp-block-button__link.has-color-blk-color {
  color: #000;
}
.post-box .wp-block-button__link.has-color-goldenale-color {
  color: #f7bf4a;
}
.post-box .wp-block-button__link.has-color-amberale-color {
  color: #e5458e;
}
.post-box .wp-block-button__link.has-color-saison-color {
  color: #5ed45e;
}
.post-box .wp-block-button__link.has-color-captaincrow-color {
  color: #00acdc;
}
.post-box .wp-block-button__link.has-color-raidenipa-color {
  color: #883d9a;
}

.post-box .wp-block-button__link.has-color-raiden-red-color {
  color: #9b0039;
}

.post-box .wp-block-button__link.has-color-raiden-blue-color {
  color: #003348;
}

.post-box .wp-block-button__link.has-color-raiden-spring-color {
  color: #eb6faa;
}

.post-box .wp-block-button__link.has-color-raiden-summer-color {
  color: #38abe4;
}

.post-box .wp-block-button__link.has-color-raiden-autumn-color {
  color: #e8413e;
}

.post-box .wp-block-button__link.has-color-raiden-winter-color {
  color: #e3e1d2;
}

.post-box .wp-block-button__link.has-pink-color {
  color: #f78da7;
}
.post-box .wp-block-button__link.has-red-color {
  color: #cf2e2e;
}
.post-box .wp-block-button__link.has-orange-color {
  color: #ff6900;
}
.post-box .wp-block-button__link.has-amber-color {
  color: #fcb900;
}
.post-box .wp-block-button__link.has-light-green-cyan-color {
  color: #7bdcb5;
}
.post-box .wp-block-button__link.has-vivid-green-cyan-color {
  color: #00d084;
}
.post-box .wp-block-button__link.has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.post-box .wp-block-button__link.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.post-box .wp-block-button__link.has-light-gray-color {
  color: #eeeeee;
}
.post-box .wp-block-button__link.has-cyan-blue-gray-color {
  color: #abb8c3;
}
.post-box .wp-block-button__link.has-dark-gray-color {
  color: #313131;
}

.post-box .wp-block-button__link:active,
.post-box .wp-block-button__link:focus,
.post-box .wp-block-button__link:hover,
.post-box .wp-block-button__link:visited,
.post-box .is-style-fill .wp-block-button__link:hover,
.post-box .is-style-fill .wp-block-button__link.has-background:hover {
  color: #041aba;
  background: #fff;
}

.post-box .is-style-outline .wp-block-button__link:active,
.post-box .is-style-outline .wp-block-button__link:focus,
.post-box .is-style-outline .wp-block-button__link:hover,
.post-box .is-style-outline .wp-block-button__link:visited,
.post-box .is-style-outline .wp-block-button__link:hover,
.post-box .is-style-outline .wp-block-button__link.has-background:hover {
  color: #fff;
  background: #041aba;
}

/* Custom  wp-block-column ------------------------- */
.post-box .wp-block-column .wp-block-image {
  margin: 0 0 1em;
  text-align: center;
}

/* Custom: wp-block-group ------------------------------ */
.post-box .wp-block-group {
  margin-top: 1em;
  margin-bottom: 2em;
}
.post-box .wp-block-group.border {
  padding: 1em;
  border: 3px solid #ddd;
}
.post-box .wp-block-group.border p:last-of-type {
  margin-bottom: 0;
  padding: 0;
}
.post-box .wp-block-group.has-background {
  padding: 1.25em 5% 0.5em;
}
.post-box .wp-block-group.has-background p {
  padding: 0;
}

/* Custom  .wp-block-gallery ------------------------- */
.post-box .wp-block-gallery ul {
  list-style: none;
  margin: 0 auto;
}

.post-box .wp-block-gallery ul li {
  padding-left: 0;
  justify-content: flex-start;
}
.post-box .wp-block-gallery ul li::before {
  display: none;
}

.post-box .blocks-gallery-grid .blocks-gallery-image figure,
.post-box .blocks-gallery-grid .blocks-gallery-item figure,
.post-box .wp-block-gallery .blocks-gallery-image figure,
.post-box .wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  align-items: flex-start;
}

.post-box .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.post-box .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.post-box .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.post-box .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.post-box .wp-block-gallery.is-cropped .blocks-gallery-image a,
.post-box .wp-block-gallery.is-cropped .blocks-gallery-image img,
.post-box .wp-block-gallery.is-cropped .blocks-gallery-item a,
.post-box .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto;
}

.post-box .blocks-gallery-grid .blocks-gallery-image figcaption,
.post-box .blocks-gallery-grid .blocks-gallery-item figcaption,
.post-box .wp-block-gallery .blocks-gallery-image figcaption,
.post-box .wp-block-gallery .blocks-gallery-item figcaption {
  position: relative;
  bottom: inherit;
  width: 100%;
  max-height: inherit;
  overflow: auto;
  padding: 0.7em 0.77em 0.7em;
  color: inherit;
  text-align: center;
  font-size: 0.8em;
  background: none;
  box-sizing: border-box;
  margin: 0;
}

@media screen and (min-width: 480px) {
  /* Block: Table ------------------------------ */
  .post-box .wp-block-table table {
    min-width: 620px;
    width: 100%;
    display: table;
  }
}
@media screen and (min-width: 768px) {
  /* Block: Table ------------------------------ */
  .post-box .wp-block-table table {
    min-width: 100%;
  }
  .post-box .wp-block-table::before,
  .post-box .wp-block-table::after {
    display: none;
  }

  /* Block: Button ----------------------------- */
  .post-box .wp-block-buttons {
    margin: 20px auto;
  }
  .post-box .wp-block-buttons .wp-block-button {
    display: inline-block;
  }
  .post-box .wp-block-buttons .wp-block-button:not(:last-of-type) {
    margin: 0 18px 18px 0;
  }
}
@media screen and (min-width: 1025px) {
}
