@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 { height: auto; }
.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: 768px) {
  .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,
.wp-block-embed,
.wp-block-table {
  margin: 40px 0;
}
.wp-block-gallery {
  margin: 36px -4px!important;
}
.wp-block-gallery .wp-block-image {
  margin: 0;
  padding: 4px;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-top: 5px;
  padding: 0 10px;
}
.wp-element-caption {
  font-size: 1.2rem;
  margin-top: 15px;
  font-weight: 400;
}
.wp-block-columns {
  display: -webkit-flex;
  display: flex;
  gap: 0 30px;
  margin: 40px 0;
}
.wp-block-columns .wp-block-image {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-quote {
  background-color: #f5f5f1;
  border-radius: 30px;
  padding: 40px 50px 45px 50px;
  margin: 45px 0 40px;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wp-block-quote cite {
  font-size: 1.2rem;
  font-style: normal;
}
.wp-block-quote a {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-top: 20px;
  font-weight: 400;
}
.wp-block-quote a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .wp-block-image,
  .wp-block-embed,
  .wp-block-table {
    margin: 20px 0;
  }
  .wp-block-gallery {
    margin: 16px -4px!important;
  }
  .wp-block-gallery .wp-block-image {
    margin: 0;
    padding: 4px;
  }
  .wp-block-gallery .wp-block-image:last-of-type { margin-bottom: 0; }
  .wp-block-gallery .blocks-gallery-caption { padding: 0; }
  .wp-element-caption {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .wp-block-columns {
    margin: 20px 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .wp-block-columns .wp-block-image {
    margin-bottom: 0;
    margin-top: 0;
  }
  .wp-block-quote {
    margin: 20px 0;
    border-radius: 15px;
    padding: 20px 25px 25px 25px;
  }
  .wp-block-quote cite {
    font-size: 1rem;
  }
  .wp-block-quote a {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .singleBody .wp-block-columns .wp-block-column {
    margin-bottom: 20px;
  }
  .singleBody .wp-block-columns .wp-block-column:last-of-type {
    margin-bottom: 0;
  }
}
.singleBody .wp-block-columns:has(> *:nth-child(3):last-child) {
  gap: 0 20px;
}
.singleBody .wp-block-columns .wp-block-gallery,
.singleBody .wp-block-columns .wp-block-image {
  margin: 0;
}

.singleBody > *:first-child {
  margin-top: 0;
}
.singleBody > *:last-child {
  margin-bottom: 0;
}
.singleBody h2 {
  font-size: 3rem;
  line-height: 1.66;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.singleBody h2:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fa3e37;
  min-width: 10px;
  position: absolute;
  left: 0;
  top: 22px;
}
.singleBody h2:after {
  content: "";
  width: calc(100% + 30px);
  height: 3px;
  margin-left: -30px;
  border-radius: 3px;
  display: block;
  background-color: #fa3e37;
  margin-top: 20px;
}
.singleBody h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  margin: 40px 0;
}
.singleBody p {
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.singleBody ul {
  margin: 40px 0 45px;
}
.singleBody li {
  font-weight: 400;
  line-height: 1.875;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.singleBody li:last-of-type {
  margin-bottom: 0;
}
.singleBody li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fa3e37;
  min-width: 8px;
  position: relative;
  top: 12px;
  margin-right: 10px;
}
.singleBody img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .singleBody h2 {
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .singleBody h2:before {
    width: 4px;
    height: 4px;
    min-width: 4px;
    top: 15px;
  }
  .singleBody h2:after {
    width: calc(100% + 15px);
    margin-left: -15px;
    height: 2px;
    margin-top: 10px;
  }
  .singleBody h3 {
    font-size: 1.8rem;
    line-height: 1.666;
    margin: 35px 0 20px;
  }
  .singleBody ul {
    margin: 20px 0;
  }
  .singleBody img {
    border-radius: 15px;
  }
}

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