/* ======================================== *
 * 歯科ページ用 -for Tablet
/* ======================================== */
@media screen and (min-width: 600px) {

/* ---------- 歯科診療 共通 ---------- */

.dental main h1 {
  background-position: -15px bottom, right -20px bottom;
  background-size: auto 172px, auto 164px;
}


/* ---------- インプラント ---------- */
#implant .vis {
  min-height: 680px;
  background-position: right bottom, left bottom;
  background-size:  84% auto, 0.055% auto ;
  padding: 5rem 0 2rem;
  margin: 0 0 2rem;
  line-height: 2.5rem;
  font-size: 1.6rem;
}
#implant .vis_1 .merit svg {
  background-size: 30%;
}
#implant .vis_1 .demerit svg {
  background-size: 30%;
}
#implant .vis_2 {
  min-height: 500px;
  background-position: right -10px bottom 0px;
  background-size: 50% auto;
  margin: 4rem auto 0rem;
  padding: 1rem 2rem 5rem 2rem;
  width: 90%;
}


/* ---------- 歯周病治療 ---------- */
#periodontal .wrap:nth-of-type(4) {
  width: 70%;
}
#periodontal .wrap {
  margin-bottom: 80px;
}
#periodontal .wrap .box {
  text-align: center;
}
#periodontal .annotated_box {
  margin: 0 1rem;
}
#periodontal .wrap .box h3 {
  line-height: 3rem;
}


/* ---------- 根管治療 ---------- */
#root_canal .tab + h2 {
  height: 30rem;
  background-size: auto 80%, auto 80%;
}
/* 治療の流れ */
#root_canal .annotated_box img {
  width: 60%;
}


/* ---------- ホワイトニング ---------- */
#whitening .vis {
  padding: 0 0 5rem;
  background: url(../img/dental_6_vis_2.png) right -30px bottom 1px no-repeat;
  background-size: auto 420px;
}
#whitening .vis div {
  padding: 0;
  background: none;
}
#whitening h4 {
  width: auto;
}
}