@charset "utf-8";

/*******************************
privacy
*******************************/
#privacy #contents {
	width: 1000px;
}

#privacy section {
	margin-top: 3.5em;
}

#privacy section h2 {
	padding: 0 0 0.5em 1.25em;
	border-bottom: 1px solid #00336A;
	margin-bottom: 1.5em;
	text-indent: -1.25em;
}

#privacy section h2 span {
    font-size: 180%;
    font-weight: 700;
    color: #00336A;
    border-left: 6px solid #BEAF73;
    padding: 0 0 0 0.5em;
	letter-spacing: 0.05em;
}

#privacy section ol {
	padding: 0 0 1.5em 1em;
	border-bottom: 1px solid #d8cfab;
	margin-bottom: 1.5em;
}

#privacy section ol li {
	list-style-type: decimal;
}

#privacy section ol li:not(:last-child) {
	margin-bottom: 0.5em;
}

#privacy section p:not(:last-child) {
	margin: 0 0 0.5em;
}

#privacy section p.name {
	text-align: right;
}

#privacy .privacyBox01 {
	background: #f5f3f2;
	padding: 1.25em;
}

#privacy .privacyBox01 h3 {
	font-size: 125%;
	color: #00336A;
	margin-bottom: 0.5em;
}

#privacy .privacyBox01 dl {
	background: #fff;
	padding: 1em;
}

#privacy .privacyBox01 dl dt {
	color: #00336A;
	text-decoration: underline;
	font-weight: 500;
	margin-bottom: 0.5em;
}


