/* CSS Document */

.tableBtm {
	margin: 10px 30px;
}
@media(max-width: 767px){
	.tableBtm {
		margin: 10px;
	}
}

/* 20231225test */
.price-wrap {
	margin-top: 30px;
}
.price-title {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 5px;
}
.price-list {
	padding-left: 1rem;
	position: relative;
	&::before {
		content: '＊';
		position: absolute;
		left: 0;
	}
}
.price-img {
	margin-left: 10px;
}
.price-text {
	margin-left: 1rem;
	font-size: 16px;
}


@media(max-width: 767px){
	.tableBtm {
		padding-left: 0;
	}
	.price-wrap {
		margin-top: 20px;
	}
	.price-title {
		font-size: 16px;
		margin: 10px 0 3px;
	}
	.price-img {
		margin: 0 auto;
		width: calc(100% - 20px);
	}
	.price-text {
		font-size: 14px;
	}
}