.c-wp-content__container {

}

.c-wp-content {
  /* 見出し */
  h1 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 170%; 
    margin-bottom: 30px;
  }

  h4 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 30px;
  }

  h5 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 30px;
  }

  h6 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 30px;
  }
  
  p {
    color: var(--color-font-02);
    font-size: 1.6rem;
    line-height: 200%;
    letter-spacing: 1.6px;
    margin-bottom: 30px;
  }

  strong {
    font-weight: bold;
  }

  a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 1.6px;
    color: var(--color-primary-01);

    &:hover {
      color: #D03000;
    }
  }

  ul, ol {
    margin-left: 2em;
    margin-bottom: 30px;

    li {
      font-size: 1.6rem;
      line-height: 200%;
      letter-spacing: 0.8px;
      margin-top: 20px;
    }
  }

  ul {
    list-style: disc;
  }

  ol {
    list-style: decimal;
  }
}