.p_pclist .c_head_title {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}
.p_pclist_low.p_pclist .c_head_title,
.p_pclist_detail .c_head_title {
	flex-direction: row;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
}
.pclist_list {
	padding: 80px 0 160px;
}
.pclist_list_nav {
	gap: 40px;
}
.p_pclist_low .pclist_list_nav ul {
	width: 100%;
}
.pclist_list_nav li {
	margin-bottom: 20px;
}
.pclist_list_nav li a {
	line-height: 200%;
	color: #0093FF;
	position: relative;
	display: inline-block;
	transition: color 0.5s ease;
}
.pclist_list_nav li a:hover {
	color: #0C3484;
}
.pclist_list_nav li a::after {
	display: inline-block;
	width: 8px;
	height: 16px;
	content: "";
	-webkit-mask: var(--linkArrow01-mask);
	mask: var(--linkArrow01-mask);
	background-color: currentColor;
	line-height: 200%;
	margin-left: 16px;
	position: relative;
	top: 2px;
}
.detail_head {
	margin: 80px auto;
	max-width: 900px;
	width: 100%;
	padding: 40px;
	background-color: #F7F7F7;
	border-radius: 6px;
}
.detail_head p {
	line-height: 200%;
	text-align: center;
}
.detail_basic,
.detail_list,
.detail_services,
.detail_products,
.detail_banner {
	margin: 80px auto;
}
.detail_basic_block {
	display: flex;
	gap: 40px;
}
.detail_basic_image {
	padding-right: 40px;
	border-right: 1px solid #959595;
	width: 38%;
}
.detail_basic_specs {
	width: calc(62% - 40px);
}
.detail_basic_specs dl,
.detail_list_block dl {
	display: flex;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #959595;
	line-height: 200%;
}
.detail_basic_specs dl:last-child {
	border-bottom: none;
}
.detail_basic_specs dt {
	width: 120px;
	font-weight: 700;
}
.detail_basic_specs dd {
	width: calc(100% - 140px);
}
.detail_list_block dt {
	width: 200px;
	font-weight: 700;
	padding: 12px 40px 12px 0;
	border-right: 1px solid #959595;
}
.detail_list_block dd {
	width: calc(100% - 220px);
	padding: 12px 0 0 40px;
}
.detail_services_grid {
	display: flex;
	gap: 80px 40px;
	flex-wrap: wrap;
	justify-content: center;
}
.service_card {
	max-width: 360px;
	width: calc((100% - 80px) / 3);
}
.service_card_image {
	margin-bottom: 20px;
}
.service_card_title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 23px;
}
.service_card_text {
	font-weight: 500;
	line-height: 200%;
	margin-bottom: 32px;
}
.service_card_actions {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.service_card_actions a {
	width: 360px;
	min-height: 55px;
	padding: 8px 0;
	margin: auto;
}
.detail_products_grid {
	display: flex;
	gap: 80px 98px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.product_card {
	max-width: 320px;
	width: calc((100% - 196px) / 3);
}
.product_card_image {
	margin-bottom: 32px;
	text-align: center;
}
.product_card_name {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 200%;
}
.product_card_kv {
	margin-bottom: 32px;
}
.product_card_kv dl {
	margin-bottom: 20px;
	display: flex;
	font-size: 15px;
	line-height: 200%;
}
.product_card_kv dt {
	width: 84px;
	border-right: 1px solid #000000;
}
.product_card_kv dd {
	width: calc(100% - 84px);
	padding-left: 20px;
}
.product_card_actions a {
	width: 320px;
	min-height: 55px;
	padding: 8px 0;
	margin: auto;
}
.detail_banner_content ul {
	display: flex;
	gap: 40px;
}
.detail_banner_content ul li {
	width: calc(50% - 20px);
}
.detail_banner_content ul li a {
	transition: all 0.5s ease;
}
.detail_banner_content ul li a:hover {
	opacity: 0.6;
}
@media (max-width: 1180px) {
	.detail_services_grid,
	.detail_products_grid {
		max-width: 760px;
		margin: auto;
		gap: 80px 40px;
	}
	.service_card,
	.product_card {
		max-width: 360px;
		width: calc(50% - 20px);
	}
}
@media (max-width: 767px) {
	.p_pclist .c_head_title {
		gap: 0;
	}
	.p_pclist_low.p_pclist .c_head_title,
	.p_pclist_detail .c_head_title {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.pclist_list {
		padding: 40px 0;
	}
	.pclist_list_nav {
		flex-direction: column;
		gap: 20px;
	}
	.pclist_list_nav ul {
		width: 100%;
	}
	.detail_head {
		padding: 32px 20px;
		width: calc(100% - 40px);
	}
	.detail_head p {
		font-size: 13px;
		text-align: left;
	}
	.detail_basic_block {
		flex-direction: column;
		gap: 52px;
	}
	.detail_basic_image {
		padding-right: 0;
		width: 100%;
		border: none;
	}
	.detail_basic_specs {
		width: 100%;
	}
	.detail_basic_specs dl,
	.detail_list_block dl {
		padding: 16px 0;
		font-size: 13px;
	}
	.detail_basic_specs dt {
		width: 100px;
	}
	.detail_basic_specs dd {
		width: calc(100% - 120px);
	}
	.detail_list_block dt {
		width: 100px;
		padding: 0 20px 0 0;
	}
	.detail_list_block dd {
		width: calc(100% - 120px);
		padding: 0 20px 0 0;
	}
	.detail_services_grid,
	.detail_products_grid {
		max-width: 360px;
		margin: auto;
		flex-direction: column;
		gap: 40px;
	}
	.service_card,
	.product_card {
		width: 100%;
	}
	.service_card_title {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.service_card_text {
		font-size: 13px;
	}
	.service_card_actions a {
		max-width: 335px;
		width: 100%;
		min-height: 50px;
	}
	.product_card_image {
		margin-bottom: 20px;
	}
	.product_card_name {
		font-size: 13px;
	}
	.product_card_kv {
		margin-bottom: 28px;
	}
	.product_card_kv dl {
		margin-bottom: 16px;
		font-size: 13px;
	}
	.product_card_actions a {
		max-width: 320px;
		width: 100%;
		min-height: 50px;
	}
	.detail_banner_content {
		max-width: 360px;
		margin: auto;
	}
	.detail_banner_content ul {
		flex-direction: column;
		gap: 20px;
	}
	.detail_banner_content ul li {
		width: 100%;
	}
}