#policy,
#terms {
	width:90%;
	max-width:1000px;
	margin:5.0em auto;
	line-height:1.7em;
}
#policy table {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	border-collapse:  collapse;
	font-size:14px !important;
}
#policy table th {
	width:50%;
	background:#ddd;
	color:#666;
	box-sizing:border-box;
	padding:1.5em 1.2em;
	border: 1px solid #666;
	font-size:14px !important;
}
#policy table td {
	width:59px;
	text-align:left;
	vertical-align:middle;
	border: 1px solid #666;
	padding:1.5em 1.2em;
	font-size:14px !important;
}
#policy section {
	margin:1.0em auto 7.0em auto;
}
#policy section:nth-last-of-type(1) {
	margin:1.0em auto 1.0em auto;
}
#policy section > h1 {
	font-size:120%;
	font-weight:bold;
	text-align:left;
	margin-bottom:2.0em;
}
#policy section#hogo > p {
	text-align:left;
	margin:2.0em auto;
	text-indent:-1.5em;
	padding-left:1.5em;
}
#policy section#hogo > p:nth-last-of-type(1),
#policy section#hogo > p:nth-last-of-type(2) {
	text-align:left;
	margin:2.0em auto;
	text-indent:0;
	padding-left:0;
}
#policy section#hogo > p:nth-last-of-type(1) {
	box-sizing:border-box;
	padding:2.5em 1.7em;
	background:#eee;
	font-weight:normal;
}
#policy section#hogo > p:nth-last-of-type(1) > span {
	display:block;
	font-weight:bold;
	margin-bottom:0.5em;
}


#policy section#policy_about > p {
	text-align:left;
	margin:2.0em auto;
}


#policy section#data_policy > p {
	text-align:left !important;
	margin:2.0em auto 3.5em auto;
	font-weight:bold;
}
#policy section#data_policy > p:nth-of-type(1) {
	font-weight:normal;
}
#policy section#data_policy > p:nth-last-of-type(1) {
	font-weight:normal;
	text-align:right;
}
#policy section#data_policy > p > span {
	display:block;
	margin:1.7em auto;
	font-weight:normal;
}
#policy section#data_policy > table {
	margin-bottom:4.0em;
}
#policy section#data_policy > dl {
	width:90%;
	display:block;
	margin:5.0em auto;
}
#policy section#data_policy > dl dt {
	text-align:left !important;
}
#policy section#data_policy > dl dd {
	margin:1.7em auto 3.0em auto;
	text-align:left !important;
}

/* ___________________________________ */

#terms > h1 {
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding-bottom:1.7em;
	border-bottom:1px solid #000;
}
#terms > section {
	margin:1.5em auto 2.0em auto;
}
#terms > section h2 {
	font-size:110%;
	font-weight:normal;
	text-align:center;
	color:#fff;
	background:#000;
	padding:0.3em 0;
}
#terms > section dl {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin:1.5em auto 4.0em auto;
	line-height:2.5em;
}
#terms > section#store_info dl > dt {
	width:11.0em;
	font-weight:bold;
	text-align:right !important;
}
#terms > section#store_info dl > dd {
	width:calc(100% - 12.0em);
	box-sizing:border-box;
	padding-left:1.0em;
	text-align:left !important;
}
#terms > section#store_info dl > dd > span {
	line-height:1.5em;
}
#terms > section#aboutbuy dl > dt,
#terms > section#aboutbuy dl > dd {
	width:100%;
	text-align:left !important;
}
#terms > section#aboutbuy dl > dt {
	font-size:115%;
	line-height:3.0em;
	box-sizing:border-box;
	padding-left:1.0em;
	position:relative;
	margin:2.0em auto 1.0em auto;
}
#terms > section#aboutbuy dl > dt:before {
	content:"";
	display:block;
	width:2px;
	height:100%;
	background:#ccc;
	position:absolute;
	top:50%;
	left:0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
#terms > section#aboutbuy dl > dd {
	line-height:1.7em;
}
#terms > section#aboutbuy dl > dd ol {
	margin:1.0em auto;
}
#terms > section#aboutbuy dl > dd ol > li {
	text-indent:-1.0em;
	padding-left:1.0em;
}
