@charset "UTF-8";
/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .document-section {
    padding: 0 6vw 50px;
  }
  .wysiwyg {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    /* テーブル */
  }
  .wysiwyg p {
    line-height: 2.25em;
    margin-bottom: 1.5em;
  }
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5 {
    font-size: 18px;
    font-weight: 500;
  }
  .wysiwyg h2 {
    margin: 3em 0 2em;
    padding: 0.5em 0 1em;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    border-bottom: 1px solid #D8DBD5;
  }
  .wysiwyg h3 {
    margin: 2em 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .wysiwyg ul,
  .wysiwyg ol {
    margin: 2em 0;
    padding: 0 0 0 20px;
    line-height: 1.75em;
  }
  .wysiwyg ul li,
  .wysiwyg ol li {
    margin-bottom: 1em;
  }
  .wysiwyg ul li:last-child,
  .wysiwyg ol li:last-child {
    margin-bottom: 0;
  }
  .wysiwyg ul {
    list-style: none;
  }
  .wysiwyg ul li {
    position: relative;
    margin-bottom: 0.75em;
    line-height: 1.75em;
  }
  .wysiwyg ul li::before {
    content: "";
    position: absolute;
    top: calc(0.875em - 5px);
    left: -20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #629A02;
    border-radius: 50%;
  }
  .wysiwyg .table {
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .wysiwyg table,
  .wysiwyg th,
  .wysiwyg td {
    border-collapse: collapse;
    border: 1px solid #D8DBD5;
  }
  .wysiwyg table {
    width: 100%;
    margin: 0 auto;
    min-height: 0.1%;
    overflow: auto;
  }
  .wysiwyg td,
  .wysiwyg th {
    padding: 0.5em;
  }
  .wysiwyg th {
    white-space: nowrap;
    font-weight: normal;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .document-section {
    padding: 0 clamp(50px, 5.8vw, 100px) 150px;
  }
  .wysiwyg {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    /* テーブル */
  }
  .wysiwyg p {
    line-height: 2.25em;
    margin-bottom: 1.5em;
    padding: 20px;
  }
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5 {
    font-weight: 500;
  }
  .wysiwyg h2 {
    margin: 3em 0 2em;
    padding: 0.5em 20px 1em;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(20px, 1.57vw, 22px);
    font-weight: 500;
    border-bottom: 1px solid #D8DBD5;
  }
  .wysiwyg h3 {
    margin: 2em 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: clamp(20px, 1.57vw, 22px);
  }
  .wysiwyg ul,
  .wysiwyg ol {
    margin: 2em 0;
    padding: 0 0 0 40px;
    line-height: 1.75em;
  }
  .wysiwyg ul li,
  .wysiwyg ol li {
    margin-bottom: 1em;
  }
  .wysiwyg ul li:last-child,
  .wysiwyg ol li:last-child {
    margin-bottom: 0;
  }
  .wysiwyg ul {
    list-style: none;
  }
  .wysiwyg ul li {
    position: relative;
    margin-bottom: 0.75em;
    line-height: 1.75em;
  }
  .wysiwyg ul li::before {
    content: "";
    position: absolute;
    top: calc(0.875em - 5px);
    left: -20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #629A02;
    border-radius: 50%;
  }
  .wysiwyg table,
  .wysiwyg th,
  .wysiwyg td {
    border-collapse: collapse;
    border: 1px solid #D8DBD5;
  }
  .wysiwyg table {
    width: 100%;
    margin: 0 auto;
    min-height: 0.1%;
    overflow: auto;
  }
  .wysiwyg td,
  .wysiwyg th {
    padding: 1em;
  }
  .wysiwyg th {
    white-space: nowrap;
    font-weight: normal;
  }
}