@charset "UTF-8";
.price {
	max-width: 800px;
	margin: 0 auto;
}
p, h4 {
	text-align: center;
}
p {
	font-size: 1.2rem;
}
h4 {
	padding-top: 10px;
	font-weight: bold;
}
ol.sample1 {
	counter-reset: list;
	list-style-type: none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding: 0;
}
ol.sample1 li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	border-bottom: dashed 1px #1a3261;
}
ol.sample1 li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #1a3261;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ol.sample1 li:after {
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dot, .yen {
	font-weight: bold;
}
.price_list:before {
	font-family: FontAwesome;
	content: "\f0ad";
	padding-right: 5px;
	color: #1a3261;
}
.dot:after {
	content: "......";/*  letter-spacing: 3px;*/
}
.yen:after {
	content: "円～";
}
.p_list li {
	width: 100%;
	line-height: 30px;
	border-bottom: dotted 1px;
}
