:root {
  --beige: #f5eee8;
  --green: #009100;
  --light-green: #DAF2D8;
}

.p-wp-content,
body.content {
  overflow: hidden;
  zoom: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.1111;
  word-break: break-all;
}

@media screen and (max-width: 1023px) {

  .p-wp-content,
  body.content {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {

  .p-wp-content,
  body.content {
    font-size: 0.875rem;
  }
}

.p-wp-content {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-wp-content {
    margin-top: 32px;
  }
}

.p-wp-content::after,
body.content::after {
  content: "";
  display: block;
  clear: both
}

.p-wp-content p,
body.content p {
  display: block;
  margin-top: 0.5556em;
  margin-bottom: 1em;
  line-height: 2.1429
}

.p-wp-content strong,
body.content strong {
  font-weight: bold
}

.p-wp-content em,
body.content em {
  font-style: italic
}

.p-wp-content a,
body.content a {
  color: var(--green);
  text-decoration: underline
}

.p-wp-content a:hover,
body.content a:hover {
  text-decoration: underline
}

.p-wp-content h1,
.p-wp-content h2,
.p-wp-content h3,
.p-wp-content h4,
.p-wp-content h5,
.p-wp-content h6,
body.content h1,
body.content h2,
body.content h3,
body.content h4,
body.content h5,
body.content h6 {
  font-weight: 700;
  line-height: 1.5;
}

.p-wp-content h1,
.p-wp-content h2,
body.content h1,
body.content h2 {
  margin: calc(36em / 28) 0 calc(18em / 28);
  padding: calc(19em / 28) calc(30em / 28);
  font-size: calc(28em / 18);
  background-color: var(--green);
  color: #fff;
}

.p-wp-content h3,
body.content h3 {
  margin: calc(32em / 24) 0 calc(16em / 24);
  padding: 0.5em calc(22em / 24);
  border-left: calc(10em / 24) solid var(--green);
  background-color: var(--light-green);
  font-size: calc(24em / 18);
}

.p-wp-content h4,
body.content h4 {
  margin: calc(28.5em / 22) 0 calc(10em / 22);
  padding-bottom: calc(14.5em / 22);
  background: url("../img/border-h4.svg") no-repeat left bottom / auto calc(8em / 22);
  font-size: calc(22em / 18);
}

.p-wp-content h5,
body.content h5,
.p-wp-content h6,
body.content h6 {
  margin: 0.5556em 0 1em;
  font-size: 1em;
}

.p-wp-content ul,
.p-wp-content ol,
body.content ul,
body.content ol {
  margin: 0.5556em 0 1em;
  padding-left: 1.222em;
  list-style: none
}

.p-wp-content ol,
body.content ol {
  padding-left: 2.5em;
  list-style-type: decimal
}

.p-wp-content li ul,
.p-wp-content li ol,
body.content li ul,
body.content li ol {
  margin-bottom: 0
}

.p-wp-content ul>li,
body.content ul>li {
  position: relative
}

.p-wp-content ul>li::before,
body.content ul>li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: -1.1em
}

.p-wp-content kbd,
body.content kbd {
  background-color: #eee;
  box-shadow: 1px 1px 0px #999;
  padding: 3px 8px;
  border-radius: 3px
}

.p-wp-content figure,
body.content figure {
  max-width: 100%;
  height: auto;
  margin: 0.5em 0 1em;
}

.p-wp-content img,
body.content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.p-wp-content img.aligncenter,
body.content img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.p-wp-content img.alignleft,
body.content img.alignleft {
  float: left;
  margin-right: 1em;
}

.p-wp-content img.alignright,
body.content img.alignright {
  float: right;
  margin-left: 1em;
}

.p-wp-content img.alignnone,
body.content img.alignnone {
  display: block;
}

.p-wp-content figcaption,
body.content figcaption {
  margin-top: 6.5px;
  padding-left: .7143em;
  line-height: 1.5
}

.p-wp-content address,
body.content address {
  margin: 0.5em 0 1em
}

.p-wp-content code,
body.content code {
  padding: 4px 6px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #eee;
  font-family: Menlo, Consolas, monaco, monospace
}

.p-wp-content sub,
.p-wp-content sup,
body.content sub,
body.content sup {
  font-size: .75em
}

.p-wp-content .has-small-font-size,
body.content .has-small-font-size {
  font-size: .75em !important
}

.p-wp-content .has-medium-font-size,
body.content .has-medium-font-size {
  font-size: 1em !important
}

.p-wp-content .has-large-font-size,
body.content .has-large-font-size {
  font-size: 1.5em !important
}

.p-wp-content .has-x-large-font-size,
body.content .has-x-large-font-size {
  font-size: 2em !important
}

.p-wp-content table,
body.content table {
  margin: 0.5em 0 1em;
  width: 100%;
}

@media screen and (max-width: 767px) {

  .p-wp-content table,
  body.content table {
    font-size: 0.75rem;
  }
}

.p-wp-content table thead,
body.content table thead {
  border-bottom: unset
}


.p-wp-content table thead th,
.p-wp-content table thead td,
body.content table thead th,
body.content table thead td {
  background-color: var(--green);
  color: #fff;
}

.p-wp-content table th,
.p-wp-content table td,
body.content table th,
body.content table td {
  padding: 1em 2em 1.2em;
  border: 2px solid var(--beige);
  text-align: left;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {

  .p-wp-content table th,
  .p-wp-content table td,
  body.content table th,
  body.content table td {
    padding: 0.75em 1em 1em;
  }
}

.p-wp-content table th,
body.content table th {
  background-color: var(--light-green);
}

.p-wp-content table td,
body.content table td {
  background-color: #fff;
}

.p-wp-content dl,
body.content dl {
  margin: 1.5em 0
}

.p-wp-content dt,
body.content dt {
  margin: 1em 0;
  font-weight: 700
}

.p-wp-content dd,
body.content dd {
  margin-left: 1.5em
}

.p-wp-content #toc_container {
  position: relative;
  max-width: 730px;
  margin: 0 auto 32px;
  padding: 80px 12.346% 42px;
  border: 3px solid var(--green);
  border-radius: 9px;
  background-color: var(--light-green);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  overflow: hidden
}

@media screen and (max-width: 1023px) {
  .p-wp-content #toc_container {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {

  .p-wp-content #toc_container {
    padding: 56px 15px 28px
  }
}

.p-wp-content #toc_container .toc_title {
  position: absolute;
  top: -3px;
  left: -3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  background-color: var(--green);
  border-radius: 0 0 8px 0;
  font-size: 1.5rem;
  color: #fff
}

@media screen and (max-width: 1023px) {
  .p-wp-content #toc_container .toc_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-wp-content #toc_container .toc_title {
    width: 80px;
    height: 40px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {

  .p-wp-content #toc_container .toc_title {
    font-size: 1em
  }
}

.p-wp-content #toc_container .toc_list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 0 !important;
  line-height: 1.5
}

.p-wp-content #toc_container .toc_list li::before {
  display: none;
}

.p-wp-content #toc_container .toc_list li a {
  position: relative;
  display: inline-block;
  padding-left: 2em;
}

.p-wp-content #toc_container .toc_list li a::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.1111em;
  height: 1.1111em;
  background: url("../img/icon-toggle.svg") no-repeat center / contain;
}

.p-wp-content #toc_container a {
  color: #000;
}

.editor-styles-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}