/* main in
------------------------------*/
.plan_container {
	margin: -15px 0 0;
}

h2.planh2 {
	border-left: 6px solid #66cc00;
	background-color: #a2eaae;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px;
	border-bottom: 1px dotted #CCC;
	padding: 8px 0 4px 8px;
	color: #666;
	box-sizing: border-box;
}
.plan h3 {
	border-left: 6px solid #66CC00;
	background-color: #cdf7d4;
	width: 100%;
	font-size: 18px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px 0 4px 8px;
	color: #666;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.plan {
	padding-bottom: 20px;
}

.post_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 0 50px;
}
.post,.post2{
	margin:15px 0 0; 
	text-align: center;
	border: 1px solid #d5d5d5;
	padding: 0;
}

.post h4,.post2 h4 {
	font-size:15px;
	color:#3E3E3E;
	background-color: #f1f1f1;
	padding: 4px;
	text-align: center;
}
.c1 {
	background-color: #EDEFEE;
}
.c1 li {
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 1.4;
	padding: 8px 2px;
}
.ri {
	padding: 0 20px 5px;
}
.g-t {
	font-size: 14px;
	color: #3E3E3E;
	text-align: center;
	border: 1px solid #CCCCCC;
	width: 100%;
	line-height: 1.4;
}
.g-t td {
	border: 1px solid #CCCCCC;
	padding-top: 0 2px;
}
/*-------------------*/	
.c2 {
	line-height: 1.4;
	font-size: 16px;
	margin: 0 0 40px;
}
.c2_2 {
	line-height: 1.4;
	font-size: 16px;
	/*text-align: center;*/
	margin: 0 0 10px;
}


.c2_2::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background-image: url(../planning/img/advice_man.svg);
	background-size: contain;
	vertical-align: middle;
	margin: 0 6px 4px 0;
}
/*-------------------*/
.plan-content {
	display: flex;
	margin: 0 0 20px;
}
.two_set{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin: 0 10px 0 0;
}
.ds_compare{
	flex: 0 1 300px;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 15px;
}
.ds_compare p:first-of-type {
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 10px;
}


.n_plan h5 {
	font-size:12px;
	color:#3E3E3E;
	background-color: #fff;
	padding: 4px;
	text-align: center;
}


	
.plan_nh_case {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	box-sizing: border-box;
	border: 1px dotted #CCCCCC;
	margin: 0 0 30px;
	padding: 20px 10px;
	background: #f1f1f1;
	border-radius: 8px;
	
	}
	
.n_plan{
	width:162px;
	text-align: center;
	background: #FFF;
	transition: 0.3s ease-in-out;
	 box-shadow: 0 1px 1px rgba(0,0,0,0.03), 
              0 2px 2px rgba(0,0,0,0.03), 
              0 4px 4px rgba(0,0,0,0.03), 
              0 6px 8px rgba(0,0,0,0.03),
              0 8px 16px rgba(0,0,0,0.03);
	}
	
.n_plan:hover {
	opacity: .7;
	box-shadow: 0 1px 1px rgba(0,0,0,0.11);
	}
/*----------プランニング テキスト------------------*/
.plan_text{
	padding: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 0 20px;
	border-radius: 6px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: space-around;	
	
}
.plan_text p {
	color: #3e3e3e;
	font-size: 1.2em;
	display: block;
	width: 50%;
}
	