@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; }
.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-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-top: 25px;
  margin-bottom: 25px;
}
.wp-block-gallery { margin: 25px -10px 25px!important; }
.wp-block-gallery .wp-block-image { margin: 0; padding: 10px;}
.wp-block-gallery .blocks-gallery-caption { margin-top: 15px; padding: 0 10px; }
.wp-block-embed { margin: 0 0 30px; }
.wp-block-table { margin: 0 0 30px; }
.wp-element-caption {
  font-size: 12px;
  line-height: 1.667;
  margin-top: 15px;
}
.wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin: 25px 0;
}
.wp-block-columns .wp-block-image {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-quote {
  font-weight: 400;
  padding: 45px;
  background-color: #f0fafa;
  margin: 30px 0;
  border-radius: 10px;
}
.wp-block-quote p {
  margin-top: 0;
  position: relative;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wp-block-quote cite {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  margin-top: 20px;
}
.wp-block-quote cite a {
  display: block;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 12px;
}
.wp-block-quote cite a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .wp-block-image {
    margin: 25px 0;
  }
  .wp-block-gallery { margin: 25px 0 25px!important; }
  .wp-block-gallery .wp-block-image { margin-bottom: 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 25px; }
  .wp-block-table { margin: 0 0 25px; }
  .wp-element-caption { font-size: 12px; margin-top: 5px; }
  .wp-block-columns {
    gap: 20px;
  }
  .wp-block-column {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .wp-block-column:last-of-type {
    margin-bottom: 0;
  }
  .wp-block-column .wp-block-image {
    margin-top: 0;
  }
  .wp-block-quote {
    padding: 20px;
  }
  .wp-block-quote cite {
    font-size: 12px;
  }
  .wp-block-quote cite a {
    font-size: 12px;
  }
}


.postContent {
  width: 100%;
  margin: 0; }
  .postContent > *:first-child {
    margin-top: 0!important;
  }
  .postContent > *:last-child {
    margin-bottom: 0!important;
  }
  .postContent img {
    border-radius: 10px;
  }
  .postContent h2 {
    font-size: 30px;
    line-height: 1.667;
    background: url("../img/news/bg_ttl.svg") left bottom repeat-x;
    background-size: 11.84px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
  }
  .postContent h2 span {
    font-weight: inherit;
    font-size: inherit;
  }
  .postContent h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7px;
    height: 9px;
    background: #FFF;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .postContent h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 9px;
    background: #FFF;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  .postContent h3 {
    font-size: 24px;
    line-height: 1.667;
    border-bottom: 2px solid #25c9ce;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .postContent p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .postContent ul,
  .postContent ol {
    list-style: none;
  }
  .postContent > ul,
  .postContent > ol {
    margin: 30px 0;
  }
  .postContent ul li,
  .postContent ol li {
    line-height: 1.875;
    position: relative;
  }
  .postContent ul li {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    background: url("../img/news/icon_list.svg") left top 8px no-repeat;
    background-size: 10px;
    line-height: 1.875;
  }
  .postContent ol {
    counter-reset: olnum 0;
  }
  .postContent ol li {
    padding-left: 20px;
  }
  .postContent ol li::before {
    counter-increment: olnum 1;
    content: counter(olnum) ". ";
    color: #3c3c3c;
    position: absolute;
    top: 0;
    left: 0;
  }
  .postContent table th,
  .postContent table td {
    padding: 15px;
    border: 1px solid #3c3c3c;
  }
@media screen and (max-width: 900px) {
  .postContent img {
    border-radius: 5px;
  }
  .postContent h2 {
    line-height: 1.5;
    font-size: 20px;
    background-size: 11px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .postContent h3 {
    line-height: 1.389;
    font-size: 18px;
  }
  .postContent p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .postContent > ul,
  .postContent > ol {
    margin: 30px 0;
  }
  .postContent ul li,
  .postContent ol li {
    line-height: 1.875;
  }
}

.postContent mark { font-style: normal; font-weight: inherit; }
.postContent em { font-style: italic; }
.postContent b,
.postContent strong { font-weight: 700; }
.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; }



.postContent .otherPost {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  background: #f6f7f7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 900px) {
    .postContent .otherPost {
      padding: 15px;
      border-radius: 6px; } }
  @media screen and (max-width: 900px) {
    .postContent .otherPost .iconNew {
      position: absolute;
      left: 5px;
      top: 5px; } }
  .postContent .otherPost .iconNewSp {
    display: none; }
    @media screen and (max-width: 900px) {
      .postContent .otherPost .iconNewSp {
        display: inline-block; } }
  .postContent .otherPost .iconNewPc {
    display: inline-block; }
    @media screen and (max-width: 900px) {
      .postContent .otherPost .iconNewPc {
        display: none; } }
  .postContent .otherPost__pic {
    width: 200px;
    position: relative; }
    @media screen and (max-width: 900px) {
      .postContent .otherPost__pic {
        width: 100px; } }
    .postContent .otherPost__pic a {
      display: block;
      position: relative; }
    .postContent .otherPost__pic img {
      width: 100%;
      aspect-ratio: 40 / 28;
      object-fit: cover; }
  .postContent .otherPost__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 30px;
    position: relative; }
    @media screen and (max-width: 900px) {
      .postContent .otherPost__detail {
        padding-left: 15px; } }
  .postContent .otherPost__ttl {
    line-height: 1.667;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: calc(1.667em * 3); }
    @media screen and (max-width: 900px) {
      .postContent .otherPost__ttl {
        font-size: 12px;
        margin-top: 4px; } }
  .postContent .otherPost .topBox__category {
    background: #FFF; }
