@charset "UTF-8";
.pagehd_txt {
	margin-top: 60px;
	font-size: 20px;
}
.s-sec {
	padding: 80px 0;
}
.cmnsec_hd {
	position: relative;
	margin-bottom: 40px;
}
.cmnsec_hd::before {
	content: "";
	width: 80px;
	height: 1px;
	background: #ffffff;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.s-sec_wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.s-sec_cnt {
}
.s-sec_img {
	flex-shrink: 0;
}
.sales {
}
.sales_hd {
}
.sales_wrap {
}
.sales_cnt {
}
.sales_img {
}
.pt {
}
.pt_wrap {
}
.pt_hd {
}
.pt_cnt {
}
.pt_img {
}
.mainte {
}
.mainte_wrap {
}
.mainte_hd {
}
.mainte_cnt {
}
.mainte_img {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
	.intro {
	}
	.pagehd_txt {
		margin: 20px 0 30px;
		font-size: 17px;
	}
	.s-sec {
		padding: 20px 0;
	}
	.cmnsec_hd {
		margin-bottom: 20px;
	}
	.cmnsec_hd::before {
	}
	.s-sec_wrap {
		flex-flow: column;
		align-items: center;
	}
	.s-sec_cnt {
	}
	.s-sec_img {
		max-width: 300px;
	}
	.sales {
		padding-top: 0;
	}
	.sales_hd {
	}
	.sales_wrap {
	}
	.sales_cnt {
	}
	.sales_img {
	}
	.pt {
	}
	.pt_wrap {
	}
	.pt_hd {
	}
	.pt_cnt {
	}
	.pt_img {
	}
	.mainte {
	}
	.mainte_wrap {
	}
	.mainte_hd {
	}
	.mainte_cnt {
	}
	.mainte_img {
	}
}
