
.plan-area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 120px 0 0 0;
	width: 100%;
	height: auto;
}

.top_title {
	display: block;
	position: relative;
	padding: 70px 0 0 150px;
	margin: 0 0 0 0;
	width: 100%;
	height: 210px;
	background-color: #489aba;
	color: #fff;
	font-size: 5.4em;
	line-height: 1em;
	font-family: "Cardo", serif;
	font-weight: 700;
	z-index: 2000;
}

.top_title span {
	display: block;
	position: relative;
	font-size: 0.2em;
	line-height: 0.4em;
	padding:8px 0 0 0;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 1px;
}

@media screen and (max-width:1400px) {

	.top_title {
		display: block;
		position: relative;
		padding: 70px 0 0 40px;
		margin: 0 0 0 0;
		width: 100%;
		height: 210px;
		background-color: #489aba;
		color: #fff;
		font-size: 3.8em;
		line-height: 1em;
		font-family: "Cardo", serif;
		font-weight: 700;
		z-index: 2000;
	}

}


.plan-co {
	display: block;
	position: relative;
	padding: 60px 24px 0 150px;
	margin: 0 0 0 0;
	width: 100%;
	height: 430px;
	z-index: 2000;
}

@media screen and (max-width:1400px) {

	.plan-co {	
		display: block;
		position: relative;
		padding: 40px 24px 0 40px;
		margin: 0 0 0 0;
		width: 100%;
		height: 430px;
	}	
	
}	

@media screen and (max-width:640px) {
	
	.plan-co {	
		display: block;
		position: relative;
		padding: 24px 24px 0 18px;
		margin: 0 0 0 0;
		width: 100%;
		height: 430px;
	}	
	
	
	
}	
		

.bg01 {
	background-image: url(../images/plan_bg01.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
}

.bg02 {
	background-image: url(../images/plan_bg02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
}

.bg03 {
	background-image: url(../images/plan_bg03.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
}

@media screen and (max-width:640px) {

	.bg01,
	.bg02,
	.bg03 {
		background-position: left center;
	}

}












.co_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 10.5em;
	line-height: 0.9em;
	font-family: "Cardo", serif;
	color: #fff;
}

.co_title span {
	display: inline-block;
	position: relative;
	font-size: 0.2em;
	line-height: 0.4em;
	padding:8px 0 0 0;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 1px;
}


.co_lead {
	display: block;
	position: relative;
	padding: 10px 18px 0 0;
	margin: 0 0 0 12px;
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 1px;
	color: #fff;
}

.co_lead2 {
	display: block;
	position: relative;
	padding: 36px 0 0 0;
	margin: 0 0 0 12px;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 1px;
	color: #fff;
}

.co_lead2 span {
	display: inline-block;
	position: relative;
	padding: 4px 12px 4px 12px;
	margin: 8px 0 0 0;
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 1px;
	/*
	color: #489aba;
	background-color: #ffed98;
	*/
	color: #fff;
	background-color: #ff9000;
	border-radius: 10px;
}


@media screen and (max-width:640px) {

	.co_title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-size: 6.3em;
		line-height: 0.9em;
		font-family: "Cardo", serif;
		color: #fff;
	}
	
	.co_title span {
		display: inline-block;
		position: relative;
		font-size: 0.2em;
		line-height: 0.4em;
		padding:8px 0 0 0;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		letter-spacing: 1px;
	}



}





.plan_info {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 80px 0 80px 0;
	width: 100%;
	height: auto;
}


.plan_bt {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 320px;
	height: 68px;
	line-height: 68px;
	text-align: center;
}
	
.plan_bt a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 320px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	color: #fff;
	background-color: #489aba;
	font-size: 1.4em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 34px;
}	






