@charset "UTF-8";

/*m_img 
---------------------------------------------------------*/
.contentpage .m_img::before{
	background-image: url("../images/equipment/m_img@2x.jpg") ;
}





/*共通
---------------------------------------------------------*/
.dvi_bg{
	padding: 170px 0 0 ;
	z-index: 1;
}
.dvi_bg::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	width: 433px;
	height: 433px;
	left: 0;
	top:0;
	z-index: -1;
}
.dvi_bg::after{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
	width: 433px;
	height: 433px;
	right: 0;
	bottom:0;
	z-index: -1;
}
 .dvi_bg .dvi_tit{
	 font-size: 90%;
	 letter-spacing: 0.15em;
	 line-height: 1em;
	 margin-bottom: 120px;
 }
.dvi_bg .dvi_tit p{
   color: #313f43;
}
  .dvi_bg .dvi_tit h4{
	font-size: 220%;
	letter-spacing: 0.15em;
	line-height: 1em;
  }
.dvi_bg .dvi_tit h4 span{
	font-size: 240%;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0.6em 0;
	display: block;
}
.dvi_bg > .bg_gry{
	padding: 150px 0 190px;
}
.dvi_bg > .bg_gry::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;
	width: 1084px;
	height:655px;
	right:0;
	top:0;
	transform: translateY(-73%);
	z-index: -1;
}
.dvi_bg .dvi_border_list > li{
	padding-top: 130px;
	margin-top: 130px;
	border-top: 1px solid rgba(192,195,196,0.85);
}
.dvi_bg .dvi_border_list > li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.dvi_flt{
	z-index: 1;
}
.dvi_flt .txt_l,
.dvi_flt .img_l{
	float: left;
}
.dvi_flt .txt_r,
.dvi_flt .img_r{
	float: right;
}
.dvi_flt .txt_l,
.dvi_flt .txt_r{
	max-width: 644px;
	width: 50%;
}
.dvi_flt .img_l,
.dvi_flt .img_r{
	max-width: 593px;
	width: 46%;
}
.dvi_flt .abs_txt{
	font-size: 812%;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: rgba(255,255,255,0.65);
	position: absolute;
	display: block;
	right: 0;
	top:-0.025em;
	z-index: -1;
}
.dvi_style dt{
	font-size: 153%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}
.dvi_style dt span{
	font-size: 230%;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 0.35em 0;
	display: block;
}
.dvi_plus_tit{
	font-size: 90%;
	 letter-spacing: 0.15em;
	 line-height: 1em;
	 margin-bottom: 70px;
}
.dvi_plus_tit p{
	color: #313f43;
}
.dvi_plus_tit p,
.dvi_plus_tit h5{
	padding-left: 3em;
}
.dvi_plus_tit h5{
	position: relative;
}
.dvi_plus_tit h5::before{
	position: absolute;
	content: "";
	background: url("../images/equipment/plus.svg") no-repeat left top;
	background-size: 100% 100%;
	width: 1.67em;
	height: 1.67em;
	left: 0;
	top:1.15em;
}
.dvi_plus_tit h5 span{
	font-size: 248%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
.dvi_list3{
	display: flex;
    flex-wrap: wrap;
}
.dvi_list3 > li{
	width: 31.255%;
	margin-right: 3.1175%;
	margin-top: 80px;
}
.dvi_list3 > li:nth-child(-n + 3){
	margin-top: 0;
}
.dvi_list3 > li:nth-child(3n) {
	margin-right: 0;
}
.dvi_list3 > li div{
	max-width: 411px;
	margin: 0 auto 40px;
	text-align: center;
}
.dvi_list3 > li dt{
	font-size: 165%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 0.6em;
}
.dvi_sub_box{
	background-color: #fff;
	padding: 0 3%;
}
.dvi_sub_box .sub_box_flex{
	max-width: 1115px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.dvi_sub_box .sub_box_flex .img_l{
	max-width: 410px;
	width: 37%;
	display: flex;
	align-items: center;
}
.dvi_sub_box .sub_box_flex .txt_r{
	max-width: 645px;
	width: 59%;
	display: flex;
	align-items: center;
	padding: 1em 0;
}
.dvi_sub_box .sub_box_flex .txt_r dt{
	font-size: 150%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 0.6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) {
.dvi_bg::before{
	width: 29vw;
	height: 29vw;
}
.dvi_bg::after{
	width: 29vw;
	height: 29vw;
}
.dvi_bg > .bg_gry::before{
	width: 72.267vw;
	height:43.667vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1360px) {
.dvi_bg{
	padding: 13vw 0 0 ;
}

.dvi_bg .dvi_tit{
	 margin-bottom: 9vw;
}
.dvi_bg > .bg_gry{
	padding: 11vw 0 14vw;
}
.dvi_bg .dvi_border_list > li{
	padding-top:10vw;
	margin-top: 10vw;
}
.dvi_flt .abs_txt{
	font-size:10.2vw;
}
.dvi_plus_tit{
	 margin-bottom: 5vw;
}
.dvi_list3 > li{
	margin-top: 6vw;
}
.dvi_list3 > li div{
	margin: 0 auto 3vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1270px) {
.dvi_list3 > li dt{
	font-size: 2.3vw;
	letter-spacing: 0.05em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1165px) {
 .dvi_bg .dvi_tit{
	 font-size: 1.28vw;
}
.dvi_style dt{
	font-size: 2.23vw;
}
.dvi_plus_tit{
	font-size: 1.28vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1010px) {
.dvi_sub_box{
	padding: 0;
}

.dvi_sub_box .sub_box_flex .txt_r{
	padding-right: 3%;
	margin-left: 3%;
	width: 60%;
	box-sizing: border-box;
	font-size: 1.7vw;
}
.dvi_sub_box .sub_box_flex .txt_r dt{
	margin-bottom: 0.5em;
}
.dvi_sub_box .sub_box_flex .txt_r dd{
	line-height: 2em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.dvi_flt .txt_l,
.dvi_flt .txt_r{
	max-width: 100%;
	width: 100%;
	float: none;
}
.dvi_flt .img_l{
	margin-right: 4%;
	margin-bottom: 1em;
}
.dvi_flt .img_r{
	margin-left: 4%;
	margin-bottom: 1em;
}
.dvi_style dt{
	margin-bottom: 1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dvi_bg{
	padding: 16vw 0 0 ;
}
.dvi_bg::before{
	width: 35vw;
	height: 35vw;
}
.dvi_bg::after{
	width: 35vw;
	height: 35vw;
}
.dvi_bg .dvi_tit{
	font-size:70%;
	margin-bottom: 12vw;
 }

.dvi_bg .dvi_tit h4{
	font-size: 200%;
	letter-spacing: 0.1em;
}
.dvi_bg .dvi_tit h4 span{
	font-size: 235%;
	letter-spacing: 0.05em;
	margin: 0.45em 0;
}
.dvi_bg > .bg_gry{
	padding: 14vw 0 18vw;
}
.dvi_bg > .bg_gry::before{
	width: 78vw;
	height:47vw;
}
.dvi_bg .dvi_border_list > li{
	padding-top: 15vw;
	margin-top: 15vw;
}
.dvi_flt .txt_l,
.dvi_flt .img_l,
.dvi_flt .txt_r,
.dvi_flt .img_r{
	float: none;
}

.dvi_flt .txt_l,
.dvi_flt .txt_r{
	max-width: 100%;
	width: 100%;
}
.dvi_flt .img_l,
.dvi_flt .img_r{
	width: 85%;
	margin: 0 auto 5vw;
}
.dvi_flt .abs_txt{
	font-size:312%;
	letter-spacing: 0.05em;
	right: -3vw;
}
.dvi_style dt{
	font-size: 110%;
	letter-spacing: 0.05em;
	margin-bottom: 0.8em;
}
.dvi_style dt span{
	letter-spacing: 0.05em;
	margin: 0.25em 0;
}
.dvi_plus_tit{
	font-size: 70%;
	margin-bottom: 7vw;
}
.dvi_list3{
	display: block;
}
.dvi_list3 > li{
	width: 100%;
	margin-right: 0;
	margin-top: 15vw!important;
}
.dvi_list3 > li:nth-child(-n + 1){
	margin-top: 0!important;
}
.dvi_list3 > li div{
	width: 80%;
	margin: 0 auto 5vw;
}
.dvi_list3 > li dt{
	font-size: 140%;
	letter-spacing: 0.05em;
	margin-bottom: 0.4em;
	text-align: center;
}
.dvi_sub_box{
	padding: 0;
}
.dvi_sub_box .sub_box_flex{
	max-width: 100%;
    display: block;
	padding: 7vw 5vw 6vw;
}
.dvi_sub_box .sub_box_flex .img_l{
	width: 80%;
	display: block;
	margin: 0 auto 5vw;
	text-align: center;
}
.dvi_sub_box .sub_box_flex .txt_r{
	max-width: 100%;
	width: 100%;;
	display: block;
	padding: 0;
}
.dvi_sub_box .sub_box_flex .txt_r dt{
	font-size: 135%;
	letter-spacing: 0.05em;
	margin-bottom: 0.4em;
	text-align: center;
}
}





/*examination
---------------------------------------------------------*/
#examination .dvi_bg::before{
	background-image: url("../images/equipment/corner1_l@2x.png");
}
#examination .dvi_bg::after{
	background-image: url("../images/equipment/corner1_r@2x.png");
}
#examination .dvi_bg > .bg_gry::before{
	background-image: url("../images/equipment/abs_bg1@2x.png");
}
#examination .dvi_flt .txt_r,
#examination .dvi_flt .txt_l{
	padding-top: 90px;
}
#examination .microscope .dvi_style dt p:last-of-type{
	font-size: 135%;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-left: -0.5em;
}
#examination #ct .dvi_flt .abs_txt{
	right: auto;
	left: 0;
}
#examination #ct .cephalogram .img_l{
	max-width: 353px;
	width: 28%;
}
#examination #ct .cephalogram .txt_r{
	max-width: 876px;
	width: 68%;
	padding-top: 0;
}
#examination #ct .cephalogram .dvi_style dt{
	font-size: 165%;
	margin-bottom: 1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1360px) {
#examination .dvi_flt .txt_r,
#examination .dvi_flt .txt_l{
	padding-top: 7vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1165px) {
#examination #ct .cephalogram .dvi_style dt{
	font-size: 2.4vw;
	margin-bottom: 0.8em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#examination #ct .cephalogram .txt_r{
	max-width: 100%;
	width: 100%;
}
#examination .dvi_flt .txt_r .com_link2{
	text-align: center;
}
#examination #ct .cephalogram .txt_r .com_link2{
	text-align: center;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#examination #microscope .dvi_flt{
	padding-top: 15vw;
}
#examination .dvi_flt .txt_r,
#examination .dvi_flt .txt_l{
	padding-top: 0;
}
#examination .microscope .dvi_style dt p:last-of-type{
	letter-spacing: 0.05em;
}
#examination #ct .dvi_flt .abs_txt{
	left: -3vw;
}
#examination #ct .cephalogram .img_l{
	width: 70%;
}
#examination #ct .cephalogram .txt_r{
	max-width: 100%;
	width: 100%;
}
#examination #ct .cephalogram .dvi_style dt{
	font-size: 135%;
}
#examination #ct .cephalogram .dvi_style dt{
	margin-bottom: 0.6em;
}
}





/*hygiene
---------------------------------------------------------*/
#hygiene .dvi_bg::before{
	background-image: url("../images/equipment/corner2_l@2x.png");
}
#hygiene .dvi_bg::after{
	background-image: url("../images/equipment/corner2_r@2x.png");
}
#hygiene .dvi_bg > .bg_gry::before{
	background-image: url("../images/equipment/abs_bg2@2x.png");
}
#hygiene .dvi_flt{
	padding-top: 90px;
}
#hygiene .dvi_flt .img_l{
	max-width: 595px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1360px) {
#hygiene .dvi_flt{
	padding-top: 7vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#hygiene .dvi_flt .img_l{
	width: 90%;
}
#hygiene .dvi_flt{
	padding-top: 10vw;
}
}





/*painless
---------------------------------------------------------*/
#painless .dvi_bg::before{
	background-image: url("../images/equipment/corner3_l@2x.png");
}
#painless .dvi_bg::after{
	background-image: url("../images/equipment/corner3_r@2x.png");
}
#painless .dvi_bg > .bg_gry::before{
	background-image: url("../images/equipment/abs_bg3@2x.png");
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}