﻿


/* ＝＝＝＝＝ 記事詳細ページ ＝＝＝＝＝ */

.single-post .article {
	background-color: #fff;
}

.single-post .article ul,
.single-post .article ol {
	list-style: inherit;
	padding-left: 1.3em;
}

.single-post .article ul {
	list-style-type: disc;
}

.single-post .article ol {
	list-style-type: decimal;
}

.single-post .article .entry-content a,
.single-post .article .entry-content a span {
	text-decoration: underline;
	color: #005db4;
	transition: all .1s;
}

.single-post .article .entry-content a:hover,
.single-post .article .entry-content a span:hover {
	opacity: .7;
}

.btn-pink, .btn-wrap.btn-wrap-pink > a {
	background-color: #e95295;
	border: 2px solid transparent;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	border-radius: 4px;
	line-height: normal;
	border: 2px solid transparent;
	position: relative;
}

.btn-m, .btn-wrap.btn-wrap-m > a {
	padding: 14px 45px;
	font-size: 16px;
}

.single-post .article .entry-content .btn {
	color: #fff !important;
	text-decoration: none !important;
	transition: all .2s ease;
}

.blogcard-wrap {
	text-decoration: none !important;
	color: #333 !important;
	transition: all .3s ease-in-out !important;
}

.single-post .article .entry-content table {
	width: 100% !important;
}

.single-post .article .entry-content tr,
.single-post .article .entry-content th,
.single-post .article .entry-content td {
	height: auto !important;
}

.single-post .article-header,
.single-post .article-footer {
	display: flex;
	flex-wrap: wrap;
}

.single-post .article-header .entry-title {
	order: 1;
	line-height: 1.5;
}

.single-post .article-header .date-tags {
	order: 2;
	width: 100%;
	line-height: 1;
	text-align: left;
}

.single-post .article-header .date-tags .post-date,
.single-post .article-header .date-tags .post-update {
	padding: 0;
	margin-right: 0;
	letter-spacing: .04em;
}

.single-post .article-header .date-tags > span:not(:last-of-type) {
	margin-right: 10px;
}

.single-post .article-header .eye-catch-wrap {
	order: 3;
	width: 100%;
	position: relative;
}

.single-post .article-header .eye-catch {
	margin-bottom: 0
}

.single-post .toc + .sns-share,
.single-post .widget-single-content-middle + .sns-share {
	margin-top: 0;
	margin-bottom: 0;
}

.single-post .article-footer .footer-author {
	margin-bottom: 0;
}

.single-post .article-footer .sns-share {
	order: 1;
	width: 100%;
	margin: 0 0;
}

.article .entry-content .widget-single-content-middle * {
	 margin: 0;
}

.single-post .article-footer .footer-meta {
	display: none;
}

.single-post .article-footer .footer-author {
	width: 100%;
	order: 2;
}

.single-post .article-footer .footer-author .author-box {
	border-right: none;
	border-left: none;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}

.single-post .article-footer .footer-author .main-widget-label {
	font-weight: bold;
}

.single-post .article-footer .footer-author .author-thumb {
	float: none;
	margin-top: 0;
	margin-right: 0;
}

.single-post .article-footer .footer-author .author-thumb img {
  object-fit: cover;
	height: 100%;
	border-radius: 50%;
}

.single-post .article-footer .footer-author .author-content {
	margin-left: 0;
}

.single-post .article-footer .footer-author .author-name p,
.single-post .article-footer .footer-author .author-description p {
	margin-top: 0;
	margin-bottom: 0;
}

.single-post .article-footer .footer-author .author-description p {
	line-height: inherit;
}

.single-post .article-footer .footer-author .author-description a {
	text-decoration: underline;
	color: #005db4;
	transition: all .1s;
}

.single-post .article-footer .footer-author .author-description a:hover {
	opacity: .7;
}

.single-post .article-footer .footer-author .author-more {
	display: inline-flex;
}

.single-post .article-footer .footer-author .author-more a {
	background-color: #eff3f6;
	border: 1px solid #dfe4e8;
	color: #005db4;
	letter-spacing: .06em;
	transition: all .1s;
}

.single-post .article-footer .footer-author .author-more a:hover {
	opacity: .7;
}

.single-post .article-footer .pager-post-navi {
	order: 4;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 0;
}

.single-post .pager-post-navi .pager-post-navi-link {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.single-post .pager-post-navi .next-post .pager-post-navi-link-top {
	text-align: right;
}

.single-post .pager-post-navi .pager-post-navi-link {
	transition: all .2s;
	padding-right: 0;
	padding-left: 0;
}

.single-post .pager-post-navi .pager-post-navi-link:hover {
	opacity: .7;
}

.single-post .pager-post-navi .pager-post-navi-link-top .iconfont {
	font-size: inherit;
	color: #005db4;
	padding: 0;
}

.single-post .pager-post-navi .prev-post .iconfont {
	padding-right: .4em;
}

.single-post .pager-post-navi .next-post .iconfont {
	padding-left: .4em;
}

.pager-post-navi-link-top,
.single-post .pager-post-navi-link-bottom {
	width: 100%;
}

.single-post .pager-post-navi-link-bottom {
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #ddd;
}

.single-post .pager-post-navi-link-bottom-thumb {
	min-width: auto !important;
	max-width: none !important;
}

.single-post .pager-post-navi .pager-post-navi-link .prev-post-title,
.single-post .pager-post-navi .pager-post-navi-link .next-post-title {
	font-weight: bold;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 3.0em; /* IE向け (標準値に行数を掛ける) */
}

.single-post .pager-post-navi .pager-post-navi-link .prev-post-title {
	margin-left: 0;
}

.single-post .pager-post-navi .pager-post-navi-link .next-post-title {
	margin-right: 0;
}

.single-post .related-entry-heading,
.single-post .comment-title {
	margin: 0;
}

.single-post .toc {
	width: 100%;
}

.single-post .article .entry-categories-tags,
.single-post .article .entry-categories {
	margin-bottom: 0;
}

.single-post .article .entry-categories {
	display: flex;
	flex-wrap: wrap;
}

.single-post .article .entry-categories .cat-link {
	background-color: #f2f3f7;
	transition: all .2s;
	color: #333;
	border: 1px solid #ccc;
	padding: 6px 14px;
	border-radius: 3px;
	letter-spacing: .06em;
}

.single-post .article .entry-categories .cat-link:last-of-type {
	margin-right: 0;
}

/* Edge (EdgeHTML) */
_:-ms-lang(x)::backdrop, .single-post .article .entry-categories .cat-link {
	padding: 7px 14px 5px;
}

/* Edge (Chromium) */
_:lang(x)::-ms-, .single-post .article .entry-categories .cat-link {
	padding: 7px 14px 5px;
}

.single-post .article .entry-categories .cat-link span {
	padding-right: .3em;
}

.single-post .sns-share .sns-share-buttons .share-button,
.single-post .sns-share .sns-share-buttons .share-button span {
	color: #fff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.single-post .sns-share .sns-share-buttons .share-button {
	margin-bottom: 0;
	height: 48px;
	width: 25%;
	width: calc(((100% - 30px)/4) - .01px);
	width: -webkit-calc(((100% - 30px)/4) - .01px);
	width: -moz-calc(((100% - 30px)/4) - .01px);
	margin-right: 10px;
}

.single-post .sns-share-buttons .share-button:nth-of-type(4n) {
	margin-right: 0;
}

.toc {
	font-size: inherit;
}

.bb-tab {
	margin-right: 0;
	margin-left: 0;
}

.widget-single-content-middle img {
	width: 100%;
}

.single-post .blogcard-wrap {
	width: 100%;
	margin-bottom: 0;
}

.single-post .blogcard-favicon {
	display: flex;
	align-items: center;
}


@media (max-width: 374px) {

	.sns-share.ss-high-and-low-lc a .social-icon.button-caption,
	.sns-share.ss-high-and-low-cl a .social-icon.button-caption,
	.sns-share.ss-high-and-low-lc a .button-caption.button-caption,
	.sns-share.ss-high-and-low-cl a .button-caption.button-caption {
		font-size: 10px;
	}

}


@media (max-width: 480px) {

	.entry-title {
		padding: 0;
	}

}


@media (max-width: 767px) {

	.single-post .article,
	.single-post .article {
		padding: 20px 10px;
	}

	.single-post .article {
		border-radius: 3px;
	}

	.single-post .article .entry-content,
	.single-post .article .entry-content span,
	.block-editor-block-list__layout,
	.block-editor-block-list__layout span {
		font-size: 16px;
		line-height: 1.8;
	}

	.single-post .article .entry-content {
		margin: 20px 0;
	}

	.single-post .article .entry-content > p:last-of-type {
		margin-bottom: 20px;
	}

	.single-post .article-header .entry-title {
		margin: 6px 0 0;
		font-size: 19px;
		letter-spacing: .06em;
		line-height: 1.4;
	}

	.single-post .article-header .date-tags {
		margin: 12px 0 0;
	}

	.single-post .article .entry-categories .cat-link {
		margin-bottom: 10px;
	}

	.single-post .article .entry-categories .cat-link:not(:last-of-type) {
		margin-right: 10px;
	}

	.single-post .article-header .eye-catch-wrap {
		margin-top: 20px;
	}

	.single-post .article-header .eye-catch-image {
		border-radius: 3px;
	}

	.single-post .toc,
	.article .entry-content .widget-single-content-middle {
		margin-bottom: 20px;
	}
	
	.article .entry-content .widget-single-content-middle img {
		border-radius: 3px;
	}

	.single-post .pager-post-navi .pager-post-navi-link {
		width: 50%;
		width: calc(((100% - 10px)/2) - .01px);
		width: -webkit-calc(((100% - 10px)/2) - .01px);
		width: -moz-calc(((100% - 10px)/2) - .01px);
		margin-top: 20px;
		margin-right: 10px;
	}

	.single-post .pager-post-navi .pager-post-navi-link:nth-of-type(2n) {
		margin-right: 0;
	}

	.single-post .pager-post-navi .pager-post-navi-link-top,
	.single-post .pager-post-navi .pager-post-navi-link .prev-post-title,
	.single-post .pager-post-navi .pager-post-navi-link .next-post-title {
		font-size: 14px;
	}

	.single-post .pager-post-navi .pager-post-navi-link-top {
		letter-spacing: .04em;
	}

	.single-post .pager-post-navi-link-bottom {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		border-radius: 3px;
		box-shadow: 0 1px 6px rgb(0 0 0 / 6%);
		margin-top: 10px;
	}

	.single-post .pager-post-navi-link-bottom-thumb,
	.single-post .pager-post-navi-link-bottom-txt {
		width: 100%;
	}

	.single-post .pager-post-navi-link-bottom-thumb img {
		border-radius: 2px 2px 0 0;
	}

	.single-post .pager-post-navi-link-bottom-txt {
		padding: 10px;
		line-height: 1.5;
		letter-spacing: .04em;
	}

	.single-post .article-footer .footer-author {
		margin-top: 20px;
	}

	.single-post .article-footer .footer-author .author-box {
		line-height: 1.6;
		padding: 20px 0;
	}

	.single-post .article-footer .footer-author .main-widget-label {
		padding-bottom: 6px;
		font-size: 14px;
	}

	.single-post .article-footer .footer-author .author-thumb {
		width: 70px;
		height: 70px;
	}

	.single-post .article-footer .footer-author .author-content {
		width: calc(100% - 70px);
		padding-left: 12px;
	}

	.single-post .article-footer .footer-author .author-name {
		margin-bottom: 10px;
		font-size: 13px;
	}

	.single-post .article-footer .footer-author .author-description {
		font-size: 12px;
	}

	.single-post .article-footer .footer-author .author-description {
		margin-bottom: 14px;
	}

	.single-post .article-footer .footer-author .author-more {
		width: 100%;
	}

	.single-post .article-footer .footer-author .author-more a {
		width: 100%;
		border-radius: 30px;
		padding: 8px 20px;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
	}

	.single-post .article-footer .footer-author .author-more a i {
		padding-left: .8em;
	}














	.single-post .under-entry-content {
		margin-top: 30px;
	}

	h2 span[id^="toc"] {
		padding-top: 28px; /* 目次のリンク先位置を調整 */
	}

	h3 span[id^="toc"] {
		padding-top: 35px; /* 目次のリンク先位置を調整 */
	}

	.single-post .blogcard {
		padding: 10px;
	}

}


@media (min-width: 768px) {

	.single-post .article {
		border-radius: 4px;
		box-shadow: 0 1px 6px rgb(0 0 0 / 6%);
	}

	.single-post .article .entry-content,
	.single-post .article .entry-content span,
	.block-editor-block-list__layout,
	.block-editor-block-list__layout span {
		font-size: 16px;
	}

	.single-post .article-header .entry-title {
		margin: 12px 0 0;
	}

	.single-post .article-header .date-tags {
		margin: 18px 0 0;
	}

	.single-post .article .entry-categories .cat-link {
		margin-bottom: 20px;
	}

	.single-post .article .entry-categories .cat-link:not(:last-of-type) {
		margin-right: 20px;
	}

	.single-post .article-header .eye-catch-wrap {
		margin-top: 30px;
	}

	.single-post .article-header .eye-catch-image {
		border-radius: 6px;
	}

	.single-post .toc,
	.article .entry-content .widget-single-content-middle {
		margin-bottom: 30px;
	}
	
	.article .entry-content .widget-single-content-middle img {
		border-radius: 4px;
	}

	.single-post .pager-post-navi .pager-post-navi-link {
		width: 50%;
		width: calc(((100% - 30px)/2) - .01px);
		width: -webkit-calc(((100% - 30px)/2) - .01px);
		width: -moz-calc(((100% - 30px)/2) - .01px);
		margin-top: 30px;
		margin-right: 30px;
	}

	.single-post .pager-post-navi .pager-post-navi-link:nth-of-type(2n) {
		margin-right: 0;
	}

	.single-post .pager-post-navi .pager-post-navi-link-top,
	.single-post .pager-post-navi .pager-post-navi-link .prev-post-title,
	.single-post .pager-post-navi .pager-post-navi-link .next-post-title {
		font-size: 13px;
	}

	.single-post .pager-post-navi .pager-post-navi-link-top {
		letter-spacing: .04em;
	}

	.single-post .pager-post-navi-link-bottom {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 74px;
		border-radius: 4px;
		box-shadow: 0 1px 6px rgb(0 0 0 / 6%);
		margin-top: 10px;
	}

	.single-post .pager-post-navi-link-bottom-thumb {
		width: 130px;
	}

	.single-post .pager-post-navi-link-bottom-thumb img {
		border-radius: 4px 0 0 4px;
	}

	.single-post .pager-post-navi-link-bottom-txt {
		width: calc(100% - 130px);
		padding: 12px 16px;
		line-height: 1.5;
		letter-spacing: .04em;
	}

	.single-post .article-footer .footer-author {
		margin-top: 30px;
	}

	.single-post .under-entry-content {
		margin-top: 40px;
	}

	.single-post .blogcard {
		padding: 15px;
	}

}


@media (min-width: 768px) and (max-width: 1023px) {

	.single-post .article {
		padding: 30px 20px;
	}

	.single-post .article .entry-content {
		margin: 30px 0;
	}

	.single-post .article .entry-content > p:last-of-type {
		margin-bottom: 30px;
	}

	.single-post .article-header .entry-title {
		font-size: 24px;
		letter-spacing: .06em;
	}

	h2 span[id^="toc"] {
		padding-top: 35px; /* 目次のリンク先位置を調整 */
	}

	h3 span[id^="toc"] {
		padding-top: 37px; /* 目次のリンク先位置を調整 */
	}

	.single-post .article-footer .footer-author .author-box {
		line-height: 1.6;
	}

	.single-post .article-footer .footer-author .author-box {
		padding: 20px 0;
	}

	.single-post .article-footer .footer-author .main-widget-label {
		padding-bottom: 8px;
		font-size: 16px;
	}

	.single-post .article-footer .footer-author .author-thumb {
		width: 90px;
		height: 90px;
	}

	.single-post .article-footer .footer-author .author-content {
		width: calc(100% - 90px);
		padding-left: 20px;
	}

	.single-post .article-footer .footer-author .author-name,
	.single-post .article-footer .footer-author .author-description {
		font-size: 15px;
	}

	.single-post .article-footer .footer-author .author-name {
		margin-bottom: 10px;
	}

	.single-post .article-footer .footer-author .author-description {
		margin-bottom: 10px;
	}

	.single-post .article-footer .footer-author .author-more a {
		border-radius: 30px;
		padding: 8px 20px;
		font-size: 12px;
	}

	.single-post .article-footer .footer-author .author-more a i {
		padding-left: .8em;
	}

}


@media (min-width: 1024px) {

	.single-post .article .entry-content {
		margin: 40px 0;
	}

	.single-post .article .entry-content > p:last-of-type {
		margin-bottom: 40px;
	}

	.single-post .article-header .entry-title {
		font-size: 28px;
		letter-spacing: .08em;
	}

	h2 span[id^="toc"] {
		padding-top: 1.7em; /* 目次の遷移先を位置調整 (数値変更で調整可能) */
		vertical-align: 2px;
	}

	h3 span[id^="toc"] {
		padding-top: 2.1em; /* 目次の遷移先を位置調整 (数値変更で調整可能) */
		vertical-align: 0;
	}

	.single-post .article-footer .footer-author .author-box {
		line-height: 1.6;
		padding: 20px 0;
	}

	.single-post .article-footer .footer-author .main-widget-label {
		padding-bottom: 8px;
		font-size: 16px;
	}

	.single-post .article-footer .footer-author .author-thumb {
		width: 90px;
		height: 90px;
	}

	.single-post .article-footer .footer-author .author-content {
		width: calc(100% - 90px);
		padding-left: 20px;
	}

	.single-post .article-footer .footer-author .author-name,
	.single-post .article-footer .footer-author .author-description {
		font-size: 15px;
	}

	.single-post .article-footer .footer-author .author-name {
		margin-bottom: 10px;
	}

	.single-post .article-footer .footer-author .author-description {
		margin-bottom: 10px;
	}

	.single-post .article-footer .footer-author .author-more a {
		border-radius: 30px;
		padding: 8px 20px 9px;
		font-size: 12px;
	}

	/* Edge (EdgeHTML) */
	_:-ms-lang(x)::backdrop, .single-post .article-footer .footer-author .author-more a {
		padding: 8px 20px 7px;
	}

	/* Edge (Chromium) */
	_:lang(x)::-ms-, .single-post .article-footer .footer-author .author-more a {
		padding: 8px 20px 7px;
	}

	.single-post .article-footer .footer-author .author-more a i {
		padding-left: .8em;
	}

}


@media (min-width: 1024px) and (max-width: 1335px) {

	.single-post .article {
		padding: 40px 30px;
	}

}


@media (min-width: 1336px) {

	.single-post .article {
		padding: 40px;
	}

}




/* ＝＝＝＝＝ 目次 ＝＝＝＝＝ */

.toc {
	background-color: #fff;
}

.toc a {
	text-decoration: underline;
	color: #005db4;
	transition: all .1s;
}

.toc-title {
	text-align: left;
	font-weight: bold;
	padding: 0;
}

.toc-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
	font-weight: bold;
}

.toc-title::after {
	text-decoration: underline;
	font-weight: normal;
}

.toc-checkbox:checked~.toc-content {
	border-top: 1px solid #ccc;
}

#toc .toc-list,
#toc .toc-list ol {
	list-style-position: inside;
}

#toc ol {
	list-style: none;
	counter-reset: toc;
}

#toc ol a:hover {
	opacity: .7;
}

.toc .toc-list li {
	margin: 0;
}

#toc .toc-list li:before {
	counter-increment: toc; /* 任意の名称 */
}

#toc .toc-list > li:before {
	display: inline-block;
	content: counter(toc); /* 名称を付けたカウンターを出力 */
	background-color: #333;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	text-indent: 0;
}

#toc .toc-list ol > li:before {
	content: counters(toc,"."); /* 名称を付けたカウンターを出力 */
	background-color: #fff;
	border: 1px solid #333;
	letter-spacing: 0;
}


@media (max-width: 767px) {

	.toc {
		padding: 15px 15px;
		border: 2px solid #dae4eb;
		border-radius: 5px;
		letter-spacing: 0;
		line-height: 1.7;
	}

	.toc-title {
		font-size: 16px;
		line-height: 1.8;
	}

	.toc-title::before {
		margin-right: .6em;
	}

	.toc-title::after {
		margin-left: .5em;
		font-size: .8em;
	}

	.toc-checkbox:checked~.toc-content {
		padding-top: 15px;
		margin-top: 15px;
	}

	#toc .toc-list,
	#toc .toc-list ol {
		padding-left: 2.1em;
	}

	#toc .toc-list {
		padding-left: 0;
	}

	.toc .toc-list > li {
		padding-left: 2em;
		text-indent: -1.92em;
	}

	#toc .toc-list > li:before {
		font-size: 9px;
		width: 2.1em;
		height: 2.1em;
		border-radius: 50%;
		padding: .278em 0 0 0;
		vertical-align: .06em;
		margin-right: 8px;
	}

	.toc .toc-list > li:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.toc .toc-list ol li {
		margin-top: 10px;
		padding-left: .5em;
		text-indent: -2.62em;
	}

	.toc .toc-list li:nth-child(n+10) ol li {
		padding-left: 1.1em;
    text-indent: -3.14em;
	}

	#toc .toc-list ol > li:before {
		padding: 4px 5px;
		border-radius: 2px;
		margin-right: 8px;
		font-size: 11px;
	}

	.toc ol a {
		font-size: 13px;
	}

}


@media (min-width: 768px) and (max-width: 1023px) {

	.toc {
		padding: 20px 20px;
		border: 4px solid #dae4eb;
		border-radius: 6px;
		letter-spacing: .06em;
	}

	.toc-title {
		font-size: 20px;
	}

	.toc-title::before {
		margin-right: .6em;
	}

	.toc-title::after {
		margin-left: .5em;
		font-size: .8em;
	}

	.toc-checkbox:checked~.toc-content {
		padding-top: 20px;
		margin-top: 20px;
	}

	#toc .toc-list,
	#toc .toc-list ol {
		padding-left: 2.1em;
	}

	#toc .toc-list {
		padding-left: 0;
	}

	.toc .toc-list > li {
		padding-left: 2em;
		text-indent: -2.1em;
	}

	#toc .toc-list > li:before {
		font-size: 12px;
		width: 2.0em;
		height: 2.0em;
		border-radius: 50%;
		padding: .17em 0 0 0;
		vertical-align: .08em;
		margin-right: 10px;
	}

	.toc .toc-list > li:not(:last-of-type) {
		margin-bottom: 12px;
	}

	.toc .toc-list ol li {
		margin-top: 12px;
		padding-left: .8em;
		text-indent: -2.84em;
	}

	.toc .toc-list li:nth-child(n+10) ol li {
		padding-left: 1.4em;
    text-indent: -3.4em;
	}

	#toc .toc-list ol > li:before {
		padding: 5px 6px;
		border-radius: 3px;
		margin-right: 10px;
		font-size: 14px;
	}

}


@media (min-width: 1024px) {

	.toc {
		padding: 22px 30px;
		border: 4px solid #dae4eb;
		border-radius: 6px;
		letter-spacing: .06em;
	}

	.toc-title {
		font-size: 20px;
	}

	.toc-title::before {
		margin-right: .6em;
	}

	.toc-title::after {
		margin-left: .5em;
		font-size: .8em;
	}

	.toc-checkbox:checked~.toc-content {
		padding-top: 20px;
		margin-top: 20px;
	}

	#toc .toc-list,
	#toc .toc-list ol {
		padding-left: 2.1em;
	}

	#toc .toc-list {
		padding-left: 0;
	}

	.toc .toc-list > li {
		padding-left: 2em;
		text-indent: -2.1em;
	}

	#toc .toc-list > li:before {
		font-size: 12px;
		width: 2.0em;
		height: 2.0em;
		border-radius: 50%;
		padding: .17em 0 0 0;
		vertical-align: .08em;
		margin-right: 10px;
	}

	.toc .toc-list > li:not(:last-of-type) {
		margin-bottom: 12px;
	}

	.toc .toc-list ol li {
		margin-top: 12px;
		padding-left: .8em;
		text-indent: -2.84em;
	}

	.toc .toc-list li:nth-child(n+10) ol li {
		padding-left: 1.4em;
    text-indent: -3.4em;
	}

	#toc .toc-list ol > li:before {
		padding: 5px 6px;
		border-radius: 3px;
		margin-right: 10px;
		font-size: 14px;
	}

}




/* ＝＝＝＝＝ 表 ＝＝＝＝＝ */

.article th,
.article td {
	border: 1px solid #ccc;
}

.article th {
	background-color: #f2f2f2;
}

.article th p:last-of-type,
.article td p:last-of-type {
	margin-bottom: 0;
}

.article td {
	background-color: #fff;
}


@media (max-width: 767px) {

	.article th,
	.article td {
		padding: 10px 15px;
	}

	.article th,
	.article td,
	.article th span,
	.article td span {
		font-size: 14px !important;
	}

}


@media (min-width: 768px) and (max-width: 1023px) {

	.article th,
	.article td,
	.article th span,
	.article td span {
		font-size: 14px !important;
	}

	.article th,
	.article td {
		padding: 10px 15px;
	}

}


@media (min-width: 1024px) {

	.article th,
	.article td,
	.article th span,
	.article td span {
		font-size: 14px !important;
	}

	.article th,
	.article td {
		padding: 10px 15px;
	}

}