@charset "UTF-8";

.price .head_box {
	background: url(/img/price/img-hero-price_bg.jpg) no-repeat center;
	background-size: cover;
}

.price .head_hero {
	background: url(/img/price/img-hero-price.jpg) no-repeat center;
	background-size: contain;
}

.price_sec{
	margin-bottom: 80px;
}
.price_sec h3{
	padding: 20px 25px;
	background-color: #E0E1E5;
	font-size: 20px;
	margin-bottom: 35px;
}
.price_inr{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 64px;
}
.prc_tb_wrap{
	flex-grow: 1;
}
.prc_tb{
	width: 100%;
}
.prc_tb tr{
	border-bottom: 1px solid #C8C9CB;
}
.prc_tb tr:first-child{
	border-top: 1px solid #C8C9CB;
}
.prc_tb td{
	width: 30%;
	text-align: right;
}
.prc_tb th{
	text-align: left;
}
.prc_tb th,
.prc_tb td{
	padding: 30px 40px;
}
.prc_link{
	margin-top: 20px;
	background-color: #8A8C95;
	color: #fff;
	max-width: 330px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #8A8C95;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;

}
.prc_link span::after{
	content: "";
	display: inline-block;
	background-image: url(/img/price/arr.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
}
.prc_cap{
	text-align: right;
}
@media screen and (max-width:1030px) {
}

@media screen and (max-width:640px) {
	
	.price_inr{
		flex-direction: column;
		gap: 10px;
	}
	.price_sec h3{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.prc_tb th, .prc_tb td {
		padding: 20px 10px;
	}
	.prc_tb td {
		width: auto;
	}
}
