.fs-c-heading.fs-c-heading--page {
  border-bottom: none;
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0;
  margin-bottom: 77px;
  padding: 0 0;
  text-align: center;
}

.content .bold {
  font-weight: bold;
}

.content h2 {
  border-bottom: 1px solid #000;
  border-left: 3px solid #000;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 40px 0;
  padding-left: 15px;
  position: relative;
}

.content h3 {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  margin: 40px 0;
}

.content p {
  font-size: 1.6rem;
  letter-spacing: .06em;
  line-height: 2.5;
  margin: 40px 0;
}

.content p a {
  color: #333;
  text-decoration: underline;
}

.content ul {
  margin: 40px 0;
}

.content ul > li {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .06em;
  line-height: 2.5;
  padding-left: 15px;
  text-indent: -15px;
}

.content ul > li a {
  text-decoration: underline;
}

.content ul > li::before {
  content: '・';
  font-size: 1.6rem;
}

.content ol {
  counter-reset: ol-counter;
  margin: 40px 0;
}

.content ol > li {
  counter-increment: ol-counter;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .06em;
  line-height: 2.5;
  padding-left: 15px;
  text-indent: -15px;
}

.content ol > li a {
  text-decoration: underline;
}

.content ol > li::before {
  content: counter(ol-counter)'.';
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .fs-c-heading.fs-c-heading--page {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }

  .fs-l-page .fs-l-main {
    padding: 0 15px;
  }

  .content h2 {
    border-bottom: 1px solid #000;
    border-left: 3px solid #000;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    margin: 40px 0 20px;
    padding-left: 15px;
    position: relative;
  }

  .content h3 {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 40px 0 20px;
  }

  .content p {
    font-size: 1.3rem;
    letter-spacing: .06em;
    line-height: 2.5;
    margin: 40px 0;
  }

  .content ul {
    margin: 20px 0;
  }

  .content ul > li {
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: .06em;
    line-height: 2.5;
    padding-left: 15px;
    text-indent: -15px;
  }

  .content ul > li a {
    text-decoration: underline;
  }

  .content ul > li::before {
    content: '・';
    font-size: 1.3rem;
  }

  .content ol {
    counter-reset: ol-counter;
    margin: 20px 0;
  }

  .content ol > li {
    counter-increment: ol-counter;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: .06em;
    line-height: 2.5;
    padding-left: 15px;
    text-indent: -15px;
  }

  .content ol > li::before {
    font-size: 1.3rem;
  }
}
