@charset "utf-8";
/* ===================================================================

 file name  :jubako > plan.css
 style info :ジュウバコプラン例ページ

=================================================================== */

/* =============================

	overwrite

=============================== */


/* =================================== */
#main .plan01{
	padding: 0 0 240px;
	background: url(../../images/jubako/plan/bg_plan01.jpg) no-repeat 50% 40%;
	background-size:100% auto;
}
#main .plan02{
	padding: 0 0 100px;
	background: url(../../images/jubako/plan/bg_plan02.jpg) no-repeat 50% 60%;
	background-size:100% auto;
}
#main .ttl img + img{
	position: absolute;
	top: 15px;
	right: 30px;
}

#main h3{
	margin: 0 0 78px;
}
#main .fig{
	text-align: center;
}



/* ==========================================================================
   smartPhone
   ========================================================================== */
@media screen and (max-width: 640px){
	/* =============================
	
		overwrite
	
	=============================== */


	/* =================================== */
	#main .plan01{
		padding: 0 0 50px;
		background: none;
	}
	#main .plan02{
		padding: 0 0 50px;
		background: none;
	}
	#main .ttl img + img{
		width: auto;
		height:12px;
		top: 12px;
		right: 5px;
	}
	
	#main h3{
		margin: 0 0 20px;
	}
	#main .fig{
		text-align: center;
	}
}
