<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*当院のインプラント治療について
---------------------------------------------------------*/	
 .implant .pickup_box {
 	margin-top: 40px;
 }
 .implant .pickup_box h5 {
	background: #756452;
	padding: 15px 3%;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	text-align: center;
 }
 .implant .pickup_box .bg_box {
	background: repeating-linear-gradient(-45deg, #F5F5F0, #F5F5F0 2px, #fff 0, #fff 12px);
	background-size: 50px 50px;
	padding: 30px 4% 40px;
	text-align: center;
 }
 
 .implant .pickup_box ul {
 	margin-bottom: 40px;
 }
 .implant .pickup_box li {
 	width: 32%;
	margin-left: 2%;
	float: left;
 }
 .implant .pickup_box li:first-child {
	margin-left: 0;
 }
 
 .implant .pickup_box li dt {
	color: #766451;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin: 15px 0 5px;
 }
 .implant .pickup_box li dd {
	color: #A5D200;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
 }

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
 .implant .pickup_box {
 	margin-top: 5%;
 }
 .implant .pickup_box .bg_box {
	padding: 5% 3%;
 }
 
 .implant .pickup_box ul {
 	margin-bottom: 5%;
 }
 
 .implant .pickup_box li dt {
	letter-spacing: normal;
	font-size: 94%;
 }
 .implant .pickup_box li dd {
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.4em;
 }
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
 .implant .pickup_box {
 	margin-top: 6%;
 }
 .implant .pickup_box h5 {
	font-size: 120%;
	letter-spacing: .05em;
 }
 .implant .pickup_box .bg_box {
	padding: 6% 4%;
	text-align: center;
 }
 
 .implant .pickup_box ul {
 	margin-bottom: 0;
 }
 .implant .pickup_box li {
 	width: 100%;
	margin-left: 0;
	float: none;
	margin-bottom: 6%;
 }
 
 .implant .pickup_box li p {
 	max-width: 230px;
	margin:  0 auto;
 }
}



/*ブリッジ・入れ歯との比較
---------------------------------------------------------*/	
.implant .box02 .hikaku_box {
	margin-top: 40px;
	border-right: solid 1px #D0DACB;
}
.implant .box02 .hikaku_box dl {
	width: 33.3333%;
	float: left;
	box-sizing: border-box;
	border-top: solid 1px #D0DACB;
	border-left: solid 1px #D0DACB;
	text-align: center;
}

.implant .box02 .hikaku_box dt {
	background: #EAEEE8;
	padding: 15px 0;
	color: #746452;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.implant .box02 .hikaku_box .item_implant dt {
	background: repeating-linear-gradient(-45deg, #FFFB7C, #FFFB7C 2px, #fff 0, #fff 12px);
	background-size: 50px 50px;
	color: #FD4E4B;
}

.implant .box02 .hikaku_box dd {
	border-bottom: solid 1px #D0DACB;
	padding: 20px 5%;
}

.implant .box02 .hikaku_box .merit {
	text-align: left;
	background: #FFF5F0;
}
.implant .box02 .hikaku_box .demerit {
	text-align: left;
	background: #F1FBFA;
}
.implant .box02 .hikaku_box .merit li,
.implant .box02 .hikaku_box .demerit li {
	position: relative;
	font-size: 94%;
	letter-spacing: normal;
	line-height:  1.6em;
	padding-left: 20px;
	margin-bottom: 5px;
}
.implant .box02 .hikaku_box .merit li::before{
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid #FF9C6F;
  border-radius: 30px;
  position: absolute;
  top: .35em;
  left: 0px;
}
.implant .box02 .hikaku_box .demerit li::before,
.implant .box02 .hikaku_box .demerit li::after {
  display: block;
  content: '';
  width: 2px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #71D6D2;
  border-radius: 10px;
  position: absolute;
  top: .3em;
  left: 5px;
}
.implant .box02 .hikaku_box .demerit li::after {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.implant .box02 .hikaku_box {
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.implant .box02 .hikaku_box {
	margin-top: 0;
	border-right: 0;
}
.implant .box02 .hikaku_box dl {
	margin-top: 5%;
	width: 100%;
	float: none;
	border-right: solid 1px #D0DACB;
}
}



/*インプラントの流れ
---------------------------------------------------------*/
.implant .box03 .flow_box {
	position: relative;
	padding-left: 65px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.implant .box03 .flow_box::before {
	position: absolute;
	z-index: 0;
	left: 20px;
	top: 0;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background: #D0DACB;
}

.implant .box03 .flow_box h5 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: #FFF40A;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #756452;
	font-size: 170%;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
}

/* IE10 */
@media all and (-ms-high-contrast:none) {
.implant .box03 .flow_box h5 {
	line-height: 65px;
}
}
/* IE11 */
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .implant .box03 .flow_box h5 {
	line-height: 65px;
}
}

.implant .box03 .flow_box dl {
	width: 67%;
	float: left;
}
.implant .box03 .no_flt dl {
	width: 100%;
	float: none;
}
.implant .box03 .flow_box .flow_img {
	width: 31%;
	max-width: 300;
	float: right;
}

.implant .box03 .flow_box dt {
	color: #726452;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.implant .box03 .flow_box {
	padding-bottom: 5%;
}
.implant .box03 .flow_box dl {
	width: 63%;
}
.implant .box03 .flow_box .flow_img {
	width: 34%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.implant .box03 .flow_box {
	padding-bottom: 5%;
}

.implant .box03 .flow_box dl {
	width: 100%;
	float: none;
}
.implant .box03 .flow_box .flow_img {
	width: 100%;
	float: none;
	max-width: 200px;
	margin: 5% auto 0;
}
}</pre></body></html>