@charset "utf-8";
.pa15 {
  padding-bottom: 15px;
}
.pa30 {
  padding-bottom: clamp(15px, var(--px-30), 30px);
}
.pa40 {
  padding-bottom: clamp(20px, var(--px-40), 40px);
}
.pa50 {
  padding-bottom: clamp(25px, var(--px-50), 50px);
}
.pa60 {
  padding-bottom: clamp(30px, var(--px-60), 60px);
}
.pa70 {
  padding-bottom: clamp(30px, var(--px-70), 70px);
}
.pa80 {
  padding-bottom: clamp(40px, var(--px-80), 80px);
}
.pa90 {
  padding-bottom: clamp(40px, var(--px-90), 90px);
}
.pa100 {
  padding-bottom: clamp(50px, var(--px-100), 100px);
}
.pa120 {
  padding-bottom: clamp(50px, var(--px-120), 120px);
}
.pa150 {
  padding-bottom: clamp(70px, var(--px-150), 150px);
}
.ma10 {
  margin-bottom: 10px;
}
.ma15 {
  margin-bottom: 15px;
}
.ma20 {
  margin-bottom: 20px;
}
.ma30 {
  margin-bottom: clamp(15px, var(--px-30), 30px);
}
.ma40 {
  margin-bottom: clamp(20px, var(--px-40), 40px);
}
.ma50 {
  margin-bottom: clamp(25px, var(--px-50), 50px);
}
.ma60 {
  margin-bottom: clamp(30px, var(--px-60), 60px);
}
.ma70 {
  margin-bottom: clamp(30px, var(--px-70), 70px);
}
.ma80 {
  margin-bottom: clamp(40px, var(--px-80), 80px);
}
.ma90 {
  margin-bottom: clamp(40px, var(--px-90), 90px);
}
.ma100 {
  margin-bottom: clamp(50px, var(--px-100), 100px);
}
.ma120 {
  margin-bottom: clamp(50px, var(--px-120), 120px);
}
.ma150 {
  margin-bottom: clamp(70px, var(--px-150), 150px);
}
.ma160 {
  margin-bottom: clamp(50px, var(--px-160), 160px);
}
.ma200 {
  margin-bottom: max(var(--px-200), 200px);
}
.ma430 {
  margin-bottom: clamp(100px, var(--px-430), 430px);
}
.ma1-5 {
  margin-bottom: 1.5em;
}
.ma-1 {
  margin-bottom: 1em;
}
.ga20 {
  gap: max(var(--px-20), 20px);
}
.ga30 {
  gap: max(var(--px-30), 30px);
}
.ga40 {
  gap: max(var(--px-40), 30px);
}
.ga50 {
  gap: max(var(--px-50), 30px);
}
.ga80 {
  gap: max(var(--px-80), 30px);
}
/*-------width------*/
.w275 {
  max-width: max(var(--px-275), 275px);
  width: 100%;
}
.w384 {
  max-width: max(var(--px-384), 384px);
  width: 100%;
}
.w447 {
  max-width: max(var(--px-447), 447px);
  width: 100%;
}
.w537 {
  max-width: max(var(--px-537), 537px);
  width: 100%;
}
.w540 {
  max-width: max(var(--px-540), 540px);
  width: 100%;
}
.w592 {
  max-width: max(var(--px-592), 592px);
  width: 100%;
}
.w525 {
  max-width: max(var(--px-525), 525px);
  width: 100%;
}
.w507 {
  max-width: max(var(--px-507), 507px);
  width: 100%;
}
.w513 {
  max-width: max(var(--px-513), 513px);
  width: 100%;
}
.w650 {
  max-width: max(var(--px-650), 650px);
  width: 100%;
}
.w600 {
  max-width: max(var(--px-600), 600px);
  width: 100%;
}
.w908 {
  max-width: max(var(--px-908), 908px);
  width: 100%;
}
.w1100 {
  max-width: max(var(--px-1100), 1100px);
  width: 100%;
}
.w1201 {
  max-width: max(var(--px-1201), 1201px);
  width: 100%;
}
.w1144 {
  max-width: max(var(--px-1144), 1144px);
  width: 100%;
}
/*-------font------*/
.font2418 {
  font-size: max(var(--px-24), 18px);
}
.font2018 {
  font-size: max(var(--px-20), 18px);
}
.font3018 {
  font-size: max(var(--px-30), 18px);
}
/*-------mv------*/
.sub-mv {
  background: url(../../../uploads/2026/03/sub-main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: clamp(90px, var(--px-180), 180px);
  padding-bottom: clamp(70px, var(--px-140), 140px);
}
.sub-mv-tit {
  font-size: max(var(--px-50), 30px);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  color: #fff;
}
.sub-mv-tit-en {
  font-size: max(var(--px-40), 20px);
  line-height: 1;
  font-weight: 600;
}
body:not(.home) header .hd-info {
  display: none;
}
.sub-co-tit {
  background-image: repeating-linear-gradient(
    90deg,
    #f9eee4,
    #f9eee4 2px,
    #fff9f5 2px,
    #fff9f5 4px
  );
  background-size: 100% 100%;
  border-bottom: 3px solid var(--blue);
  font-size: max(var(--px-40), 20px);
  text-align: center;
  position: relative;
  height: clamp(90px, var(--px-134), 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: 5.55%;
}
.sub-co-tit::before {
  content: "";
  width: max(var(--px-45), 30px);
  aspect-ratio: 1 / 1;
  display: inline-block;
  background: var(--blue);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
}
.sub-co-tit::after {
  content: "";
  width: max(var(--px-45), 30px);
  aspect-ratio: 1 / 1;
  display: inline-block;
  background: var(--yellow);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.sub-co-tit2 {
  font-size: max(var(--px-32), 18px);
  text-align: center;
  line-height: 1;
  padding: 25px 0;
  border: solid #333;
  border-width: 1px 0 1px 0;
  position: relative;
}
.sub-co-tit2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 4px;
  background-color: #333;
}
.sub-co-tit3 {
  font-size: max(var(--px-30), 20px);
  border-bottom: 2px solid var(--blue);
  margin-bottom: 15px;
}
.sub-co-tit3::before {
  content: "";
  display: inline-block;
  width: max(var(--px-12), 12px);
  height: max(var(--px-40), 12px);
  background: linear-gradient(180deg, var(--yellow) 50%, var(--blue) 50%);
  vertical-align: text-top;
  margin-right: 10px;
}
.sub-co-tit-en {
  font-size: max(var(--px-96), 42px);
  text-align: center;
  padding-inline: 5.55%;
  width: 100%;
  color: var(--blue);
  font-weight: 400;
  line-height: 1;
}
.sub-co-tit-en.st2 {
  font-size: max(var(--px-80), 42px);
}
.sub-co-tit-en::first-letter {
  color: var(--yellow);
}

/*-------layout------*/
.sub-l_wrap {
  max-width: max(var(--px-1167), 1167px);
  width: 100%;
  margin-inline: auto;
  background: #fff;
  padding-top: 15px;
  padding-bottom: var(--px-15);
  padding-inline: 30px;
}
.sub-l_wrap .dfl {
  justify-content: center;
  max-width: max(80%, 500px);
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
.sub-l_wrap-tit {
  font-size: max(var(--px-70), 30px);
  text-align: center;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.sub-l_wrap-tit-ja {
  font-size: max(var(--px-30), 16px);
  color: #fff;
  background: var(--blue);
  text-align: center;
  line-height: 1.65;
  padding: 10px 0;
  margin-bottom: 25px;
}
.sub-l_wrap-list li::before {
  content: "";
  background: url(../../../uploads/2026/03/ck-box-green.webp) no-repeat;
  max-width: max(var(--px-18), 16px);
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-right: 1em;
}
.sub-l_wrap-list li {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
.sub-l_wrap-list {
  flex: 1;
}
.sub-l_wrap-list-st2 li {
  background: #f0f9f8;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: max(var(--px-104), 50px);
  margin-bottom: 40px;
}
.sub-l_wrap-list-st2 .last {
  margin-bottom: 0;
}
.sub-l_wrap-list-st2 .last::after {
  content: none;
}
.sub-l_wrap-list-st2 li::after {
  content: "";
  display: inline-block;
  max-width: max(var(--px-75), 30px);
  width: 100%;
  height: max(var(--px-20), 20px);
  background: var(--blue);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.sub-l_wrap-list-st2 .num {
  background: url(../../../uploads/2026/03/flow-list-icon.webp) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  padding: 5px max(var(--px-30), 15px) 5px max(var(--px-15), 5px);
  text-align: center;
  position: absolute;
  top: 0;
  left: -1.389vw;
}
.sub-l_wrap-list-st2 .num .s-txt {
  display: block;
  font-size: max(var(--px-20), 14px);
  line-height: 1;
  color: #fff;
}
.sub-l_wrap-list-st2 .num .l-txt {
  font-size: max(var(--px-40), 20px);
  color: #fff;
  line-height: 1;
}
.sub-l_wrap-list-st2.st2 li {
  padding-top: 35px;
  padding-bottom: 35px;
}
.sub-l_wrap-list-st2.st2 .num {
  top: 15px;
  background: var(--yellow);
  padding: 5px 12px;
}
.sub-l_wrap-st3 {
}
.sub-l_wrap-st3-wrap {
  padding-top: clamp(20px, var(--px-40), 40px);
  padding-bottom: clamp(20px, var(--px-40), 40px);
  padding-inline: clamp(20px, var(--px-30), 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.sub-l_wrap-st3-wrap ul li {
  display: flex;
  font-size: max(var(--px-14), 14px);
}
.cred {
  color: #ff0000;
}
/*-------clinic------*/
.sub-clinic-list1 {
  display: grid;
  justify-content: center;
  gap: max(var(--px-30), 15px);
  grid-template-columns: repeat(3, 1fr);
}
.sub-clinic-list1 li {
  background: #fff;
  padding-bottom: 20px;
}
.sub-clinic-list1 li .txt-box {
  padding-inline: 18px;
}
.sub-clinic-list1 li img {
  display: inline-block;
  margin-bottom: 20px;
}
.sub-clinic-list1-num .s-txt {
  font-size: var(--b-fs);
}
.sub-clinic-list1-num {
  font-size: max(var(--px-40), 20px);
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.sub-clinic-list1-tit {
  font-size: max(var(--px-24), 18px);
  text-align: center;
  margin-bottom: 20px;
}
.sub-clinic-list2 {
  display: grid;
  justify-content: center;
  gap: max(var(--px-30), 15px);
  grid-template-columns: repeat(3, 1fr);
}
.sub-clinic-list3 {
  display: grid;
  justify-content: center;
  gap: 40px max(var(--px-110), 30px);
  grid-template-columns: repeat(2, 1fr);
}
.sub-clinic-list4 {
  display: grid;
  justify-content: center;
  gap: max(var(--px-30), 15px);
  grid-template-columns: repeat(3, 1fr);
}
.sub-clinic-list4-tit {
  padding: 10px 0;
}
.st-yellow .sub-clinic-list4-tit {
  background: var(--yellow);
}
.st-blue .sub-clinic-list4-tit {
  background: var(--blue);
}
.sub-clinic-list4-desc {
  padding-inline: 20px;
  padding-top: 10px;
  padding-bottom: clamp(20px, var(--px-30), 30px);
}
.sub-clinic-list4 .st-yellow {
  box-shadow: inset 0 0 0 1px var(--yellow);
}
.sub-clinic-list4 .st-blue {
  box-shadow: inset 0 0 0 1px var(--blue);
}
.sub-clinic-list4.st2 .sub-clinic-list4-desc {
  padding-inline: 15px;
}
/*-------doctor------*/
.doctor-profile-card {
  display: grid;
  grid-template-columns: max(var(--px-300), 300px) 1fr;
  column-gap: clamp(30px, var(--px-90), 90px);
  align-items: center;
  margin-left: clamp(30px, var(--px-90), 90px);
}

.doctor-profile-card-clinic {
  font-size: max(var(--px-24), 18px);
  line-height: 1.6;
}

.doctor-profile-card-name-group {
  border-bottom: 2px solid #333;
  font-size: max(var(--px-24), 20px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: max(var(--px-30), 10px);
  width: fit-content;
}

.doctor-profile-card-name {
  font-size: max(var(--px-36), 24px);
}

.doctor-profile-card-name-en {
  color: #53929a;
}

.doctor-profile-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(var(--px-90), 30px);
}

.doctor-profile-detail-block {
  background: #fff;
  border: 1px solid #53929a;
  padding: max(var(--px-20), 20px) max(var(--px-30), 30px);
}

.doctor-profile-detail-tit {
  background: #53929a;
  color: #fff;
  font-size: max(var(--px-30), 30px);
  padding: max(var(--px-10), 5px);
  text-align: center;
}

.doctor-profile-detail-list {
  font-weight: 400;
}

.doctor-profile-detail-history {
  display: grid;
  grid-template-columns: max-content auto;
  column-gap: max(var(--px-40), 40px);
}

.doctor-message-lead {
  font-size: max(var(--px-32), 18px);
  position: relative;
  border-bottom: 1px solid #53929a;
  text-align: center;
}

.doctor-message-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(
    to bottom,
    #53929a 0,
    #53929a 1px,
    transparent 1px,
    transparent 6px,
    #53929a 6px,
    #53929a 7px
  );
}

.doctor-message-list {
  border: 1px solid #53929a;
  max-width: max(var(--px-1200), 1200px);
  margin: 0 auto 150px;
  padding: max(var(--px-40), 40px) max(var(--px-50), 50px);
}

.doctor-message-tit {
  font-size: max(var(--px-24), 16px);
  margin-bottom: 15px;
}

.doctor-message-tit::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 34px;
  background: linear-gradient(180deg, var(--yellow) 50%, var(--blue) 50%);
  vertical-align: text-top;
  margin-right: max(var(--px-24), 10px);
}

.doctor-message-item:not(:last-child) {
  border-bottom: 1px dashed #777;
  margin-bottom: max(var(--px-30), 30px);
  padding-bottom: max(var(--px-30), 30px);
}

.doctor-staff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.doctor-staff-card:nth-child(odd) {
  background: #f0f9f8;
}

.doctor-staff-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: max(var(--px-30), 10px);
}

.doctor-staff-card:nth-child(even) {
  background: #fff9f5;
}

.doctor-staff-card-name {
  font-size: max(var(--px-36), 20px);
  line-height: 1.5;
}

.doctor-staff-card-name-group {
  border-bottom: 2px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: max(var(--px-20), 20px);
  padding-bottom: max(var(--px-25), 25px);
}

.doctor-staff-card-name-en {
  color: #53929a;
  font-size: max(var(--px-24), 18px);
  line-height: 1.2;
}

.doctor-hygienist-card-img,
.doctor-staff-card-img {
  margin-bottom: max(var(--px-20), 20px);
  padding-inline: max(var(--px-40), 20px);
  text-align: center;
}

.doctor-staff-card-detail {
  background: #fff;
  flex: 1;
  padding: max(var(--px-20), 20px) max(var(--px-15), 15px);
}

.doctor-staff-card-tit {
  color: #fff;
  font-size: max(var(--px-30), 18px);
  margin-bottom: max(var(--px-20), 20px);
  padding: max(var(--px-10), 10px);
  text-align: center;
}

.doctor-staff-card:nth-child(odd) .doctor-staff-card-tit {
  background: #53929a;
}

.doctor-staff-card:nth-child(even) .doctor-staff-card-tit {
  background: #f1d04e;
}

.doctor-hygienist-card:nth-child(odd) {
  background: #f0f9f8;
}

.doctor-hygienist-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.doctor-hygienist-card {
  display: flex;
  flex-direction: column;
  padding: max(var(--px-30), 30px);
}

.doctor-hygienist-card:nth-child(even) {
  background: #fff9f5;
}

.doctor-hygienist-card-name-group {
  font-size: max(var(--px-36), 20px);
  line-height: 1.5;
  margin-bottom: max(var(--px-20), 20px);
  text-align: center;
}

.doctor-hygienist-card-detail {
  background: #fff;
  flex: 1;
  padding: max(var(--px-20), 20px) max(var(--px-15), 15px);
}
.pat60 {
  padding-top: clamp(30px, var(--px-60), 60px);
}
.pabox-st1 {
  padding: 15px 30px;
}
.pabox-st2 {
  padding: clamp(20px, var(--px-50), 50px);
}
.pabox-st3 {
  padding: clamp(20px, var(--px-70), 70px) 0;
}
.pabox-st4 {
  padding-inline: clamp(20px, var(--px-100), 100px);
  padding-top: clamp(20px, var(--px-40), 40px);
  padding-bottom: clamp(20px, var(--px-40), 40px);
}
.pabox-st5 {
  padding-top: clamp(20px, var(--px-100), 100px);
  padding-bottom: clamp(30px, var(--px-60), 60px);
}
body .blblue.pabox-st6 {
  padding-top: clamp(20px, var(--px-30), 30px);
  padding-bottom: clamp(30px, var(--px-60), 60px);
  padding-left: clamp(20px, var(--px-60), 60px);
  padding-right: clamp(10px, var(--px-30), 30px);
}
.list-auto {
  padding-left: 1.5em;
}
.bd-dash li {
  border-bottom: 1px dashed #777777;
}
.bd-dash {
  border-bottom: 1px dashed #777777;
}
.list-auto li {
  list-style: auto;
}
.tbl th {
  background: #f0f9f8;
}
.tbl th,
.tbl td {
  border: 1px solid #53929a;
  vertical-align: text-top;
  padding: clamp(5px, var(--px-15), 15px);
}
.tbl .va-m {
  vertical-align: middle;
}
.tbl-st2 thead th {
  background: #6abac4;
  color: #fff;
  padding: clamp(10px, var(--px-15), 15px);
  border: none;
}
.tbl-st2 th,
.tbl-st2 td {
  border: 1px solid #53929a;
  padding: clamp(10px, var(--px-30), 30px);
}
.tbl-st2 ul,
.list-desc {
  padding-left: 1.5em;
}
.tbl-st2 ul li,
.list-desc li {
  list-style: disc;
}
.tbl-st2 .img-box {
  max-width: max(var(--px-370), 370px);
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.tbl.st3 th {
  background: #6abac4;
  color: #fff;
}
.tbl_new th {
  text-align: left;
  vertical-align: text-top;
}
.tbl_new th,
.tbl_new td {
  padding: 10px;
  border-bottom: 1px dotted #777777;
}
.orthodontics-case-tab-input {
  display: none;
}

.orthodontics-case-tab-nav {
  display: flex;
  gap: max(var(--px-45), 15px);
  justify-content: space-between;
}

.orthodontics-case-tab-btn {
  background: #6abac4;
  border-radius: max(var(--px-25), 25px) max(var(--px-25), 25px) 0 0;
  color: #fff;
  cursor: pointer;
  font-size: max(var(--px-24), 20px);
  padding: max(var(--px-10), 10px);
  text-align: center;
  width: calc(100% / 2 - max(var(--px-20), 10px));
}

.orthodontics-case-item {
  background: #fff;
  padding: max(var(--px-70), 20px);
}

.orthodontics-case-item:last-child {
  margin-bottom: max(var(--px-70), 70px);
}

.orthodontics-case-item-tit {
  background: #f1d04e;
  color: #fff;
  font-size: max(var(--px-24), 20px);
  padding: max(var(--px-20), 20px);
  text-align: center;
}

.orthodontics-case-device {
  color: #53929a;
  font-size: max(var(--px-24), 20px);
}

.orthodontics-case-gallery {
  max-width: max(var(--px-700), 700px);
  margin: 0 auto;
}

.orthodontics-invisalign-list,
.orthodontics-treatment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 6.5972vw, 95px);
  padding-inline: max(var(--px-45), 0);
}

.orthodontics-invisalign-list {
  gap: max(var(--px-50), 30px);
}

.orthodontics-treatment-item-tit {
  display: flex;
  align-items: center;
}

.orthodontics-invisalign-item-cont,
.orthodontics-treatment-item-cont {
  padding-inline: max(var(--px-20), 0);
}
.orthodontics-invisalign-text {
  padding-inline: max(var(--px-70), 0);
}
.orthodontics-case-detail {
  margin-inline: max(var(--px-45), 5px);
}

.orthodontics-case-tab-panel {
  display: none;
}

#tab-child:checked
  ~ .orthodontics-case-tab-content
  .orthodontics-case-tab-panel-child {
  display: block;
}

#tab-adult:checked
  ~ .orthodontics-case-tab-content
  .orthodontics-case-tab-panel-adult {
  display: block;
}

#tab-child:checked ~ .orthodontics-case-tab-nav label[for="tab-child"] {
  background: #53929a;
}

#tab-adult:checked ~ .orthodontics-case-tab-nav label[for="tab-adult"] {
  background: #53929a;
}

.orthodontics-flow-img {
  padding-inline: clamp(10px, var(--px-170), 170px);
}

/* table */
.orthodontics-price-table th {
  background: #f0f9f8;
}

.orthodontics-price-table th,
.orthodontics-price-table td {
  border: 1px solid #53929a;
  vertical-align: text-top;
  padding: clamp(5px, var(--px-15), 15px);
}

.orthodontics-treatment-item-tit,
.orthodontics-invisalign-item-tit {
  border-bottom: 1px solid #53929a;
  display: flex;
  align-items: center;
  font-size: max(var(--px-24), 20px);
  margin-bottom: 15px;
}

.orthodontics-treatment-item-tit::before,
.orthodontics-invisalign-item-tit::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: max(var(--px-40), 40px);
  background: linear-gradient(180deg, var(--yellow) 50%, var(--blue) 50%);
  vertical-align: text-top;
  margin-right: max(var(--px-15), 15px);
}
.general-dentistry-food-education-tit {
  border-bottom: 1px solid #53929a;
  display: flex;
  align-items: center;
  font-size: max(var(--px-24), 18px);
  margin-bottom: 15px;
}

.general-dentistry-food-education-tit::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: max(var(--px-40), 40px);
  background: linear-gradient(180deg, var(--yellow) 50%, var(--blue) 50%);
  vertical-align: text-top;
  margin-right: max(var(--px-15), 15px);
}

.general-dentistry-caries-step {
  border: 2px solid #53929a;
  display: grid;
  grid-template-columns: max(var(--px-249), 249px) auto;
  align-items: center;
  max-width: max(var(--px-963), 963px);
  margin: 0 auto max(var(--px-60), 60px);
  padding: max(var(--px-20), 20px);
  position: relative;
}

.general-dentistry-caries-step::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: max(var(--px-88), 88px);
  position: absolute;
  left: calc(-1 * max(var(--px-30), 30px));
  top: calc(-1 * max(var(--px-30), 30px));
  width: max(var(--px-88), 88px);
}

.general-dentistry-caries-step:nth-of-type(1)::before {
  background-image: url(../../../uploads/2026/03/ha-icon01.webp);
}

.general-dentistry-caries-step:nth-of-type(2)::before {
  background-image: url(../../../uploads/2026/03/ha-icon02.webp);
}

.general-dentistry-caries-step:nth-of-type(3)::before {
  background-image: url(../../../uploads/2026/03/ha-icon03.webp);
}

.general-dentistry-caries-step:nth-of-type(4)::before {
  background-image: url(../../../uploads/2026/03/ha-icon04.webp);
}
.sub-l_wrap-list-st2 .general-dentistry-flow-num {
  background: #f1d04e;
  padding: max(var(--px-10), 5px) max(var(--px-15), 5px);
  top: 50%;
  transform: translateY(-50%);
}
.sub-l_wrap-list-st2 .general-dentistry-flow-item {
  padding: max(var(--px-30), 5px) max(var(--px-30), 5px) max(var(--px-30), 5px)
    max(var(--px-110), 60px);
}
.general-dentistry-flow-list {
  padding-inline: max(var(--px-50), 15px);
}
.general-dentistry-flow-list .general-dentistry-flow-item:last-child {
  margin-bottom: 0;
}
.general-dentistry-flow-list .general-dentistry-flow-item:last-child::before {
  content: none;
}
.general-dentistry-prevention-text {
  max-width: max(var(--px-1031), 1031px);
  width: 100%;
  margin-inline: auto;
}
.general-dentistry-prevention-item {
  flex: 1;
  box-shadow: inset 0 0 0 1px var(--blue);
  padding-bottom: 20px;
}
.general-dentistry-prevention-item-tit {
  max-width: max(var(--px-338), 338px);
  width: 100%;
  margin-inline: auto;
  line-height: 2;
  padding-top: 5px;
  padding-bottom: 5px;
}
.general-dentistry-prevention-item-body {
  padding-inline: max(var(--px-20), 10px);
}
.general-dentistry-sealant-flow-tit {
  display: block;
}
.general-dentistry-sealant-flow {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: max(var(--px-100), 20px);
}
.ck-green-only-list li::before {
  content: "";
  background: url(../../../uploads/2026/03/ck-box-green.webp) no-repeat;
  max-width: max(var(--px-18), 16px);
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-right: 1em;
}
.ck-green-only-list li {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ck-green-only-list .last {
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .orthodontics-price-table-wrap {
    overflow: auto;
    white-space: nowrap;
  }
  .orthodontics-invisalign-list,
  .orthodontics-treatment-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1180px) {
  .sub-clinic-list1,
  .sub-clinic-list2,
  .sub-clinic-list3,
  .sub-clinic-list4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 820px) {
  .scroll_table {
    overflow: auto;
    white-space: nowrap;
  }
  body .dfl.dfl820 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .doctor-staff-list,
  .doctor-hygienist-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .general-dentistry-caries-step {
    grid-template-columns: repeat(1, 1fr);
  }
  .sub-l_wrap-list-st2 .general-dentistry-flow-num {
    top: 5px;
    transform: none;
  }
}
@media screen and (max-width: 680px) {
  .sub-clinic-list1,
  .sub-clinic-list2,
  .sub-clinic-list3,
  .sub-clinic-list4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .doctor-profile-card {
    grid-template-columns: 1fr;
    row-gap: 30px;
    justify-items: center;
    margin-left: 0;
  }

  .doctor-profile-card-name-group {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
    width: 100%;
  }

  .doctor-profile-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .doctor-message-list {
    margin-bottom: 70px;
    padding: 30px 20px;
  }
  .sub-l_wrap .dfl {
    padding-inline: 0;
  }
  .sub-l_wrap {
    padding-inline: 10px;
  }
}
