@charset "UTF-8";
/* -----------------------------------------------------------
    投稿系共通
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

:root{
  --link-color: var(--color01,#239f7b); 
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

.wysiwyg,
.mce-content-body:not(.post-type-page) {
  font-family: "Noto Sans JP";
  /* font-size: 16px; */
  font-weight: 400;
}

.mce-content-body:not(.post-type-page) {
	padding: 1rem !important;
}

.wysiwyg *,
.mce-content-body:not(.post-type-page) * {
  word-break: break-word;
}
.wysiwyg b,
.wysiwyg strong,
.mce-content-body:not(.post-type-page) b,
.mce-content-body:not(.post-type-page) strong {
  font-weight: 700;
}
.wysiwyg p,
.mce-content-body:not(.post-type-page) p {
  margin: 0 0 1rem 0;
}
.wysiwyg p a,
.wysiwyg th a,
.wysiwyg td a,
.mce-content-body:not(.post-type-page) p a,
.mce-content-body:not(.post-type-page) th a,
.mce-content-body:not(.post-type-page) td a {
  color: var(--link-color);
  text-decoration: underline;
  text-underline-offset: 0.5em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wysiwyg a:hover,
.mce-content-body:not(.post-type-page) a:hover {
  opacity: 0.8;
}
.wysiwyg h1, .wysiwyg .h1,
.mce-content-body:not(.post-type-page) h1,
.mce-content-body:not(.post-type-page) .h1 {
  margin-bottom: 2.5rem;
  padding-top: 0.625rem;
  word-break: break-all;
}
.wysiwyg h2, .wysiwyg .h2,
.mce-content-body:not(.post-type-page) h2,
.mce-content-body:not(.post-type-page) .h2 {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
}
.wysiwyg * + h2,
.mce-content-body:not(.post-type-page) * + h2 {
  margin-top: 4rem;
}
.wysiwyg h3, .wysiwyg .h3,
.mce-content-body:not(.post-type-page) h3,
.mce-content-body:not(.post-type-page) .h3 {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.577em 1.154em 0.67em;
  box-sizing: border-box;
  background: #f5f5f5;
  margin: 1.875rem 0;
}
.wysiwyg h4, .wysiwyg .h4,
.mce-content-body:not(.post-type-page) h4,
.mce-content-body:not(.post-type-page) .h4 {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.545em 0.9em 0.68em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 1.875rem 0;
}
.wysiwyg h5, .wysiwyg .h5,
.mce-content-body:not(.post-type-page) h5,
.mce-content-body:not(.post-type-page) .h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.666em 1.111em 0.833em;
  box-sizing: border-box;
  border-bottom: 0.25em double #ccc;
  margin: 1.875rem 0;
}
.wysiwyg h6, .wysiwyg .h6,
.mce-content-body:not(.post-type-page) h6,
.mce-content-body:not(.post-type-page) .h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.555em 1.111em 0.722em;
  box-sizing: border-box;
  background: #f5f5f5;
  margin: 1.875rem 0;
}
.wysiwyg table,
.mce-content-body:not(.post-type-page) table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  overflow: hidden;
  border: 0;
  border: 1px solid #ccc;
  margin: 3.75em 0;
}
.wysiwyg * + table,
.mce-content-body:not(.post-type-page) * + table {
  margin-top: 1rem;
}
.wysiwyg table th,
.wysiwyg table td,
.mce-content-body:not(.post-type-page) table th,
.mce-content-body:not(.post-type-page) table td {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 1em 1.875em;
}
.wysiwyg table th,
.mce-content-body:not(.post-type-page) table th {
  width: 27%;
  background: #f5f5f5;
  font-weight: normal;
}
.wysiwyg table tr:last-of-type th,
.wysiwyg table tr:last-of-type td,
.mce-content-body:not(.post-type-page) table tr:last-of-type th,
.mce-content-body:not(.post-type-page) table tr:last-of-type td {
  border-bottom: 0;
}
.wysiwyg :where(.wysiwyg) ul,
.mce-content-body:not(.post-type-page) :where(.wysiwyg) ul {
  margin: 0 0 1rem 0;
}
.wysiwyg :where(ul) li,
.mce-content-body:not(.post-type-page) :where(ul) li {
  list-style: none;
  line-height: 1.7;
  margin-bottom: 0.625em;
  padding-left: 1.875em;
  position: relative;
}
.wysiwyg :where(ul) li::before,
.mce-content-body:not(.post-type-page) :where(ul) li::before {
  content: "";
  display: block;
  left: 0.5em;
  top: 0.8em;
  width: 0.375em;
  height: 0.375em;
  border-radius: 100vh;
  background: #ccc;
  position: absolute;
}
.wysiwyg ol,
.mce-content-body:not(.post-type-page) ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-bottom: 1.875rem;
}
.wysiwyg ol ol,
.mce-content-body:not(.post-type-page) ol ol {
  margin-bottom: 0;
}
.wysiwyg ol li,
.mce-content-body:not(.post-type-page) ol li {
  list-style: none;
  line-height: 1.7;
  margin-bottom: 0.625rem;
  padding-left: 2.25rem;
  position: relative;
}
.wysiwyg ol li:before,
.mce-content-body:not(.post-type-page) ol li:before {
  font-family: Roboto, sans-serif;
  font-size: 1em;
  content: counter(my-counter) " .";
  counter-increment: my-counter;
  background-color: var(--main-color01);
  color: var(--white);
  display: block;
  float: left;
  line-height: 1.75;
  margin-left: -2em;
  text-align: center;
  height: 1.75em;
  width: 1.75em;
  border-radius: 50%;
}
.wysiwyg blockquote,
.mce-content-body:not(.post-type-page) blockquote {
  background: #f5f5f5;
  padding: 1.875rem 1rem;
  margin-bottom: 1rem;
  --bc: var(--body-text-color);
  background-image: -webkit-linear-gradient(left, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px), -webkit-linear-gradient(top, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px), -webkit-linear-gradient(right, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px), -webkit-linear-gradient(bottom, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px), linear-gradient(to bottom, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px), linear-gradient(to left, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px), linear-gradient(to top, var(--bc), var(--bc) 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px, 1px 3px, 3px 1px, 1px 3px;
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  p:last-child {
    margin-bottom: 0;
  }
}
.wysiwyg iframe,
.mce-content-body:not(.post-type-page) iframe {
  width: 100%;
  height: 31.25rem;
}
@media screen and (max-width: 768px) {
  .wysiwyg h1, .wysiwyg .h1,
  .mce-content-body:not(.post-type-page) h1,
  .mce-content-body:not(.post-type-page) .h1 {
    margin-bottom: 2.5rem;
    padding-top: 0.625rem;
    word-break: break-all;
  }
  .wysiwyg h2, .wysiwyg .h2,
  .mce-content-body:not(.post-type-page) h2,
  .mce-content-body:not(.post-type-page) .h2 {
    font-size: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
  .wysiwyg h3, .wysiwyg .h3,
  .mce-content-body:not(.post-type-page) h3,
  .mce-content-body:not(.post-type-page) .h3 {
    font-size: 1.25rem;
    margin: 1rem 0;
  }
  .wysiwyg h4, .wysiwyg .h4,
  .mce-content-body:not(.post-type-page) h4,
  .mce-content-body:not(.post-type-page) .h4 {
    font-size: 1.1rem;
    margin: 1rem 0;
  }
  .wysiwyg h5, .wysiwyg .h5,
  .mce-content-body:not(.post-type-page) h5,
  .mce-content-body:not(.post-type-page) .h5 {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .wysiwyg h6, .wysiwyg .h6,
  .mce-content-body:not(.post-type-page) h6,
  .mce-content-body:not(.post-type-page) .h6 {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .wysiwyg table,
  .mce-content-body:not(.post-type-page) table {
    margin: 1.875rem 0;
  }
  .wysiwyg table th,
  .wysiwyg table td,
  .mce-content-body:not(.post-type-page) table th,
  .mce-content-body:not(.post-type-page) table td {
    padding: 0.4375 1rem;
  }
  .wysiwyg blockquote,
  .mce-content-body:not(.post-type-page) blockquote {
    padding: 1rem 1.5625rem;
  }
}