.price_contents {
	width: 95vw;
	margin: 8vw auto;
	color: #231815;
	line-height: 1.5;
}


.price_contents .ttl {
	width: 95vw;
	background: none;
	margin: 0 auto;
}
.price_contents .ttl {
	width: 100%;
	height: auto;
	padding: 0;
}
.price_contents .ttl h3 {
	font-size: 5.6vw;
	color: #231815;
	margin: 0;
}
.price_contents .ttl h3 span {
	display: block;
	margin-top: 2vw;
	font-size: 4.8vw;
	color: #c30d23;
}

.price_contents .price caption,
.price_contents h4.caption {
	width: 100%;
	font-size: 4.2vw;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 2vw;
	background: url(https://www.newkarumai.com/images/ttl_bg.gif);
	background-size: cover;
	margin-bottom: 3vw;
}

.price_contents .ttl p,
.price_contents .ttl li,
table.ctable td {
	font-size:  4.2vw;
	line-height: 1.5;
}

/*----------- ctable -----------*/
table.ctable {
	width: 100%;
    border-collapse: collapse;
	margin: 0 auto 5vw;
}
table.ctable th,
table.ctable td {
	border-top: none;
	border-bottom: 1px dotted #524439;
	padding: 3vw 1vw;
    vertical-align: middle;
}
table.ctable th {
	text-align: center;
}
table.ctable th:before {
	content: none;
	padding: 0;
}
table.ctable td {
	border-left: 1px dotted #524439;
	padding-left: 3vw;
}
table.ctable tr:first-of-type th,
table.ctable tr:first-of-type td {
	border-top: none;
}
table.ctable tr th.row2 {
	border-bottom: none;
}