
div.rule h2 {
	border-bottom: 3px solid #9c308a;
	font-size: 28px;
	margin-bottom: 20px;
}

div.rule h3 {
	background-size: 15px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 -10px;
	padding: 15px 10px 15px 50px;
}

div.rule h3 em {
	margin: 0 5px 0 -40px;
}

div.rule p {
	line-height: 1.6em;
}

div.rule ol {
	line-height: 1.5em;
	padding: 10px 0 0 20px;
}

div.rule ul {
	line-height: 1.5em;
	padding: 10px 0 0 20px;
}

div.rule ul li {
	background: url(../images/ul_list_li.svg) no-repeat 15px 12px;
	background-size: 5px;
	border-bottom: 1px dotted #a7a7a7;
	display: block;
	padding: 5px 0 5px 30px;
}

div.rule ul li:first-child {
	border-top: 1px dotted #a7a7a7;
}

div.rule table.rule-table th {
	font-size: 16px;
	font-weight: 500;
	padding: 5px 20px 0 20px;
	text-align: justify;
}

div.rule table.rule-table td {
	font-size: 16px;
	padding: 0 0 6px 52px;
}

div.rule ol li ol {
	margin-bottom: 20px;
}

div.rule ol.hoge li {
	list-style-type: none;
	position: relative;
}

div.rule ol.hoge li:before {
	content: "(" counter(list-item) ")";
	position: absolute;
	right: calc(100% + .5rem);
}

div.rule div.provider {
	background-color: #f5f5f5;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	margin: 0 auto;
	padding: 0 50px;
	padding: 15px 30px;
	width: 800px;
}

div.rule div.provider h4 {
	background-color: #555555;
	color: white;
	text-align: center;
}


div.rule div.provider p {
	text-align: center;
}
