
/*============================================================================

	#main

============================================================================*/
#mainvisual {
  position: absolute;
  width:1080px;
  margin-left: calc((100% - 1080px) / 2 );
  top: 240px;
	height:550px;
  background-image: none;
	/*background:url(../images/mainVisual.png) no-repeat center top;*/
}
#mainvisual .inner {
	position:relative;
	width:1080px;
	height:550px;
	margin:auto;
}

#mainvisual h2.main_catch {
	position:absolute;
	bottom: 22px;
    left: -40px;
}
#mainvisual h2.main_consult {
  width:  80% !important;
  top: 100px !important;
  left: 0 !important;
  bottom: auto !important;
  padding-top: 0 !important;
}
#mainvisual h2.main_web {
  width:  80% !important;
  top: 100px !important;
  left: 0 !important;
  bottom: auto !important;
  padding-top: 0 !important;
}

#mainvisual p.main_consult {
    position: absolute;
    bottom: -10px;
    right: 285px;
    width: 200px;
    height: 160px;
    padding: 0;
    overflow: hidden;
}
#mainvisual p.main_web {
    position: absolute;
	height: 160px;
	right: 0;
	top: -25px;
}
#mainvisual p.main_web2 {
    position: absolute;
	height: 160px;
	right: 237px;
	top: -25px;
}


#mainvisual p.main_implant {
    position: absolute;
    bottom: -10px;
    right: 100px;
    width: 200px;
    height: 160px;
    padding: 0;
    overflow: hidden;
}


#mainvisual p.main_dentalsurgery {
     position: absolute;
    bottom: -10px;
    right: -60px;
    width: 200px;
    height: 160px;
    padding: 0;
    overflow: hidden;
}




#slide {
  height: 550px;
   width: 100%;
}




@media screen and (max-width:640px) {
}