@charset "UTF-8";
/**********************
*　Privacy Policy
***********************/
.sec--priv { padding: 52px 30px 50px; }
.priv:not(:last-of-type) { margin-bottom: 50px; }
.priv__ttl { margin-bottom: 10px; font-size: 1.5rem; font-weight: 700; line-height: 1.4; letter-spacing: 0.1em; }
.priv__ttl::before { color: #ff662e; content: "\025cf"; }
.priv__txt,
.priv__list { font-size: 1.5rem; font-weight: 400; line-height: 2; }
.priv__list--dot > li::before { content: "•"; }
.priv__list--dec > li { list-style: decimal; list-style-position: inside; }
.priv__list ._no_style { list-style: none; }
.priv__list--dec > li:not(:last-of-type) { margin-bottom: 32px; }
.priv__list--arw > li::before { content: "\025b6"; }
.priv__list--dec .priv__list--dot { margin-top: 30px; }
.priv__txt:not(:last-of-type) { margin-bottom: 30px; }
.priv-btn { width: 250px; background-color: #fff; margin-top: 44px; }

@media print, screen and (min-width:681px) {
	.sec--priv { padding: 92px 100px 77px; }
	.priv:not(:last-of-type) { margin-bottom: 76px; }
	.priv__ttl { margin-bottom: 19px; }
	.priv__list--dec > li:not(:last-of-type) { margin-bottom: 32px; }
	.priv-btn { width: 300px; background-color: #fff; margin-top: 70px; }
	
	
	
}