@charset "utf-8";
/*
 * CSS raisapo_top.css
 */
/* ---------------------------------------
	#raisapo_top
--------------------------------------- */
/* #sec_1 */
#raisapo_top #sec_1 .img1{
	margin-bottom: 20px;
	text-align: center;
}
#raisapo_top #sec_1 .img1 img{
	max-width:300px;
	height:auto;
}
#raisapo_top #sec_1 .txt1{
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
#raisapo_top #sec_1 .txt2{
	margin-bottom: 20px;
	text-align: center;
	font-size:1.1em;
}
@media screen and (max-width: 767px) {
	#raisapo_top #sec_1 .img1{
		margin-top: 40px;
	}
	#raisapo_top #sec_1 .img1 img{
		width:65%;
		height:auto;
	}
	#raisapo_top #sec_1 .txt1{
		font-weight: bold;
		font-size: 1em;
	}
	#raisapo_top #sec_1 .txt2{
		margin-bottom: 0px;
		font-size:1em;
	}
	#raisapo_top #sec_1 .btn_area a + a{
		margin-top: 10px;
	}
}