@charset "UTF-8";


.right_column h4{
	white-space: nowrap;
	padding-top: 0;
	margin-top: 10px;
}

.box2 p{
	margin-bottom: 10px;
}

.box2 img{
	margin: 10px 0 20px;
}

.box2 img[src*="/implant/4."]{
	margin: 10px 0 0;
}


/* スマホ向け **************************************************************************************** */

@media (max-width: 650px) {
	.right_column h4{
		white-space: normal;
	}
	
	img {max-width: 100%;}
}
