@charset "utf-8";
/*------------------------------------------------------------------------------
**
**	
**	ご成約プレゼント　present
**	
**
------------------------------------------------------------------------------*/

.present-txt {
	font-size: 23px;
	font-feature-settings: 'palt';
	line-height: 1.8;
	margin: 50px auto 40px;
}

.pc{display: inline-block;}
.sp{display: none;}

.btn_catalog{
	width: 320px;
	height: 50px;
	background-color: #6780ad;
	color: #FFF;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}
.btn_catalog a{
	color: #FFF;
}

@media only screen and (max-width: 767px) {
	.present-txt {
		font-size: 18px;
		margin: 20px auto 45px;
	}
	.pc{display: none;}
	.sp{display: inline-block;}
	.btn_catalog{width: 80%;}
}