.page-template-template-technical .site-content {
	padding-top: 0px;
}

.page-template-template-technical .site-content-inner {
	display: block;
}

.technical-page-area {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}

.technical-page {
	padding: 30px 0px;
}

.technical-page .breadcrumb {
	margin: 0 0 24px;
}

.technical-page__title {
	margin: 0 0 28px;
	color: #1d2a35;
	font-size: clamp(32px, 4vw, 46px);
	line-height: 1.15;
}

.technical-page__content {
	max-width: 760px;
	color: #34414c;
	font-size: 17px;
	line-height: 1.75;
}

.technical-page__content > :first-child {
	margin-top: 0;
}

.technical-page__content > :last-child {
	margin-bottom: 0;
}

.technical-page__content h2,
.technical-page__content h3,
.technical-page__content h4 {
	margin-top: 1.7em;
	color: #1d2a35;
	line-height: 1.3;
}

.technical-page__content a {
	color: #1597d4;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.technical-page__content ul,
.technical-page__content ol {
	padding-left: 1.4em;
}

.technical-page__content blockquote {
	margin: 28px 0;
	padding: 18px 22px;
	border-left: 4px solid #1597d4;
	border-radius: 0 10px 10px 0;
	background: #f4f9fc;
}

.technical-page__content table {
	display: block;
	overflow-x: auto;
	width: 100%;
	border-collapse: collapse;
}

.technical-page__content th,
.technical-page__content td {
	padding: 12px 14px;
	border: 1px solid #dfe5e9;
	text-align: left;
}

@media (max-width: 767px) {
	.technical-page-area {
		padding: 20px 12px 44px;
	}

	.technical-page {
		padding: 26px 20px 34px;
		border-radius: 12px;
	}

	.technical-page .breadcrumb {
		margin-bottom: 18px;
	}

	.technical-page__title {
		margin-bottom: 22px;
	}

	.technical-page__content {
		font-size: 16px;
	}
}
