@charset "UTF-8";
/*------------------------
個人情報保護方針
------------------------*/
.privacy {
	width: 800px;
	margin: 0 auto 160px;
}
.privacy .item  {
	text-align: justify;
	line-height: 1.7;
	margin-bottom: 40px;
}
.privacy .item h2 {
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.privacy .item h2 span {
	width: 18px;
	height: 18px;
	background: var(--btncolor);
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.privacy .item h2 span::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 1px;
	background: var(--btncolor);
}
.privacy .item h2 span::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -3px;
	width: 1px;
	height: 100%;
	background: var(--btncolor);
}
.privacy .item ol {
	list-style-type: decimal;
	margin-left: 20px;
}
.privacy .item a {
	text-decoration: underline;
}
