/* main in
------------------------------*/
.plan_container {
	padding: 0 1%;
}
#plan-content{
	}
	
.two_set{
	padding: 10px;
}
.ds_compare{
	border: 1px solid #ccc;
	border-radius: 8px;
	margin:20px 0;
	padding: 10px;
}
.ds_compare p {
	line-height: 1.5;
	font-size: 1.1em;
	margin: 0 0 20px;
}
.ds_compare p a img:first-of-type {
	width: 280px;
}

.plan {
	clear:both;
	width:100%;
	margin-bottom:30px;
}
h2.planh2 {
	border-left: 6px solid #66cc00;
	background-color: #a2eaae;
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0;
	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: 1.2em;
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px 0 4px 8px;
	color: #666;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.post_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 0 50px;
}
.post{
	text-align: center;
	padding: 10px;
	margin-bottom:15px;
	border: 1px solid #f1f1f1;
	width: 33%;
	box-sizing: border-box;
}
.post2 {
	text-align: center;
	padding: 10px;
	margin-bottom:15px;
	border: 1px solid #f1f1f1;
	width: 48%;
	box-sizing: border-box;
}
@media screen and (max-width: 576px) {
.post_wrap {
	display: flex;
	flex-direction: column;
	margin: 0 0 50px;
}
.post,.post2 {
	text-align: center;
	padding: 10px;
	margin-bottom:15px;
	border: 1px solid #d5d5d5;
	width: 100%;
	box-sizing: border-box;
}
}
.post h4,.post2 h4{
	font-size:13px;
	color:#3E3E3E;
	background-color: #f1f1f1;
	padding: 4px;
	text-align: center;
}

.entable{
	}

.ri {
	padding: 0 0 5px;
}
.g-t {
	font-size: 12px;
	color: #3E3E3E;
	text-align: center;
	border: 1px solid #CCCCCC;
	width: 100%;
	line-height: 1.4;
}


.g-t td {
	border: 1px solid #CCCCCC;
	padding: 0 2px;
}

.c1 {
	padding: 4px;
	background-color: #EDEFEE;
}
.c1 li {

	color: #333333;
	text-align: center;
	line-height: 1.4;
}
/*-------------------*/	
.c2 {
	line-height: 1.5;
	font-size: 14px;
	/*font-weight: bold;
	color: #8A7859;
	text-align: center;*/
	margin: 0 0 30px;
}
.c2_2 {
	line-height: 1.5;
	font-size: 14px;
	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 2px 4px 0;
}
/*-------------------*/	
.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 5px;
	background: #f1f1f1;
	border-radius: 6px;
	
	}
.plan_nh_case::after {
	width:160px;
	margin: 0 1% 20px;
	height: 0;
	content:"";
	display: block;
	}
.plan_nh_case::before {
	width:160px;
	margin: 0 1% 20px;
	height: 0;
	content:"";
	display: block;
	order: 1;
	}

.n_plan {
	width:160px;
	margin: 0 1% 20px;
	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);
	}
	
@media screen and (max-width: 414px) {
.n_plan {
	width: 44%;
}
.n_plan h5 {
	font-size:10px;
}	
}
/*----------プランニング テキスト------------------*/
.plan_text{
	padding: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 0 20px;
	border-radius: 6px;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;		
	
}
.plan_text p {
	color: #3e3e3e ;
	font-size: 14px;
	margin: 0 0 10px;
}








