/* Blog post */

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

.blog-post__meta {
  margin-bottom: 1.4rem;
}

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

.blog-post__timestamp {
  display: block;
}

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

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* 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: 1rem;
}

@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: 0.7rem 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: 0.25rem;
  background: var(--orange, #E86922);
  color: white!important;
}
.pagination__link--number {
  color: var(--orange, #E86922);
  text-align: center;
  /* キャプション */
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 1.4rem */
  border-radius: 0.25rem;
  border: 1px solid var(--border, #E2E2E2);
}
.pagination__link-text, 
{
  color: #E86922!important;
  text-align: center;
  font-size: 0.875rem!important;
  font-style: normal;
  font-weight: 500;
  padding: 0 7px;
  line-height: 160%; /* 1.4rem */
  border-radius: 0.25rem;
  border: 1px solid var(--border, #E2E2E2);

}
.pagination__link--first, .pagination__link--prev {
  color: var(--orange, #E86922)!important; 
}

/* H&K Write */

.bl_psotBody img{
  margin: 2.4rem 0;
}

.bl_psotBody h1 {
  font-size: 3.5rem!important;
  font-weight: bold;
  line-height: 160%;
  margin: 0;
}
.bl_psotBody h2 {
  color: var(--orange, #E86922);
  /* H2 */
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2.4rem */
  letter-spacing: 0.075rem;
  margin-bottom: .8rem;
  margin-top: 2.4rem;
}
.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: 2.0rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2rem */
  letter-spacing: 0.0625rem;
  margin-bottom: .8rem;
  padding-left: 2rem;

}
.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: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 1.8rem */
  letter-spacing: 0.05625rem;
  padding-left: 4rem;
  margin-bottom: .8rem;
}
.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: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 1.8rem */
  margin-bottom: .8rem;
}
.bl_psotBody h3.el_h3Text::before {
  content: none!important;
  display:none!important;
}
.bl_psotBody h4.el_title::before {
  content: none!important;
  display:none!important;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 55%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

.alignnone {
  width: 100%!important;
}

.ly_blog{
  display:flex;
  gap:40px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  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: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.05rem */
  letter-spacing: 0.0375rem;
  min-width: fit-content;
}

.tag {
  color: var(--grey, var(--grey_darker, #908F8F));
  /* 12_r */
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.05rem */
  letter-spacing: 0.0375rem;
  display: flex;
  padding: 0.1875rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 10rem;
  border: 1px solid var(--grey, #908F8F);
}
.p_blogTitle1__tag-content {
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  align-items:center;
}
.p_blogTitle1__title {
  padding-top: 1.6rem;
  color: var(--black, #09122B);
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.175rem;
  padding-bottom: 0rem;
}
.el_blogFearureImg {
  padding-bottom: 40px;
}
.ly_textCont {
  display:flex;
  flex-direction:column;
}


#ez-toc-container{
  margin-top: 2.4rem;
  background: #f5f5f5;
  padding: 2.4rem;
}

.ez-toc-list{
  padding: 0;
  display: grid;
  gap: 1.6rem;
}

.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: 2.5rem;
  }