/* EH_PostBasic */
/* WordPress(5.8.3) Gutenberg post standard style set */

.post_common {}
@media (max-width: 480px) {
}
/* 画像（一般） */
.post_common img {
	height: auto;
}

/* ブロック：段落 */
.post_common .wrapper>p,.post_common>p {
	line-height: 1.5;
}
.post_common .wrapper>p:not(:last-child),.post_common>p:not(:last-child) {
	margin-bottom: 20px;
}
.post_common .wrapper>p strong,.post_common>p strong {
	font-weight: bold;
}
.post_common .wrapper>p a,.post_common>p a,.post_common li a,.post_common dd a {
	color: #4871f7;
	text-decoration: underline;
	word-break: break-all;
}
.post_common .wrapper>p a:hover,.post_common>p a:hover,.post_common li a:hover,.post_common dd a:hover {
	text-decoration: none;
}
@media (max-width: 480px) {
	.post_common .wrapper>p:not(:last-child),.post_common>p:not(:last-child) {
		margin-bottom: 10px;
	}
}

/* ブロック：見出し */
.post_common h1 {}
@media (max-width: 480px) {
}

.post_common h2 {
	font-size: 24px;
	line-height: 1.3;
	padding-left: 10px;
	border-left: 10px solid #222222;
	margin: 40px 0 30px;
}
@media (max-width: 480px) {
	.post_common h2 {
		font-size: 18px;
		margin: 20px 0 20px;
	}
}

.post_common h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.post_common h3:not(:first-child) {
	margin-top: 20px;
}
@media (max-width: 480px) {
	.post_common h3 {
		font-size: 16px;
	}
}

.post_common h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
.post_common h4:not(:first-child) {
	margin-top: 20px;
}
@media (max-width: 480px) {
	.post_common h4:not(:first-child) {
		margin-top: 20px;
	}
}

.post_common h5 {
	margin-bottom: 5px;
}
.post_common h5:before {
	content: "■";
}
.post_common h5:not(:first-child) {
	margin-top: 10px;
}
@media (max-width: 480px) {
}

.post_common h6 {}
@media (max-width: 480px) {
}

/* ブロック：リスト */
.post_common ul {
	margin-left: 1em;
	margin-bottom: 20px;
}
.post_common ul>li {
	line-height: 1.5;
	margin-bottom: 10px;
	list-style: circle inside;
}
@media (max-width: 480px) {
}

/* ブロック：引用 */
.post_common .wp-block-quote {
	color: #666666;
	line-height: 1.5;
	padding: 20px;
	background: #f3f3f3;
	margin-bottom: 20px;
}
.post_common .wp-block-quote p {
	line-height: 1.5;
	padding: 20px 0;
	position: relative;
}
.post_common .wp-block-quote p:before {
	content: "“";
	display: block;
	font-size: 40px;
	color: #bbbbbb;
	position: absolute;
	top: -10px;
	left: 0;
}
.post_common .wp-block-quote p:after {
	content: "”";
	display: block;
	font-size: 40px;
	color: #bbbbbb;
	position: absolute;
	right: 0;
	bottom: -30px;
}
.post_common .wp-block-quote p img {
	max-width: 100%;
}
.post_common .wp-block-quote cite {
	display: block;
	font-style: italic;
	font-size: 14px;
	text-align: right;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}
@media (max-width: 480px) {
}

/* ブロック：整形済みテキスト */
.post_common .wp-block-preformatted {
	/* white-space: pre-wrap; */
	margin-bottom: 20px;
}
@media (max-width: 480px) {
}

/* ブロック：プルクオート引用 */
.post_common .wp-block-pullquote {
	/* margin: 0 0 1em;
	padding: 3em 0;
	text-align: center; */
	background: #f3f3f3;
	border-top: 5px solid #cccccc;
	border-bottom: 5px solid #cccccc;
	margin-bottom: 20px;
}
.post_common .wp-block-pullquote:not(.is-style-solid-color) {
    /* background: none; */
}
.post_common .wp-block-pullquote p {
    /* font-size: 1.75em;
    line-height: 1.6; */
}
.post_common .wp-block-pullquote cite {
	/* color: inherit; */
	font-style: italic;
}
@media (max-width: 480px) {
}

/* ブロック：テーブル */
.post_common .wp-block-table {
	/* margin: 0 0 1em;
  overflow-x: auto; */
	margin-bottom: 20px;
}
.post_common .wp-block-table table {
	/* border-collapse: collapse;
  width: 100%; */
	margin-bottom: 10px;
}
.post_common .wp-block-table thead {
	border-bottom: 3px solid #222222;
}
.post_common .wp-block-table tbody {}
.post_common .wp-block-table tfoot {
	border-top: 3px solid #222222;
}
.post_common .wp-block-table tr {}
.post_common .wp-block-table th {
	padding: 10px;
	box-sizing: border-box;
}
.post_common .wp-block-table td {
	padding: 10px;
	box-sizing: border-box;
}
.post_common .is-style-regular {
}
.post_common .is-style-regular table {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.post_common .is-style-regular thead th {
	border-left: 1px solid #cccccc;
}
.post_common .is-style-regular thead th:last-child {
	border-right: 1px solid #cccccc;
}
.post_common .is-style-regular tbody td {
	border-left: 1px solid #cccccc;
}
.post_common .is-style-regular tbody td:last-child {
	border-right: 1px solid #cccccc;
}
.post_common .is-style-regular tbody tr:not(:last-child) td {
	border-bottom: 1px solid #cccccc;
}
.post_common .is-style-regular tfoot td {
	border-left: 1px solid #cccccc;
}
.post_common .is-style-regular tfoot td {
	border-right: 1px solid #cccccc;
}
.post_common .is-style-stripes {}
.post_common .is-style-stripes th:not(:first-child),
.post_common .is-style-stripes td:not(:first-child) {
	border-left: 1px solid #cccccc;
}
.post_common .wp-block-table figcaption {
	font-style: italic;
	text-align: right;
	color: #888888;
}
@media (max-width: 480px) {
}

/* ブロック：詩 */
.post_common .wp-block-verse {
	/* font-family: inherit;
  overflow: auto;
  white-space: pre-wrap; */
	margin-bottom: 20px;
}
@media (max-width: 480px) {
}

/* ブロック：画像 */
.post_common .wp-block-image {
	/* margin: 0 0 1em; */
	margin-bottom: 20px;
	max-width: 600px;
}
.post_common .wp-block-image img {
	/* max-width: 100%; */
	max-width: 100%;
}
.post_common .wp-block-image figcaption {
	/* margin-top: 0.5em;
  margin-bottom: 1em; */
	text-align: right;
}
@media (max-width: 480px) {
	.post_common .wp-block-image {
		margin-bottom: 10px;
		max-width: 100%;
	}
}

/* ブロック：ギャラリー */
.post_common .wp-block-gallery {
	/* display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0; */
	margin-bottom: 20px;
}
.post_common .wp-block-gallery ul.blocks-gallery-grid {}
.post_common .wp-block-gallery li.blocks-gallery-item {}
.post_common .wp-block-gallery li.blocks-gallery-item figure {}
.post_common .wp-block-gallery li.blocks-gallery-item figure img {}
.post_common .wp-block-gallery figcaption {
	text-align: right;
}
@media (max-width: 480px) {
}

/* ブロック：音声 */

/* ブロック：カバー */
.post_common .wp-block-cover {
	/* position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box; */
	margin-bottom: 20px;
}
.post_common .wp-block-cover p {}
@media (max-width: 480px) {
}

/* ブロック：ファイル */
.post_common .wp-block-file {
	/* margin-bottom: 1.5em; */
	margin-bottom: 20px;
}
.post_common .wp-block-file a {}
.post_common .wp-block-file a.wp-block-file__button {
	/* text-decoration: none;
	margin-left: 0.75em;
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	padding: 0.5em 1em; */
}
@media (max-width: 480px) {
}

/* ブロック：メディアとテキスト */
.post_common .wp-block-media-text {
	/* direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto; */
	margin-bottom: 20px;
}
.post_common .wp-block-media-text .wp-block-media-text__media {
	/* grid-column: 1;
	grid-row: 1;
	margin: 0; */
}
.post_common .wp-block-media-text .wp-block-media-text__content {
	/* direction: ltr;
	grid-column: 2;
	grid-row: 1;
	padding: 0 8%;
	word-break: break-word; */
}
@media (max-width: 480px) {
}

/* ブロック：動画 */
.post_common .wp-block-video {
	/* margin: 0 0 1em; */
	margin-bottom: 20px;
}
.post_common .wp-block-video video {
	/* width: 100%; */
}
.post_common .wp-block-video figcaption {
	/* margin-top: 0.5em;
  margin-bottom: 1em; */
	text-align: right;
}
@media (max-width: 480px) {
}

/* ブロック：ボタン */
.post_common .wp-block-buttons {
	/* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0.5em; */
	margin-bottom: 20px;
}
.post_common .wp-block-button {
	/* display: inline-block;
	margin-right: 0;
  margin-left: 0; */
}
.post_common .wp-block-button a.wp-block-button__link {
	/* color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	box-sizing: border-box; */
}
/* ブロック：カラム */
.post_common .wp-block-columns {
	/* display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap; */
}
.post_common .wp-block-column {
	/* 省略 */
}
@media (max-width: 480px) {
}

/* ブロック：グループ */
.post_common .wp-block-group {
	box-sizing: border-box;
}
.post_common .wp-block-group__inner-container {}
@media (max-width: 480px) {
}
