@charset "utf-8";

/*---------------------------------------------------------------------------------------------
  Gutenberg ブロックエディター投稿 — PC (#dtlBox)
---------------------------------------------------------------------------------------------*/
#dtlBox {
	width: auto;
	overflow: hidden;
	*zoom: 1;
}
#dtlBox .dtlCtsTitBox {
	margin: 0 0 10px;
	border-bottom: 1px solid #CCCCCC;
}
#dtlBox .dtlCtsTitBox h2 {
	padding: 7px;
	font-size: 131%;
	font-weight: bold;
}
#dtlBox .contentPh {
	margin: 0 0 10px;
	text-align: center;
}
#dtlBox .contentPh img {
	max-width: 100%;
	height: auto;
}
#dtlBox .commentBox {
	margin: 0 0 20px;
}

/* --- ブロック共通テキスト --- */
#dtlBox .commentBox p {
	line-height: 1.8;
	margin: 0 0 1.2em;
	font-size: 115%;
}
#dtlBox .commentBox h2 {
	padding: 10px 0;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 15px;
	border-bottom: 1px solid #CCCCCC;
}
#dtlBox .commentBox h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 0.5em;
}
#dtlBox .commentBox h4,
#dtlBox .commentBox h5,
#dtlBox .commentBox h6 {
	font-weight: bold;
	margin: 0.8em 0 0.4em;
}
#dtlBox .commentBox ul,
#dtlBox .commentBox ol {
	margin: 0 0 1.2em 1.5em;
	line-height: 1.8;
	font-size: 16px;
}
#dtlBox .commentBox ul {
	list-style: disc;
}
#dtlBox .commentBox ol {
	list-style: decimal;
}

/* --- 画像ブロック --- */
#dtlBox .commentBox figure.wp-block-image {
	margin: 0 0 20px;
	text-align: center;
}
#dtlBox .commentBox figure.wp-block-image img {
	max-width: 100%;
	height: auto;
}

/* --- 引用ブロック --- */
#dtlBox .commentBox .wp-block-quote {
	border-left: 4px solid #CCCCCC;
	margin: 0 0 20px;
	padding: 10px 20px;
	color: #555555;
	font-style: italic;
}

/* --- 埋め込みブロック (YouTube等) --- */
#dtlBox .commentBox .wp-block-embed {
	margin: 0 0 20px;
}
#dtlBox .commentBox .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#dtlBox .commentBox .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --- キーワード --- */
#dtlBox .keywordBox {
	margin: 0 0 10px;
	border-bottom: 1px solid #CCCCCC;
}
#dtlBox .keywordBox ul {
	overflow: hidden;
	margin: 0 0 10px;
}
#dtlBox .keywordBox ul li a {
	position: relative;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px 8px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 108%;
	font-weight: normal;
	text-decoration: none;
}
#dtlBox .keywordBox ul li a:hover {
	background: #F3F3F3;
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------
  Gutenberg ブロックエディター投稿 — SP (#spDtlBox)
---------------------------------------------------------------------------------------------*/
#spDtlBox {
	margin: 0 auto;
}
#spDtlBox .cmnTit {
	margin: 0 0 15px;
}
#spDtlBox .contentPh {
	margin: 0 auto 10px;
	text-align: center;
}
#spDtlBox .contentPh img {
	max-width: 100%;
	height: auto;
}
#spDtlBox .commentBox {
	width: 95%;
	margin: 0 auto 20px;
}

/* --- ブロック共通テキスト --- */
#spDtlBox .commentBox p {
	line-height: 1.8;
	margin: 0 0 1.2em;
	font-size: 15px;
}
#spDtlBox .commentBox h2 {
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: 1px solid #CCCCCC;
}
#spDtlBox .commentBox h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0.8em 0 0.4em;
}
#spDtlBox .commentBox h4,
#spDtlBox .commentBox h5,
#spDtlBox .commentBox h6 {
	font-weight: bold;
	margin: 0.6em 0 0.3em;
}
#spDtlBox .commentBox ul,
#spDtlBox .commentBox ol {
	margin: 0 0 1.2em 1.5em;
	line-height: 1.8;
	font-size: 15px;
}
#spDtlBox .commentBox ul {
	list-style: disc;
}
#spDtlBox .commentBox ol {
	list-style: decimal;
}

/* --- 画像ブロック --- */
#spDtlBox .commentBox figure.wp-block-image {
	margin: 0 0 15px;
	text-align: center;
}
#spDtlBox .commentBox figure.wp-block-image img {
	max-width: 100%;
	height: auto;
}

/* --- 引用ブロック --- */
#spDtlBox .commentBox .wp-block-quote {
	border-left: 4px solid #CCCCCC;
	margin: 0 0 15px;
	padding: 8px 15px;
	color: #555555;
	font-style: italic;
}

/* --- 埋め込みブロック (YouTube等) --- */
#spDtlBox .commentBox .wp-block-embed {
	margin: 0 0 15px;
}
#spDtlBox .commentBox .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#spDtlBox .commentBox .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --- キーワード --- */
#spDtlBox .keywordBox {
	width: 95%;
	margin: 0 auto 20px;
}
#spDtlBox .keywordBox ul {
	overflow: hidden;
	margin: 0 0 10px;
}
#spDtlBox .keywordBox ul li a {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px 8px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 108%;
	font-weight: normal;
	text-decoration: none;
}
