@charset "utf-8";

/*----------------------------------------------------------------------------------------

	single-post.css

----------------------------------------------------------------------------------------*/

/* 共通 //
////////////////////////////////////////////////////////////////////*/

.post-single-content .post_title02,
.post-single-content .post_title03,
.post-single-content .post_title04,
.post-single-content .post_title05,
.post-single-content .post_title06,
.post-single-content .line03,
.post-single-content .post_title09 {
  margin-bottom: 0;
}

.post-single-content .postinfo {
  font-size: 13px;
  line-height: 32px;
  text-align: right;
}


/* お知らせ //
////////////////////////////////////////////////////////////////////*/
.post-type-post .postinfo {
  margin: 0;
}

.post-type-post h3,
.post-type-post h4 {
  border-left-color: #92c800;
}






/*投稿画面用のタイトル入力部分*/
body.wp-admin .editor-styles-wrapper h1.editor-post-title__input {
	border-bottom: 1px solid #beaf87;
	position: relative;
	font-weight: 900;
	line-height: 1.3;
}
body.wp-admin .editor-styles-wrapper h1.editor-post-title__input::before {
	position: absolute;
	top: 10px;
	left: 0;
	color: #92c800;
	font-family: "Font Awesome 5 Free";
}
body.wp-admin .editor-styles-wrapper h1.editor-post-title__input {
	margin-top: -10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-left: 54px;
	font-size: 32px;
}
body.wp-admin .editor-styles-wrapper h1.editor-post-title__input {
	margin-top: -10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-left: 54px;
	border-left: none;
	font-size: 32px;
	line-height: 1.3;
	z-index: 1;
}
body.wp-admin .editor-styles-wrapper h1.editor-post-title__input::before {
	font-size: 32px;
	content: "\f044";
}
body.wp-admin .editor-styles-wrapper h1.editor-post-title__input::after {
	height: 28px;
	background-color: #f2f3f3;
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	z-index: -1;
	content: "";
}


/* html {
	font-size: 10px;
} */
.editor-styles-wrapper::after {
	display: block;
	clear: both;
	content: "";
}
.editor-styles-wrapper .wp-block {
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
}

/*ドロップキャップ*/
.has-drop-cap:not(:focus):first-letter {
	font-size: 28px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
}

.wp-block-file {
	padding: 10px;
	border: 1px solid #142850;
	border-radius: 7px;
	display: inline-block;
}
.wp-block-file .wp-block-file__button {
	background-color: #142850;
}

.editor-styles-wrapper {
	line-height: 2;
}
/* --- SMP --- */
@media (max-width: 719px) {
	.editor-styles-wrapper {
		line-height: 1.8;
	}
}
.editor-styles-wrapper .wp-block .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.editor-styles-wrapper .wp-block .alignright {
  margin-left: 2em;
	float: right;
}
.editor-styles-wrapper .wp-block .alignleft {
  margin-right: 2em;
	float: left;
}

/* キャプション //
------------------------------------------------------*/
.editor-styles-wrapper .blocks-gallery-caption,
.editor-styles-wrapper .wp-block-image figcaption {
  width: 100%;
  display: block;
  color: #555d66;
  font-size: 13px;
  text-align: center;;
}
.editor-styles-wrapper .wp-block-group.has-background {
  padding: 20px 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-image .aligncenter {
	text-align: center;
}

/* 引用文 //
------------------------------------------------------*/
.editor-styles-wrapper .wp-block .wp-block-quote {
  margin: 1.5em 1em;
  padding-left: 1em;
  border-left: 4px solid #000;
}
.editor-styles-wrapper .wp-block .wp-block-quote p {
  margin: 1em 0;
  line-height: 1.5;
}
.editor-styles-wrapper .wp-block .wp-block-quote cite {
  color: #6c7781;
  font-size: 13px;
  margin-top: 1em;
  font-style: normal;
}


.pagebody a + figcaption.blocks-gallery-item__caption {
	pointer-events: none;
}




.editor-styles-wrapper {
	word-break: break-all;
}
.editor-styles-wrapper h1
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper blockquote,
.editor-styles-wrapper blockquote ul,
.editor-styles-wrapper blockquote ol {
	clear: both;
}
.editor-styles-wrapper p {
	margin: 1.5em 0;
}
.editor-styles-wrapper a {
	text-decoration: underline;
}
.editor-styles-wrapper img {
	max-width: 100%;
	height: auto;
}
/* --- PC --- */
@media (min-width: 720px) {
	.editor-styles-wrapper a:hover {
		opacity: 0.75;
	}
}
/* --- SMP --- */
@media (max-width: 719px) {
	.editor-styles-wrapper p {
		margin: 1.3em 0;
	}
}

/* 見出し ///
---------------------------------------------- */
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3 {
	margin-bottom: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #92c800;
	color: #333;
	font-size: 1.36em;
	line-height: 1.5;
}
.editor-styles-wrapper h1:not(:first-child),
.editor-styles-wrapper h2:not(:first-child),
.editor-styles-wrapper h3:not(:first-child) {
	margin-top: 80px;
}
/* --- SMP --- */
@media (max-width: 719px) {
	.editor-styles-wrapper h1,
	.editor-styles-wrapper h2,
	.editor-styles-wrapper h3 {
		border-left: 6px solid #92c800;
		font-size: 18px;
		line-height: 1.3;
	}
	.editor-styles-wrapper h1:not(:first-child),
	.editor-styles-wrapper h2:not(:first-child),
	.editor-styles-wrapper h3:not(:first-child) {
    margin-top: 44px;
    margin-bottom: 22px;
	}
}

/*----------*/

.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	box-sizing: border-box;
	margin: 0 0 2em;
	padding: 8px 9px 8px 14px;
	width: 100%;
	display: flex;
	background-color: #f2f2f2;
	border-left: 4px solid #92c800;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	/* border-bottom: 1px solid #ccc; */
}
.editor-styles-wrapper h4:not(:first-child),
.editor-styles-wrapper h5:not(:first-child),
.editor-styles-wrapper h6:not(:first-child) {
	margin-top: 2em;
}

.editor-styles-wrapper h1 + h4,
.editor-styles-wrapper h2 + h4,
.editor-styles-wrapper h3 + h4,
.editor-styles-wrapper h1 + h5,
.editor-styles-wrapper h2 + h5,
.editor-styles-wrapper h3 + h5,
.editor-styles-wrapper h1 + h6,
.editor-styles-wrapper h2 + h6,
.editor-styles-wrapper h3 + h6 {
	margin-top: 1.1em !important;
}

/* --- SMP --- */
@media (max-width: 719px) {
	.editor-styles-wrapper h4,
	.editor-styles-wrapper h5,
	.editor-styles-wrapper h6 {
		margin-bottom: 1.5em;
		font-size: 1.05em;
	}
	.editor-styles-wrapper h4:not(:first-child),
	.editor-styles-wrapper h5:not(:first-child),
	.editor-styles-wrapper h6:not(:first-child) {
    margin-top: 40px;
    margin-bottom: 26px;
	}
}

/* リスト ///
---------------------------------------------- */

.editor-styles-wrapper * + ul, .editor-styles-wrapper * + ol {
	margin-top: 1.8em;
}
/* --- SMP --- */
@media (max-width: 719px) {
	.editor-styles-wrapper * + ul, .editor-styles-wrapper * + ol {
		margin-top: 1.3em;
	}
}

/*----------*/

.editor-styles-wrapper li {
	margin-left: 1.3em;
	text-indent: -1.3em;
	line-height: 1.5;
	list-style-position: inside;
}
.editor-styles-wrapper li + li {
	margin-top: 0.5em;
}
.editor-styles-wrapper .blocks-gallery-grid li {
	margin-left: 0;
	text-indent: 0;
}

/*----------*/

.editor-styles-wrapper ul li {
	list-style-type: disc;
}
.editor-styles-wrapper ol li {
	list-style-type: decimal;
}

/*管理画面でリストの点がずれてしまうので*/
body.wp-admin .editor-styles-wrapper li .block-editor-rich-text__editable {
	display: inline;
}

/* テーブル ///
---------------------------------------------- */

.editor-styles-wrapper table {
	box-sizing: border-box;
    display: block;
	border: none;
	font-size: 0.95em;
	line-height: 1.5;
}
.editor-styles-wrapper table tbody {
	width: 100%;
	border-collapse: unset;
	display: table;
	table-layout: fixed;
}
.editor-styles-wrapper table td {
	box-sizing: border-box;
	padding: 10px;
	width: auto !important;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.editor-styles-wrapper table td:first-child {
	width: 10em !important;
	background-color: #efefef;
}

/* --- SMP --- */
@media (max-width: 719px) {
	.editor-styles-wrapper table {
		min-width: 100%;
	    height: auto !important;
		overflow-x: scroll;
	}
	.editor-styles-wrapper table tbody {
		margin-bottom: 5px;
		min-width: 720px;
	}
	.editor-styles-wrapper table::-webkit-scrollbar {
		height: 10px;
		background: #f0f0f0;
	}
	.editor-styles-wrapper table::-webkit-scrollbar-thumb {
		background: #cdcdcd;
		border-radius: 2px;
	}
}

/* 引用 ///
---------------------------------------------- */
.editor-styles-wrapper blockquote {
	background-color: #efefef;
	margin-top: 1em;
	padding: 1em;
	border-left: 4px solid #000;
	display: block;
	font-size: 0.9em;
	line-height: 1.6;
}
.editor-styles-wrapper blockquote cite {
	color: #6c7781;
	font-size: 13px;
}
.editor-styles-wrapper blockquote > *:first-child {
	margin-top: 0;
}
.editor-styles-wrapper blockquote a {
	padding-left: 1em;
	display: block;
	position: relative;
	color: #245fbb;
}

/*----------*/

.editor-styles-wrapper blockquote a::before {
	margin: auto;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	content: "\f054";
	font-family: fontawesome;
}
.editor-styles-wrapper blockquote a[target="_blank"]::after {
	margin-left: 5px;
	content: "\f08e";
	font-family: fontawesome;
}
.editor-styles-wrapper blockquote li a::before {
	display: none;
}

/*----------*/

.editor-styles-wrapper blockquote > *:first-child {
	margin-top: 0;
}
.editor-styles-wrapper blockquote > *:last-child {
	margin-bottom: 0;
}


.editor-styles-wrapper em {
	font-style: italic;
}
.editor-styles-wrapper s {
	text-decoration: line-through;
}
.editor-styles-wrapper .wp-block-preformatted {
	font-family: inherit;
	line-height: 1.5;
}

.editor-styles-wrapper .wp-block-buttons a {
	text-decoration: none;
}


/* メディアとテキスト ///
---------------------------------------------- */
.editor-styles-wrapper .wp-block-media-text {
	clear: both;
}
/* --- SMP --- */
@media (max-width: 719px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding-right: 0;
		padding-left: 0;
	}
}


/* 画像の回り込み(float) ///
---------------------------------------------- */

.editor-styles-wrapper .alignright, .editor-styles-wrapper .alignleft {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
.editor-styles-wrapper .alignright {
	margin-left: 1em;
	float: right;
}
.editor-styles-wrapper .alignleft {
	margin-right: 1em;
	float: left;
}
.editor-styles-wrapper .aligncenter {
	margin: 2.5em auto;
	display: block;
}
/* --- SMP --- */
@media (max-width: 719px) {
	.editor-styles-wrapper .alignright, .editor-styles-wrapper .alignleft {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		float: none;
	}
	.editor-styles-wrapper .aligncenter {
		margin: 1.8em auto;
	}
}

/* 説明付き画像 ///
---------------------------------------------- */

.editor-styles-wrapper .wp-caption img {
	margin: 0 !important;
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block !important;
}
.editor-styles-wrapper .wp-caption a {
  display: block;
}
.editor-styles-wrapper .wp-caption-dd,
.editor-styles-wrapper .wp-caption-text {
	margin: 0;
	padding-top: 0;
	background-color: #efefef;
	font-size: 14px;
	text-align: center;
}
/* --- SMP --- */
@media (max-width: 719px) {
	.editor-styles-wrapper .wp-caption {
		width: 100% !important;
	}
}
/* テキスト文字サイズ ///
---------------------------------------------- */

/* --- SMP --- */
@media (max-width: 719px) {
	.editor-styles-wrapper .has-medium-font-size {
		line-height: 1.5;
	}
}