/*
 * base css 
 * pc width 1000px fixed
 */

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

/* ---------------------------------------- priceList */

.priceList table thead th { text-align: center; }
.priceList table tbody td { text-align: center; }
.note { margin: 1.5em 0 0; }

.options ul { 
	line-height: 1.8;
	margin: 0 0 0 1em; 
}
.options ul li { 
	position: relative; 
	font-weight: 600;
	margin: 0 0 .5em;
}
.options ul li::before {
	font-family: 'icomoon';
	content: "\e91a";
	position: absolute;
	top: 0;
	right:100%;
}

