@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;
}
.ac_dl dt{
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 1.8rem;
	font-weight: 700;
}
@media (max-width: 767px){
	.guide{
		padding-top: 30px;
		padding-bottom: 60px;
		background-size: 48px auto;
	}
	.gu_step li{
		padding: 25px 20px 30px;
		border-radius: 20px;
	}
	.gu_step li ~ li{
		margin-top: 60px;
	}
	.gu_dl dt{
		margin-bottom: 12px;
	}
	.gu_step li:not(:last-child):after{
		bottom: -45px;
	}
	.gu_address img{
		margin-top: 17px;
	}
	.sp_center{
		text-align: center;
		line-height: 1.7;
	}
}
@media (min-width: 768px){
	.guide{
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.gu_step{
		padding-left: 15px;
		padding-right: 15px;
	}
	.gu_step li{
		padding: 30px 20px 35px;
		border-radius: 25px;
		text-align: center;
	}
	.gu_step li ~ li{
		margin-top: 45px;
	}
	.gu_dl dt{
		margin-bottom: 32px;
	}
	.gu_step li:not(:last-child):after{
		bottom: -25px;
	}
	.gu_address img{
		margin-top: 12px;
	}
	.gu_img1{
		position: absolute;
		right: 205px;
		bottom: 24px;
	}
	.gu_img2{
		position: absolute;
		left: 40px;
		bottom: 20px;
	}
	.gu_img3{
		position: absolute;
		right: 15px;
		bottom: 20px;
	}
}