@charset "utf-8";

/* -----------------------------------------------------------

	インプラント CSS

----------------------------------------------------------- */



.implant #main .section1 .leftArea {
	float: left;
	width: 400px;
}

.implant #main .section1 .rightArea {
	float: right;
	width: 240px;
}



.implant #low_02 dl {
	float: left;
	margin-right: 1.5%;
	width: 31%;
	max-width: 200px;
	height: 400px;
	overflow: hidden;
	border: 1px solid #cccccc;
	border-radius: 6px;
}

.implant #low_02 dl.last {
	margin-right: 0;
}

.implant #low_02 dt {
	padding: 0.5em 0;
	color: #36aefe;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #36aefe;
	background: #f8f8f8;
}

.implant #low_02 dd {
	margin-bottom: 10px;
}

.implant #low_02 dd p {
	padding: 0 10px;
}

.implant #low_02 dd .tit {
	margin: 0 10px 5px 10px;
	background: #2fabff;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #2fabff;
	border-radius: 4px;
}




.implant #low_03 .rightArea {
	width: 34%;
	max-width: 210px;
}

.implant #low_03 h3 {
	margin-bottom: 15px;
	color: #96d033;
	font-size: 1.7em;
	font-weight: bold;
}


.implant .flow-outer #step1 .column1 div {
	width: 36%;
	max-width: 280px;
}
.implant .flow-outer #step2 .column1 div {
	width: 42.2%;
	max-width: 250px;
}
.implant .flow-outer #step3 .column1 div {
	width: 22.2%;
	max-width: 340px;
}
.implant .flow-outer #step4 .column1 div {
	width: 43.5%;
	max-width: 240px;
}
.implant .flow-outer #step5 .column1 div {
	width: 20.4%;
	max-width: 340px;
}


/*############################################################################################*/
/* スマホ向け指定：～480px */
/*############################################################################################*/

@media only screen and (max-width: 480px) {

	.implant #low_02 dl {
		float: none;
		margin: 0 auto 10px auto;
		width: 100%;
		width: auto;
		max-width: 480px;
		height: auto;
	}

	.implant #low_02 dd img {
		display: block;
		max-width: 250px;
		margin: 0 auto;
	}

	.implant #low_02 dl.last {
		margin: 0 auto 10px auto;
	}
	
	.implant #low_02 dt {
		padding: 0.2em 0;
		font-size: 1.4em;
	}
	
	

}

/*############################################################################################*/
/* タブレット向け指定：481px～768px */
/*############################################################################################*/
@media only screen and (min-width: 481px) and (max-width: 906px) {


}