@charset "UTF-8";
/*--------------------------------------------------------------
Price
--------------------------------------------------------------*/
.price {
	margin: 8.85em auto;
	font-size: 1.4rem;
	color: #000;
}

.price_inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 1em;
}

.price_list {
	margin: 6em auto;
}

.price_list .price_title {
	text-align: center;
}

.price_list .price_title span {
  position: relative;
	margin: 0 auto;
  padding-left: 25px;
	font-weight: bold;
	font-size: 1.8rem;
}

.price_list .price_title span:before {
   content: '';
   background: url(../img/c_ttl2.png) no-repeat left center;
   background-size: contain;
   width: 1.125em;
   height: 100%;
   position: absolute;
   left: -10%;
   top: 0;
}

.price_table table {
	margin-top: 2em;
	width: 100%;
}

.price_table table tr{
	border-bottom: dotted 2px #ccc;
}

.price_table tr th, .price_table tr td {
	padding: 1em 1.5em;
}

.price_table tr th {
	width: 75%;
	text-align: left;
}

.price_table tr td {
	width: 25%;
	text-align: right;
}

.price_table .b_up { 
	font-size: 1.8rem;
	font-weight: 600;
}











