@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------*/
section.single.block01 .sec-inner{
	padding-bottom: 100px;
}

section.single .meta{
	width: calc( 100% - 100px );
	margin: 0 auto 25px;
	padding-top: 45px;
	display: flex;
	gap: 0 20px;
	align-items: center;
}
section.single h2.border{
	width: 100%;
	max-width: 1100px;
	min-height: 75px;
	margin: 0 auto 0;
	padding: 55px min(6.8%, 75px) 55px min(7.3%, 80px);
	box-sizing: border-box;
	font-size: 143.75%;/*23*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #754c24;
	line-height: 143.4%;
	position: relative;
	border: 3px solid #e5be9c;
	border-radius: 25px;
	box-sizing: border-box;
}
section.single h2.border::before{
	content: '';
	background: url("../images/common/tit_parts01.svg") no-repeat;
	background-size: 100% auto;
	width: 6.91%;
	aspect-ratio: 76 / 11;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%) rotate(90deg);
	transform-origin: center;
	z-index: 1;
}

section.single .contentsInner{
	max-width:1100px;
	margin-inline:auto;
	margin-top: 50px;
}
/*横幅を狭める要素*/
section.single .contentsInner > :is(
	p,
	figure,
	.wp-block-image,
	.wp-block-table,
	.wp-block-list,
	.wp-block-buttons,
	.wp-block-columns,
	.wp-block-group
){
	max-width: 1000px;
	margin-inline:auto;
}
/*横幅を狭めない要素*/
section.single .contentsInner > .wp-block-heading,
section.single .contentsInner > :is(h2,h3,h4){
	max-width:1100px;
}

section.single .contentsInner h3.wp-block-heading{
	font-size: 125.00% !important;/*20*/
	color: #000 !important;
	padding-left: min(6.36%, 70px);/*70*/
}

section.single .contentsInner h3.wp-block-heading::before{
	left: 4.27%;/*47*/
}

section.single .contentsInner h3.wp-block-heading.color_green::before{
	background: #6bbf97;
}

/*表*/
section.single .contentsInner .wp-block-flexible-table-block-table table{
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #00a498;
	border-left: 1px solid #00a498;
}
section.single .contentsInner .wp-block-flexible-table-block-table table tr th, section.single .contentsInner .wp-block-flexible-table-block-table table tr td{
	border-bottom: 1px solid #00a498;
	border-right: 1px solid #00a498;
	border-top: 0;
	border-left: 0;
	padding: 15px 20px;
}
section.single .contentsInner .wp-block-flexible-table-block-table table tr th:nth-of-type(1), section.single .contentsInner .wp-block-flexible-table-block-table table tr td:nth-of-type(1){
	min-width: 160px;
	background-color: #eff9f5;
}
section.single .contentsInner .wp-block-flexible-table-block-table table tr td > ul{
	display: flex;
	flex-direction: column;
	gap: 5px 0;
	width: 100%;
}
section.single .contentsInner .wp-block-flexible-table-block-table table tr td > ul li{
	padding-left: 1em;
	position: relative;
}
section.single .contentsInner .wp-block-flexible-table-block-table table tr td > ul li::before{
	content: '・';
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
}

/*リスト*/
section.single .contentsInner ul{
	width: 90.91%;/*1000*/
	margin: 0 auto;
	list-style: none;
}

section.single .contentsInner ul li{
	font-size: 100%;
	line-height: 1.88;
	letter-spacing: 0.05em;
	color: #333333;
	padding-left: 2.5%;
	box-sizing: border-box;
	position: relative;
}

section.single .contentsInner ul li::before{
	content: '';
	background: #f28e1e;
	width: 1.5%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0%;
	z-index: 1;
}

section.single .contentsInner ul li + li{
	margin-top: 15px;
}

section.single .contentsInner ul li a{
	color: #0056b3;
	text-decoration: underline;
}


/*ACF部分の見出し*/
section.single h2.midashi_pattern02{
	padding-bottom: 20px;
	font-size: 143.75%;/*23*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #754c24;
	text-align: center;
	position: relative;
}

section.single h2.midashi_pattern02::before{
	content: '';
	background: url("../images/common/tit_parts01.svg")no-repeat;
	background-size: 100% auto;
	width: 3.91%;/*43*/
	height: auto;
	aspect-ratio: 76 / 11;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

/*------------------------------------------------------*/
section .meta .date{
	font-size: 81.25%;/*13*/
	color: #754c24;
}
section .meta .category{
	position: relative;
	z-index: 10;
}
section .meta .category > a{
	width: 132px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid;
	border-radius: 12px;
	border-color: var(--category-color);
	box-sizing: border-box;
	background-color: #fff;
	font-size: 81.25%;/*13*/
	color: #333;
	letter-spacing: 0.05em;
	text-decoration: none;
}
section .meta .category > a:hover{
	opacity: 1;
	text-decoration: underline;
}
