/* =================================
 PC price
================================= */

@media (min-width: 768px) {
	.price .hero {
		background-image: url("/price/img/hero_price.jpg");
	}
	.footer_bnr {
		border-top: 1px solid #eaeaea;
	}
	.price_table {
		width: 100%;
		background: #fff;
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.price_table tr {
		border-bottom: 1px solid #ddd;
	}
	.price_table tr:first-child {
		border-top: 1px solid #ddd;
	}
	.price_table th {
		width: 45%;
		padding: 15px 20px;
		background: #fff4ed;
		color: #333;
		font-weight: 500;
		letter-spacing: .1em;
	}
	.price_table td {
		padding: 15px;
		border-right: 1px solid #ddd;
		font-weight: 500;
		text-align: right;
	}
	.txt_bottom {
		color: #666;
		margin-top: 15px;
		font-size: 13px;
	}
}

/* =================================
 SP price
================================= */

@media (max-width: 767px) {
	.price .hero {
		background-image: url("/price/img/hero_price.jpg");
	}
	.footer_bnr {
		border-top: 1px solid #eaeaea;
	}
	.price_table {
		width: 100%;
		background: #fff;
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
	.price_table tr {
		border-bottom: 1px solid #ddd;
	}
	.price_table tr:first-child {
		border-top: 1px solid #ddd;
	}
	.price_table th {
		width: 61%;
		padding: 3% 4% 3.5%;
		color: #333;
		background: #fff4ed;
		vertical-align: middle;
		letter-spacing: .1em;
	}
	.price_table td {
		padding: 3% 4% 3.5%;
		text-align: right;
	}
	.txt_bottom {
		color: #666;
		margin-top: 3%;
		font-size: 12px;
	}
}
