@charset "utf-8";
.mvArea{
	width: 100%;
	height: 240px;
	background: url("../../img/plan/mv.jpg") top center / cover;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mvArea img{
	max-width: 375px;
}
.plan{
	padding: 120px 5% 200px;
	background: #fff url("../../img/plan/plan_bg.png") no-repeat top right / 60% auto;
	color: #000;
}
.plan_ttl{
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}
.plan_txt{
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-bottom: 120px;
}
.plan_box{
	display: block;
	width:70%;
	margin: 0 auto;
}
.plan_type{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin-bottom: 50px;	
  width: 100%;
}
.plan_type_item{
  width: 29%;
  margin: 0 2% 40px;
}
.plan_type_item img{
	width: 100%;
}
.plan_txt02{
	font-size: 13px;
	line-height: 2;
	margin-left: 30px;
}
@media screen and (max-width: 1024px) { 
	.sale{
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(23%, #fff), color-stop(23%, #f0f0f0), to(#f0f0f0));
		background: -o-linear-gradient(top, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%);
		background: linear-gradient(180deg, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%); /* Firefox *//* safari Chrome */
		background:linear-gradient(180deg, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%); /* IE */
	}
	.award{
		padding: 60px 5%;
	}
}
@media screen and (max-width: 750px) { 
	.mvArea{
		height: 200px;
	}
	.plan{
		padding: 60px 5%;
		background: #fff url(../../img/brand/brand_bg.png) no-repeat top right / 80% auto;
	}
	.plan_ttl{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.plan_ttl02{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.plan_txt{
		font-size: 15px;
		margin-bottom: 30px;
	}
	.plan_box{
		width:100%;
		margin: 0 auto;
	}
	.plan_type{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;
	}
	.plan_type_item{
		width: 80%;
    margin: 0 10% 30px;
	}
	.plan_type_item:last-child{
		margin-bottom: 0;
	}
	.plan_txt02{
		font-size: 12px;
		margin-left: 0px;
	}
}