@charset "utf-8";
/* ===================== reset ==== */
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td, article, footer, header, nav, section, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
}
body {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 500;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
html {
  font-family: "Noto Sans JP", 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
  font-feature-settings: "palt";
}
@font-face {
  font-family: 'MyFont';
  src: url('../font/bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MyFont';
  src: url('../font/black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.en {
  font-family: 'MyFont', sans-serif;
  font-weight: 700;
}
.en.black {
  font-weight: 900;
}
/* ===================== wp ==== */
.wp-editor .inner {
  max-width: 960px;
  word-wrap: break-word;
  text-align: left;
}
.wp-editor h1 {
  text-align: center;
  font-size: 180%;
  margin: 0 0 1.6em;
  line-height: 1.5;
}
.wp-editor h2 {
  font-size: 150%;
  border-left: solid 6px #2B9384;
  padding: 0 0 .2em .5em;
}
.wp-editor h3 {
  font-size: 140%;
  position: relative;
  padding: 0 0 0 .85em;
}
.wp-editor h3::before {
  content: '';
  width: .5em;
  height: .5em;
  background: #2B9384;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .7em;
}
.wp-editor h4 {
  font-size: 130%;
  position: relative;
}
.wp-editor h4:before {
  content: '';
  width: 3em;
  height: 3px;
  background: #2B9384;
  position: absolute;
  left: 0;
  bottom: -.3em;
}
.wp-editor h5 {
  font-size: 115%;
}
.wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5 {
  margin: 3em 0 1em;
  line-height: 1.5;
}
.wp-editor img {
  max-width: 100%;
  height: auto;
}
.wp-editor hr {
  margin: 1.5em 0;
}
.wp-editor strong {
  font-weight: bold;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor del {
  text-decoration: line-through;
}
.wp-editor blockquote {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  margin: 0;
}
.wp-editor blockquote:before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
}
.wp-editor blockquote:after {
  content: '"';
  position: absolute;
  right: 0;
  bottom: 0;
}
.wp-editor a {
  color: #2B9384;
  text-decoration: underline;
  transition: all .3s;
}
.wp-editor a:hover {
  color: red;
}
.wp-editor p {
  margin: 1.5em 0;
  line-height: 2;
}
.wp-editor ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
  margin: 1em 0;
}
.wp-editor ol {
  list-style: decimal;
  padding: 0 0 0 1.5em;
  margin: 1em 0;
}
.wp-editor ul p{
	margin: 0;
}
.wp-editor .wp-block-table {
  margin: 1.5em 0;
  display: block;
}
.wp-editor table {
  width: 100% !important;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  table-layout: fixed !important;
  resize: none;
  margin: 1em auto;
}
.wp-editor table th {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  background: #f5f5f5;
  width: auto !important;
}
.wp-editor table td {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  width: auto !important;
}
.wp-editor figcaption {
  text-align: center;
  font-size: 88%;
  color: #555;
}
.wp-editor .wp-block-image img {
  box-shadow: 0 0 5px 1px #eee;
  vertical-align: top;
}
.wp-editor .wp-block-image {
  margin: 1.5em 0;
}
.wp-editor .wp-block-column .wp-block-image {
  margin: 0;
}
.wp-editor .wp-block-columns + .wp-block-columns{
	margin: 1.5em 0 0 ;
}
.wp-block-embed__wrapper{
		height: 0;
	padding: 56.25% 0 0;
	position: relative;
}
.wp-block-embed__wrapper iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}
@media all and (max-width:767px) {
  .wp-editor h1 {
    font-size: 175%;
    margin: 0 0 1.2em;
    text-align: left;
  }
}