.editorwrap {
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 65px;
}
@media ( max-width: 600px) {
	.editorwrap {
		font-size: 3.8vw;
	}
}
.editorwrap h2,
.editorwrap h3,
.editorwrap h4,
.editorwrap h5,
.editorwrap h6 {
	clear: both;
	font-weight: 700;
	margin: 56px 0 28px;
}
.editorwrap h2 {
	font-size: 29px;
	line-height: 1.2069;
}
.editorwrap h3 {
	font-size: 24px;
	line-height: 1.1667;
}
.editorwrap h4 {
	font-size: 20px;
	line-height: 1.4;
}
.editorwrap h5,
.editorwrap h6 {
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.2353;
	text-transform: uppercase;
}
.editorwrap h1:first-child,
.editorwrap h2:first-child,
.editorwrap h3:first-child,
.editorwrap h4:first-child,
.editorwrap h5:first-child,
.editorwrap h6:first-child {
	margin-top: 0;
}
.editorwrap p {
	margin: 0 0 28px;
}
@media ( max-width: 600px) {
	.editorwrap p {
		margin: 0 0 3.5vw;
	}
}
.editorwrap b,
.editorwrap strong {
	font-weight: 700;
}
.editorwrap dfn,
.editorwrap cite,
.editorwrap em,
.editorwrap i {
	font-style: italic;
}

.editorwrap blockquote {
	border-left: 4px solid #707070;
	color: #707070;
	font-size: 20px;
	font-style: italic;
	line-height: 1.8182;
	margin: 0 0 35px -21px;
	padding-left: 17px;
}

.editorwrap blockquote > blockquote {
	margin-left: 0;
}

.editorwrap blockquote p {
	margin-bottom: 35px;
}

.editorwrap blockquote > p:last-child {
	margin-bottom: 0;
}

.editorwrap blockquote cite,
.editorwrap blockquote small {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	font-size: 17px;
	line-height: 1.6471;
}

.editorwrap blockquote em,
.editorwrap blockquote i,
.editorwrap blockquote cite {
	font-style: normal;
}

.editorwrap blockquote strong,
.editorwrap blockquote b {
	font-weight: 400;
}

.editorwrap address {
	font-style: italic;
	margin: 0 0 28px;
}

.editorwrap code,
.editorwrap kbd,
.editorwrap tt,
.editorwrap var,
.editorwrap samp,
.editorwrap pre {
	font-family: Inconsolata, monospace;
}

.editorwrap pre {
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	font-size: 17px;
	line-height: 1.2353;
	margin-bottom: 28px;
	max-width: 100%;
	overflow: auto;
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.editorwrap abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	cursor: help;
}

.editorwrap mark,
.editorwrap ins {
	background-color: #fff9c0;
	text-decoration: none;
}

.editorwrap sup,
.editorwrap sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.editorwrap sup {
	bottom: 1ex;
}

.editorwrap sub {
	top: .5ex;
}

.editorwrap small {
	font-size: 75%;
}

.editorwrap big {
	font-size: 125%;
}


/**
 * 3.0 Elements
 */

.editorwrap hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin-bottom: 28px;
}

.editorwrap ul,
.editorwrap ol {
	margin: 0 0 28px 0;
	padding: 0;
}

.editorwrap ul {
	list-style: disc;
}

.editorwrap ol {
	list-style: decimal;
}

.editorwrap li > ul,
.editorwrap li > ol {
	margin: 0 0 0 23px;
}

.editorwrap blockquote > ul,
.editorwrap blockquote > ol {
	margin-left: 28px;
}

.editorwrap dl {
	margin: 0 0 28px;
}

.editorwrap dt {
	font-weight: bold;
}

.editorwrap dd {
	margin: 0 0 28px;
}

.editorwrap table,
.editorwrap th,
.editorwrap td,
.editorwrap .mce-item-table,
.editorwrap .mce-item-table th,
.editorwrap .mce-item-table td {
	border: 1px solid #eaeaea;
}

.editorwrap table a {
	color: #333;
}

.editorwrap table,
.editorwrap .mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 28px;
	width: 100%;
}

.editorwrap table th,
.editorwrap .mce-item-table th,
.editorwrap table caption {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	font-size: 17px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	vertical-align: baseline;
}

.editorwrap table td,
.editorwrap .mce-item-table td {
	border-width: 0 1px 1px 0;
	font-family: "Noto Serif", serif;
	font-size: 17px;
	padding: 7px;
	vertical-align: baseline;
}

.editorwrap img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.editorwrap figure {
	margin: 0;
}

.editorwrap del {
	opacity: 0.8;
}

.editorwrap a {
	border-bottom: 1px solid #333;
	color: #333;
	text-decoration: none;
}


/**
 * 4.0 Alignment
 */

.editorwrap .alignleft {
	float: left;
	margin: 7px 28px 28px 0;
}

.editorwrap .alignright {
	float: right;
	margin: 7px 0 28px 28px;
}

.editorwrap .aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}


/**
 * 5.0 Caption
 */

.editorwrap .wp-caption {
	background: transparent;
	border: none;
	color: #707070;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 28px 0;
	max-width: 100%;
	padding: 0;
	text-align: inherit;
}

.editorwrap .wp-caption.alignleft {
	margin: 7px 28px 21px 0;
}

.editorwrap .wp-caption.alignright {
	margin: 7px 0 21px 28px;
}

.editorwrap .wp-caption.aligncenter {
	margin: 7px auto;
}

.editorwrap .wp-caption .wp-caption-text,
.editorwrap .wp-caption-dd {
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}


/**
 * 6.0 Galleries
 */

.editorwrap .gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.editorwrap .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.editorwrap .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.editorwrap .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.editorwrap .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.editorwrap .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.editorwrap .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.editorwrap .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.editorwrap .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.editorwrap .gallery .gallery-caption {
	color: #707070;
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding: 7px 0;
}

.editorwrap .gallery-columns-6 .gallery-caption,
.editorwrap .gallery-columns-7 .gallery-caption,
.editorwrap .gallery-columns-8 .gallery-caption,
.editorwrap .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 7.0 Audio / Video
 */

.editorwrap .mce-content-body .wpview-wrap {
	margin-bottom: 32px;
}

.editorwrap .mce-content-body .wp-audio-playlist {
	margin: 0;
}
