<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body#tinymce {
  padding: 10px !important;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

body#tinymce,
.wp-content {
  font-size: 15px;
  line-height: 2;
  color: #000000;
}
body#tinymce strong,
.wp-content strong {
  font-weight: bold;
}
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5 {
  font-size: 1.11111em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 30px;
}
body#tinymce h2,
.wp-content h2 {
  font-size: 1.44444em;
  color: #006F4F;
  border-left: 10px solid #AACE34;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 600px) {
  body#tinymce h2,
  .wp-content h2 {
    border-left-width: 7px;
    padding-left: 12px;
    font-size: 1.25em;
  }
}
body#tinymce h3,
.wp-content h3 {
  font-weight: bold;
  font-size: 1.22222em;
  color: #006F4F;
  padding-bottom: 5px;
  border-bottom: 2px solid #AACE34;
}
@media screen and (max-width: 600px) {
  body#tinymce h3,
  .wp-content h3 {
    font-size: 1.125em;
  }
}
body#tinymce h4,
.wp-content h4 {
  font-size: 1em;
  color: #006F4F;
}
body#tinymce h5,
.wp-content h5 {
  font-size: 1em;
}
body#tinymce ul,
.wp-content ul {
  list-style: disc;
  margin-left: 1.5em;
}
body#tinymce ol,
.wp-content ol {
  list-style: decimal;
  margin-left: 1.5em;
}
body#tinymce li,
.wp-content li {
  list-style: inherit !important;
  margin-top: .5em;
  margin-bottom: .5em;
}
body#tinymce a,
.wp-content a {
  color: #006F4F;
  text-decoration: underline !important;
}
body#tinymce a:hover,
.wp-content a:hover {
  text-decoration: none !important;
}
body#tinymce table,
.wp-content table {
  width: 100%;
  margin-bottom: 16px;
}
body#tinymce table th, body#tinymce table td,
.wp-content table th,
.wp-content table td {
  padding: 2px 5px;
  background: #fff;
  border: 1px solid #727171;
}
</pre></body></html>