@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  プライバシーポリシー
----------------------------------------------------*/
.contents-wrap .inner {
  max-width: 800px;
  margin: 0 auto;
}
.contents-wrap .inner section {
  margin: 5rem 0;
}
.contents-wrap .inner section:last-child {
  margin-bottom: 0;
}
.contents-wrap .inner section h2 {
  font-size: 2.4rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .inner section h2 {
    font-size: 2rem;
  }
}
.contents-wrap .inner section h2 span {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.contents-wrap .inner section p {
  margin-bottom: 1.5em;
}
.contents-wrap .inner section p:last-of-type {
  margin-bottom: 0;
}
.contents-wrap .inner section ul {
  list-style: none;
  padding-left: 0;
  line-height: 2;
}
.contents-wrap .inner section ul li {
  padding-left: 1.2em;
  position: relative;
}
.contents-wrap .inner section ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #222;
  position: absolute;
  top: 0.7em;
  left: 0.5em;
}