@charset "utf-8";
/** index
========================================*/
/* secPlan */
.secPlan{
	border-top:9px solid #74571F;
	border-bottom:12px solid #74571F;
	margin-top:43px;
	padding-bottom:49px;
}
.secPlan .titPlan{
	text-align:center;
	padding:40px 28px 0 0;
}
.secPlan .tabBox{
	margin:52px auto 0;
	font-size:0;
	width:1002px;
	text-align:center;
}
.secPlan .tabBox.sec02{
	margin-top:2px;
}
.secPlan .tabBox .tab{
	display:inline-block;
	vertical-align:top;
	margin-right:38px;
}
.secPlan .tabBox .tab:last-child{ margin-right:0;}
.secPlan .imgMain{
	text-align:center;
	padding:2px 75px 0 0;
}
@media only screen and (max-width:767px){
	.secPlan{
		margin-top:50px;
		padding-bottom:30px;
	}
	.secPlan .titPlan{ padding:30px 3% 0 ;}
	.secPlan .tabBox,
	.secPlan .tabBox.sec02{ 
		width:85%;
		margin:20px auto 0;
	}
	.secPlan .tabBox .tab{ 
		width:49%;
		margin-right:2%;
		margin-bottom:2%;
	}
	.secPlan .tabBox .tab:nth-child(2n){ margin-right:0;}
	.secPlan .inner{ width:93.75%;}
	.secPlan .imgMain{ padding:0 3% ;}
}

