.p_blogTitle1__title {
  color: var(--black, #09122b);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 0px;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 14px;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 3.5px;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 8.75px;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #f8fafc;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 7px 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

.pagination__link--active {
  border-radius: 2.5px;
  background: var(--orange, #e86922);
  color: white !important;
}
.pagination__link--number {
  color: var(--orange, #e86922);
  text-align: center;
  /* キャプション */
  font-size: 8.75px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 14px */
  border-radius: 2.5px;
  border: 1px solid var(--border, #e2e2e2);
}
.pagination__link-text {
  color: #e86922 !important;
  text-align: center;
  font-size: 8.75px !important;
  font-style: normal;
  font-weight: 500;
  padding: 0 7px;
  line-height: 160%; /* 14px */
  border-radius: 2.5px;
  border: 1px solid var(--border, #e2e2e2);
}
.pagination__link--first,
.pagination__link--prev {
  color: var(--orange, #e86922) !important;
}

/* H&K Write */

.bl_psotBody img {
  margin: 24px 0;
}

.bl_psotBody h1 {
  font-size: 35px !important;
  font-weight: bold;
  line-height: 160%;
  margin: 0;
}
.bl_psotBody h2 {
  color: var(--orange, #e86922);
  /* H2 */
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 24px */
  letter-spacing: 0.75px;
  margin-bottom: 8px;
  margin-top: 24px;
}
.bl_psotBody h2::after {
  content: '';
  display: block;
  width: 100%;
  align-self: stretch;
  background: var(--orange, #e86922);
  height: 2px;
}
.bl_psotBody h3 {
  position: relative;
  color: var(--black, #202020);
  /* H3 */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 20px */
  letter-spacing: 0.625px;
  margin-bottom: 8px;
  padding-left: 20px;
}
.bl_psotBody h3::before {
  content: '';
  left: 0;
  position: absolute;
  width: 4px;
  height: 100%;
  flex: 1 0 0;
  background: var(--orange, #e86922);
}
.bl_psotBody h3 span {
  display: block;
  padding-left: 16px;
  width: 100%;
}

.bl_psotBody h4 {
  position: relative;
  color: var(--black, #202020);
  /* H4 */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 18px */
  letter-spacing: 0.5625px;
  padding-left: 40px;
  margin-bottom: 8px;
}
.bl_psotBody h4::before {
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 4px;
  flex: 1 0 0;
  background: var(--orange, #e86922);
}
.bl_psotBody h4 span {
  display: block;
  padding-left: 40px;
  width: 100%;
}
.bl_psotBody p {
  color: var(--black, #202020);
  /* p_r */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
  margin-bottom: 8px;
}
.bl_psotBody h3.el_h3Text::before {
  content: none !important;
  display: none !important;
}
.bl_psotBody h4.el_title::before {
  content: none !important;
  display: none !important;
}

.alignnone {
  width: 100% !important;
}

.ly_blog {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1370px;
  margin: 0 auto;
  padding-top: 40px !important;
  padding-bottom: 80px;
}
.ly_blog_main {
  width: 1000px;
}
.ly_blog_side {
  width: 370px;
}
.el_blogFearureImg {
  width: 100%;
  object-fit: cover;
  height: 539px;
}
.ly_dateTagCont {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
}
.p_blogTitle1__date {
  color: var(--grey, var(--grey_darker, #908f8f));
  /* 12_r */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 10.5px */
  letter-spacing: 0.375px;
  min-width: fit-content;
}

.tag {
  color: var(--grey, var(--grey_darker, #908f8f));
  /* 12_r */
  font-family: 'Noto Sans JP';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 10.5px */
  letter-spacing: 0.375px;
  display: flex;
  padding: 1.875px 6.25px;
  justify-content: center;
  align-items: center;
  gap: 6.25px;
  border-radius: 100px;
  border: 1px solid var(--grey, #908f8f);
}
.p_blogTitle1__tag-content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.p_blogTitle1__title {
  color: var(--black, #09122b);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.75px;
  padding-bottom: 0px;
}
.el_blogFearureImg {
  padding-bottom: 40px;
}
.ly_textCont {
  display: flex;
  flex-direction: column;
}

/* nva */
#ez-toc-container {
  margin-top: 24px;
  background: #f5f5f5;
  padding: 24px;
}

.ez-toc-list {
  padding: 0;
  display: grid;
  gap: 16px;
}

.ez-toc-title {
  font-weight: bold !important;
}

.ez-toc-page-1 {
}

.ez-toc-page-1:hover {
  text-decoration: underline;
}

@media (max-width: 1370px) {
  .ly_blog {
    flex-direction: column;
  }
  .ly_blog_main {
    width: 90%;
    margin: 0 auto;
  }
  .ly_blog_side {
    width: 90%;
    margin: 0 auto;
  }
  .el_blogFearureImg {
    width: 100%;
    object-fit: cover;
    height: 50vw;
  }
}
@media (max-width: 768px) {
  .ly_blog {
    flex-direction: column;
  }
  .ly_blog_main {
    width: 90%;
    margin: 0 auto;
  }
  .ly_blog_side {
    width: 90%;
    margin: 0 auto;
  }
  .p_blogTitle1__title {
    font-size: 25px;
  }
}
