@charset "UTF-8";
/*サイト全体*/
@media (max-width: 575px) {
  .site-content-contain {
    /*フォントサイズ(PC)*/
    /*ブログ記事一覧のブログタイトル(topページなど)*/
    /*dentiqテンプレのセクションタイトル*/
    /*dentiqテンプレのアイコンサイズ(topページ診療時間など)*/
  }
  .site-content-contain h1 {
    font-size: 30px;
  }
  .site-content-contain h2 {
    font-size: 28px;
  }
  .site-content-contain h3 {
    font-size: 24px;
  }
  .site-content-contain h4 {
    font-size: 20px;
  }
  .site-content-contain h5 {
    font-size: 18px;
  }
  .site-content-contain h6 {
    font-size: 16px;
  }
  .site-content-contain p {
    font-size: 16px;
  }
  .site-content-contain .thsn-blogbox-style-4 .post-item .thsn-post-title {
    font-size: 18px;
    line-height: 30px;
  }
  .site-content-contain .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-heading .vc_custom_heading {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .site-content-contain .thsn-ihbox-style-2 .thsn-ihbox-icon {
    padding-bottom: 5px;
  }
  .site-content-contain .thsn-ihbox-style-2 .thsn-ihbox-icon .thsn-ihbox-icon-wrapper {
    font-size: 18px;
    line-height: 1;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-content-contain .thsn-ihbox-style-2 .thsn-ihbox-icon .thsn-ihbox-icon-wrapper i {
    font-size: 20px;
  }
}

/*topページ*/
.suicchi-custom-index-buttons .wpb_wrapper:has(h1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .suicchi-custom-index-buttons .wpb_wrapper:has(h1) {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .suicchi-custom-index-buttons .vc_column-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.suicchi-custom-index-buttons .vc_custom_heading:not(.unstyle):has(a) {
  position: relative;
}
.suicchi-custom-index-buttons .vc_custom_heading:not(.unstyle):has(a)[class^=vc_custom_] {
  font-size: 16px;
  color: #0468BF !important;
  line-height: 70px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.suicchi-custom-index-buttons .vc_custom_heading:not(.unstyle):has(a)[class^=vc_custom_]:hover {
  background-color: #0468BF !important;
  color: #ffffff !important;
}
.suicchi-custom-index-buttons .vc_custom_heading:not(.unstyle):has(a) a::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.7em;
}
.suicchi-custom-index-buttons .vc_custom_heading:not(.unstyle):has(a) a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media (max-width: 991px) {
  .suicchi-custom-index-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .thsn-responsive-custom-44239464 h1 {
    background-position: center;
  }
  .thsn-responsive-custom-44239464 h3 {
    line-height: 80px !important;
  }
  .thsn-responsive-custom-44239464 .vc_custom_1680604019372,
  .thsn-responsive-custom-44239464 .vc_custom_1680521551025,
  .thsn-responsive-custom-44239464 .vc_custom_1680604029053,
  .thsn-responsive-custom-44239464 .vc_custom_1680574260605 {
    font-size: 16px !important;
    line-height: 1.5 !important;
    height: 80px;
    padding: 30px 16px;
  }
  .thsn-responsive-custom-44239464 .vc_custom_1680604040098,
  .thsn-responsive-custom-44239464 .vc_custom_1680574699976,
  .thsn-responsive-custom-44239464 .vc_custom_1680574707925 {
    font-size: 16px !important;
    line-height: 1.5 !important;
    height: 80px;
    padding: 20px 16px;
  }
}

.thsn-responsive-custom-89335487 {
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  .vc_custom_1680609823277 {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .vc_custom_1680280916885 {
    text-align: center;
  }
}

.menu-main-menu-container #thsn-top-menu .menu-item:nth-of-type(2) .sub-menu .sub-menu {
  max-height: 70vh;
  overflow-y: auto;
}/*# sourceMappingURL=common.css.map */