@charset "UTF-8";
/* blog content common */
body {
  --preset--color--black: #000000;
  --preset--color--cyan-bluish-gray: #abb8c3;
  --preset--color--white: #ffffff;
  --preset--color--pale-pink: #f78da7;
  --preset--color--vivid-red: #cf2e2e;
  --preset--color--luminous-vivid-orange: #ff6900;
  --preset--color--luminous-vivid-amber: #fcb900;
  --preset--color--light-green-cyan: #7bdcb5;
  --preset--color--vivid-green-cyan: #00d084;
  --preset--color--pale-cyan-blue: #8ed1fc;
  --preset--color--vivid-cyan-blue: #0693e3;
  --preset--color--vivid-purple: #9b51e0;
}
.has-black-color { color: var(--preset--color--black) !important; }
.has-cyan-bluish-gray-color { color: var(--preset--color--cyan-bluish-gray) !important; }
.has-white-color { color: var(--preset--color--white) !important; }
.has-pale-pink-color { color: var(--preset--color--pale-pink) !important; }
.has-vivid-red-color { color: var(--preset--color--vivid-red) !important; }
.has-luminous-vivid-orange-color { color: var(--preset--color--luminous-vivid-orange) !important; }
.has-luminous-vivid-amber-color { color: var(--preset--color--luminous-vivid-amber) !important; }
.has-light-green-cyan-color { color: var(--preset--color--light-green-cyan) !important; }
.has-vivid-green-cyan-color { color: var(--preset--color--vivid-green-cyan) !important; }
.has-pale-cyan-blue-color { color: var(--preset--color--pale-cyan-blue) !important; }
.has-vivid-cyan-blue-color { color: var(--preset--color--vivid-cyan-blue) !important; }
.has-vivid-purple-color { color: var(--preset--color--vivid-purple) !important; }

.has-small-font-size { font-size: 13px!important; }
.has-medium-font-size { font-size: 20px!important; }
.has-large-font-size { font-size: 36px!important; }
.has-x-large-font-size { font-size: 42px!important; }

.has-text-align-left { text-align: left; }
.has-text-align-right { text-align: right; }
.has-text-align-center { text-align: center; }

.wp-block-image { font-size: 0; }
.wp-block-image.size-full,
.wp-block-image .size-full { max-width: 100%!important; height: auto; }
.wp-block-image.size-large,
.wp-block-image .size-large { max-width: 100%!important; height: auto; }
.wp-block-image.size-medium,
.wp-block-image .size-medium { max-width: 80%!important; height: auto; }
.wp-block-image.alignleft { text-align: left; }
.wp-block-image.alignright { text-align: right; }
.wp-block-image.aligncenter { text-align: center; }
.wp-block-image .alignleft { display: table; margin-right: auto; }
.wp-block-image .alignright { display: table; margin-left: auto; }
.wp-block-image .aligncenter { display: table; margin-right: auto; margin-left: auto; }
.wp-block-image img { width: 100%; height: auto; border-radius: 20px; overflow: hidden; }
.wp-block-image figcaption { width: 100%; caption-side: bottom; }
.wp-block-image .alignleft figcaption { display: table-caption; text-align: center; }
.wp-block-image .aligncenter figcaption { display: table-caption; text-align: center; }
.wp-block-image .alignright figcaption { display: table-caption; text-align: right; }
.wp-block-table.alignleft figcaption { text-align: left; }
.wp-block-table.alignright figcaption { text-align: right; }
.wp-block-table.aligncenter figcaption { text-align: center; }
.wp-block-embed iframe { width: 100%; display: block; margin: 0 auto; }
.wp-block-embed iframe[src^="https://www.youtube.com/"] { aspect-ratio: 16 / 9; height: auto; }
.wp-block-gallery { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.wp-block-gallery .wp-block-image { display: flex; flex-grow: 1; justify-content: center; position: relative; flex-direction: column; max-width: 100%!important; }
.wp-block-gallery .blocks-gallery-caption { width: 100%; }
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) { width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; }
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) { width: 33.333%; -webkit-flex-basis: 33.333%; -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; }
@media screen and (max-width: 900px) {
  .wp-block-image.size-large,
  .wp-block-image .size-large { max-width: 100%!important; }
  .wp-block-image.size-medium,
  .wp-block-image .size-medium { max-width: 100%!important; }
  .wp-block-image img { border-radius: 10px; }
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; }
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img { width: 100%; }
}


.wp-block-image { margin: 0 0 40px; }
.wp-block-gallery { margin: 25px -15px!important; }
.wp-block-gallery .wp-block-image { padding: 15px;}
.wp-block-gallery .blocks-gallery-caption { margin-top: 15px; padding: 0 10px; }
.wp-block-embed { margin: 0 0 40px; }
.wp-block-table { margin: 0 0 40px; }
figcaption,
.wp-element-caption { font-size: 12px; margin-top: 15px; }
@media screen and (max-width: 900px) {
  .wp-block-image { margin: 0 0 30px; }
  .wp-block-gallery { margin: 30px 0!important; }
  .wp-block-gallery .wp-block-image { margin: 0 0 25px; padding: 0; }
  .wp-block-gallery .wp-block-image:last-of-type { margin-bottom: 0; }
  .wp-block-gallery .blocks-gallery-caption { padding: 0; }
  .wp-block-embed { margin: 0 0 30px; }
  .wp-block-table { margin: 0 0 30px; }
  .wp-element-caption { font-size: 10px; line-height: 1.5; margin-top: 10px; }
}


.postContent {
  width: 100%;
  margin: 0; }
  .postContent > *:first-child {
    margin-top: 0!important;
  }
  .postContent > *:last-child {
    margin-bottom: 0!important;
  }
  .postContent h2 {
    margin: 50px 0;
    padding: 0 0 10px 57px;
    background: url(../img/icon_peach.svg) no-repeat top 18px left/36px;
    font-size: 30px;
    line-height: 1.66;
    font-weight: 500;
    border-bottom: 2px solid #ca5186;
  }
  .postContent h2 span {
    font-weight: inherit;
    font-size: inherit;
  }
  .postContent h3 {
    width: 100%;
    margin: 40px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    display: inline-block;
    background: linear-gradient(to right, rgba(249,187,223,1) 0%,rgba(249,187,223,1) 66.66%,rgba(249,187,223,0) 66.67%,rgba(249,187,223,0) 100%) repeat-x left bottom/12px 2px;
  }
  .postContent h4 {
    margin: 40px 0;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 700;
  }
  .postContent p {
    margin: 40px 0;
    font-size: 16px;
    line-height: 1.875;
  }
  .postContent ul,
  .postContent ol {
    list-style: none;
  }
  .postContent > ul,
  .postContent > ol {
    margin: 30px 0;
  }
  .postContent ul li,
  .postContent ol li {
    font-size: 16px;
    line-height: 1.875;
    position: relative;
  }
  .postContent ul li:nth-child(n+2),
  .postContent ol li:nth-child(n+2) {
    margin-top: 30px;
  }
  .postContent ul li {
    padding-left: 20px;
  }
  .postContent ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e85f9d;
    position: absolute;
    top: 13px;
    left: 0;
  }
  .postContent ol {
    counter-reset: olnum 0;
  }
  .postContent ol li {
    padding-left: 1.5em;
  }
  .postContent ol li::before {
    counter-increment: olnum 1;
    content: counter(olnum) ". ";
    color: #e85f9d;
    position: absolute;
    top: 0;
    left: 0;
  }
  .postContent blockquote {
    margin: 45px 0;
    font-size: 16px;
    line-height: 1.875;
    padding: 40px;
    background: #f7f7f7;
    border-radius: 20px;
  }
  .postContent blockquote cite {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
    display: block;
    font-style: normal;
  }
  .postContent table th,
  .postContent table td {
    padding: 15px;
    border: 1px solid #232323;
  }
@media screen and (max-width: 900px) {
  .postContent h2 {
    margin: 30px 0 25px;
    padding: 0 0 5px 40px;
    background: url(../img/icon_peach.svg) no-repeat top 10px left/28px;
    font-size: 20px;
    line-height: 1.5;
    border-bottom: 1px solid #ca5186;
  }
  .postContent h2 span {
    font-weight: inherit;
    font-size: inherit;
  }
  .postContent h3 {
    margin: 30px 0 25px;
    font-size: 18px;
    line-height: 1.8;
    background: linear-gradient(to right, rgba(249,187,223,1) 0%,rgba(249,187,223,1) 66.66%,rgba(249,187,223,0) 66.67%,rgba(249,187,223,0) 100%) repeat-x left bottom/6px 1px;
  }
  .postContent h4 {
    margin: 40px 0;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 700;
  }
  .postContent p {
    margin: 25px 0;
    font-size: 16px;
  }
  .postContent > ul,
  .postContent > ol {
    margin: 25px 0;
  }
  .postContent ul li,
  .postContent ol li {
    font-size: 16px;
  }
  .postContent ul li:nth-child(n+2),
  .postContent ol li:nth-child(n+2) {
    margin-top: 18px;
  }
  .postContent ul li {
    padding-left: 10px;
  }
  .postContent ul li::before {
    width: 4px;
    height: 4px;
    top: 15px;
  }
  .postContent blockquote {
    margin: 30px 0;
    font-size: 16px;
    padding: 20px;
    border-radius: 20px;
  }
  .postContent blockquote cite {
    margin-top: 10px;
    font-size: 10px;
  }
  .postContent table th,
  .postContent table td {
    padding: 5px 10px;
  }
}

.postContent mark { font-style: normal; font-weight: inherit; }
.postContent em { font-style: italic; }
.postContent sup { top: -0.5em; }
.postContent sup { top: -0.5em; }
.postContent sub,
.postContent sup { font-size: 75%; line-height: 0; position: relative; }
.postContent s,
.postContent strike,
.postContent del { text-decoration: line-through; }
.postContent blockquote { font-style: normal; }
.postContent blockquote > *:first-child { margin-top: 0; }
.postContent blockquote > *:last-child { margin-bottom: 0; }
.postContent blockquote p:last-of-type { margin-bottom: 0; }
.postContent table { width: 100%; table-layout: fixed; }
