@charset "UTF-8";

.contentpage .m_img_area{background-image: url(../images/medical/dental_doc/m_img@2x.jpg);}

.com_slide_tate .vertical_slide1 .slide1 .img_area::before {background-image: url("../images/medical/dental_doc/slide1@2x.jpg");}
.com_slide_tate .vertical_slide1 .slide2 .img_area::before {background-image: url("../images/medical/dental_doc/slide3@2x.jpg");}
.com_slide_tate .vertical_slide2 .slide1 .img_area::before {background-image: url("../images/medical/dental_doc/slide2@2x.jpg");}
.com_slide_tate .vertical_slide2 .slide2 .img_area::before {background-image: url("../images/medical/dental_doc/slide4@2x.jpg");}



/* doc_col
---------------------------------------------------------*/
.doc_col{
    align-items: center;
}
.doc_col li{
	width: 30%;
}
.doc_col li.arrow{
	width: 4%;
}
.doc_col li .img{
	background: #d1cac4;
	display: flex;
    justify-content: center;
    align-items: center;	
	padding: min(1.5em,1.5vw) 0;
}
.doc_col li .img div{
	width: min(120px,10vw);
}
.doc_col li .txt{
	background: #948f8b;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	padding: min(1.5em,1.5vw) 4%;
	box-sizing: border-box;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.doc_col{
	display: block;
}
.doc_col li{
	width: 100%;
}
.doc_col li.arrow{
	width: 4%;
	transform: rotate(90deg);
	margin: 0 auto;
}
.doc_col li .img{
	padding: 3vw 0 1vw;
}
.doc_col li .img div{
	width: 17vw;
}
.doc_col li .txt{
	line-height: 1.5em;
	padding: 4vw 4%;
}
}



/* sec2
---------------------------------------------------------*/
#sec2 .com_bgimg{
	background-image: url(../images/medical/dental_doc/img3@2x.jpg);
}
#sec2 .com_index4 .ft_co{
	opacity: .1;
}
#sec2 .com_bdr{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-color:rgba(255,255,255,0.30);
}
#sec2 .flex_box{
    align-items: center;
    justify-content: center;	
}
#sec2 .flex_box .inbox{
	width:min(270px,25vw);
	height:min(270px,25vw);
	background: #fff;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;	
	flex-wrap: wrap;
}
#sec2 .flex_box .inbox .ft_co{
	font-size:150%;
	margin: 0 0.1em;
}
#sec2 .flex_box .arrow{
	max-width: 40px;
	width:min(40px,3.75vw);
	margin: 0 min(28px,2.625vw);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec2 .com_bgimg.grd::after{
	top:50.73vw;
}
#sec2 .flex_box .inbox{
	width: 35vw;
	height: 35vw;
}
}



/* sec3
---------------------------------------------------------*/
#sec3 .med_bdrbox .img{
	width: 50%;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec3 .med_bdrbox .img{
	width: 70%;
}
}



/* sec4
---------------------------------------------------------*/
#sec4 .flex_box{
    justify-content: center;
}
#sec4 .flex_box li{
	position: relative;
	margin-right: 10em;
}
#sec4 .flex_box li:last-child{
	margin-right: 0;
}
#sec4 .flex_box li::before{
	position: absolute;
	display: block;
	content: "";
	background: #d9ba7c;
	background-size: 100% auto;
	width: 2.5em;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	right: -6em;
}
#sec4 .flex_box li:last-child::before{
	display: none;
}
#sec4 .flex_box li .min26{
	line-height: 1.4em!important;
}
#sec4 .flex_box li .img{
	width: min(126px,10vw);
	aspect-ratio: 126 / 118;
	margin-left: auto;
	margin-right: auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#sec4 .flex_box li{
	margin-right: 7em;
}
#sec4 .flex_box li::before{
	right: -4em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec4 .flex_box li{
	margin-right: 3.5em;
}
#sec4 .flex_box li::before{
	width: 1.5em;
	right: -2.5em;
}
#sec4 .flex_box li .img{
	width: 15vw;
}
}



/* sec5
---------------------------------------------------------*/
#sec5 .com_bgimg.grd{
	background-image: url(../images/medical/dental_doc/img11@2x.jpg);}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec5 .com_bgimg.grd::after{
	top:38.6vw;
}
#sec5 .com_check.type_inline li{
	display: inline-block;
}
}