:root {
  --fwel: 200;
  --fwl: 300;
  --fwn: 400;
  --fwm: 500;
  --fwsb: 600;
  --fwb: 700;
}

/* ===============================================================
 post detail
===============================================================*/
.post-dtl {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .post-dtl {
    font-size: 1.5rem;
  }
}
.post-dtl__hg-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .post-dtl__hg-head {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
}
.post-dtl__hg-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.post-dtl__hg-date {
  padding-right: 1em;
  font-size: 1.6rem;
  font-weight: var(--fwm);
  line-height: 1;
  font-family: "Hanken Grotesk", sans-serif;
  border-right: 1px solid;
}
.post-dtl__hg-cate {
  font-size: 1.6rem;
  font-weight: var(--fwm);
  color: #45b035;
}
.post-dtl__hg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post-dtl__ttl {
  margin-top: 1rem;
  margin-bottom: 6rem;
  padding-bottom: 2rem;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: var(--fwsb);
  border-bottom: 1px solid #45b035;
}
@media screen and (max-width: 834px) {
  .post-dtl__ttl {
    margin-bottom: 4rem;
    padding-bottom: 1rem;
    font-size: 2.2rem;
  }
}
.post-dtl__thumn {
  margin-bottom: 6rem;
  display: block;
}
@media screen and (max-width: 834px) {
  .post-dtl__thumn {
    margin-bottom: 3rem;
  }
}
.post-dtl__thumn img {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
}
.post-dtl #ez-toc-container {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding: 5rem 5rem 5rem 9rem;
  width: 100%;
  background-color: #fcf5f0;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-width: 0;
}
@media screen and (max-width: 834px) {
  .post-dtl #ez-toc-container {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 3rem 3rem 3rem 6rem;
  }
}
.post-dtl #ez-toc-container .ez-toc-title {
  position: absolute;
  top: 5rem;
  left: 4rem;
  font-size: 1.8rem;
  font-weight: var(--fwm);
  color: #45b035;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 834px) {
  .post-dtl #ez-toc-container .ez-toc-title {
    top: 3rem;
    left: 1.5rem;
  }
}
.post-dtl .ez-toc-title-toggle {
  display: none;
}
.post-dtl div#ez-toc-container ul li.ez-toc-heading-level-2 {
  margin-top: 0;
}
.post-dtl #ez-toc-container ul ul, .post-dtl .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0;
}
.post-dtl div#ez-toc-container ul li a {
  margin-bottom: 1em;
  padding-bottom: 0.5rem;
  display: block;
  border-bottom: 1px solid rgba(161, 164, 156, 0.3);
  font-size: 1.8rem;
  font-weight: var(--fwm);
}
.post-dtl div#ez-toc-container ul li ul li a,
.post-dtl div#ez-toc-container ul li ul li ul li a,
.post-dtl div#ez-toc-container ul li ul li ul li ul li a,
.post-dtl div#ez-toc-container ul li ul li ul li ul li ul li a {
  margin-bottom: 1em;
  padding-bottom: 0;
  border-width: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: var(--fwn);
}
.post-dtl div#ez-toc-container ul li ul li ul li a {
  margin-left: 0.5em;
}
.post-dtl div#ez-toc-container ul li ul li ul li ul li a {
  margin-left: 2em;
}
@media screen and (max-width: 834px) {
  .post-dtl div#ez-toc-container ul li ul li ul li ul li a {
    margin-left: 1em;
  }
}
.post-dtl div#ez-toc-container ul li ul li ul li ul li ul li a {
  margin-left: 3em;
}
@media screen and (max-width: 834px) {
  .post-dtl div#ez-toc-container ul li ul li ul li ul li ul li a {
    margin-left: 1.5em;
  }
}
.post-dtl .wp-block-heading {
  margin-top: 8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .post-dtl .wp-block-heading {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
}
.post-dtl h2.wp-block-heading {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.2rem;
  font-weight: var(--fwsb);
  border-left: 3px solid #45b035;
}
@media screen and (max-width: 834px) {
  .post-dtl h2.wp-block-heading {
    padding-left: 1.8rem;
    font-size: 2rem;
    border-left-width: 2px;
  }
}
.post-dtl h3.wp-block-heading {
  position: relative;
  padding-left: 5rem;
  font-size: 2.2rem;
  font-weight: var(--fwm);
}
@media screen and (max-width: 834px) {
  .post-dtl h3.wp-block-heading {
    padding-left: 3rem;
    font-size: 1.9rem;
  }
}
.post-dtl h3.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  z-index: 1;
  top: 0.5em;
  left: 1.3rem;
  border: 5px solid #45b035;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .post-dtl h3.wp-block-heading::before {
    width: 1.7rem;
    left: 0;
    border-width: 4px;
  }
}
.post-dtl h4.wp-block-heading {
  position: relative;
  padding-left: 4rem;
  font-size: 2rem;
  font-weight: var(--fwm);
}
@media screen and (max-width: 834px) {
  .post-dtl h4.wp-block-heading {
    padding-left: 3rem;
    font-size: 1.8rem;
  }
}
.post-dtl h4.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: 1px;
  top: 1em;
  left: 0;
  z-index: 1;
  background-color: #45b035;
}
@media screen and (max-width: 834px) {
  .post-dtl h4.wp-block-heading::before {
    width: 2rem;
  }
}
.post-dtl h5.wp-block-heading {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.8rem;
  font-weight: var(--fwm);
}
@media screen and (max-width: 834px) {
  .post-dtl h5.wp-block-heading {
    padding-left: 2rem;
    font-size: 1.7rem;
  }
}
.post-dtl h5.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  aspect-ratio: 1;
  top: 0.6em;
  left: 0;
  z-index: 1;
  background-color: rgba(69, 176, 53, 0.6);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .post-dtl h5.wp-block-heading::before {
    width: 1rem;
    top: 0.7em;
  }
}
.post-dtl h6.wp-block-heading {
  font-size: 1.8rem;
  font-weight: var(--fwm);
  color: #45b035;
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  .post-dtl h6.wp-block-heading {
    font-size: 1.7rem;
  }
}

.c-btn {
  display: block;
  max-width: 20rem;
  width: 90%;
  aspect-ratio: 200/50;
  margin: 10rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  background-color: #45b035;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .c-btn {
    margin-top: 3rem;
  }
}