.text {
	line-height: 1.6;
}
.text h2:not([class]),
.text .h2 {
	font-size: 1.57em;
	margin-bottom: 0.68em;
	line-height: 1.3;
	text-align: left;
	font-weight: bold;
}
.text h2:not([class]):not(:first-child),
.text .h2:not(:first-child) {
	margin-top: 2.27em;
}
.text h3:not([class]),
.text .h3 {
	font-size: 1.28em;
	margin-bottom: 0.56em;
	line-height: 1.3;
	text-align: left;
	font-weight: 600;
}
.text h3:not([class]):not(:first-child),
.text .h3:not(:first-child) {
	margin-top: 1.67em;
}
.text h2:not([class]):target:before,
.text .h2:target:before,
.text h3:not([class]):target:before,
.text .h3:target:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	left: -1em;
	width:0.2142em;
	background: var(--theme-yellow);
}
.text p,
.text ul,
.text ol {
	margin-bottom: 1em;
	font-size: inherit;
	line-height: inherit;
}
.text p.mb-small,
.text ul.mb-small,
.text ol.mb-small {
	margin-bottom: 0.5em;
}
.text p:not([class]) + ul,
.text p:not([class]) + ol {
	margin-top: -0.4em;
}
.text p.mb-small + ul,
.text p.mb-small + ol {
	margin-top: -0.1em;
}
.text li {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}
.text li > ul {
	margin-top: 0.3em;
}

.text ol {list-style-type: var(--list-style-type, decimal);}
.text ol ol {list-style-type: var(--list-style-type, lower-latin);}
.text ol ol ol {list-style-type: var(--list-style-type, lower-roman);}

.text ul {list-style-type:var(--list-style-type, disc)}
.text ul ul{list-style-type:var(--list-style-type, circle)}
.text ul ul ul {list-style-type:var(--list-style-type, square)}

.text strong,
.text b {
	font-weight: 600;
	font-size: 1.1em;
}
.text p strong {
	font-size: 1.1em;
}
.text span.marker {
	background-color: hsl(from var(--theme-yellow) h s calc(l + 25));
	padding: 5px 10px;
	border-left: 3px solid var(--theme-yellow);
	line-height: 1.4;
	display: inline-block;
}
.text hr {
	border-top: 3px solid hsl(from var(--text-color) h calc(s - 25) calc(l + 60));
	height: 0;
	margin: 1.5em 0;
	box-sizing: border-box;
}
.text blockquote {
	margin: 1.42em 0;
	padding: 1em 1.42em;
	border-left: 0.3571em solid var(--theme-yellow);
	font-style: italic;
	line-height: 1.4;
}
.text blockquote > p:last-child,
.text blockquote > ul:last-child,
.text blockquote > ol:last-child {
	margin-bottom: 0;
}
.text .table,
.text > table {
	margin-bottom: 1.4285em;
}
.text table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	font-size: inherit;
	line-height: 1.3;
}
.text table thead {
	background-color: var(--text-color);
	color: #ffffff;
	font-weight: 500;
}
.text table thead th {
	font-weight: inherit;
}
.text table thead {
	text-align: center;
}
.text table tbody th {
	text-align: left;
	font-weight: 600;
}
.text table td,
.text table th {
	padding-left: 1em;
	padding-right: 1em;
	font-size: inherit;
}
.text table thead td,
.text table thead th {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border: 1px solid var(--text-color);
}
.text table tbody tr:hover,
.text table tbody tr.hover {
	background: var(--bg-main-darken10);
}
.text table tbody td,
.text table tbody th {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border: 1px solid var(--bg-main-darken10);
}
.text table tbody td.va-top,
.text table tbody th.va-top {
	vertical-align: top;
}
.text table tbody td.no-border-top,
.text table tbody th.no-border-top {
	border-top: 0;
}
.text table tbody td.no-border-bottom,
.text table tbody th.no-border-bottom {
	border-bottom: 0;
}
.text table tbody td.no-padding-top,
.text table tbody th.no-padding-top {
	padding-top: 0;
}
.text table tbody td.no-padding-bottom,
.text table tbody th.no-padding-bottom {
	padding-bottom: 0;
}
.text table p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 639px) {
	.text table.table-compare,
	.text table.table-compare thead,
	.text table.table-compare tbody,
	.text table.table-compare tr,
	.text table.table-compare td,
	.text table.table-compare tbody th {
		box-sizing: border-box;
	}
	.text table.table-compare,
	.text table.table-compare thead,
	.text table.table-compare tbody,
	.text table.table-compare td,
	.text table.table-compare tbody th {
		display: block;
	}
	.text table.table-compare,
	.text table.table-compare thead,
	.text table.table-compare tbody,
	.text table.table-compare tr,
	.text table.table-compare tbody th {
		width: 100%;
	}
	.text table.table-compare thead {
		position: sticky;
		top: 0;
	}
	.text table.table-compare thead th {
		display: none;
	}
	.text table.table-compare tbody th {
		border-bottom: 0;
	}
	.text table.table-compare td {
		width: 50%;
		flex-shrink: 0;
		flex-grow: 0;
	}
	.text table.table-compare td:not(:last-child) {
		border-right: 0;
	}
	.text table.table-compare tr {
		display: flex;
		flex-wrap: wrap;
	}
}
.text img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100vh;
	border-radius: 6px;
}
.text > img {
	margin-bottom: 1em;
}
.text figcaption,
.text .caption {
	font-style: italic;
	color: var(--text-color2);
	line-height: 1.1;
	font-size: 0.9em;
}
.text figure img + figcaption,
.text .caption_bottom {
	margin-top: 0.5714em;
}
.text .img-right,
.text .img-left,
.text .img-center,
.text .image-style-align-left,
.text .image-style-align-right {
	margin: 1em 0;
	z-index: 1;
}
.text .img-center {
	text-align: center;
}
.text .img-group {
	text-align: center;
}
.text .img-group img {
	height: 20em;
	margin: 0.2142em;
}

.text .figure-img-one,
.text > figure.image,
.text > picture {
	margin-top: 1.4285em;
	margin-bottom: 1.7857em;
}

.text .text-block-mt {
	margin-top: clamp(2em, 5vw, 4.375em);
}

.text .text-block-mb {
	margin-bottom: clamp(2em, 5vw, 4.375em);
}


@media all and (max-width: 767px) {
	.text .img-right,
	.text .img-left,
	.text .image-style-align-left,
	.text .image-style-align-right {
		text-align: center;
	}
	
	.text .text-block__media + .text-block__text {
		margin-top: 1em;
	}
}
@media all and (min-width: 768px) {
	.text .img-right,
	.text .img-left,
	.text .image-style-align-left,
	.text .image-style-align-right,
	.text .text-block__media {
		max-width: calc(50% - 1.4285em);
	}
	.text .img-right,
	.text .image-style-align-right {
		float: right;
		margin-left: 1.4285em;
	}
	.text .img-left,
	.text .image-style-align-left {
		float: left;
		margin-right: 1.4285em;
	}
	
	.text .text-block {
		display: flex;
		align-items: center;
		gap:clamp(2em, 5cqw, 5em);
	}
	.text .text-block_reverse {
		flex-direction: row-reverse;
	}
	
	.text .text-block__media {
		flex-shrink: 0;
	}
	
	.text .text-block__text {
		flex-grow: 2;
	}
}
p.text {
	margin-bottom: 1em;
}


@media all and (min-width:768px) and (max-width:1079px) {
	.text_m {font-size:1.07rem;}
}

@media all and (min-width:1080px) {
	.text_m {font-size:1.14rem;}
}