@charset "utf-8";

/*--- トップイメージ ---*/
.top_img {
	position: relative;	
}
.top_img h2{
	position: absolute;
	top: 50%;
	right: 100px
}
.top_img .img{
	position: absolute;
	top: 0;
	right: 0;
}

/*--- プラン紹介 ---*/
.text_block2{
	font-weight: bold;
}
h4{
	letter-spacing: 5px;
	font-size: 30px;
	margin-top: 20px;
}
.plan_L{
	width: 300px;
}
.plan_R{
	width: 700px;
	text-align: justify;
	letter-spacing: 1px;
}
.plan_hr{
	margin: 70px 0;
}








