
/* プライバシーポリシー */
.privacypolicy__contents {
	margin-bottom: 1rem;
}
.privacypolicy__contents--title {
	font-size: 0;
	margin: 0;
}
.privacypolicy__contents--title-img {
	width: 100%;
	height: auto;
}
.privacypolicy__contents--block {
	padding: 1rem;
}
.privacypolicy__contents--block-ol, .privacypolicy__contents--block-li,
.privacypolicy__contents--line-ol, .privacypolicy__contents--line-li,
.privacypolicy__contents--brackets-ol, .privacypolicy__contents--brackets-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.privacypolicy__contents--block-ol, .privacypolicy__contents--line-ol, .privacypolicy__contents--brackets-ol {
	counter-reset: number 0;
}
.privacypolicy__contents--block-li {
	position: relative;
	padding-left: 1.2rem;
}
.privacypolicy__contents--line-li {
	position: relative;
	padding-left: 2.4rem;
}
.privacypolicy__contents--brackets-li {
	position: relative;
	padding-left: 2.4rem;
}
.privacypolicy__contents--block-li::before,
.privacypolicy__contents--line-li::before,
.privacypolicy__contents--brackets-li::before {
	counter-increment: number 1;
	content: counter(number)'.';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.2;
	text-align: center;
}
.privacypolicy__contents--block-li::before {
	content: counter(number)'.';
	width: 1.0rem;
}
.privacypolicy__contents--line-li::before {
	content: '3-'counter(number)'.';
	width: 2.4rem;
}
.privacypolicy__contents--brackets-li::before {
	content: '（'counter(number)'）';
	line-height: 1.4;
	width: 2.4rem;
}
.privacypolicy__contents--block-h,
.privacypolicy__contents--line-h {
	font-size: 1.0rem;
	margin: 0;
}
.privacypolicy__contents--caution {
	padding: 0 1rem 1rem;
	margin-bottom: 2rem;
}
.privacypolicy__contents--img-privacymark {
	width: 100%;
	max-width: 6.25rem;
	height: auto;
}
.privacypolicy__contents--block-list-check1 {
	margin: 0;
}
.privacypolicy__contents--block-list-check1::before {
	content: '■';
	display: inline-block;
	margin-right: 0.2rem;
}
.privacypolicy__contents--block-list-check2 {
	margin: 0;
}
.privacypolicy__contents--block-list-check2::before {
	content: '※';
	display: inline-block;
	margin-right: 0.2rem;
}


/* プライバシーポリシー フッターリスト */
.privacypolicy__footer-list {
	margin-bottom: 2rem;
}
.privacypolicy__footer-list--ul, .privacypolicy__footer-list--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.privacypolicy__footer-list--li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem 1.6rem 0.4rem 0.4rem;
}
.privacypolicy__footer-list--li:first-child {
	border-top: 1px solid #9c9c9c;
}
.privacypolicy__footer-list--li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.privacypolicy__footer-list--a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}

.pp__outside {
	word-wrap: break-word;
}
.pp__outside--title {
	font-weight: bold;
	margin: 0;
}
.pp__outside--title::before {
	content: '◆';
	display: inline-block;
	margin-right: 0.2rem;
}
.pp__outside--ul, .pp__outside--ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pp__outside--ul-title {
	font-weight: bold;
	margin: 0;
}
.pp__outside--ul-title::before {
	content: '■';
	display: inline-block;
	margin-right: 0.2rem;
}
.pp__outside--ol-paren, .pp__outside--ol-paren > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pp__outside--ol-paren {
	counter-reset: number 0;
}
.pp__outside--ol-paren > li {
	position: relative;
	padding-left: 1.2rem;
}
.pp__outside--ol-paren > li {
	position: relative;
	padding-left: 1.8rem;
}
.pp__outside--ol-paren > li::before {
	counter-increment: number 1;
	content: '（'counter(number)'）';
	font-weight: bold;
	position: absolute;
	top: 0;
	left: -0.6rem;
}
.pp__outside--ol-bold {
	font-weight: bold;
	margin: 0;
}
.pp__outside--a {
	text-decoration: underline;
}
