@charset "utf-8";

/* // mce-edit-area //
----------------------------------------------- */
html:not(.noneMce) .mce-edit-area {
  overflow: auto;
}
html:not(.noneMce) .mce-edit-area iframe {
  min-width: 810px;
}

/* // mce-content-body //
----------------------------------------------- */
html:not(.noneMce) body.wp-autoresize.mce-content-body,
html:not(.noneMce) .mce-content-body {
  text-align: left;
  padding: 0 !important;
  line-height: 2.1;
}
.mce-content-body:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.mce-content-body {
  display: inline-block;
}
* html .mce-content-body {
  height: 1%;
}
.mce-content-body {
  display: block;
}

html:not(.noneMce) body#tinymce.wp-autoresize.mce-content-body,
html:not(.noneMce) #tinymce.mce-content-body {
  padding: 8px !important;
  background-color: #fff;
  overflow-x: hidden;
}
html:not(.noneMce) .mce-content-body > div {
  min-height: 25px;
}

/* img */
img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

/* h2 */
html:not(.noneMce) .mce-content-body h2 {
  line-height: 1.7;
  margin: 2em auto 1em auto;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .mce-content-body h2 {
    font-size: 22px;
  }
}

/* h3 */
.mce-content-body h3 {
  line-height: 1.7;
  margin: 1.5em auto 1em auto;
  font-size: 23px;
  font-weight: 700;
  color: #0043a0;
}
@media screen and (max-width: 768px) {
  .mce-content-body h3 {
    font-size: 20px;
  }
}

/* p */
.mce-content-body p {
  margin: 1em auto 0 auto;
}

/* a */
.mce-content-body a {
  color: #0043a0;
  text-decoration: underline;
}

/* blockquote */
.mce-content-body p,
.mce-content-body a,
.mce-content-body li,
.mce-content-body blockquote {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mce-content-body p,
  .mce-content-body a,
  .mce-content-body li,
  .mce-content-body blockquote {
    font-size: 17px;
    line-height: 2.2;
  }
}

/* figure */
.mce-content-body figure {
  width: 80%;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .mce-content-body figure {
    width: 100%;
    margin: 30px auto;
  }
}

/* blockquote */
.mce-content-body blockquote {
  background: #f5f5fa;
  padding: 40px;
  position: relative;
  line-height: 2;
}
.mce-content-body blockquote .link {
  margin-top: 0.8em;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
}
.mce-content-body blockquote .link::before {
  content: "引用元：";
}
.mce-content-body blockquote a {
  font-size: 14px;
  color: #0043a0;
}
.mce-content-body blockquote::before,
.mce-content-body blockquote::after {
  position: absolute;
  width: 1em;
  height: 1em;
  background: #bacae4;
  color: #fff;
  font-size: 2em;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
}
.mce-content-body blockquote::before {
  content: "“";
  top: 0;
  left: 0;
}
.mce-content-body blockquote::after {
  content: "”";
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mce-content-body blockquote {
    padding: 30px;
  }
  .mce-content-body blockquote a {
    font-size: 12px;
    color: #0043a0;
  }
}
/* ul */
.mce-content-body ul {
  margin-bottom: 2em;
}
.mce-content-body ul li {
	list-style: disc;
  margin-left: 1em;
  margin-bottom: 1em;
}
/* ol */
.mce-content-body ol {
  margin-bottom: 2em;
}
.mce-content-body ol li {
  list-style: decimal;
  margin-left: 1.2em;
  margin-bottom: 1em;
}

/* -----table----- */
.mce-content-body table {
  width: 100%;
  border-top: 1px solid #d2d2d2;
}
.mce-content-body table th,
.mce-content-body table td {
  padding: 1em;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px solid #d2d2d2;
}
.mce-content-body table th {
  background: #e4ebf4;
  font-weight: bold;
  border-right: 1px solid #d2d2d2;
}
.mce-content-body table th:last-child {
  border-right: 0;
}
.mce-content-body table td {
  border-right: 1px solid #d2d2d2;
}
.mce-content-body table td:last-child {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .mce-content-body table th,
  .mce-content-body table td {
    padding: 0.8em;
    font-size: 14px;
  }
}

/* xx */
.mce-content-body xx {
}
@media screen and (max-width: 768px) {
}

/* xx */
.mce-content-body xx {
}
@media screen and (max-width: 768px) {
}

/* xx */
.mce-content-body xx {
}
@media screen and (max-width: 768px) {
}

/* // img //
----------------------------------------------- */
/* img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right: auto;
} */
/* ________PC________ */
/* @media screen and (min-width: 768px)  {
	img.alignleft {
		float:left;
		margin-top: 0px !important;
		margin-right: 21px !important;
	}
	img.alignright {
		float:right;
		margin-top: 0 !important;
		margin-left: 20px !important;
	}
} */
