.terms #heading h1 {
  margin-top: 50px;
}

.terms main #content h1 {
  margin-top: 30px;
}
.terms main #content .privacy-area {
  margin-top: 60px;
}
.terms main #content .privacy-area p {
  margin-bottom: 30px;
  line-break: strict;
}
.terms main #content .privacy-area article {
  margin-bottom: 60px;
}
.terms main #content .privacy-area article h3 {
  font-size: 125%;
  color: #0E3A27;
  font-weight: bold;
  margin-bottom: 10px;
}
.terms main #content .privacy-area article ul {
  list-style-type: decimal;
  margin-left: 50px;
}
@media screen and (max-width: 1023px) {
  .terms main #content .privacy-area article ul {
    margin-left: 20px;
  }
}
.terms main #content .privacy-area article ul li {
  margin-bottom: 30px;
  line-height: 1.75;
  line-break: strict;
  word-break: break-word;
}
.terms main #content .privacy-area article p {
  line-height: 1.75;
  margin-bottom: 30px;
  line-break: strict;
  word-break: break-word;
}
.terms main #content .privacy-area article .note {
  font-size: 0.9em;
}
.terms main #content .privacy-area article table {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .terms main #content .privacy-area article table {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
.terms main #content .privacy-area article table th, .terms main #content .privacy-area article table td {
  padding: 5px 20px;
  border: 1px solid #ccc;
}
.terms main #content .privacy-area article table th {
  background-color: #f2f2f2;
}
.terms main #content .privacy-area article a {
  color: #167BB5;
  text-decoration: underline;
}
.terms main #content .privacy-area article a:hover {
  color: #003859;
}

.post-body figure {
  margin: 0 auto 30px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-body figure img {
  max-width: 100%;
  max-height: 500px;
}/*# sourceMappingURL=editor-style.css.map */