@charset "utf-8";
.market_price_table {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 auto;
}
.mpt2 {
	width: 80%;
	line-height: 1.2;
	text-align: center;
}
.market_price_table th,
.market_price_table td:first-of-type {
	font-weight: 900;
}
.market_price_table th,
.market_price_table td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.market_price_table th:first-of-type,
.market_price_table td:first-of-type {
	width: 25%;
	text-align: center;
}
.market_price_table th:last-of-type,
.market_price_table td:last-of-type {
	border-right: none;
	width: 40%;
	text-align: center;
}
.market_price_table tr:last-of-type th,
.market_price_table th:last-of-type td {
	border-bottom: none;
}
.market_price_table th {
	background-color: #b1497f;
	color: #fff;
}
.market_price_table td {
	background-color: #FFF0F9;
}
.column_img {
	max-width: 150px;
	margin: 0 auto;
}

.l_box {
	width: 80%;
	margin: 0 auto;
	background-color: #FFF0F9;
	padding: 20px 20px 10px;
	border-radius: 5px;
}
.l_box h4 {
	border: none!important;
	padding: 0!important;
}
.l_box ul {
	display: flex;
	flex-wrap: wrap;
}
.l_box ul li {
	width: 49%;
	margin-bottom: 1%;
	padding-left: 20px;
	position: relative;
}
.l_box ul li::before {
	content: "●";
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 14px;
	color: #B1497F;
}

@media only screen and (max-width: 768px){
	.market_price_table {
		width: 100%;
	}
	.market_price_table th:last-of-type,
	.market_price_table td:last-of-type {
		width: 33%;
	}
	.market_price_table th:first-of-type,
	.market_price_table td:first-of-type {
		width: 33%;
	}
	.l_box {
		width: 100%;
	}
	.l_box ul li {
		width: 100%;
	}
}