@charset "utf-8";

div#agreement {
	margin: 0 auto;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
	text-align: center;
}

/* -- ボタン ----------------------------------------------- */
#pp_bt {
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	height: 52px;
	line-height: 52px;
	margin-bottom: 40px;
}
#pp_bt a {
	height: 52px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5E82C1;
	border-radius: 100px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-weight: bold;
}
#pp_bt a:hover {
	background-color: #3D61A0;
}

#pp_bt a img {
	width: 30px;
	height: auto;
	margin-left: 15px;
	vertical-align: middle;
}

/* -- チェック ----------------------------------------------- */
div#agreement input[type="checkbox"] {
	margin-right: 10px;
}
form#mail_form div#agreement span.error_check {
	display: none;
	color: #ff0000;
	margin-top: 3px;
}





/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

div#agreement {
	padding-top: 20px;
	padding-bottom: 20px;
}
	
/* -- ボタン ----------------------------------------------- */
#pp_bt {
	margin-bottom: 30px;
}
}