@charset "utf-8";

/*------------------------------------------------------------
	price
------------------------------------------------------------*/
.price {
	margin: -5px -1px 0 0;
}

.pricePage {
	background: url(../img/price/page_title_bg.webp) no-repeat center center;
	background-size: cover;
}

.price .headLine01 {
	margin-bottom: 35px;
	padding-bottom: 24px;
}

.price .listUl {
	margin-bottom: 30px;
	width: 100%;
	display: table;
}

.price .listUl li {
	display: table-cell;
	vertical-align: middle;
	font-size: 23px;
	text-align: center;
	letter-spacing: 1px;
}

.price .listUl .liStyle {
	padding: 20px 0 18px;
	width: 205px;
	font-size: 18px;
	background-color: #F1E8DF;
}

.price .topText {
	margin-bottom: 50px;
	line-height: 2;
}

.price .headLine02 {
	margin: 0 0 7px 5px;
	padding-left: 15px;
	background: url(../img/common/icon07.webp) no-repeat left center;
	background-size: 6px 7px;
}

.price .h4Ttl {
	margin-bottom: 8px;
}

.price .comTableA {
	margin-bottom: 15px;
}

.price .comTableA01 {
	margin-bottom: 9px;
}

.price .comTableA .thStyle01 {
	width: 23.2%;
}

.price .comTableA .tdStyle01 {
	width: 25.9%;
	text-align: right;
	vertical-align: top;
}

.price .text {
	margin-bottom: 61px;
	font-size: 13px;
	text-align: right;
	letter-spacing: 0.5px;
}

.price .text01 {
	margin-bottom: 67px;
}

.price .comTableA thead th {
	background-color: #F1E8DF;
}

.price .comTableA td span {
	line-height: 2;
	letter-spacing: 0;
}

.price .comTextBox .text02 {
	margin-bottom: 30px;
}

.price .comTableA p {
	display: inline-block;
}




@media all and (min-width: 0) and (max-width: 767px) {
	.price {
		margin: -1px 0 0;
	}

	.pricePage {
		background: url(../img/price/sp_page_title_bg.webp) no-repeat center center;
		background-size: cover;
	}

	.price .headLine01 {
		margin-bottom: 21px;
		padding-bottom: 10px;
	}

	.price .listUl {
		margin-bottom: 20px;
		padding: 0 1px 0 3px;
		box-sizing: border-box;
	}

	.price .listUl li {
		font-size: 12px;
		line-height: 1.46;
	}

	.price .listUl .liStyle {
		padding: 9px 0;
		width: 28.6%;
		font-size: 13px;
	}

	.price .topText {
		margin-bottom: 32px;
		line-height: 1.83;
	}

	.price .headLine02 {
		margin: 0 0 5px 6px;
		padding-left: 8px;
		background: url(../img/common/icon07.webp) no-repeat left center;
		background-size: 3px 4px;
	}

	.price .h4Ttl {
		margin-bottom: 6px;
		line-height: 1.76;
		background: url(../img/common/icon07.webp) no-repeat left top 9px;
		background-size: 3px 4px;
	}

	.price .comTableA {
		margin-bottom: 10px;
	}

	.price .comTableA .thStyle01 {
		width: 30.2%;
	}

	.price .comTableA .tdStyle01 {
		width: 32.2%;
		vertical-align: middle;
	}

	.price .comTableA p {
		padding-left: 1em;
		text-indent: -1em;
		display: block;
	}

	.price .text {
		margin-bottom: 60px;
		font-size: 10px;
	}

	.price .text01 {
		margin-bottom: 40px;
	}

	.price .comTextBox .text02 {
		margin-bottom: 22px;
	}

	.price .comTableA td span {
		line-height: 1.8;
	}
}




