@charset "utf-8";
.under {
	background:linear-gradient(transparent 60%, #ff6 60%);
	font-weight: bold;
}
.c_box {
	margin-top: 20px;
}
.c_box:first-of-type {
	margin-top: 10px;
}
.c_box .mini_headline {
	font-weight: bold;
	color: #007943;
	position: relative;
	border-bottom: 1px dashed #007943;
	margin-bottom: 5px;
	padding-left: 20px;
}
.c_box .mini_headline::before {
	content: "■";
	position: absolute;
	left: 0;
}
.c_box p img {
	display: inline;
	max-width: 30px;
}
.c_box .sub_c_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.c_box .sub_c_box img {
	width: 140px;
	padding-right: 20px;
}
.c_box .sub_c_box p {
	width: calc(100% - 160px);
}
.font_s {
	font-size: 0.8em;
}
.bochi_list {
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bochi_list li {
	width: 48%;
	margin-left: 2%;
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.bochi_list li:nth-child(odd) {
	margin-left: 0;
}
.bochi_list li:nth-last-child(2n) {
	margin-bottom: 0;
}
.bochi_list li::before {
	content: "■";
	position: absolute;
	left: 0;
	color: #007943;
}
.noflex {
	display: block;
}
.noflex li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
.noflex li:nth-last-child(2n) {
	margin-bottom: 10px;
}
.noflex li:last-child {
	margin-bottom: 0;
}
.t_list {
	margin-top: 10px;
}
.t_list dl {
	padding: 15px 0 10px;
	border-bottom: 1px dashed #ccc;
}
.t_list dl:first-of-type {
	padding-top: 0;
}
.t_list dl dt {
	border-left: 8px solid #007943;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1;
}
.t_list dl dd {
	padding-left: 20px;
}

.market_price_table {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 auto;
}
.mpt2 {
	width: 70%;
}

.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:last-of-type,
.market_price_table td:last-of-type {
	border-right: none;
}

.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;
}

@media only screen and (max-width: 768px){
	.market_price_table {
		width: 100%;
	}
	.c_box .sub_c_box img {
		padding-right: 0;
		margin: 10px auto;
	}
	.c_box .sub_c_box p {
		width: 100%;
	}
	.m_title {
		margin-top: 10px;
	}
	.shuha_d dt {
		width: 100%;
	}
	.shuha_d dd {
		width: 100%;
		border-left: none;
	}
	.bochi_list li {
		width: 100%;
		margin-left: 0;
	}
	.bochi_list li:nth-last-child(2n) {
		margin-bottom: 10px;
	}
}