@import url("https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@700&display=swap");
.post_inner p {
  line-height: 2;
  font-size: 16px !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .post_inner p {
    font-size: 14px !important;
    margin-bottom: 15px;
  }
}
.post_inner .has-small-font-size {
  font-size: 14px !important;
  line-height: 1.8;
}
.post_inner .has-medium-font-size {
  font-size: 20px !important;
  line-height: 1.8;
}
.post_inner strong {
  font-weight: 600;
}
.post_inner em {
  font-style: italic;
}
.post_inner a,
.post_inner p > a {
  text-decoration: none;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  color: #379E98;
}
.post_inner img {
  max-width: 500px;
  border-radius: 10px;
  height: auto;
  margin: 20px auto;
}
.post_inner figcaption {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 14px !important;
  margin: 1rem 0 0;
  color: #379E98;
}
.post_inner blockquote {
  background: #E7F0F0;
  padding: 25px 35px;
  margin: 25px 0;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  .post_inner blockquote {
    padding: 20px 5%;
  }
}
.post_inner blockquote p {
  margin-bottom: 0;
}
.post_inner h1 {
  font-size: 2rem;
  padding: 0 0 15px;
  color: #379e98;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .post_inner h1 {
    font-size: 1.8rem;
  }
}
.post_inner h2 {
  font-size: 1.8rem;
  margin: 10px 0 20px;
  line-height: 1.6;
  color: #379e98;
}
@media screen and (max-width: 769px) {
  .post_inner h2 {
    font-size: 1.6rem;
  }
}
.post_inner h3 {
  font-size: 1.6rem;
  margin: 10px 0 15px;
  color: #379e98;
  position: relative;
  padding-left: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .post_inner h3 {
    font-size: 1.6rem;
  }
}
.post_inner h3:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 1em;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #379e98;
}
.post_inner h4 {
  font-size: 1.6rem;
  margin: 10px 0 10px;
  color: #379e98;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .post_inner h4 {
    font-size: 1.4rem;
  }
}
.post_inner h5 {
  font-size: 1.6rem;
  margin: 10px 0 5px;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .post_inner h5 {
    font-size: 1.4rem;
  }
}
.post_inner h6 {
  font-size: 1.4rem;
  padding: 2px 10px;
  background: #E7F0F0;
  margin: 10px 0 5px;
  line-height: 1.6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
}
@media screen and (max-width: 1000px) {
  .post_inner h6 {
    font-size: 1.2rem;
  }
}
.post_inner ul {
  margin-bottom: 20px;
}
.post_inner ul li {
  list-style-type: disc;
  margin-left: 25px;
  font-size: 16px !important;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1000px) {
  .post_inner ul li {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 769px) {
  .post_inner ul li {
    margin-left: 20px;
  }
}
.post_inner ol {
  margin-bottom: 20px;
}
.post_inner ol li {
  margin-left: 25px;
  font-size: 16px !important;
  line-height: 1.6;
  margin-bottom: 0.5em;
  list-style-type: decimal;
}
@media screen and (max-width: 1000px) {
  .post_inner ol li {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 769px) {
  .post_inner ol li {
    margin-left: 20px;
  }
}/*# sourceMappingURL=post.css.map */