.layerpop--2{
	right: 650px;
}
@media screen and (max-width: 1200px) {
	.layerpop{
		width: 90%;
	}
	.layerpop--2{
		left: 50%;
		transform: translate(-50%,-50%);
	}
}

.main-cost-table .cost-box .except-text {
	font-size: 22px;
}
@media screen and (max-width: 768px) {
	.main-cost-table .cost-box .except-text {
		font-size: 10px;
	}
}