@charset "utf-8";
img { image-rendering: -webkit-optimize-contrast; }

.text-upper::before, .text-upper::after {
	border-left: 2px solid #E83316;
}

/* table1 */
.table_price th {
	font-size: 22px;
	text-align: center;
}
.table_price td {
	font-size: 18px;
	text-align: center;
}
.table_price .label1 {
	display: inline-block;
	background: #eee;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 14px;
	margin-right: 10px;
	vertical-align: 2px;
}
@media screen and (max-width: 767px) {
.table_price th {
	font-size: 16px;
}
.table_price td {
	font-size: 16px;
}
.table_price .label1 {
	display: block;
	width: 150px;
	margin-right: 0;
	margin: 0 auto;
}
}
