@charset "UTF-8";

/* =======================================
			WP POST 
======================================= */
.wp-post {
  font-size: 16px;
  line-height: 2;
}

.wp-post>*:first-child {
  margin-top: 0;
}

.wp-post h1 {
  clear: both;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.7;
}

.wp-post h2 {
  clear: both;
  border-radius: 3px;
  padding: 10px 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(135deg, #e04588 0%, #ed96bf 74.39%, #b6b1e0 100%);
}

.wp-post h3 {
  clear: both;
  border-left: 5px solid var(--color-pink01);
  padding-left: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}

.wp-post h4 {
  clear: both;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
}

.wp-post h5 {
  clear: both;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.wp-post h6 {
  clear: both;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
}

.wp-post b,
.wp-post strong {
  font-weight: 700;
}

.wp-post dfn,
.wp-post cite,
.wp-post em,
.wp-post i {
  font-style: italic;
}

/* メイリオ　イタリック対応 */
.wp-post em {
  display: inline-block;
  font-family: Meiryo, sans-serif;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

.wp-post blockquote {
  border-left: 4px solid var(--color-gray04);
  color: var(--color-gray04);
  font-style: italic;
  line-height: 1.8182;
  margin: 0 0 1em 0;
  padding-left: 1em;
}

.wp-post blockquote>blockquote {
  margin-left: 0;
}

.wp-post blockquote>p:last-child {
  margin-bottom: 0;
}

.wp-post blockquote strong,
.wp-post blockquote b {
  font-weight: 700;
}

.wp-post pre {
  background-color: var(--color-gray01);
  border: 1px solid var(--color-gray05);
  line-height: 1.2353;
  margin-bottom: 2em;
  max-width: 100%;
  overflow: auto;
  padding: 1em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.wp-post abbr[title] {
  border-bottom: 1px dotted var(--color-gray05);
  ;
  cursor: help;
}

.wp-post mark,
.wp-post ins {
  background-color: #fff9c0;
  text-decoration: none;
}

.wp-post small,
.wp-post cite {
  font-size: 75%;
}

.wp-post big {
  font-size: 125%;
}

.wp-post hr {
  margin-top: 1em;
  background-color: var(--color-gray05);
  ;
  border: 0;
  height: 1px;
}

.wp-post ul,
.wp-post ol {
  margin: 0 0 0 1.5em;
}

.wp-post ul {
  list-style: disc;
}

.wp-post ol {
  list-style: decimal;
}

.wp-post li>ul,
.wp-post li>ol {}

.wp-post dl {
  margin: 0 0 2em;
}

.wp-post dt {
  font-weight: 700;
}

.wp-post dd {
  margin: 0 0 2em;
}

.wp-post table,
.wp-post th,
.wp-post td,
.wp-post .mce-item-table,
.wp-post .mce-item-table th,
.wp-post .mce-item-table td {
  border: 1px solid var(--color-gray03);
}

.wp-post table a {
  /*	color: #333;*/
}

.wp-post table,
.wp-post .mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  /*	width: 100%;*/
  max-width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.wp-post table th,
.wp-post .mce-item-table th,
.wp-post table caption {
  border-width: 0 1px 1px 0;
  font-weight: 700;
  padding: 0.5em;
  text-align: left;
  vertical-align: baseline;
}

.wp-post table th,
.wp-post .mce-item-table th {
  background-color: #EEF5F9;
}

.wp-post table td,
.wp-post .mce-item-table td {
  border-width: 0 1px 1px 0;
  padding: 0.5em;
  vertical-align: baseline;
}

.wp-post img {
  max-width: 100%;
  height: auto;
}

.wp-post figure {
  margin: 0;
}

.wp-post del {
  opacity: 0.8;
}

.wp-post a:not(.wpEntryPartsBtn) {
  text-decoration: underline;
  color: #003C71;
}

.wp-post .alignleft {
  float: left;
  margin: 0.5em 2em 2em 0;
}

.wp-post .alignright {
  float: right;
  margin: 0.5em 0 2em 2em;
}

.wp-post .aligncenter {
  clear: both;
  display: block;
  margin: 0.5em auto;
}

.wp-post .wp-caption {
  background: transparent;
  border: none;
  color: var(--color-gray04);
  margin: 0 0 2em 0;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.wp-post .wp-caption.alignleft {
  margin: 0.5em 2em 1.5em 0;
}

.wp-post .wp-caption.alignright {
  margin: 0.5em 0 1.5em 2em;
}

.wp-post .wp-caption.aligncenter {
  margin: 0.5em auto;
}

.wp-post .wp-caption .wp-caption-text,
.wp-post .wp-caption-dd {
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-post .gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.wp-post .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.wp-post .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.wp-post .gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.wp-post .gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.wp-post .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.wp-post .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.wp-post .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.wp-post .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.wp-post .gallery .gallery-caption {
  color: var(--color-gray04);
  display: block;
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-post .gallery-columns-6 .gallery-caption,
.wp-post .gallery-columns-7 .gallery-caption,
.wp-post .gallery-columns-8 .gallery-caption,
.wp-post .gallery-columns-9 .gallery-caption {
  display: none;
}

.wp-post .mce-content-body .wpview-wrap {
  margin-bottom: 2em;
}

.wp-post .mce-content-body .wp-audio-playlist {
  margin: 0;
}

.wp-post *+h1,
.wp-post *+h2,
.wp-post *+h3,
.wp-post *+h4,
.wp-post *+h5,
.wp-post *+h6,
.wp-post *+ul,
.wp-post *+ol,
.wp-post *+blockquote,
.wp-post *+pre,
.wp-post *+table,
.wp-post *+.scrollContents,
.wp-post *+dl {
  margin-top: 40px;
}

.wp-post *+p {
  margin-top: 24px;
}

.wp-post p.frame {
  padding: 20px 40px;
  background-color: var(--color-gray07);
}

/*----------------------------------------
 _画面の横幅が560pxまで
----------------------------------------*/
@media screen and (max-width:560px) {
  .wp-post {
    font-size: 3.57vw;
    line-height: 1.65;
  }

  .wp-post h1 {
    font-size: 5.35vw;
  }

  .wp-post h2 {
    border-radius: 0.53vw;
    padding: 1.78vw 3.57vw;
    font-size: 5vw;
  }

  .wp-post h3 {
    border-left: 0.89vw solid var(--color-pink01);
    padding-left: 2.67vw;
    font-size: 4.28vw;
  }

  .wp-post h4 {
    font-size: 4.1vw;
  }

  .wp-post h5 {
    font-size: 3.92vw;
  }

  .wp-post h6 {
    font-size: 3.75vw;
  }

  .wp-post blockquote {
    border-left: 0.71vw solid var(--color-gray04);
  }

  .wp-post pre {
    border: 0.17vw solid var(--color-gray05);
  }

  .wp-post abbr[title] {
    border-bottom: 0.17vw dotted var(--color-gray05);
  }

  .wp-post hr {
    height: 0.17vw;
  }

  .wp-post ul,
  .wp-post ol {
    border-radius: 2.5vw;
  }

  .wp-post table,
  .wp-post th,
  .wp-post td,
  .wp-post .mce-item-table,
  .wp-post .mce-item-table th,
  .wp-post .mce-item-table td {
    border: 0.17vw solid var(--color-gray03);
  }

  .wp-post table,
  .wp-post .mce-item-table {
    border-width: 0.17vw 0 0 0.17vw;
  }

  .wp-post table th,
  .wp-post .mce-item-table th,
  .wp-post table caption {
    border-width: 0 0.17vw 0.17vw 0;
  }

  .wp-post table td,
  .wp-post .mce-item-table td {
    border-width: 0 0.17vw 0.17vw 0;
  }

  .wp-post *+h1,
  .wp-post *+h2,
  .wp-post *+h3,
  .wp-post *+h4,
  .wp-post *+h5,
  .wp-post *+h6,
  .wp-post *+ul,
  .wp-post *+ol,
  .wp-post *+blockquote,
  .wp-post *+pre,
  .wp-post *+table,
  .wp-post *+.scrollContents,
  .wp-post *+dl {
    margin-top: 5.35vw;
  }

  .wp-post *+p {
    margin-top: 2.85vw;
  }

  .wp-post p.frame {
    padding: 3.57vw 7.14vw;
  }
}