@charset "UTF-8";
/* CSS Document */
	.marker_b {
 background: linear-gradient(transparent 75%, #9BD1AF 75%);   
}
/*心エコー*/
	.ec_all {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 20px;
		height: auto;
		min-height: 280px;
		border-bottom: 1px dotted rgba(88,174,101,1.00);
	}
	.ec_l {
	width: 40%;
		float: left;
		
	}
	.ec_r {
	width: 55%;
		float: right;	
	}
	.ec_title {
		font-size: 110%;
		font-weight: bold;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.ec_j {
    padding:4% 5%;
border-radius: 10px;
  border: 0px solid rgba(255,158,160,1.00);
box-shadow: rgba(255,200,200,0.71) 0px 0px 16px;
	}


/*横幅768px以下に適応*/
@media only screen and (max-width: 768px) {

/*心エコー*/
	.ec_all {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-bottom: 50px;
		height: auto;
		min-height: 280px;
		border-bottom: 1px dotted rgba(170,170,170,1.00);
	}
	.ec_l {
	width: 98%;
		float: none;
margin-left:auto;
margin-right:auto;
		
	}
	.ec_r {
	width: 98%;
		float: none;
margin-left:auto;
margin-right:auto;
		
	}
	.ec_title {
		font-size: 110%;
		font-weight: bold;
		padding-top: 15px;
		padding-bottom: 10px;
	}	
		.ec_j {
    padding:4% 5%;
border-radius: 10px;
  border: 0px solid rgba(255,158,160,1.00);
box-shadow: rgba(255,200,200,0.71) 0px 0px 16px;
	}