.wysiwyg-wrapper {
  margin-bottom: 60px;
}

.wysiwyg-wrapper p {
  margin: 20px 0;
}

.wysiwyg-wrapper a {
  color: #ba5100;
  text-decoration: underline;
  word-break: break-all;
}

.wysiwyg-wrapper ul li {
  padding-left: 1em;
  margin-bottom: 20px;
}
.wysiwyg-wrapper ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 10px 0 -1em;
}

.wysiwyg-wrapper ol {
  padding: 0;
  counter-reset: number;
}

.wysiwyg-wrapper ol li {
  padding-left: 26px;
  margin-bottom: 20px;
  position: relative;
}
.wysiwyg-wrapper ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}

.wysiwyg-wrapper h2:not([class]) {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 30px;
  margin: 50px 0 20px 0;
}
.wysiwyg-wrapper h2:not([class])::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ba5100;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 10px 0 -30px;
}

.wysiwyg-wrapper h3:not([class]) {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 50px 0 20px 0;
}
.wysiwyg-wrapper h3:not([class])::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url(../../images/icon_dot.svg) repeat-x;
  margin-top: 10px;
}

.wysiwyg-wrapper .heading4 {
  margin-top: 50px;
}

.wysiwyg-wrapper blockquote {
  margin-top: 50px;
}

.wysiwyg-wrapper blockquote p {
  padding-left: 20px;
  position: relative;
}
.wysiwyg-wrapper blockquote p::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  border-left: 3px solid #737373;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.wysiwyg-wrapper .wp-block-image img {
  margin: 0 auto 50px;
}

.wysiwyg-wrapper .wp-caption-text {
  text-align: center;
  font-size: 1.2rem;
}

.wysiwyg-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.wysiwyg-wrapper .wp-caption {
  width: 100% !important;
  margin: 50px 0;
}

.wysiwyg-wrapper .wp-caption img {
  margin: 0 auto;
}

.wysiwyg-wrapper .wp-caption-text {
  margin-top: 10px;
  text-align: center;
}

.wysiwyg-wrapper table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 20px;
}

.wysiwyg-wrapper .table02 {
  margin-bottom: 50px;
}

.wysiwyg-wrapper table th {
  background-color: #e2e1e0;
}

.wysiwyg-wrapper table td {
  word-break: break-all;
}

.wysiwyg-wrapper table th,
.wysiwyg-wrapper table td {
  font-size: 1.2rem;
  border: 1px solid #333;
  padding: 1em;
}

.wysiwyg-wrapper .table02 th {
  width: 45%;
}

.wysiwyg-wrapper .table03 th:nth-child(1) {
  width: 17%;
}
.wysiwyg-wrapper .table03 th:nth-child(2) {
  width: 30%;
}
.wysiwyg-wrapper .table03 th:nth-child(6) {
  width: 20%;
}

.wysiwyg-wrapper .table03 td:nth-child(1), .wysiwyg-wrapper .table03 td:nth-child(3), .wysiwyg-wrapper .table03 td:nth-child(4), .wysiwyg-wrapper .table03 td:nth-child(5) {
  text-align: center;
}

.wysiwyg-wrapper strong {
  font-weight: 500;
}

.wysiwyg-wrapper img {
  margin: 0 auto;
}/*# sourceMappingURL=wysiwyg.css.map */