.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: -15px;
	width: 3px;
	background: var(--theme-orange);
}
.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: 5px;
	margin-left: 25px;
}
.text li > ul {
	margin-top: 5px;
}
.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;
	zoom: 1;
	*display: inline;
	display: inline-block;
}
.text hr {
	border-top: 3px solid hsl(from var(--text-color) h calc(s - 25) calc(l + 60));
	height: 0;
	margin: 30px 0;
	box-sizing: border-box;
}
.text blockquote {
	margin: 1.42em 0;
	padding: 1em 1.42em;
	border-left: 5px solid var(--theme-orange);
	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: 20px;
}
.text table {
	border-collapse: collapse;
	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: 15px;
	padding-right: 15px;
	font-size: inherit;
}
.text table thead td,
.text table thead th {
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid var(--text-color);
}
.text table tbody tr:hover,
.text table tbody tr.hover {
	background: var(--bg2-darken10);
}
.text table tbody td,
.text table tbody th {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid var(--bg2-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 {
	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;
}
.text figure img + figcaption,
.text .caption_bottom {
	margin-top: 8px;
}
.text .img-right,
.text .img-left,
.text .img-center {
	margin: 15px 0;
	z-index: 1;
}
.text .img-center {
	text-align: center;
}
.text .img-group {
	text-align: center;
}
.text .img-group img {
	height: 280px;
	margin: 3px;
}

.text .figure-img-one {
	margin-top: 20px;
	margin-bottom: 25px;
}

@media all and (max-width: 767px) {
	.text .img-right,
	.text .img-left {
		text-align: center;
	}
}
@media all and (min-width: 768px) {
	.text .img-right,
	.text .img-left {
		max-width: calc(50% - 20px);
	}
	.text .img-right {
		float: right;
		margin-left: 20px;
	}
	.text .img-left {
		float: left;
		margin-right: 20px;
	}
}
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;}
}