@charset "UTF-8";
/* CSS Document */
.base-lp {
    max-width: 750px;
    margin: 0px auto;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.wrap-box-lp{
	background-color: #fbffc7;
	padding: 50px 20px;;
	overflow: hidden;
}
.box-lp{
	max-width: 660px;
	margin: 0 auto 50px;
	border: 3px solid #0071bc;
	line-height: 1.8;
	background-color: #FFFFFF;
}
.tit-lp{
	font-size: 32px;
	color: #0071bc;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-bottom: 3px solid #0071bc;
}
@media (max-width: 767px) {
.tit-lp{
	font-size: 24px;
	padding: 5px;
}	
}
.txt-lp{
	font-size: 28px;
	color: #0071bc;
	font-weight: bold;
	padding: 10px 15px;;
}
@media (max-width: 767px) {
.txt-lp{
	font-size: 18px;
}	
}
.btn_wrap{
	max-width: 630px;
    margin: 0px auto;
	display: block;
}
.date_rimit{
	text-align: center;
	font-size: 16px;
	color: #000;
}
