#toc_container {
	margin: auto;
	margin-bottom: 20px !important;
	width: 100% !important;
	box-sizing: border-box;
	border: none !important;
	background: none !important;
	padding: 20px !important;
}
#toc_container .toc_title {
	padding: 10px 0 0!important;
	border: 1px solid #ccc;
	border-bottom: none;
	width: 100%;
	margin: auto !important;
	font-size: 16px;
	box-sizing: border-box;
}
#toc_container .toc_list {
	padding: 10px 40px 30px;
	border: 1px solid #ccc;
	border-top: none;
	width: 100%;
	margin: auto !important;
	line-height: 2em;
}
#toc_container .toc_list a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-size: 12px;
	font-weight: 600;
	color: #21af80;
	margin-right: 8px;
}
#toc_container .toc_list a:hover{
	text-decoration: none;
}
#toc_container .toc_list ul li ul li a::before{
	content: '-';
	font-size: 12px;
	color: #ccc;
}
figure.wp-block-image {
	margin-bottom: 20px;
	padding: 20px;
}
.wp-block-group__inner-container{
	padding: 20px;
	box-sizing: border-box;
}
div.img {
	padding: 20px;
}
div.txt ul{
	padding: 0 20px;
	margin-bottom: 20px;
}
div.txt ul li{
	list-style: disc;
	margin: 0 20px;
}
div.post h2{
	margin-bottom: 20px;
	padding: .5em 0 .5em 20px;
	font-weight: 600;
	color: #fff;
	background: #58AC83;
}
div.post h2 span{
	padding: 0;
}
div.post h4{
	margin-bottom: 20px;
	padding-left: 20px;
	font-weight: 600;
	color: #58AC83;
	font-size: 20px;
}
div.post p {
	margin-bottom: 20px;
	padding: 0px 20px;
	letter-spacing: .1px;
	line-height: 2em;
}
h2.newEntry {
	position: relative;
	display: inline-block;
}
h2.newEntry::before, h2.newEntry::after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
}
h2.newEntry::before {
	right: -50px;
}
h2.newEntry::after {
	left: -50px;
}
.index a {
	color: #000;
}
#sekkei_sec01 .sekkeiIntro h2, #cadphoto_sec01 .cadphotoIntro h2{
	font-weight: normal;
}
div.back-btn {
	width: 90%;
	margin: 1em auto 0;
	text-align: right;
	font-size: 12px;
}
div.back-btn a{
	color: #000;
	text-decoration: none;
	font-weight: 500;
	padding: 0 1em;
}
div.back-btn a:hover {
	color: #21af80;
}
div.back-btn a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0d9';
	font-size: 12px;
	font-weight: 900;
	color: #21af80;
	padding-right: 1em;
}
ul.categoryList {
	display: flex;
	width: 90%;
	justify-content: center;
	align-items: stretch;
	margin: auto;
}
ul.categoryList li {
	width: 20%;
	border-right: 1px solid #ccc;
}
ul.categoryList li a{
	padding-top: 12px;
	letter-spacing: .1em;
	position: relative;
	transition: all .3s ease;
	font-weight: 600;
}
ul.categoryList li a:hover {
	opacity: 1;
	color: #21af80;
}
ul.categoryList li:last-child {
	border-right: none;
}
ul.categoryList li.current-cat a{
	pointer-events: none;
	color: #cfcdc1;
}
ul.categoryList li.current-cat a::after {
	opacity: .5;
}
ul.categoryList li a::before {
	content: '';
	position: absolute;
	top: -5px;
	width: 6px;
	height: 6px;
	display: block;
	background: #21af80;
	border-radius: 100%;
	opacity: 0;
	transition: all .3s ease;
}
ul.categoryList li a:hover::before {
	opacity: 1;
}
ul.categoryList a{
	color: #000;
	font-size: 18px;
}
ul.categoryList a:hover, ul.tagList a:hover{
	text-decoration: none;
	opacity: 0.6;
}
ul.categoryList li {
	writing-mode: vertical-rl;
	white-space: pre;
	font-weight: 400;
	height: 270px;
	width: 150px;
}
ul.categoryList li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:space-between;
	width: 100%;
}
ul.categoryList li a::after {
	content: "";
	display: block;
	width: 110px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	background-size: cover;
	background-position: center;
}
ul.categoryList li:first-of-type a::after{
	background-image: url('https://stg.design.sakabe.co.jp/wp/wp-content/uploads/2023/02/AdobeStock_126476596_s.jpg');
}
ul.categoryList li:nth-of-type(2) a::after{
	background-image: url('https://stg.design.sakabe.co.jp/wp/wp-content/uploads/2023/04/taiyoukou-1024x683.jpg');
}
ul.categoryList li:nth-of-type(3) a::after{
	background-image: url('https://stg.design.sakabe.co.jp/wp/wp-content/uploads/2023/03/25219697_s.jpg');
}
ul.categoryList li:nth-of-type(4) a::after{
	background-image: url('https://stg.design.sakabe.co.jp/wp/wp-content/uploads/2022/11/publicdomainq-0063453ktxlff-1568x1045.jpg');
}
ul.categoryList li:nth-of-type(5) a::after{
	background-image: url('https://stg.design.sakabe.co.jp/wp/wp-content/uploads/2023/03/3798100_s.jpg');
}
ul.categoryList li span.count{
	display: block;
	writing-mode: horizontal-tb !important;
	white-space: pre;
	height: 50px;
	margin-top: auto;
	font-size: .9em;
    display: none;
}
ul.categoryList + h2 {
	margin-top: 20px;
}
h2.newEntry {
	margin-top: 30px;
}
h2 + ul.tagList {
	margin-top: 30px;
}
ul.tagList {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	width: 90%;
	justify-content: center;
	margin: 0 auto 100px;
	gap: 4px 8px;
}
ul.tagList li {
	margin: 5px 0;
}
ul.tagList a, .post .post_body .tag a{
	color: #000;
	padding: 7px 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 12px;
}
ul.tagList a::before, .post .post_body .tag a::before{
	content: "#";
}
#sekkei_sec01 .newContentsList {
	margin: 30px auto 50px;
	row-gap: 40px;
	column-gap: 2%;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sekkei_sec01.archive .newContentsList {
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0;
}
#sekkei_sec01.archive .newContentsList li{
	border: none;
	min-width: calc(100%/3);
	padding: 1em;
	box-sizing: border-box;
}
#sekkei_sec01 .newContentsList li{
	border: none;
	width: 23%;
}
#sekkei_sec01 .newContentsList li:after{
	display: none;
}
#sekkei_sec01 .newContentsList p {
	overflow: unset;
}
#sekkei_sec01 .newContentsList p.title{
	font-size: 20px;
	font-weight: 600;
	display: block;
	text-align: left;
	padding: 0;
	line-height: 1.5;
}
#sekkei_sec01.archive .newContentsList p.title{
	font-size: 16px;
}
#sekkei_sec01 .newContentsList p.category {
	text-align: left;
}
#sekkei_sec01 .newContentsList p.category span{
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 10px;
	margin: 10px 0 10px;
	line-height: 25px;
}
#sekkei_sec01 .newContentsList div.img{
	border: none;
	background-position: center !important;
	background-size: cover !important;
	aspect-ratio: 3 / 2;
	height: auto;
}
#sekkei_sec01 .newContentsList div.img span {
	display: none;
}
#sekkei_sec01 .newContentsList li:first-child div.img::before, #sekkei_sec01 .newContentsList li:first-child div.img::after {
	display: none;
}
#sekkei_sec01.archive {
	margin-bottom: 100px;
	padding: 0;
}
#single_column {
	width: 100%;
	margin: 0 auto 100px;
	padding-top: 50px;
}
#single_column a{
	color: #000;
}
#single_column .wrapper {
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}
div.post {
	width: 67%;
}
div.post_side {
	width: 33%;
}
div.post, div.post_side {
	padding: 2%;
	box-sizing: border-box;
}
.post_head .cat ul{
	display: inline-flex;
	gap: 10px;
	border: 1px solid #ccc;
	padding: 5px 8px;
}
.post_head {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
.post .post_ttl{
	font-size: 2.5em;
	line-height: 1.5;
	margin: 20px 0;
	font-weight: 500;
}
.post .post_body .txt {
	font-size: 16px;
	margin-bottom: 40px;
}
.post .post_body .tag {
	margin-top: 20px;
}
.post .post_body .tag a{
	margin-right: 10px;
}
.post .post_body ul.tagList {
	background: #eee;
	padding: 20px;
}
.post .post_body ul.tagList, .post_side ul.tagList {
	justify-content: flex-start;
	margin: 0;
	width: 100%;
	max-width: unset;
}
.post_side div {
	margin-bottom: 50px;
}
.post_side h2 {
	margin-bottom: 10px;
	font-weight: 500;
}
.post_side ul.catList {
	font-size: 17px;
}
.post_side ul.catList li:first-child{
	border-top: 1px solid #ccc;
}
.post_side ul.catList li{
	border-bottom: 1px solid #ccc;
	padding: 15px 20px;
}


@media only screen and (max-width: 1000px){
	#sekkei_sec01 .sekkeiIntro{
		margin: 60px auto 0;
		padding: 20px;
		box-sizing: border-box;
	}
	ul.categoryList {
		width: 100%;
		
	}
	ul.categoryList a{
		color: #000;
		font-size: 12px;
	}
	ul.categoryList li {
		height: auto;
		min-height: 200px;
		width: calc(100%/5);
		max-width: 120px;
	}
	ul.categoryList li a::after {
		width: 75%;
		max-width: 80px;
	}
	ul.categoryList li span.count{
		writing-mode: horizontal-tb !important;
		height: 40px;
		margin-top: auto !important;
	}
	#sekkei_sec01 .newContentsList {
		margin: 20px auto 50px;
		gap: 40px 2%;
		justify-content: flex-start;
		padding: 0 2%;
	}
	#sekkei_sec01 .newContentsList li{
		width: 49%;
	}
	#sekkei_sec01 .newContentsList p.title{
		font-size: 1em;
		font-weight: 600;
		display: block;
		text-align: left;
		padding: 0;
	}
	#sekkei_sec01 .newContentsList p.category span, ul.tagList a, .post .post_body .tag a{
		font-size: .8em;
		line-height: 20px;
	}
	#single_column .wrapper {
		display: block;
		padding: 0 2%;
	}
	div.post {
		width: 100%;
	}
	div.post_side {
		width: 100%;
		margin-top: 40px;
	}
	div.post, div.post_side {
		padding: 0;	
	}
	div.cat {
		font-size: 1em;
	}
	.post .post_ttl{
		font-size: 1.8em;
	}
	.post .post_body .txt {
		font-size: 1em;
	}
}

@media only screen and (max-width: 640px){
	
	#sekkei_sec01 .newContentsList li{
		width: 49%;
		height: auto;
	}
	#sekkei_sec01 .newContentsList li a div.img{
		width: 100%;
	}
	#sekkei_sec01 .newContentsList li a{
		height: auto;
	}
	#sekkei_sec01 .sekkeiIntro{
		padding: 20px 0;
		box-sizing: border-box;
	}
	#sekkei_sec01 .newContentsList p.title{
		font-size: 1em;
	}
	#sekkei_sec01 .newContentsList {
		justify-content: flex-start;
		gap: 1em !important;
		padding: 0 1em;
	}
	#sekkei_sec01 .newContentsList li {
		padding: 0 !important;
		width: calc((100% - 1em)/2);
	}
	ul.categoryList li {
		min-height: 200px;
	}
	ul.categoryList li a::after {
		width: 100%;
		border-radius: 0;
		margin-top: 20px;
	}
	div.back-btn {
		width: 100%;
	}
}