@charset "UTF-8";

/* ===========================================
プライバシーポリシー Page
   =========================================== */

.guide{
	background: url(../sy_images/guide/gu_back.png) center 10px;
}
.gu_step{
	margin: 0 auto;
	padding: 0 5%;
	list-style: none;
}
.gu_step li{
	position: relative;
	background-color: #fff;
}
.gu_step li:not(:last-child):after{
	position: absolute;
	display: block;
	left: 50%;
	width: 75px;
	height: 31px;
	margin-left: -37px;
	content: "";
	background: url(../sy_images/guide/gu_sankaku_2x.png) no-repeat center;
	background-size: 75px auto;
}
.ac_head{
	width: 262px;
	margin-left: auto;
	margin-right: auto;
}
.ac_dl{
	text-align: center;
	line-height: 1.5;
}
.privacy dt{
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ff6b99;
}
.privacy dt ~ dt{
	margin-top: 2em;
}
.pr_list li{
	padding-left: 13px;
	text-indent: -13px;
}
.pr_list li:before{
	position: relative;
	top: -2px;
	content: "●";
	margin-right: 3px;
	font-size: 1rem;
	color: #ff6b99;
}
@media (max-width: 767px){
	.privacy{
		padding-top: 30px;
		padding-bottom: 60px;
	}
}
@media (min-width: 768px){
	.privacy{
		padding-top: 40px;
		padding-bottom: 100px;
	}
}