@charset "UTF-8";
.header .page_title {
  margin: 5px 0 0 5px;
  padding-right: 85px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-bottom: -15px;
}
.header .box {
  display: flex;
  justify-content: space-between;
  height: 85px;
  box-sizing: border-box;
}
.header .header_left {
  padding: 20px 0 3px 10px;
}
.header .header_left .page_title {
  margin: -0.3em 0 5px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.header .header_left .clinic_box {
  display: flex;
  align-items: center;
}
.header .header_left .clinic_box .logo {
  width: 56px;
  height: 50px;
  margin-right: 10px;
}
.header .header_left .clinic_box .clinic_name01 {
  margin: -0.3em 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.header .header_left .clinic_box .clinic_name02 {
  margin: -0.25em 0;
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.15em;
}
.header .header_left .clinic_box .clinic_name03 {
  margin: -0.3em 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.header .header_right {
  display: flex;
  padding-right: 80px;
}
.header .header_right .menu_box {
  display: flex;
}
.header .header_right .menu_box .tel_btn {
  margin: 15px 15px 15px 0;
  padding-left: 55px;
  position: relative;
}
.header .header_right .menu_box .tel_btn::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 5px;
  background: url(/images/common/header_freedial.webp) center/contain no-repeat;
  width: 44px;
  height: 25px;
}
.header .header_right .menu_box .tel_btn a {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: #172243;
}
.header .header_right .menu_box .tel_btn .text {
  font-family: initial;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #172243;
}
.header .header_right .menu_box .reserve_btn {
  width: 196px;
  margin: 15px 15px 15px 0;
}
.header .header_right .menu_box .implant_btn {
  width: 148px;
  margin: 15px 15px 15px 0;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .header .header_left {
    width: 357px;
    padding: 20px 0 5px 10px;
  }
  .header .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 814px) and (min-width: 768px) {
  .header .reserve_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    height: 108px;
    box-sizing: border-box;
  }
  .header .page_title {
    margin: 1vw 0 0 1vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    padding-right: 88px;
    margin-bottom: -2vw;
  }
  .header .header_left {
    padding: 2.5vw 0 2.5vw 0.5vw;
  }
  .header .header_left .clinic_box {
    display: flex;
    align-items: center;
  }
  .header .header_left .clinic_box .logo {
    margin-top: 5px;
    width: 54px;
    height: 54px;
    margin-right: 1vw;
  }
  .header .header_left .clinic_box .clinic_name01 {
    margin: -0.3em 0;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 11px;
    letter-spacing: 0.01em;
  }
  .header .header_left .clinic_box .clinic_name02 {
    margin: -0.25em 0;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 24px;
    letter-spacing: 0.15em;
  }
  .header .header_left .clinic_box .clinic_name03 {
    margin: -0.3em 0;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .header .header_right {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 1001;
  top: -5px;
  right: 0;
  width: 85px;
  height: 95px;
  background: #172243;
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #172243;
  font-size: 14px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 50px;
}
.ham .menu_border:nth-of-type(2) {
  top: 60px;
}
.ham .menu_border:nth-of-type(3) {
  top: 70px;
}
.ham a.active span:nth-of-type(1) {
  top: 55px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 55px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .ham {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 0px;
    right: 0;
    width: 85px;
    height: 85px;
    background: #fff;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    background: #172243;
    font-size: 13px;
    text-align: center;
  }
  .ham .menu_text {
    position: absolute;
    top: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 40px;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 50px;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 60px;
  }
  .ham a.active span:nth-of-type(1) {
    top: 45px;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 45px;
    transform: rotate(-45deg);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -88px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 85px;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.4s;
}
.copy_header.show {
  top: 0;
}
.copy_header .header_left {
  padding: 0 0 5px 10px;
}
.copy_header .header_left .page_title {
  margin: -0.3em 0 5px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.copy_header .header_left .clinic_box {
  display: flex;
  align-items: center;
}
.copy_header .header_left .clinic_box .logo {
  width: 56px;
  height: 50px;
  margin-right: 10px;
}
.copy_header .header_left .clinic_box .clinic_name01 {
  margin: -0.3em 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.copy_header .header_left .clinic_box .clinic_name02 {
  margin: -0.25em 0;
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.15em;
}
.copy_header .header_left .clinic_box .clinic_name03 {
  margin: -0.3em 0;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.copy_header .header_right {
  display: flex;
  padding-right: 85px;
}
.copy_header .header_right .menu_box {
  display: flex;
}
.copy_header .header_right .menu_box .tel_btn {
  margin: 5px 15px 0px 0;
  padding-left: 55px;
  position: relative;
}
.copy_header .header_right .menu_box .tel_btn::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 5px;
  background: url(/images/common/header_freedial.webp) center/contain no-repeat;
  width: 44px;
  height: 25px;
}
.copy_header .header_right .menu_box .tel_btn a {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: #172243;
}
.copy_header .header_right .menu_box .tel_btn .text {
  font-family: initial;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #172243;
}
.copy_header .header_right .menu_box .reserve_btn {
  width: 196px;
  margin: 5px 15px 0px 0;
  box-sizing: border-box;
}
.copy_header .header_right .menu_box .implant_btn {
  width: 148px;
  margin: 5px 15px 0px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .copy_header .header_left {
    width: 357px;
    padding: 0 0 5px 10px;
  }
  .copy_header .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 814px) and (min-width: 768px) {
  .copy_header .reserve_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 499;
  top: -88px;
  right: 0;
  width: 85px;
  height: 85px;
  background: #fff;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 0;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #172243;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.copy_ham .menu_border:nth-of-type(1) {
  top: 40px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 50px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 60px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 45px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 45px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .copy_ham {
    display: none;
    position: fixed;
    z-index: 499;
    top: -88px;
    right: 0;
    width: 85px;
    height: 85px;
    background: #fff;
    transition: all 0.4s;
  }
  .copy_ham.show {
    top: 0;
  }
  .copy_ham a {
    display: block;
    width: 100%;
    height: 100%;
    background: #172243;
    font-size: 13px;
    text-align: center;
  }
  .copy_ham a:hover {
    opacity: 1;
  }
  .copy_ham .menu_text {
    position: absolute;
    top: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .copy_ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .copy_ham .menu_border:nth-of-type(1) {
    top: 40px;
  }
  .copy_ham .menu_border:nth-of-type(2) {
    top: 50px;
  }
  .copy_ham .menu_border:nth-of-type(3) {
    top: 60px;
  }
  .copy_ham a.active span:nth-of-type(1) {
    top: 45px;
    transform: rotate(45deg);
  }
  .copy_ham a.active span:nth-of-type(2) {
    display: none;
  }
  .copy_ham a.active span:nth-of-type(3) {
    top: 45px;
    transform: rotate(-45deg);
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #172243;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 1280px;
  max-width: 100%;
  padding: 160px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  padding-right: 0.5em;
  margin-right: 5em;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .link_text:before {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0em;
  font-size: 16px;
  color: #fff;
}
.ham_sitemap .link_text a {
  position: relative;
  margin-left: 0em;
  padding-left: 1em;
  text-indent: -1.2em;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-wrap: balance;
  color: #fff;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 95px;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  padding-left: 1.5em;
  padding-right: 0.5em;
  margin-right: 5em;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: "▶";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0em;
  font-size: 16px;
  color: #fff;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 25%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap02 .item a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .sitemap02 .item img {
  padding-right: 10px;
}
@media screen and (max-width: 969px) and (min-width: 768px) {
  .ham_sitemap .sitemap01 .item a {
    font-size: 16px;
  }
  .ham_sitemap .sitemap02 .item a {
    font-size: 15px;
  }
  .ham_sitemap .sitemap02 .item img {
    width: 40px;
    height: 40px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ham_sitemap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 1280px;
    max-width: 100%;
    padding: 21.3vw 5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .ham_sitemap .link_text:before {
    display: none;
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 6vw 0 6% 12vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #fff;
  }
  .ham_sitemap .sitemap01 {
    margin-bottom: 13.8vw;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
  }
  .ham_sitemap .sitemap01 .link_text {
    padding: 0 0 6vw;
    text-indent: initial;
  }
  .ham_sitemap .sitemap01 .link_text a {
    padding: 6vw 0vw 6vw 9vw;
  }
  .ham_sitemap .sitemap01 .item {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap01 .item:before {
    display: none;
  }
  .ham_sitemap .sitemap01 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 6vw 0 6vw 4vw;
    text-indent: initial;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .sitemap02 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap02 .link_text {
    padding: 6vw 0 4vw;
    text-align: center;
  }
  .ham_sitemap .sitemap02 .link_text a {
    padding: 4vw 0 4vw;
  }
  .ham_sitemap .sitemap02 .list {
    display: flex;
    flex-wrap: wrap;
    margin: 8vw 0;
  }
  .ham_sitemap .sitemap02 .item {
    position: relative;
    width: 50%;
    margin-bottom: 5.5vw;
    box-sizing: border-box;
    text-align: center;
  }
  .ham_sitemap .sitemap02 .item a {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 4vw;
  }
  .ham_sitemap .sitemap02 .item img {
    width: 15.4vw;
    height: 15.4vw;
    padding-right: 0;
    padding-bottom: 2.7vw;
  }
  .ham_sitemap .nav_contact {
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .ham_sitemap .nav_contact .text01 {
    margin-bottom: 5.5vw;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .ham_sitemap .nav_contact .text02 {
    margin-bottom: 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .ham_sitemap .nav_contact .reserve_btn {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .ham_sitemap .nav_contact .reserve_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .tel_btn {
    width: 100%;
  }
  .ham_sitemap .nav_contact .tel_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .timetable {
    width: 100%;
  }
  .ham_sitemap .nav_contact .timetable img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.nav {
  background-color: #fff;
  padding: 30px 15px 30px;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.nav .list {
  display: flex;
  justify-content: space-evenly;
}
.nav .item:not(:last-of-type) {
  margin-right: 20px;
}
.nav .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .item a {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}
.nav .item .sub {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #172243;
  color: #fff;
}
@media screen and (max-width: 914px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  max-width: 100%;
  padding: 25px 0 20px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 3em;
}
.breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 1em;
  top: 0;
}
.breadcrumb .item {
  color: #333333;
  letter-spacing: 0.1em;
}
.breadcrumb .item a {
  color: #333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .breadcrumb .item {
    font-size: 3.4vw;
  }
  .breadcrumb .item a {
    font-size: 3.4vw;
  }
  .breadcrumb .item:not(:first-of-type) {
    position: relative;
    padding-left: 2em;
  }
  .breadcrumb .item:not(:first-of-type):before {
    content: "＞";
    position: absolute;
    left: 0.7em;
    top: 0;
  }
}

.to_top:hover {
  opacity: 0.7;
}

.to_top img {
  position: absolute;
  right: 0;
  left: 875px;
  bottom: 0;
  top: -290px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .to_top {
    right: 10px;
    bottom: 130px;
    text-align: center;
    margin: 20px;
  }
  .to_top img {
    position: unset;
  }
}
html {
  scroll-behavior: smooth;
}

#pagetop {
  /* レイアウト */
  position: fixed;
  right: 30px;
  bottom: 145px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 見た目 */
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  /* デフォルトは非表示 */
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 15px;
    bottom: 20vw;
  }
}

/* 矢印 */
.pagetop-arrow {
  width: 56px;
  height: 56px;
  /*
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg); */
}

/* スクロールされたときに適用されるCSS */
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 18.6vw;
    display: flex;
    box-sizing: border-box;
    font-size: 0;
  }
  .sp_fixed .fix_freedial {
    width: 27.466vw;
  }
  .sp_fixed .fix_freedial img {
    width: 100%;
  }
  .sp_fixed .fix_reserve {
    width: 36.26vw;
  }
  .sp_fixed .fix_reserve img {
    width: 100%;
  }
  .sp_fixed .fix_implant {
    width: 36.26vw;
  }
  .sp_fixed .fix_implant img {
    width: 100%;
  }
}

/* fixed_ai */
.fixed_ai {
  position: fixed;
  z-index: 496;
  bottom: 3px;
  right: 3px;
  width: 340px;
  height: 122px;
  /* padding: 10px 0; */
  padding: initial;
  border: 0px solid #00B9EF;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 2px #333;
  transition: 0.5s;
}
.fixed_ai img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fixed_ai {
    bottom: 19vw;
    right: initial;
    left: 2vw;
    width: 53vw;
    height: 18.66vw;
  }
}

.fixed_ai.show {
  bottom: 10px;
}/*# sourceMappingURL=ortho_common.css.map */