/* reset */
.mce-content-body div,
.mce-content-body span,
.mce-content-body object,
.mce-content-body iframe,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.mce-content-body p,
.mce-content-body blockquote,
.mce-content-body pre,
.mce-content-body abbr,
.mce-content-body address,
.mce-content-body cite,
.mce-content-body code,
.mce-content-body del,
.mce-content-body dfn,
.mce-content-body em,
.mce-content-body img,
.mce-content-body ins,
.mce-content-body kbd,
.mce-content-body q,
.mce-content-body samp,
.mce-content-body small,
.mce-content-body strong,
.mce-content-body sub,
.mce-content-body sup,
.mce-content-body var,
.mce-content-body b,
.mce-content-body i,
.mce-content-body dl,
.mce-content-body dt,
.mce-content-body dd,
.mce-content-body ol,
.mce-content-body ul,
.mce-content-body li,
.mce-content-body fieldset,
.mce-content-body form,
.mce-content-body label,
.mce-content-body legend,
.mce-content-body table,
.mce-content-body caption,
.mce-content-body tbody,
.mce-content-body tfoot,
.mce-content-body thead,
.mce-content-body tr,
.mce-content-body th,
.mce-content-body td,
.mce-content-body article,
.mce-content-body aside,
.mce-content-body canvas,
.mce-content-body details,
.mce-content-body figcaption,
.mce-content-body figure,
.mce-content-body footer,
.mce-content-body header,
.mce-content-body hgroup,
.mce-content-body menu,
.mce-content-body nav,
.mce-content-body section,
.mce-content-body summary,
.mce-content-body time,
.mce-content-body mark,
.mce-content-body audio,
.mce-content-body video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

.mce-content-body {
  color: #333;
  font: 16px/1.8 YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', Meiryo, sans-serif;
  font-weight: normal;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: break-word;
}

.mce-content-body p {
  font-size: 1em;
}

.mce-content-body h2 {
  font-size: 1.8em;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  margin: 1em 0 1em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #333333;
}

.mce-content-body h2.wp-block-heading {
  font-size: 1.8em;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
  margin: 1em 0 1em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #333333;
}
.mce-content-body h2.wp-block-heading::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 50px;
  border-bottom: 2px solid #65b729;
}

.mce-content-body h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 1.6em 0 1.2em;
  line-height: 1.6;
  padding: 0 1em;
  border-left: 2px solid #65b729;
}

.mce-content-body h3.wp-block-heading {
  font-size: 1.4em;
  font-weight: bold;
  margin: 1.6em 0 1.2em;
  line-height: 1.6;
  padding: 0 1em;
  border-left: 2px solid #65b729;
}

.mce-content-body h4 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6;
  margin: 1.6em 0 1.2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #333333;
}

.mce-content-body div.detail-catch {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2em;
}

.mce-content-body hr.wp-block-separator {
  display: block;
  height: 1px;
  margin: 2em 0;
  padding: 0;
  border: none;
  border-top: 2px solid;
}

.mce-content-body a {
  text-decoration: underline;
  color: #0693E3;
}

.mce-content-body strong > a {
  text-decoration: underline;
  color: #0693E3;
}

.mce-content-body a.button-orange {
  padding: 1em 1.5em;
  border-radius: 8px;
  background-color: #ff8a34;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  transition: opacity 0.3s;
}
.mce-content-body a.button-orange:hover {
  opacity: 0.6;
}

.mce-content-body p + p {
  margin-top: 2em;
}

.mce-content-body div.sng-box {
  box-sizing: border-box;
  position: relative;
  margin: 2em 0;
  padding: 1em;
  border: solid 3px #3a7590;
  border-top-color: rgb(58, 117, 144);
  border-right-color: rgb(58, 117, 144);
  border-bottom-color: rgb(58, 117, 144);
  border-left-color: rgb(58, 117, 144);
  background-color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  line-height: 1.83;
  word-break: normal;
  overflow-wrap: break-word;
}
.mce-content-body div.box2 {
  border-color: #578833;
  background-color: #ffffff;
}
.mce-content-body div.box2 > strong > a {
  color: #3A7590;
}
.mce-content-body .bold-highlight {
  background-color: #fcefb4;
  padding: 0 4px;
  font-weight: bold;
}
.mce-content-body .button_solid004 {
  text-align: center;
  margin-top: 1em;
}
.mce-content-body .button_solid004 a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ff8a34;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.1em;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mce-content-body .button_solid004 a:hover {
  background-color: #E67A2C;
  transform: translateY(-3px);
  opacity: 0.6;
}


.mce-content-body .btn-1 {
  margin-top: 3em;
  text-align: center;
}
.mce-content-body .btn-1 a {
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #65b729;
  position: relative;
  background: #fff;
  border: 1px solid #65b729;
  border-radius: 8px;
  text-align: center;
  padding: 1em 4em;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.3s linear;
}
.mce-content-body .btn-1 a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #65b729;
  border-bottom: 2px solid #65b729;
  transform: rotate(-45deg);
  position: absolute;
  top: 42%;
  right: 20px;
}
.mce-content-body .btn-1 a:hover {
  opacity: 0.6;
}

.mce-content-body .btn-5 {
  margin-top: 3em;
}
.mce-content-body .btn-5 a {
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
  background: #65b729;
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  padding: 1em 4em;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.3s linear;
}
.mce-content-body .btn-5 a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #65b729;
  border-bottom: 2px solid #65b729;
  transform: rotate(-45deg);
  position: absolute;
  top: 42%;
  right: 20px;
}
.mce-content-body .btn-5 a:hover {
  opacity: 0.6;
}

.mce-content-body #toc_container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 10px;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 95%;
}
.mce-content-body #toc_container.toc_white {
  background: #fff;
}
.mce-content-body #toc_container p.toc_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.mce-content-body #toc_container span.toc_toggle {
  font-weight: 400;
  font-size: 90%;
}
.mce-content-body #toc_container p.toc_title + ul.toc_list {
  margin-top: 1em;
}
.mce-content-body #toc_container.no_bullets li,
.mce-content-body #toc_container.no_bullets ul,
.mce-content-body #toc_container.no_bullets ul li,
.mce-content-body .toc_widget_list.no_bullets,
.mce-content-body .toc_widget_list.no_bullets li {
  background: 0 0;
  list-style-type: none;
  list-style: none;
}
.mce-content-body #toc_container li,
.mce-content-body #toc_container ul {
  margin: 0;
  margin-top: 0px;
  padding: 0;
}
.mce-content-body #toc_container ul ul {
  margin-left: 1.5em;
}
.mce-content-body #toc_container a {
  text-decoration: none;
  text-shadow: none;
  transition: 0.3s linear;
}
.mce-content-body #toc_container a:hover {
  text-decoration: underline;
  opacity: 0.6;
  color: gray;
}
