.term__inner {
  padding-bottom: 156px;
}
/* .term__content {
	line-height: 1.75;
} */
.term__section {
  margin-bottom: 30px;
}
h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
h2.ttl-b {
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}
p.indent {
  padding-left: 2rem;
  text-indent: -2rem;
}
.indent {
  padding-left: 2rem;
  text-indent: -2rem;
}
span.indent {
  display: block;
  padding-left: 2rem;
  text-indent: -2rem;
  margin-top: 10px;
}
span.indent-s {
  display: block;
  padding-left: 1rem;
  text-indent: -1rem;
  margin-top: 10px;
}
.indent.-mb-l {
  margin-bottom: 20px;
}
.-mb-xl {
  margin-bottom: 20px;
}
.indent.-mt-s {
  margin: 5px 0;
}
span.block {
  display: block;
  margin-top: 10px;
  text-indent: 0;
  padding-left: 0;
}

.newsPage__head.-term {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.newsPage__head-link {
  display: flex;
  align-items: center;
  color: #2c8481;
  letter-spacing: 0.05em;
}
.newsPage__head-link img {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .newsPage__head.-term {
    flex-direction: column;
    width: 100%;
  }
  .newsPage__head-link {
    font-size: 14px;
    margin-top: 10px;
  }
}
.newsPage__title-s {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .newsPage__title-s {
    font-size: 14px;
  }
}
.newsPage__lead {
  display: block;
  width: 90%;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .newsPage__lead {
    width: 100%;
    margin-top: 30px;
  }
}
.newsPage__lead-link {
  text-decoration: underline;
}
