@charset "utf-8";

@media (max-width: 720px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="date"],
  select,
  textarea {
    padding: 6px;
    font-size: 16px;
  }

  select {
    background-position:
      calc(100% - 14px) calc(18px),
      calc(100% - 9px) calc(18px),
      100% 0;
    background-size:
      5px 5px,
      5px 5px,
      30px 100%;
  }

  select:focus {
    background-position:
      calc(100% - 9px) calc(18px),
      calc(100% - 14px) calc(18px),
      100% 0;
  }

  input[type="submit"] {
    padding: 10px;
    font-size: 16px;
  }
}

@media (max-width: 720px) {

html #wpadminbar {
  display: none !important;
}

/* base */

.wrapper {
  padding-top: 0;
  min-width: 320px;
}

.header {
  position: relative;
}

body.admin-bar .header {
  top: 0;
}

.header-content {
  height: 60px;
  padding-right: 60px;
}

.header-logo {
  padding: 14px;
  max-width: 300px;
}

.header-contact {
  display: none;
}

.header-navigation-open {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding-top: 38px;
  font-size: 11px;
  z-index: 11;
}

.header-navigation-open .bar {
  height: 3px;
}

.header-navigation-open .bar:before,
.header-navigation-open .bar:after {
  height: 3px;
}

.header-navigation-open .bar:before { top: -10px; }
.header-navigation-open .bar:after { top: 10px; }

.header-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 80px 30px 30px 30px;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  transform: translateX(100%);
  transition: 0.2s;
  overflow: auto;
}

.header-navigation ul {
  margin: 0;
}

.header-navigation ul li {
  margin-bottom: 8px;
  font-size: 22px;
}

.header-navigation-child-wrap h4 {
  position: relative;
  margin-bottom: 8px;
  padding: 0 26px;
  line-height: 1.8;
  font-size: 22px;
  font-weight: 400;
  font-family: inherit;
  cursor: pointer;
}

.header-navigation-child-wrap h4:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  vertical-align: middle;
  background: #fff;
}

.header-navigation-child-wrap h4:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-right: 10px;
  margin-bottom: 2px;
  width: 1px;
  height: 15px;
  vertical-align: middle;
  background: #fff;
  transform: translateY(-50%);
}

.header-navigation-child-wrap h4.active:after {
  display: none;
}

.header-navigation-child-wrap ul {
  display: none;
  padding: 10px 0 10px 40px;
}

.header-navigation-child-wrap ul li a:before {
  display: none;
}

.header-navigation hr {
  display: none;
}

.footer-news-list li a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  background: none;
  border-bottom: dotted 1px #ccc;
}

.footer-news-list li:last-child a {
  border-bottom: none;
}

.footer-news-list li a .title {
  font-weight: 800;
}

.footer-news-more {
  padding: 6px;
  min-width: 200px;
}

.footer-info {
  background: #D9F2F0;
}

.footer-table-time tr th,
.footer-table-time tr td {
  padding: 5px 4px;
  text-align: center;
  vertical-align: middle;
}

.footer-table-time tr th:last-child,
.footer-table-time tr td:last-child {
  padding-right: 10px;
}

.footer-table-time tr th:nth-child(2),
.footer-table-time tr th + td {
  padding-left: 10px;
}

.footer-table-time tr td img {
  width: 14px;
}

.footer-map iframe {
  height: 240px;
}

.footer-content {
  display: none;
}

.footer-float-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #266A74;
}

.footer-float-menu ul {
  display: flex;
}

.footer-float-menu ul li {
  flex: 1;
  border-right: solid 1px #fff;
}

.footer-float-menu ul li:last-child {
  border-right: none;
}

.footer-float-menu ul li a {
  display: block;
  padding: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.footer-copyright {
  padding-bottom: 52px;
}

/**/

.heading-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  background-size: 80px auto;
}

.heading-bar {
  margin: 0 0 15px 0;
  width: auto;
  padding: 5px;
  font-size: 16px;
}

.heading-border {
  font-size: 20px;
}

a.link-more {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 6px;
  min-width: 200px;
  max-width: 84%;
  font-size: 16px;
}

table.table-fill.sp-break th {
  border: none;
}

.side-image {
  display: block;
}

.side-image .image {
  margin-left: 0;
}

table.table-fill th {
  padding: 4px;
}

table.table-fill td {
  padding: 4px;
}

table.table-contact th {
  display: block;
  width: 100% !important;
  padding-right: 0;
  padding-bottom: 10px;
}

table.table-contact td {
  display: block;
  width: 100% !important;
  padding-bottom: 15px;
}

table.table-contact .required {
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: #67D1C8;
  border-radius: 4px;
}

.page-index li {
  margin-bottom: 8px;
}

.page-index li a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 6px;
  min-width: 200px;
  max-width: 84%;
  font-size: 16px;
}

.list-merit li {
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 30px;
  background-size: 20px;
  background-position: top 1px left 0;
}

.list-step li {
  display: block;
  padding: 15px 15px 25px 15px;
}

.list-step li .no {
  justify-content: center;
  margin-right: 0;
  font-size: 22px;
}

.list-step li .no span {
  margin-left: 12px;
  font-size: 54px;
}

.list-step li .text {
  margin-right: 0;
  margin-bottom: 15px;
}

.list-step li .image {
  text-align: center;
}

.list-step li .image img {
  max-width: 190px;
}

/**/

.main-image {
  display: flex;
  flex-direction: column;
}

.main-image-topics {
  order: 1;
  display: block;
  padding: 10px;
}

.main-image-topics h3 {
  margin-right: 0;
  padding: 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: none;
  border-radius: 0;
}

.main-image-topics li a {
  display: block;
  margin-right: 0;
}

.main-image-topics li a .date {
  margin-right: 0;
  font-size: 14px;
  color: #fff;
}

.main-image-topics li a .title {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.main-image-topics-more {
  display: table;
  margin-left: auto;
  font-size: 14px;
}

.main-image-text {
  bottom: 0;
  padding: 20px 10px;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.sub-image {
  height: 120px;
}
/*
.training-purpose {
  padding: 10px;
  background: #F2F2F2;
}

.training-purpose-content {
  position: static;
  padding: 15px;
  max-width: 100%;
}

.training-heading-purpose {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: none;
}

.training-heading-purpose .en {
  display: none;
}

.training-purpose-image {
  padding: 0 15px 15px 15px;
  background: #fff;
}

.training-purpose-inner {
  padding-left: 0%;
}

.training-program {
  background: none;
}

.training-after .content h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.training-after .image img {
  width: auto;
}*/

.home-implant {
  background: none;
}

.home-dentsply {
  background: #d9af99;
}

.home-dentsply .nallow:after {
  display: none;
}

.home-invisalign {
  background: none;
}

.home-features-card {
  display: block;
}

.home-features-card-content {
  padding: 20px 10px 10px 10px;
}

.home-features-card-image {
  display: none;
}

.home-features-card-content h4 {
  text-align: center;
  font-size: 30px;
}

.home-features-card-content h4 .sub {
  display: table;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 12px;
  font-size: 22px;
}

.home-features-2 .nallow {
  padding-right: 30px;
  padding-left: 30px;
}

.home-menu {
  background: none;
}

.home-menu-list {
  display: flex;
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.home-menu-list > * {
  margin: 0 4px 8px 4px !important;
  flex-basis: calc(100% / 2 - 8px) !important;
}

.home-menu-list li a {
  padding: 10px;
  font-size: 12px;
  aspect-ratio: auto;
  height: 100%;
}

.home-menu-list li a .icon {
  margin: 8px;
  height: 48px;
}

.home-menu-list li a .icon svg {
  max-width: 48px;
  max-height: 48px;
}

.home-menu-list li a h4 {
  min-height: 3em;
  font-size: 16px;
}

.information-profile {
  background-image: none;
}

.faq-list > li {
  margin-bottom: 15px;
  padding: 10px;
}

.faq-list > li h4 {
  margin-bottom: 10px;
  padding: 0 0 0 30px;
  font-size: 16px;
  background-size: 20px;
}

.faq-list > li .faq-a {
  padding: 0 0 0 30px;
  background-size: 20px;
}

.case-table-1 th {
  padding: 10px;
  white-space: nowrap;
}

.case-table-1 td {
  padding: 10px;
}

.case-pics-list {
  display: flex;
  justify-content: flex-start !important;
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.case-pics-list > * {
  flex-basis: calc(100% / 2 - 10px) !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.case-list-slider {
  padding: 0 20px;
}

.case-list-slider li {
  padding: 0 4px;
}

.case-list-slider .slick-prev,
.case-list-slider .slick-next {
  margin: 0;
  width: 36px;
  height: 36px;
  background-size: 9px;
}

.precision-section-1 .precision-section-intro {
  background: #E2F1F8 top right url(../images/pages/shindan_main_bg_s.webp) no-repeat;
  background-size: 100% auto;
}

.precision-section-content {
  padding-top: 190px;
  background-position: top;
  background-size: auto 200px;
}

.precision-section-2 .precision-section-intro {
  background: top left url(../images/pages/seimitsu_main_bg_s.webp) no-repeat;
  background-size: 100% auto;
}

.implant-section-1 {
  background: top right url(../images/pages/implant_bg_1_s.webp) no-repeat;
  background-size: cover;
}

.implant-section-11 {
  background: linear-gradient(to bottom, #B9F4FF, #DBEFF5);
}

.table-fill.mod-implant th {
  padding: 6px;
}

.table-fill.mod-implant td {
  padding: 6px;
}

.oneday-section-1 {
  background: #000 top right url(../images/pages/oneday_bg_1_s.webp) no-repeat;
  background-size: 100% auto;
}

.oneday-section-1 p {
  line-height: 1.4;
}

.oneday-section-2 {
  background: #000 top 40% left 0% url(../images/pages/oneday_bg_2_s.webp) no-repeat;
  background-size: 100% auto;
}

.oneday-section-2 h3 {
  margin-bottom: 80px !important;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.oneday-section-2 p {
  line-height: 1.4 !important;
}

.orthodontic-section-1 {
  background: top right url(../images/pages/orthodontic_bg_1_s.webp) no-repeat;
  background-size: auto 100%;
}

.orthodontic-section-2 {
  padding-top: 60vw;
  background: #E1E6E2 top url(../images/pages/orthodontic_bg_2_s.webp) no-repeat;
  background-size: 100% auto;
}

.orthodontic-result {
  line-height: 1.4;
  color: #93741C;
  text-shadow: 0 0 16px #fff, 0 0 14px #fff, 0 0 12px #fff, 0 0 10px #fff;
}

.orthodontic-list-feature li {
  position: relative;
  margin-bottom: 25px;
  padding-top: 48px;
}

.orthodontic-list-feature h4 .sub {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 20px;
}

.orthodontic-list-feature h4 .sub:before,
.orthodontic-list-feature h4 .sub:after {
  height: 8px;
}

.orthodontic-list-feature h4 .sub span {
  margin-left: 10px;
  font-size: 32px;
}

.training-purpose {
  padding: 10px;
  background: #F2F2F2;
}

.training-purpose-content {
  position: static;
  padding: 15px;
  max-width: 100%;
}

.training-heading-purpose {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: none;
}

.training-heading-purpose .en {
  display: none;
}

.training-purpose-image {
  padding: 0 15px 15px 15px;
  background: #fff;
}

.training-purpose-inner {
  padding-left: 0%;
}

.training-program {
  background: none;
}

.training-after .content h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.training-after .image img {
  width: auto;
}

}
