#info {
  line-height: 1.7;
}

.ttl_h2 {
  margin-bottom: 1em;
  font-size: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 0.5em;
}

.ttl_h3 {
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.rule-lsit-table{
  margin-bottom: 2em;
}

.rule-lsit-table dt{
	font-weight: bold;
	float:left;
	clear:left;
	width: 20%;
	margin-bottom: 14px;
}

.rule-lsit-table dd{
	float:left;
	margin-left: 0;
	margin-bottom: 14px;
	width: 80%;
}

.rule-lsit-table dd table{
	background: #fff;
	text-align: right;
	margin-top: 20px;
	width: 100%;
}

.rule-lsit-table dd table th{
	background: #f5f5f5;
	text-align: left;
}

.rule-lsit-table dd table th,
.rule-lsit-table dd table td{
	border: 1px solid #e1e1e1;
	padding: 10px 8px;
}

.rule-lsit-table dd table .thead th,
.rule-lsit-table dd table .thead td{
	background: #524a4a;
	color: #fff;
}

.rule-lsit-table dd table td.kg{
	width: 18%;
	text-align: left;

}

.rule-lsit-table span{
	font-size:1rem;
}

.price-table{
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 8px;
	margin-top: 8px;
	margin-bottom: 10px;
	width: 400px;
}

.price-table dt{
	float:left;
	clear:left;
	width: 40%;
	margin-bottom: 8px;
}

.price-table dd{
	float:left;
	margin-left: 0;
	margin-bottom: 8px;
}

.ann li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
	margin-bottom: 6px;
	list-style: none;
}

.def_lst_dt {
  margin: 1.5em 0 0.5em;
}




@media screen and (max-width: 767px) {

	.rule-lsit-table dt{
		float:none;
		clear:left;
		width: 100%;
		margin-bottom: 4px;
	}

	.rule-lsit-table dd{
		float:none;
		margin-left: 0;
		margin-bottom: 8px;
		width: 100%;
	}
	.rule-lsit-table dd table{
		font-size:76%;

	}

	.rule-lsit-table dd table th,
	.rule-lsit-table dd table td{
		vertical-align: middle;
		padding: 5px;
	}

}
