@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------*/
section.single.block01 .sec-inner{
	padding-bottom: 50px;
}

section.single .meta{
	width: calc( 100% - 26px );
	margin: 0 auto 20px;
	padding-top: 25px;
	display: flex;
	gap: 0 10px;
	align-items: center;
}
section.single h2.border{
    width: 100%;
    min-height: 44px;
	padding: 15px 23px 15px 28px;
	box-sizing: border-box;
	font-size: 111.11%;/*15*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #754c24;
	line-height: 150%;
	text-align: justify;
	border: 2px solid #e5be9c;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
}
section.single h2.border::before{
	content: '';
	background: url(../images/common/tit_parts01.svg) no-repeat;
	background-size: 100% auto;
	width: 12.67%;
	height: auto;
	aspect-ratio: 76 / 11;
	position: absolute;
	top: 50%;
	left: -5px;
	transform: translateY(-50%) rotate(90deg);
	transform-origin: center;
	z-index: 1;
}

section.single .contentsInner{
	width: 100%;
	margin-inline:auto;
	margin-top: 33px;
}
/*横幅を狭める要素*/
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: 100%;
	margin-inline:auto;
}

section.single .contentsInner h3.wp-block-heading{
    width: 100%;
	padding: 16px 12px;
	font-size: 103.70%;/*14*/
	color: #000;
}
section.single .contentsInner h3.wp-block-heading::before {
    content: '';
    background: #f28e1e;
    width: calc(5px / 2);
	height: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
    z-index: 1;
}

section.single .contentsInner h3.wp-block-heading.color_green::before{
	background: #6bbf97;
}

section.single .contentsInner h3.wp-block-heading::after {
    content: '';
    background: #fffbee;
    width: 108.33%;/*650*/
    height: 100%;
    border-radius: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/*表*/
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;
	width: calc( 100% - 30px );
	padding: 10px 15px;
}
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){
	background-color: #eff9f5;
}
section.single .contentsInner .wp-block-flexible-table-block-table table tr td > ul{
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
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: 100%;
	list-style: none;
}

section.single .contentsInner ul li{
	font-size: 100%;
	line-height: 1.85;
	letter-spacing: 0.05em;
	color: #333333;
	padding-left: 7.5%;
	box-sizing: border-box;
	position: relative;
}

section.single .contentsInner ul li::before{
	content: '';
	background: #f28e1e;
	width: 4.33%;/*26*/
	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: 14px;
}

section.single .contentsInner ul li a{
	color: #0056b3;
	text-decoration: underline;
}


/*ACF部分の見出し*/
section.single h2.midashi_pattern02{
	padding-bottom: 15px;
	font-size: 122.22%;/*16.5*/
	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: 10.5%;/*63*/
	height: auto;
	aspect-ratio: 76 / 11;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}


/*------------------------------------------------------*/
section .meta .date{
	font-size: 70.37%;
	color: #754c24;
}
section .meta .category{
	position: relative;
	z-index: 10;
}
section .meta .category > a{
	width: 80px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	border-radius: 10px;
	border-color: var(--category-color);
	box-sizing: border-box;
	background-color: #fff;
	font-size: 81.48%;
	color: #333;
	letter-spacing: 0.05em;
	text-decoration: none;
}
