@charset "UTF-8";
/*------------------------------------------------------ 記事内で使う装飾 --*/
article * {
	line-height: 2.2;
	font-size: inherit;
}
/*-- 動画埋め込み --*/
article .wp-block-embed {
	max-width: 670px;
	margin: 0 auto 40px !important;
}
@media (max-width:750px) {
	article .wp-block-embed {
		margin: 0 20px 40px !important;
		width: auto;
		max-width: 100%;
	}
}
article .wp-block-embed .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	text-align: center;
}
article .wp-block-embed iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
article .wp-block-embed figcaption {
	text-align: center;
}
/*youtube 埋め込み*/
article .wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 10px 0;
}
article .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*-- リスト --*/
article ol,
article ul {
	padding: 0 0 0 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*article ol{
	list-style: decimal;
}
article ul{
	list-style: disc;
}*/
@media (max-width:750px) {
	article ol,
	article ul {
		padding: 0 0 0 16px;
	}
}
article ol li,
article ul li {
	font-size: 16px;
	color: #3A90C6;
}
@media (max-width:750px) {
	article ol li,
	article ul li {
		line-height: 1.4;
	}
}
article ol li *,
article ul li * {
	font-size: inherit;
}
/*-- 表（table） --*/
article > table,
article > figure.wp-block-table {
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
article > table,
article > figure.wp-block-table {
	width: calc(100% - 40px) !important;
}
@media (max-width:750px) {
	article > table,
	article > figure.wp-block-table {
		display: block;
		height: auto !important;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	article > table::-webkit-scrollbar,
	article > figure.wp-block-table::-webkit-scrollbar {
		height: 7px;
	}
	article > table::-webkit-scrollbar-track,
	article > figure.wp-block-table::-webkit-scrollbar-track {
		border-radius: 10px;
		box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	}
	article > table::-webkit-scrollbar-thumb,
	article > figure.wp-block-table::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 50, .5);
		border-radius: 10px;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
	}
}
@media (max-width:750px) {
	article > table tbody {
		width: 100%;
	}
}
article table tr th,
article table tr td {
	padding: 10px;
	border: solid 1px #000;
	box-sizing: border-box;
	line-height: 1.4rem;
}
article table thead tr th {
	color: #FFFFFF;
	background: #000000;
	border-right-color: #FFFFFF;
}
article table tr th:last-child {
	border-right-color: #000000;
}
article table tbody tr th {
	color: #FFFFFF;
	background: #e50012;
}
/*-- 画像 --*/
article figure.wp-block-image {
	text-align: center;
}
/*-- 引用（blockquote） --*/
article blockquote {
	/* font-style: italic;
	padding: 45px 20px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 0; */
	position: relative;
	padding: 0px 10px 5px 40px;
	box-sizing: border-box;
	font-style: bold;
	color: #2B2B2B;
	background: #f0f7ff;
	border-top: solid 3px #a5d7ff;
}
/* article blockquote:before,
article blockquote:after {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
	display: block;
	font-size: 115px;
	color: #FFFFFF;
	position: absolute;
	z-index: -1;
} */
article blockquote:before {
	/* content: "“";
	top: 50px;
	left: 0px; */
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 30px;
	text-align: center;
	content: "\f10d";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	background: #a5d7ff;
	font-weight: 900;
}
/* article blockquote:after {
	content: "”";
	bottom: -10px;
	right: 35px;
} */
@media (max-width:480px) {
	article blockquote {
		padding: 20px 20px 10px;
	}
	/* article blockquote:before,
	article blockquote:after {
		font-size: 60px;
	}
	article blockquote:before {
		top: 25px;
		left: 0px;
	}
	article blockquote:after {
		bottom: -7px;
		right: 20px;
	} */
	article blockquote p {
		margin-bottom: 10px;
	}
}
article blockquote p {
	position: relative;
	padding: 0;
	margin: 10px 0;
	z-index: 3;
	line-height: 1.7;
}
article blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
/*-- iframe --*/
article iframe {
	width: 100%;
}
/*-- リンクテキスト --*/
article a {
	color: #e50012;
}
/*-- テキスト --*/
article p {
	margin-bottom: 16px;
}
/*-- 見出し --*/
article h2 {
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 8px 16px;
	margin: 80px 0 40px;
	position: relative;
}
article h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: #ef5182;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #487be3 0%, #4facfe 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5182', endColorstr='#ed9c4c', GradientType=1);
	/* IE6-9 */
}
@media (max-width:750px) {
	article h2 {
		font-size: 20px;
		padding: 0 0 5px 0;
		margin: 40px 0 16px;
	}
	article h2:after {
		height: 5px;
	}
}
article h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding: 14px 14px 14px 22px;
	margin: 30px 0 32px;
	position: relative;
}
article h3:before,
article h3:after {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgb(237, 156, 76);
	background: linear-gradient(0deg, rgba(237, 156, 76, 1) 0%, rgba(239, 81, 130, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed9c4c", endColorstr="#ef5182", GradientType=1);
}
article h3:before {
	left: 0;
}
article h3:after {
	left: 8px;
}
@media (max-width:750px) {
	article h3 {
		font-size: 18px;
		line-height: 1.4;
		padding: 8px 8px 8px 14px;
		margin: 16px 0;
	}
	article h3:before,
	article h3:after {
		width: 2px;
	}
	article h3:after {
		left: 4px;
	}
}
article h4 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 22px;
	position: relative;
}
article h4:after {
	content: "";
	display: block;
	width: 16px;
	height: 18px;
	position: absolute;
	top: 7px;
	left: 0;
	background: rgb(237, 156, 76);
	background: linear-gradient(0deg, rgba(237, 156, 76, 1) 0%, rgba(239, 81, 130, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed9c4c", endColorstr="#ef5182", GradientType=1);
}
article h2 *,
article h3 *,
article h4 *,
article h5 * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
article :last-child {
	margin-bottom: 0;
}
/*-- マーカー --*/
article mark {
	background: linear-gradient(transparent 75%, #FDDD56 0%);
}
/*-- 強調 --*/
article strong,
article strong * {
	font-weight: bold;
}
/*------------------------------------------------------ 目次 --*/
/* オリジナル */
#ez-toc-container ul {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0 0 10px 0;
}
#ez-toc-container ul li {
	list-style: decimal !important;
}
/* TOC */
#ez-toc-container {
	width: 100%;
	margin: 20px auto 30px;
	background-color: rgba(44, 153, 181, .04);
	border: 3px solid rgba(64, 105, 144, .2);
	border-radius: 3px;
	box-sizing: border-box;
	padding: 40px;
	display: table;
	min-width: 68%;
	position: relative;
}
@media (max-width: 750px) {
	#ez-toc-container {
		padding: 20px;
		min-width: auto;
		width: 100% !important;
	}
}
#ez-toc-container ul.ez-toc-list {
	padding: 16px 0 0;
	margin: 0;
}
/* テーマによるリストの装飾を一旦無効化 */
#ez-toc-container ul.ez-toc-list li::before {
	content: none;
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	background: none;
	box-shadow: none;
}
/* 目次の見出しタイトル */
#ez-toc-container .ez-toc-title {
	text-align: center;
	font-weight: bold;
	font-size: 118%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
/* 見出しタイトル左のアイコン */
#ez-toc-container .ez-toc-title::before {
	position: relative;
	font-size: 25px;
	content: "\2254";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	margin-right: 8px;
	border-radius: 50%;
	vertical-align: baseline;
	speak: none;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	background-color: #5f7b96;
}
/* 表示／非表示トグル */
#ez-toc-container .ez-toc-title-container {
	display: flex;
	justify-content: space-between;
}
#ez-toc-container .ez-toc-title-toggle {
	cursor: pointer;
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
}
#ez-toc-container .ez-toc-toggle {
	display: block !important;
	width: 100%;
	height: 100%;
}
#ez-toc-container .ez-toc-title-toggle::before,
#ez-toc-container .ez-toc-toggle::before,
#ez-toc-container .ez-toc-toggle::after {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	background-color: #1A1A1A;
	border-radius: 100px;
	position: absolute;
	left: 50%;
}
#ez-toc-container .ez-toc-title-toggle::before {
	top: 50%;
	transform: translate(-50%, -50%);
}
#ez-toc-container .ez-toc-toggle::before {
	top: 30%;
	transform: translate(-50%, -50%);
}
#ez-toc-container .ez-toc-toggle::after {
	top: 70%;
	transform: translate(-50%, -50%);
}
#ez-toc-container .ez-toc-toggle a {
	font-size: 13px;
	font-weight: normal;
	padding: 2px 4px;
}
/* 目次エリア */
#ez-toc-container p.ez-toc-title + ul.ez-toc-list {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width:750px) {
	#ez-toc-container p.ez-toc-title + ul.ez-toc-list {
		padding: 20px 0 0;
	}
}
/* 目次のリストの共通スタイル */
#ez-toc-container ul.ez-toc-list li {
	padding: 0;
	margin: 0 0 0 1.4em;
}
/* 目次のリンク */
#ez-toc-container ul.ez-toc-list li a {
	position: relative;
	font-size: 94%;
	font-weight: normal;
	text-decoration: none;
	/* display: inline-block; */
	padding: 0;
	margin: 0;
	transition: all .3s ease;
}
/* 目次のリンクカラー */
#ez-toc-container ul.ez-toc-list a,
#ez-toc-container ul.ez-toc-list a:visited {
	color: #5f7b96;
}
/* マウスオーバー時 */
#ez-toc-container ul.ez-toc-list a:hover {
	opacity: .88;
	text-decoration: none;
}
/* 親の目次 */
#ez-toc-container ul.ez-toc-list > li > a {
	font-size: 104%;
	font-weight: bold;
	margin-left: 5px;
}
/* 子の目次 */
#ez-toc-container ul.ez-toc-list > li > ul {
	margin-left: 10px;
}
/* 番号振り用のスタイル */
#toc_container .toc_number {
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	font-family: 'Avenir Next', 'Helvetica Neue', Arial, 'Meiryo', 'Yu Gothic', san-serif;
	font-weight: 400;
	color: #fff;
	background-color: rgba(125, 157, 188, 0.52);
}
/* 親の目次の番号 */
#toc_container .toc_number.toc_depth_1 {
	position: absolute;
	top: 0;
	left: -40px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
}
/* 子の目次の番号 */
#toc_container .toc_number:not(.toc_depth_1) {
	border-radius: 15px;
	line-height: 30px;
	padding: 0 5.43px;
}
