@charset "utf-8";

body:where(.editor-styles-wrapper),
body:where(.mce-content-body) {
	width: 960px;
	max-width: calc(100% - 16px);
	margin: 0 auto;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

.wp-block {
	max-width: 960px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
}

h1 {
	font-size: 3.2rem;
}

.editor-styles-wrapper h1,
.mce-content-body h1 {
	font-size: 32px;
}

h2 {
	margin: 2.5em 0 1em;
	font-size: 2.8rem;
	line-height: 1.25;
}

.editor-styles-wrapper h2,
.mce-content-body h2 {
	font-size: 28px;
}

h2:first-child {
	margin-top: 0;
}

h3 {
	margin: 1.5em 0 1em;
	font-size: 2.1rem;
	line-height: 1.5;
}

.editor-styles-wrapper h3,
.mce-content-body h3 {
	font-size: 21px;
}

h4 {
	margin: 0 0 1.125em;
	font-size: 1.8rem;
}

.editor-styles-wrapper h4,
.mce-content-body h4 {
	font-size: 18px;
}

p,
ol,
ul,
dl {
	margin-bottom: 1.125em;
	line-height: 1.75;
}

ol {
	list-style: decimal;
	padding-left: 2em;
}

ul {
	list-style: disc;
	padding-left: 1.5em;
}

li ul {
	list-style: circle;
}

li li ul {
	list-style: square;
}

li ol,
li ul {
	margin-bottom: 0;
}

em,
i:not('.icon') {
	font-family: YuGothic, '遊ゴシック体', 'Yu Gothic Medium', '游ゴシック Medium', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
}

.hanging {
	padding-left: 1em;
	text-indent: -1em;
}

.hanging + .hanging {
	margin-top: -0.75em;
}

a img.external {
	border: 0;
}

table,
.wp-block-table table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
}

.wp-block-table {
	margin-bottom: 1.5em;
}

.wp-block-table table {
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	.wp-block-table {
		overflow-x: auto;
	}
	
	.wp-block-table table {
		width: 100%;
		min-width: 720px;
	}
}

table th,
table td,
.wp-block-table table th,
.wp-block-table table td {
	padding: 10px 20px;
	border: 1px solid #ccc;
}

table th,
.wp-block-table table th {
	background-color: #ededed;
}

.wp-block-table thead {
	border-bottom: 0;
}

table.monospace {
	table-layout: fixed;
}

table.noborder {
	width: auto;
	margin-top: 0;
	border: 0;
}

table.noborder th,
table.noborder td {
	padding: 0;
	border: 0;
	vertical-align: top;
}

table.noborder th {
	background-color: transparent !important;
	font-weight: normal;
	text-align: left;
}

table.noborder,
table.noborder th,
table.noborder td {
	border: 1px dotted #ccc;
}

table caption {
	margin-bottom: 5px;
	text-align: left;
}

table p:first-child,
table ol:first-child,
table ul:first-child,
table dl:first-child {
	margin-top: 0;
}

table p:last-child,
table ol:last-child,
table ul:last-child,
table dl:last-child,
table ol li:last-child {
	margin-bottom: 0;
}

hr,
.wp-block-separator {
	margin: 2em auto;
	border-top: 1px solid #b5b5b5;
	border-bottom: 0;
}

.alignleft {
	float: left;
	max-width: 50%;
	margin: .25em 15px 10px 0;
}

.alignright {
	float: right;
	max-width: 50%;
	margin: .25em 0 10px 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignnone {
	display: inline-block;
	margin-right: 10px;
}

@media screen and (max-width: 480px) {
	.alignleft,
	.alignright {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 0 1em;
	}

	.alignnone {
		margin-right: 0;
	}
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption-text,
.wp-caption-dd 	/* TinyMCE */ {
	display: inline-block;
	margin-top: 5px;
	font-size: 87.5%;
	line-height: 1.25;
	text-align: left;
}

a + br[data-mce-bogus] /* TinyMCE */ {
	display: none;
}

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

blockquote {
	margin-bottom: 1em;
	padding: 0 1.5em;
	color: #666;
	position: relative;
}

blockquote:before,
blockquote:after {
	position: absolute;
	top: -0.25em;
	font-size: 200%;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;	
}

blockquote:before {
	content: "“";
	left: 0;
}

blockquote:after {
	content: "”";
	right: 0;
}

a[href$='.pdf'],
a[href$='.doc'],
a[href$='.docx'],
a[href$='.xls'],
a[href$='.xlsx'] {
	position: relative;
}

a[href$='.pdf']::after,
a[href$='.doc']::after,
a[href$='.docx']::after,
a[href$='.xls']::after,
a[href$='.xlsx']::after {
	font-family: icomoon;
	margin-left: .5em;
	vertical-align: text-top;
}

a[href$='.pdf']::after {
	content: "\f1c1";
	color: #b70000;
}

a[href$='.doc']::after,
a[href$='.docx']::after {
	content: "\f1c2";
	color: #215b9c;
}

a[href$='.xls']::after,
a[href$='.xlsx']::after {
	content: "\f1c3";
	color: #2a7c35;
}

.wp-block-file__button::after {
	content: none !important;
}

.fileSize {
	font-size: 93.75%;
	white-space: nowrap;
}

.wp-embedded-content {
	max-width: 100%;
}

.wp-block-file {
	margin-bottom: 1em;
}

.wp-block-file__button {
	padding: 2px 16px;
	background-color: #196fc5;
	color: #fff !important;
	text-decoration: none !important;
}

a.wp-block-file__button::before {
	content: none;
}

.wp-block-file:not(.wp-element-button) {
	font-size: 100%;
}

p.has-background {
	padding: 12px 24px;
}

.has-blue-background-color {
  background-color: #196fc5;
}
.has-blue-color {
  color: #196fc5;
}

.has-red-background-color {
  background-color: #bc3b0f;
}
.has-red-color {
  color: #bc3b0f;
}

.has-green-background-color {
  background-color: #4e801c;
}
.has-green-color {
  color: #4e801c;
}

