#plan-page #head_area {
	background: #333;
}

#mjwood_navi {
	border-bottom: 1px solid #ccc;
}
#plan-page #breadcrumb {
    color: #000;
}
#plan-page #breadcrumb a {
    color: #000;
}
.plan-main {
	padding: 190px 0 100px;
	text-align: left;
	background: rgba(163, 137, 119, 0.1);
}
.plan-wrap {
	width: 1000px;
	margin: 0 auto;
}
.plan-main-logo {
	margin-bottom: 40px;
}

.sec-plan {
	padding: 80px 0;
	text-align: left;
	color: #604C3F;
}

.sec-plan h2 {
	margin-bottom: 32px;
}

.sec-plan-ttl {
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-top: 72px;
	margin-bottom: 24px;
}
.sec-plan h3 {
	position: relative;
	padding: 0 20px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	z-index: 2;
	margin-right: 30px;
}

.sec-plan h3::before {
	content: '';
	display: block;
	height: 78px;
	width: 100%;
	position: absolute;
	top: -16px;
	left: 0;
	z-index: -1;
}

.plan-z {
	background: #fff;
}

.plan-z h3::before {
	background: #A28877;
}

.plan-o {
	background: #FCFAEF;
}

.plan-o h3::before {
	background: #9B9886;
}

.plan-l {
	background: #F5EEE4;
}

.plan-l h3::before {
	background: #A28877;
}

.sec-plan-flex {
	display: flex;
	flex-wrap: wrap;
}

.sec-plan-flex-item {
	position: relative;
	z-index: 2;
	margin-right: 32px;
}

.sec-plan-flex-item:first-child {
	margin-right: 60px;
}

.sec-plan-flex-item:last-child {
	margin-right: 0;
}

.sec-plan-cap {
	text-align: right;
	font-size: 14px;
}
.sec-note {
	padding: 60px 0;
	text-align: left;
	font-size: 14px;
}

.note-wrap {
	width: 960px;
	margin: 0 auto;
}


.cv {
	background: #47494B;
	padding: 60px;
}

.cv-wrap {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cv-img {
	margin: 0 30px;
}

.cv-btn {
	margin: 0 30px;
	height: 60px;
	width: 370px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.cv-btn::before {
	content: '';
	display: inline-block;
	height: 24px;
	width: 24px;
	background: url(../img/book.png) no-repeat center center / contain;
	margin-right: 8px;
}

@media screen and (max-width:480px) { 
	#plan-page #head_area {
		background: #999;
	}
	.sec-plan {
		padding:30px 0 0;
	}

	.plan-wrap {
		width: auto;
		padding: 0 16px 0 10px;
	}
	.plan-main {
		padding: 80px 0 30px;
	}
	.plan-main-logo img {
		max-width: 200px;
		height: auto;
	}
	.sec-plan-flex {
		justify-content: space-between;
	}
	.sec-plan h2 img {
		height: 82px;
		width: auto;
	}
	
	
	.sec-plan-flex-item {
		margin-right: 0;
		width: 48%;
		margin-bottom: 20px;
	}
	
	.sec-plan-flex-item:first-child {
		margin-right: 0;
		width: 100%;
	}
	
	.sec-plan-ttl {
		display: block;
	}
	.sec-plan-ttl h3 {
		position: relative;
		padding: 0 10px;
		margin-right: 0;
		display: inline-block;
	}

	.sec-plan-ttl p {
		position: relative;
		z-index: 2;
		padding: 10px;
		margin-top: 8px;
		background: rgba(248, 245, 243, 1);
	}
	.sec-note {
		padding: 30px 0;
	}
	
	.note-wrap {
		width: auto;
		margin: 0 auto;
		padding: 0 10px;
	}

	.cv {
		padding: 30px;
	}
	
	.cv-wrap {
		width: auto;
		padding: 0 10px;
		display: block;
	}
	
	.cv-img {
		display: none;
	}
	
	.cv-btn {
		margin: 0;
		height: 60px;
		width: 100%;
	}
	.cv-btn::before {
		height: 50px;
		width: 80px;
		background: url(../img/30@2x.png) no-repeat center center / contain;
	}



}