@charset "UTF-8";
:root {
  --min: "Zen Old Mincho", serif;
  --kaku: "Zen Kaku Gothic New", sans-serif;
}

/* またはクリック時だけ消す（キーボード操作時は残す） */
button:focus:not(:focus-visible) {
  outline: none;
}

button:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.js-fadeUp.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.u-block-center {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

@media (max-width: 767px) {
  .u-smb20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .u-smb30 {
    margin-bottom: 30px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.c-under-main p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
  font-family: var(--kaku);
}
@media (max-width: 767px) {
  .c-under-main {
    font-size: 14px;
  }
}

.under-mv__ttl-bl {
  position: relative;
}
.under-mv__ttl-bl img {
  width: 100%;
}

.under-mv__ttl {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--min);
  font-size: 40px;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .under-mv__ttl {
    top: 44%;
  }
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: var(--kaku);
  font-weight: 400;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    padding-top: 0;
  }
}
.c-breadcrumb li {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.c-breadcrumb li::after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}
.c-breadcrumb li:last-child::after {
  content: "";
}

.c-inner {
  width: 1280px;
  margin: 0 auto;
  max-width: 90%;
}

.c-under__ttl {
  font-size: 36px;
  position: relative;
  padding-left: 45px;
  font-family: var(--min);
  font-weight: 400;
  margin-bottom: 1em;
}
.c-under__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 36px;
  background-image: url(../images/treatment/caries/webp/ttl-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media (max-width: 767px) {
  .c-under__ttl {
    font-size: 24px;
    padding-left: 32px;
  }
  .c-under__ttl::before {
    width: 27px;
    height: 30px;
  }
}

.c-under__img {
  background-color: #f2f9f1;
  width: 100%;
  margin-bottom: 30px;
}
.c-under__img img {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-under__img {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.c-under__img-small {
  width: 100%;
  margin-bottom: 30px;
  background-color: #f2f9f1;
}
.c-under__img-small img {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-under__img-small {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.c-sec {
  padding: 80px 0 0;
}
.c-sec.c-sec__first {
  padding-top: 0;
}
.c-sec.c-sec__last {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .c-sec {
    padding: 60px 0 0;
  }
  .c-sec.c-sec__last {
    padding-bottom: 60px;
  }
}

.c-cont__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.c-cont__list > li {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .c-cont__list > li {
    width: 100%;
    padding: 0;
  }
}
.c-cont__list > li img {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.c-cont__list.column1 > li {
  width: 100%;
  padding: 0;
}
.c-cont__list.column1 > li img {
  width: 100%;
}
.c-cont__list.column4 > li {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 1280px) {
  .c-cont__list.column4 > li {
    width: 50%;
    padding: 0 5px;
  }
  .c-cont__list.column4 > li .c-cont__list-ttl {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .c-cont__list.column4 > li {
    width: 50%;
  }
}

.c-cont__list-ttl {
  font-size: 24px;
  font-family: var(--min);
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #0093d4;
}
@media (max-width: 767px) {
  .c-cont__list-ttl {
    font-size: 16px;
    padding-bottom: 3px;
    margin-bottom: 15px;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}
.c-flex.u-gap2p {
  gap: 30px 2%;
}
.c-flex.u-gap4p {
  gap: 30px 4%;
}
@media (max-width: 767px) {
  .c-flex.u-gap2p, .c-flex.u-gap4p {
    gap: 20px 0;
  }
}
.c-flex > .w41 {
  width: 41%;
}
.c-flex > .w49 {
  width: 49%;
}
.c-flex > .w55 {
  width: 55%;
}
@media (max-width: 767px) {
  .c-flex {
    flex-direction: column;
  }
  .c-flex > .w41, .c-flex > .w49, .c-flex > .w55 {
    width: 100%;
  }
}

.c-obi-ttl {
  line-height: 1.4;
  background-color: #79c06e;
  font-size: 20px;
  color: #fff;
  font-family: var(--min);
  padding: 5px 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.7em;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-obi-ttl {
    font-size: 16px;
    padding: 4px 8px;
    margin-bottom: 0.6em !important;
  }
}

.c-obi-ttl__big--cyan {
  font-size: 30px !important;
  color: #0093d4;
  font-family: var(--min) !important;
  text-align: center;
  background-color: #e6f4fb;
  border-top: 1px solid #0093d4;
  border-bottom: 1px solid #0093d4;
  padding: 10px 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-obi-ttl__big--cyan {
    font-size: 24px !important;
    padding: 8px 10px;
  }
}

.c-case__table {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0 15px;
  font-size: 16px;
}
.c-case__table dt {
  padding: 15px;
  border-bottom: 1px solid #dadada;
  font-family: var(--min);
  color: #0093d4;
  font-weight: 500;
}
.c-case__table dd {
  padding: 15px;
  border-bottom: 1px solid #dadada;
  font-family: var(--kaku);
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-case__table {
    grid-template-columns: 120px 1fr;
    font-size: 14px !important;
    gap: 0 10px;
  }
  .c-case__table dt {
    padding: 10px;
  }
  .c-case__table dd {
    padding: 10px;
  }
}

.circle {
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 1rem 1.5rem;
}

.c-under__list {
  font-family: var(--kaku);
  font-weight: 500;
}
.c-under__list li {
  padding-left: 1em;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.c-under__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .c-flex__sp--row {
    flex-direction: row;
    gap: 10px !important;
  }
  .c-flex__sp--row > div {
    width: calc(50% - 5px) !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}

@media (max-width: 767px) {
  .u-smt30 {
    margin-top: 30px !important;
  }
}

.p-price-page .c-case__table {
  grid-template-columns: 40% 1fr;
}
@media (max-width: 767px) {
  .p-price-page .c-case__table {
    grid-template-columns: 1fr;
  }
  .p-price-page .c-case__table dt {
    background: #e8e8e8;
    border-bottom: none;
  }
  .p-price-page .c-case__table dd {
    border-bottom: none;
  }
}

.p-orthodontics-page .c-case__table {
  grid-template-columns: 40% 1fr;
}
@media (max-width: 767px) {
  .p-orthodontics-page .c-case__table {
    grid-template-columns: 1fr;
  }
  .p-orthodontics-page .c-case__table dt {
    background: #e8e8e8;
    border-bottom: none;
  }
  .p-orthodontics-page .c-case__table dd {
    border-bottom: none;
  }
}/*# sourceMappingURL=under01.css.map */