@charset "UTF-8";

/*m_img
---------------------------------------------------------*/
.contentpage .m_img {
	background-image: url(../images/medical/implant/m_img.jpg);
}



/*導入
---------------------------------------------------------*/
.implant .lead_img {
	width: 80%;
	max-width: 580px;
	margin: 30px auto 0;
	text-align: right;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.implant .lead_img {
	margin-top: 3%;
}
}



/*当院のインプラント治療について
---------------------------------------------------------*/
.implant .box01 .zisseki {
	width: 100%;
	max-width: 700px;
	margin: 50px auto 0;
}
.implant .box01 .zisseki dt,
.implant .box01 .zisseki dd {
	display: inline-block;
	vertical-align: middle;
	color: #2e3191;
}
.implant .box01 .zisseki dt {
	letter-spacing: .1em;
	line-height: 1.2em;
}
.implant .box01 .zisseki dd span {
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.implant .box01 .zisseki dd strong {
	font-size: 150%;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.implant .box01 .zisseki dd .ft_didact {
	letter-spacing: .05em;
}
.implant .box01 .zisseki dd.separate {
	margin: 0 3%;
}
.implant .box01 .zisseki .med_frame {
	background: url(../images/medical/implant/bg1.jpg) no-repeat right center;
	background-size: cover;
	padding: 0 5%;
}
.implant .box01 .zisseki .caption {
	margin-top: .8em;
	font-size: 86%;
	letter-spacing: .05em;
	line-height: 1.2em;
	text-align: right;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.implant .box01 .zisseki {
	margin-top: 6%;
}
.implant .box01 .zisseki .med_frame {
	padding: 5%;
}
.implant .box01 .zisseki dt,
.implant .box01 .zisseki dd {
	display: block;
	text-align: center;
}
.implant .box01 .zisseki dt {
	padding-bottom: .8em;
	margin-bottom: .8em;
	position: relative;
}
.implant .box01 .zisseki dt::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background: -moz-linear-gradient(left,  rgba(46,49,145,0) 0%, rgba(46,49,145,1) 30%, rgba(46,49,145,1) 70%, rgba(46,49,145,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(46,49,145,0) 0%,rgba(46,49,145,1) 30%,rgba(46,49,145,1) 70%,rgba(46,49,145,0) 100%);
	background: linear-gradient(to right,  rgba(46,49,145,0) 0%,rgba(46,49,145,1) 30%,rgba(46,49,145,1) 70%,rgba(46,49,145,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e3191', endColorstr='#002e3191',GradientType=1 );
}
.implant .box01 .zisseki dd span {
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.2em;
}
.implant .box01 .zisseki dd strong {
	font-size: 140%;
	letter-spacing: .05em;
}
.implant .box01 .zisseki dd.separate {
	display: none;
}
}



/*インプラント・入れ歯・ブリッジの比較
---------------------------------------------------------*/
.implant .box02 .hikaku_box {
	margin-top: 80px;
}
.implant .box02 .hikaku_box dl {
	width: 33.3333%;
	float: left;
	box-sizing: border-box;
	border-left: solid 1px rgba(131,131,131,0.3);
	text-align: center;
}
.implant .box02 .hikaku_box dl.item_implant {
	border-left: none;
}

.implant .box02 .hikaku_box dt {
	background: #edf2f1;
	padding: 15px 0;
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.2em;
}
.implant .box02 .hikaku_box .item_implant dt {
	background: #2e3191;
	color: #fff;
}

.implant .box02 .hikaku_box dd {
	padding: 30px 5%;
}

.implant .box02 .hikaku_box .merit,
.implant .box02 .hikaku_box .demerit {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.implant .box02 .hikaku_box .merit {
	background: #fff4f1;
}
.implant .box02 .hikaku_box .demerit {
	background: rgba(229,229,229,0.5);
}
.implant .box02 .hikaku_box .merit li,
.implant .box02 .hikaku_box .demerit li {
	position: relative;
	font-size: 90%;
	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 #ff709e;
  border-radius: 30px;
  position: absolute;
  top: .4em;
  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: #989898;
  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: 6%;
}
}

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

.implant .box02 .hikaku_box dt {
	padding: .8em 0;
}

.implant .box02 .hikaku_box dd {
	padding: 5%;
}

.implant .box02 .hikaku_box .merit,
.implant .box02 .hikaku_box .demerit {
	padding-top: 5%;
	padding-bottom: 5%;
}
}



/*インプラントの流れ
---------------------------------------------------------*/
.implant .box03 .flow_list li {
	position: relative;
	padding-left: 65px;
	padding-top: 6px;
	padding-bottom: 50px;
}
.implant .box03 .flow_list li::before {
	position: absolute;
	z-index: 0;
	left: 20px;
	top: 0;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background: #e3c700;
}
.implant .box03 .flow_list li:last-child::before {
	display: none;
}

.implant .box03 .flow_list h4 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 45px;
}

.implant .box03 .flow_list .flt_box {
	_zoom: 1;
	overflow: hidden;
}
.implant .box03 .flow_list .flt_box .flow_txt {
	width: 67%;
	float: left;
}
.implant .box03 .flow_list .flt_box .flow_img {
	width: 30%;
	max-width: 280px;
	float: right;
}

.implant .box03 .flow_list .flow_txt dt {
	color: #699fb2;
	font-size: 130%;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.implant .box03 .flow_list .bg_box {
	margin-top: 30px;
	background: #edf2f1;
	padding: 20px 3%;
}
.implant .box03 .flow_list .bg_box .flt_r {
	width: 50%;
	max-width: 400px;
	margin-left: 3%;
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.implant .box03 .flow_list li {
	padding-bottom: 4%;
}
.implant .box03 .flow_list .bg_box {
	margin-top: 3%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
}

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

.implant .box03 .flow_list .flt_box .flow_txt {
	width: 100%;
	float: none;
}
.implant .box03 .flow_list .flt_box .flow_img {
	width: 100%;
	text-align: center;
	float: none;
	margin: .8em auto 0;
}

.implant .box03 .flow_list .flow_txt dt {
	margin-bottom: .2em;
}
.implant .box03 .flow_list .flow_txt dd {
	line-height: 1.8em;
}

.implant .box03 .flow_list .bg_box {
	margin-top: 1.0em;
	padding: 4%;
}
.implant .box03 .flow_list .bg_box .flt_r {
	float: none;
	width: 100%;
	margin: 0 auto 1.0em:
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 480px) {
.implant .box03 .flow_list li {
	padding-left: 16%;
	padding-top: 0;
}
.implant .box03 .flow_list li::before {
	left: 6%;
}

.implant .box03 .flow_list h4 {
	width: 12%;
}
}
