

/*------------------------------------
 コラム専用
------------------------------------ */
.columntop .wrapper,
.postpage .wrapper {
	margin: 20px;
}
@media only screen and (max-width:640px) {
	.columntop .wrapper,
	.postpage .wrapper {
		margin: 20px 3%;
	}
}

/*------------------------------------
 コラム一覧
------------------------------------ */
.columntop .columntop-heading {
	background-color: #d7c2a5;
	width: 100%;
	height: 10rem;
	line-height: 10rem;
	text-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 2rem;
}
.columntop .columntop-heading-icon {
	height: 5rem;
	margin-right: 1rem;
}

.columntop .post-list {
}

.columntop .post-list-wrapper {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 20px;
}
.columntop .post-list-thumb{
	width: 25%;
	/*margin-right: 20px;*/
}
.columntop .post-list-text {
	width: 70%;
}
.columntop .post-list-text .title {
	font-size: 1.2rem;
	font-weight: bold;
}
@media only screen and (max-width:640px) {
	.columntop .columntop-heading {
		font-size: 1.7rem;
	}
	.columntop .columntop-heading-icon {
		height: 4rem;
	}
	.columntop .post-list-wrapper {
		justify-content: center;
		flex-wrap: wrap;
	}
	.columntop .post-list-thumb {
		width: 90%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.columntop .post-list-text {
		width: 100%;
	}
}

/*------------------------------------
 コラム 各ポスト内
------------------------------------ */
.postpage .post-heading {
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
}
.postpage .post-main-img {
	width: 75%;
	margin: 20px auto 40px;
}
@media only screen and (max-width:640px) {
	.postpage .post-heading {
		font-size: 1.4rem;
	}
	.postpage .post-main-img {
		width: 90%;
	}
}


.postcontent h2 {
	margin: 60px 0 30px !important;
	background-color: #e3d3bd;
}

.postcontent h3 {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 40px 0 20px;
	border-bottom: 2px solid #e3d3bd;
	position: relative;
	padding: 10px 0 10px 15px;
}
.postcontent h3::before {
	content: "";
	background-color: #e3d3bd;
	position: absolute;
	left: 0px;
	top: 0%;
	width: 6px;
	height: 100%;
}
.postcontent h4 {
	border-bottom: 2px dotted #e5d5bd;
	margin: 30px 0 20px;
	font-weight: bold;
}
.postcontent strong {
	color: #a80105;
/*	background: linear-gradient(transparent 0.8em, #f3d7c9 0, #f3d7c9 1.3em, transparent 0);*/
}

@media only screen and (max-width:640px) {
	.postcontent h3 {
		font-size: 1.1rem;
	}
}

.postcontent p {
	margin-bottom: 1rem;
}
.postcontent table {
	width: 95%;
	margin: 20px auto;
}
.postcontent table th,
.postcontent table td {
	padding: 10px 20px;
}
.postcontent table th {
	font-weight: bold;
	background-color: #fdfaf6;
	border-top: 2px solid #ece1d4;
	border-bottom: 2px solid #ece1d4;
}
.postcontent table td {
	border-bottom: 1px solid #f1e6d8;
	background-color: #fff;
}
.postcontent table td strong {
	font-weight: normal;
}
@media only screen and (max-width:640px) {
	.postcontent table {
		width: 100%;
	}
	.postcontent table th,
	.postcontent table td {
		padding: 10px 5px;
	}
}
.postcontent ul li {
	margin-bottom: 10px;
}
.postcontent ul li:before {
	display: inline-block;
	content: "●";
	color: #946724;
	padding-right: 0.3rem;
}
.postcontent ol {
	list-style-type: decimal;
}
.postcontent ol li {
	margin-bottom: 10px;
	margin-left: 1.5rem;
}
.postcontent ol li::marker {
  font-weight: bold;
  color: #946724;
}

.postcontent input[type="checkbox"] {
	margin: 0 5px 0 0;
}
.postcontent ul.type_checkbox li:before {
	content: "";
}


.postcontent a.link_internallink {
	color: #996868;
}


/*目次*/
.toc {
	background-color: #fff;
	padding: 20px 30px;
	margin-top: 40px;
}
@media only screen and (max-width:640px) {
	.toc {
		padding: 20px 10px;
	}
}
.toc_title {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #f1ece2;
}
.toc ul ul {
	padding-left: 1em;
}
.toc li {
	margin: 10px 0;
}
.toc > nav > ul > li::before {
	content: "●";
	color: #222;
}
.toc > nav > ul > li > ul > li::before {
	content: "- ";
}


/*関連記事リンク*/
.related,
.pickup {
	border-top: 2px solid #d7c2a5;
	border-bottom: 2px solid #d7c2a5;
	padding: 30px 0;
}
.related .related-heading,
.pickup .pickup-heading {
	font-weight: bold;
	font-size: 1.15rem;
	text-align: center;
}
@media only screen and (max-width:640px) {
	.related .related-heading,
	.pickup .pickup-heading {
		font-size: 1.25rem;
	}
}

.related .post-list-wrapper {
	margin-bottom: 10px;
	display: flex;
/*	justify-content: space-between;*/
	background-color: #fff;
	padding: 20px 10px;
}
.related .post-list-wrapper .title {
	font-size: 1rem;
	font-weight: bold;
}
.related .post-list-wrapper:before {
	display: inline-block;
	content: "≫ ";
	font-size: 1.125rem;
	font-weight: bold;
}

/*ピックアップ記事リンク*/
.pickup ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.pickup ul li {
	width: 48%;
	margin-bottom: 20px;
	background-color: #fff;
}
.pickup .post-list-wrapper {
	padding: 20px;
}
.pickup .post-list-thumb{
	display: block;
	width: 75%;
	margin: 0 auto 1.25rem;
}
.pickup .post-list-text {
	width: 100%;
}
.pickup .post-list-text .title {
	font-size: 1.1rem;
	font-weight: bold;
}
@media only screen and (max-width:640px) {
	.pickup ul {
		display: block;
		padding: 0 3%;
	}
	.pickup ul li {
		width: 100%;
	}
	.pickup .post-list-wrapper {
		margin-bottom: 40px;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		padding: 20px 3%;
	}
	.pickup .post-list-thumb{
		width: 40%;
		margin: 0;
	}
	.pickup .post-list-text {
		width: 55%;
	}
}






/*------------------------------------
 Pagination
------------------------------------ */
#paging {
		margin: auto;
		text-align: center;
}
#paging ul {
	padding: 0;
}
#paging i {
	font-weight: bold;
}
#paging .not-allow i {
	font-weight: normal;
	opacity: 0.3;
}
.pagination {
	display: flex;
	justify-content: center;
	margin: 0;
	list-style: none;
	border-radius: .25rem;
}
.pagination li {
	flex: 1 1 42px;
	max-width: 42px;
	min-width: 27px;
	float: left;
}

.pagination > li > a {
	display: inline-block;
	width: 100%;
	padding: 6px 0;
	color: inherit;
	background: #fff;
	/*border: 1px solid #ddd;*/
	border-right: 0;
	text-align: center;
}
.pagination > li:last-child > a,
.pagination > .not-allow:first-child > a:hover {
	/*border-right: 1px solid #ddd;*/
}
.pagination > .active > a {
	color: #fff;
	background: #d7c2a5;
}
.pagination > .active > a:hover,
.pagination > .not-allow > a:hover {
	cursor: text;
}
.post #paging {
	margin: 20px 0 40px 0;
}
.page-item {
		margin-left: 5px;
		margin-right: 5px;
}
.pagination .page-item.disabled {
display: none;
}


