/* ==== 共通スタイル ==== */
.stripe-01 {
  background-image: repeating-linear-gradient(
    90deg,
    #7dded4,
    #7dded4 1px,
    #CDF2FF 1px,
    #CDF2FF 11px
  );
}
.stripe-02 {
  background-image: repeating-linear-gradient(
    90deg,
    #7dded4,
    #7dded4 1px,
    transparent 1px,
    transparent 11px
  );
}
.stripe-03 {
  background-image: repeating-linear-gradient(
    90deg,
    #7dded4,
    #7dded4 1px,
    #EDFAFF 1px,
    #EDFAFF 11px
  );
}
.responsive-image {
  position: relative;
  margin-bottom: 30px !important;
}
.pc-image,
.sp-image {
  display: none; /* 初期状態では非表示 */
  width: 100%;
  height: auto;
}
.tel {
  font-size: 30px;
  font-weight: bold;
  color: #0191FF;
  text-align: center;
  text-decoration: underline;
  display: block;
  margin: 50px auto 30px;
}
.tel span {
  font-size: 26px;
  color: #707070;
}
.tel-color {
  color: #0191FF;
}
.float-btn a {
  color: #fff;
}
/* ==== メディアクエリ PC ==== */
@media screen and (min-width: 768px) {
  .pc-image {
    display: block;
  }
  .nagoya_title {
    width: 250px;
    margin: 0 auto 60px;
  }
  .footer_menu_01 {
    background: #ffedeb;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_menu_02 {
    background: #CDF2FF;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #707070 !important;
    margin-top: 50px;
  }
  .footer_menu_02 #menu-content > li > a {
    color: #707070 !important;
  }
  .seven .tit-box h3 {
    width: 570px !important;
  }
  .info {
    background-color: #f2f2f2;
    padding: 100px 0;
  }
  .info h3 {
    font-size: 30px;
    font-weight: bold;
    color: #707070;
    text-align: center;
  }
  .info h3 span {
    background: linear-gradient(transparent 60%, #E8FF54 60%);
  }
  .info-box {
    max-width: 800px;
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
    margin: -10px auto 50px;
    width: 100%;
    font-size: 20px;
    line-height: 1.8;
  }
  .info-box span {
    color: #0191FF;
  }
  .seven h4 {
    width: 285px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    color: #0092FF;
    border: 3px solid #0092FF;
    padding: 10px 20px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .hours {
    padding: 60px 20px;
    max-width: 600px !important;
  }
  .hours_box {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-template-rows: repeat(3, 40px);
    width: 500px;
    margin: 40px auto 0;
    font-size: 30px;
    font-weight: bold;
    color: #707070;
  }
  .cell {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 40px;
  }
  .cell span {
    font-size: 24px;
  }
  .closed {
    color: #FF9F91 !important;
  }
  .caution {
    text-align: center;
    margin: 10px;
    color: #707070;
  }
  .ichiran {
    padding: 20px;
    background: #0092FF;
    margin-top: 100px;
  }
  .ichiran .copy {
    max-width: 886px;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .clinic {
    max-width: 800px;
    padding: 50px;
    border-radius: 30px;
    margin: 0 auto 50px;
    width: 100%;
    font-size: 20px;
    line-height: 1.8;
  }
  .clinic h4 {
    color: #0191FF;
    border: 2px solid #0191FF;
    padding: 20px;
    position: relative;
  }
  .clinic h4 a {
    color: #0191FF !important;
  }
  .clinic h4::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #0191FF;
    border-right: 3px solid #0191FF;
    transform: rotate(45deg);
  }
  .clinic h4.green {
    color: #60CEC2;
    border: 2px solid #60CEC2;
    padding: 20px;
    position: relative;
  }
  .clinic p {
    font-size: 16px;
    color: #707070;
    padding: 10px 20px 20px;
  }
  #header_logo {
    width: 216px;
    margin-right: 30px;
  }
  #header_icon {
    display: flex;
    width: 200px;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  #header_icon a {
    padding: 0px 20px;
    width: 100px;
    position: relative;
  }
  #header_tel::after {
    position: absolute;
    content: "";
    background-color: #0092FF;
    width: 2px;
    height: 40px;
    right: 0;
    top: 10px;
  }
  #menu {
    display: flex;
    justify-content: center;
    top: 0;
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 2;
    padding: 10px 0 0;
  }
  .toggle_btn span:nth-child(3) {
    opacity: 0;
  }
}
/* ========== パンくずリスト ========== */
.breadcrumb {
  background-color: #FCEEEC;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 85%;
  padding: 20px;
  margin: 0 auto;
}
.breadcrumb li > a {
  color: #0092FF;
  font-weight: bold;
}
.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0 0.6em;
  color: #0092FF;
}
/* ========== フロートメニュー ========== */
.float-menu {
  display: grid;
  grid-template-columns: 2fr 2fr 1.5fr 2.5fr;
  gap: 5px;
  width: 100%;
  position: fixed;
  bottom: 0;
  max-width: 1100px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9999;
}
.float-btn {
  background-color: #ddd;
  padding: 20px 5px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
}
.float-btn:nth-child(1) { background-color: #7493F7; }
.float-btn:nth-child(2) { background-color: #33DD7F; }
.float-btn:nth-child(3) { background-color: #A0BCFF; }
.float-btn:nth-child(4) { background-color: #41CBBE; }
.float-btn:hover { background-color: #ccc; }
.float-btn a {
  color: #fff;
}
.footer_menu_01 #menu-content > li > a,
.footer_menu_02 #menu-content > li > a,
#menu-content > li > a {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .sp-image {
    display: block;
  }
  .nagoya_title {
    width: 150px;
    margin: 0 auto 40px;
  }
  /* ========================
     フッターメニュー
  ======================== */
  .footer_menu_01,
  .footer_menu_02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_menu_01 {
    background: #ffedeb;
  }
  .footer_menu_01 #menu-content {
    padding: 20px 0;
  }
  .footer_menu_01 #menu-content > li {
    width: 50%;
    padding-left: 25px;
  }
  .footer_menu_01 #menu-content > li > a {
    border: none;
  }
  .footer_menu_02 {
    background: #CDF2FF;
    color: #707070 !important;
    margin-top: 50px;
  }
  .footer_menu_02 #menu-content {
    padding: 20px 0;
  }
  .footer_menu_02 #menu-content > li {
    width: 50%;
    padding-left: 25px;
  }
  .footer_menu_02 #menu-content > li > a {
    color: #707070 !important;
    border: none;
  }
  /* ========================
     情報・見出し
  ======================== */
  .seven .tit-box h3 {
    width: 280px;
  }
  .info {
    background-color: #f2f2f2;
    padding: 50px 0 5px;
  }
  .info h3 {
    font-weight: bold;
    color: #707070;
    text-align: center;
    font-size: calc(48 / 990 * 100vw);
  }
  .info h3 span {
    background: linear-gradient(transparent 60%, #E8FF54 60%);
  }
  .info-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    margin: -10px 30px 50px;
    font-size: 14px;
    line-height: 1.8;
  }
  .info-box span {
    color: #0191FF;
  }
  .seven h4 {
    width: 140px;
    border: 3px solid #0092ff;
    padding: 10px 20px;
    font-size: 18px !important;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    color: #0092ff;
    font-weight: 500;
    line-height: 1.2;

  }
  .caution {
    text-align: center;
    margin: 10px auto;
    color: #707070;
  }
  .closed {
    color: #FF9F91 !important;
  }
  /* ========================
     営業時間
  ======================== */
  .hours {
    padding: 30px 20px;
  }
  .hours_box {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-template-rows: repeat(3, 34px);
    width: 100%;
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: bold;
    color: #707070;
  }
  .cell {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .cell span {
    font-size: 14px;
    padding-left: 10px;
  }
  .tel,
  .tel span {
    font-size: 18px;
  }
  /* ========================
     ヘッダー系
  ======================== */
  #header_logo {
    width: 150px;
    margin-left: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  #header_icon {
    display: flex;
    width: 127px;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-right: 60px;
  }
  #header_icon a {
    padding: 8px 10px;
    width: 100px;
    position: relative;
  }
  #header_tel::after {
    position: absolute;
    content: "";
    background-color: #0092FF;
    width: 2px;
    height: 30px;
    right: 0;
    top: 15px;
  }
  #menu {
    display: flex;
    justify-content: space-between;
    top: 0;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 4;
    background-color: #85caff;
    border-radius: 6px;
  }
  .toggle_btn span {
    position: absolute;
    left: 5px;
    width: 30px;
    height: 3px;
    background-color: #0092FF;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 9px;
    background-color: #fff;
  }
  .toggle_btn span:nth-child(2) {
    top: 16px;
    background-color: #fff;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 16px;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: transparent;
  }
  .open .toggle_btn span:nth-child(3) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(2) {
    transform: translateY(3px) rotate(45deg);
    opacity: inherit;
  }
  /* ========================
     パンくずリスト（モバイル）
  ======================== */
  .breadcrumb {
    background-color: #FCEEEC;
    margin-top: 60px;
  }
  .breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .breadcrumb li > a {
    color: #0092FF;
    font-weight: bold;
  }
  .breadcrumb li:not(:last-of-type)::after {
    content: ">";
    margin: 0 0.6em;
    color: #0092FF;
  }
  /* ========================
     フロートボタン（モバイル）
  ======================== */
  .float-menu {
    display: grid;
    grid-template-columns: 2fr 2fr 1.5fr 2.5fr;
    gap: 5px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }
  .float-btn {
    background-color: #ddd;
    padding: 10px 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 120%;
  }
  .float-btn:nth-child(1) { background-color: #7493F7; }
  .float-btn:nth-child(2) { background-color: #33DD7F; }
  .float-btn:nth-child(3) { background-color: #A0BCFF; }
  .float-btn:nth-child(4) { background-color: #41CBBE; }
  .float-btn:hover {
    background-color: #ccc;
  }
  footer {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  /* フッターメニュー01 */
  .footer_menu_01 #menu-content > li {
    width: auto;
  }
  .footer_menu_01 #menu-content > li > a {
    display: block;
    padding: 0 15px;
    line-height: 30px;
    color: #0091ff;
    font-size: 16px;
    font-weight: 500;
    border: none;
  }
  /* フッターメニュー02 */
  .footer_menu_02 #menu-content > li {
    width: auto;
  }
  .footer_menu_02 #menu-content > li > a {
    display: block;
    padding: 0 15px;
    line-height: 30px;
    color: #0091ff;
    font-size: 16px;
    font-weight: 500;
    border: none;
  }
  /* third セクション */
  .third .ten-box li .txt {
    font-size: 20px;
  }
  .third .ten-box li .copy {
    font-size: calc(18 / 990 * 100vw);
    font-weight: normal;
  }
}
@media (max-width: 960px) {
  /* ヘッダーロゴ・アイコン */
  #header_logo {
    width: 150px;
    margin-left: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  #header_icon {
    display: flex;
    width: 127px;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-right: 60px;
  }
  #header_icon a {
    padding: 8px 10px;
    width: 100px;
    position: relative;
  }
  #header_tel::after {
    position: absolute;
    content: "";
    background-color: #0092FF;
    width: 2px;
    height: 30px;
    right: 0;
    top: 15px;
  }
  /* メニュー */
  #menu {
    display: flex;
    justify-content: space-between;
    top: 0;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 2;
    padding-top: 0;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 4;
    background-color: #85caff;
    border-radius: 6px;
  }
  .toggle_btn span {
    position: absolute;
    left: 5px;
    width: 30px;
    height: 3px;
    background-color: #0092FF;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 9px;
    background-color: #fff;
  }
  .toggle_btn span:nth-child(2) {
    top: 16px;
    background-color: #fff;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 16px;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: transparent;
    opacity: 100;
  }
  .open .toggle_btn span:nth-child(3) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(2) {
    transform: translateY(3px) rotate(45deg);
    opacity: inherit;
  }
  /* パンくずリスト */
  .breadcrumb {
    background-color: #FCEEEC;
    margin-top: 60px;
  }
  .breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .breadcrumb li > a {
    color: #0092FF;
    font-weight: bold;
  }
}
/* ========================
   共通
======================== */
.minfo-btn .no-link {
  pointer-events: none;
}
.minfo-btn .no-link::after {
  display: none;
}
/* ========================
   PC（デスクトップ） 768px以上
======================== */
@media screen and (min-width: 992px) {
.sp_none {display: block;}
.pc_none {display: none;}
/* ========================
   コンテンツ00
======================== */
.root-canal_00 {
  padding: 100px 0;
}
.root-canal_00 .minfo-title {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #0191FF;
  text-shadow: 5px 5px 0px rgba(255, 255, 255, 1);
  text-align: center;
}
.insurance-badge {
  width: 180px;
  height: 46px;
  background-color: #EDFAFF;
  color: #FF0000;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  margin: 0 auto;
  line-height: 1;
}
/* ========================
   コンテンツ01
======================== */
.root-canal_01 {
  background-color: #EDFAFF;
  padding: 60px 0 100px;
}
.root-canal_01 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0191FF;
  background: linear-gradient(transparent 70%, #E8FF54 0%);
  display: inline;
  padding: 0 20px;
}
.root-canal_01 .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.root-canal_01 p.root-canal_01-txt {
  max-width: 620px;
  background-color: #fff;
  border-radius: 36px;
  padding: 30px;
  margin: 60px auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  color: #0191FF;
  line-height: 1.2;	
}
.root-canal_01 img {
  max-width: 350px;
}
.speech-bubble {
  position: relative;
  background-color: #fff;
  border: 4px solid #0191FF;
  max-width: 540px;
  margin: 80px auto;
  padding: 20px;
  box-sizing: border-box;
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 35px solid #fff;
  z-index: 1;
}
.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 44px solid #0191FF;
  z-index: 0;
}
.speech-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.speech-text {
  font-size: 32px;
  font-weight: bold;
  color: #0191FF;
  line-height: 1.4;
  flex: 1;
}
.speech-text p span {
  background: linear-gradient(transparent 70%, #E8FF54 0%);
}	
.root-canal_01 .checklist-box {
  background-color: #fff;
  border: 4px solid #85CAFF;
  margin: 60px auto 0;
  padding: 40px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
  color: #0191FF;
}
.root-canal_01 .checklist-title-wrapper {
  margin: 20px auto 80px;
}
.root-canal_01 .checklist-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #707070;
}
.root-canal_01 .title-line {
  display: inline;
  background: linear-gradient(transparent 70%, #FADEDC 0%);
}
.root-canal_01 .checklist-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #0191FF;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-4px); /* ← これで少し上に */
}
.root-canal_01 .checklist-number span {
  transform: translateY(-4px); /* ← 数字だけ少し上に */
  display: inline-block;
}
.root-canal_01 .checklist-items {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
}
.root-canal_01 .checklist-items li {
  position: relative;
  padding-left: 45px;
  font-size: 24px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 20px;
}
.root-canal_01 .checklist-items li::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  background-color: #D9D9D9;
  left: 0;
  top: 2px;
}
/* ========================
   コンテンツ03
======================== */
.root-canal_02 {
  padding: 0 0 20px;
}
.root-canal_02 .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 10px;
}
.root-canal_02 h2 {
  height: 220px;
  width: 100%;
  background-color: #0191FF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 0; /* h2の余白リセット */
  padding: 0;
}
.root-canal_02 h2 img {
  max-width: 666px;
  width: 100%;
  height: auto;
  display: block;
}
.root-canal_03 h3 {
  font-size: 40px;
  font-weight: bold;
  color: #E66393;
  margin: 80px auto 20px;
}
.rounded-box {
  max-width: 620px;
  background-color: #fff;
  border-radius: 36px;
  padding: 30px 0 10px;
  margin: 30px auto 0;
  text-align: center;
  box-sizing: border-box;
}
.rounded-title {
  font-size: 40px;
  font-weight: bold;
  color: #0191FF;
  margin-bottom: 20px;
  background: linear-gradient(transparent 70%, #E8FF54 0%);
  display: inline;
  padding: 0;
}
.rounded-step {
  background: #FFF;
}
.rounded-box ul {
  margin-top: 3em;
  padding-left: 20px;
}
.rounded-box li {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 0.2em;
  position: relative;
  padding-left: 1.2em; /* 黒丸分の余白 */
}
.rounded-box li::before {
  content: "•";      /* 黒丸を自分でつける */
  position: absolute;
  left: 0;
}
.root-canal_02 .rounded-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0191FF;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
  transform: translateY(-4px);
  padding-left: 1px;
}
.root-canal_02 .rounded-number span {
  transform: translateY(-3px);
  display: inline-block;
}
.root-canal_02 .rounded-feel {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  color: #707070;
  margin-top: 2em;
  margin-bottom: 0.2em;
  border: 6px solid #85CAFF;
  padding: 20px;
}
.root-canal_02 .rounded-feel:last-child {
  text-align: center;
}
.root-canal_02 .rounded-feel h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0191FF;
  margin-bottom: 0.3em;
}
.root-canal_02 .rounded-feel img {
  max-width: 450px;
  margin: 20px auto;
}
/* ========================
   コンテンツ03
======================== */
.root-canal_03 {
  padding: 0 0 80px 0;
  background-color: #FFF;
}
.root-canal_03 .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.root-canal_03 h2 {
  height: 220px;
  width: 100%;
  background-color: #0191FF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0; /* h2の余白リセット */
  padding: 0;
}
.root-canal_03 h2 img {
  max-width: 666px;
  width: 100%;
  height: auto;
  display: block;
}
.check-box {
  max-width: 100%;
  padding: 60px 40px 0;
  background-color: #FFF;
}
.check-box p {
  font-size: 20px;
  color: #707070;
  border-left: 2px solid #0191FF;
  padding: 10px 20px;
  margin-left: 30px;
  line-height: 1.7;
  text-align: left;
}
.check-box p span {
  font-size: 32px;
  font-weight: bold;
  color: #0191FF;
  border-bottom: 3px solid #0191FF;
  margin-bottom: 0.5em;
  text-align: left;
  display: inline-block;
}
.check-box h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: normal;
}
.check-box img {
  margin-top: 40px;
}
.check-box-heading {
  position: relative;
  padding-left: 80px; /* 番号の幅 + 余白 */
}
.root-canal-number {
  position: absolute;
  top: -10px;
  left: 0;
  color: #0191FF;
  font-size: 48px;
  font-weight: bold;
}
.root-canal-text {
  font-weight: bold;
  color: #0191FF;
  text-align: left;
  line-height: 1.2em;
  display: inline;
}
.highlight-text-02 {
  background: linear-gradient(transparent 70%, #E8FF54 0%);
}
.root-canal_03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 530px;
  height: 120px;
  background-color: #0191FF;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  padding: 0 20px;
  margin: 60px auto 30px;
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  transition: background-color 0.3s;
}
.root-canal_03 a::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: 10px;
}
/* ========================
   コンテンツ04
======================== */
.root-canal_04 {
  background-color: #FCEEEC;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 80px;
}	
.sns-title {
  color: #EF83AB;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 20px auto 60px;
}
.sns-title .hashtags,
.sns-title .dots {
  font-size: 24px;
  display: block;
}
.sns-title .main-title {
  font-size: 36px;
  display: block;
}
.tiktok-box {
  margin: 0 auto 80px;
  display: block;
  max-width: 400px;
  width: 100%;
}
.column-box {
  display: flex;
  align-items: stretch; /* 高さを揃えるために stretch に変更 */
  width: 540px;
  margin: 0 auto 20px;
}
.column-image {
  width: 35%;
  max-width: 150px;
  height: 100%; /* ← 右の高さと揃える */
  object-fit: cover; /* ← cover or contain お好みで */
  margin-right: 10px;
}
.column-text {
  flex: 1;
  background-color: #F2F2F2;
  border: 1px solid #EF83AB;
  color: #000000;
  padding: 10px 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  font-size: 18px;
}
/* ========================
   コンテンツ05
======================== */
.root-canal_05 {
  padding: 50px 0 80px 0;
}	
.root-canal_05 .minfo-title {
  text-align: center;
  color: #707070;
  font-weight: bold;
  margin: 40px 0 60px;
  line-height: 1.3;
}
.root-canal_05 .minfo-title .minfo-icon {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.root-canal_05 .minfo-title .subtitle-en {
  font-size: 20px;
  display: block;
}
.root-canal_05 .minfo-title .subtitle-ja {
  font-size: 40px;
  display: block;
}
.minfo-btn {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  gap: 30px;
  justify-content: center;
  margin: 40px auto;
}
.minfo-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  height: 110px;
  background-color: #0191FF;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  transition: background-color 0.3s;
}
.minfo-btn a::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.minfo-btn a:hover {
  background-color: #66c0ff;
}
/* ========================
   コンテンツ06
======================== */
.seven .gr .map-box {
  margin: 50px auto;
}
/* ========================
   コンテンツ07
======================== */
.ichiran {
  padding: 20px;
  background: #0092FF;
}
.ichiran .copy {
  max-width: 886px;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.clinic {
  max-width: 800px;
  padding: 50px;
  border-radius: 30px;
  margin: 0 auto 50px;
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
}
.clinic h4 {
  color: #0191FF;

  border: 2px solid #0191FF;
  padding: 20px;
  position: relative;
}
.clinic h4 a {
  color: #0191FF !important;
}
.clinic h4::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #0191FF;
  border-right: 3px solid #0191FF;
  transform: rotate(45deg);
}
.clinic h4.green {
  color: #60CEC2;
  border: 2px solid #60CEC2;
  padding: 20px;
  position: relative;
}
.clinic p {
  font-size: 16px;
  color: #707070;
  padding: 10px 20px 20px;
}
}
/* ========================
   タブレット（TB） 768px〜991px
======================== */
@media screen and (min-width: 768px) and (max-width: 991px) {
.sp_none {display: block;}
.pc_none {display: none;}
/* ========================
   コンテンツ00
======================== */
.root-canal_00 {
  padding: 100px 0;
}
.root-canal_00 .minfo-title {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #0191FF;
  text-shadow: 5px 5px 0px rgba(255, 255, 255, 1);
  text-align: center;
}
.insurance-badge {
  width: 180px;
  height: 46px;
  background-color: #EDFAFF;
  color: #FF0000;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  margin: 0 auto;
  line-height: 1;
}
/* ========================
   コンテンツ01
======================== */
.root-canal_01 {
  background-color: #EDFAFF;
  padding: 60px 0 100px;
}
.root-canal_01 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0191FF;
  background: linear-gradient(transparent 70%, #E8FF54 0%);
  display: inline;
  padding: 0 20px;
}
.root-canal_01 .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.root-canal_01 p.root-canal_01-txt {
  max-width: 620px;
  background-color: #fff;
  border-radius: 36px;
  padding: 30px;
  margin: 60px auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  color: #0191FF;
  line-height: 1.2;	
}
.root-canal_01 img {
  max-width: 350px;
}
.speech-bubble {
  position: relative;
  background-color: #fff;
  border: 4px solid #0191FF;
  max-width: 540px;
  margin: 80px auto;
  padding: 20px;
  box-sizing: border-box;
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 35px solid #fff;
  z-index: 1;
}
.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 44px solid #0191FF;
  z-index: 0;
}
.speech-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.speech-text {
  font-size: 32px;
  font-weight: bold;
  color: #0191FF;
  line-height: 1.4;
  flex: 1;
}
.speech-text p span {
  background: linear-gradient(transparent 70%, #E8FF54 0%);
}	
.root-canal_01 .checklist-box {
  background-color: #fff;
  border: 4px solid #85CAFF;
  margin: 60px auto 0;
  padding: 40px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
  color: #0191FF;
}
.root-canal_01 .checklist-title-wrapper {
  margin: 20px auto 80px;
}
.root-canal_01 .checklist-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #707070;
}
.root-canal_01 .title-line {
  display: inline;
  background: linear-gradient(transparent 70%, #FADEDC 0%);
}
.root-canal_01 .checklist-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #0191FF;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-4px); /* ← これで少し上に */
}
.root-canal_01 .checklist-number span {
  transform: translateY(-4px); /* ← 数字だけ少し上に */
  display: inline-block;
}
.root-canal_01 .checklist-items {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
}
.root-canal_01 .checklist-items li {
  position: relative;
  padding-left: 45px;
  font-size: 24px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 20px;
}
.root-canal_01 .checklist-items li::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  background-color: #D9D9D9;
  left: 0;
  top: 2px;
}
/* ========================
   コンテンツ03
======================== */
.root-canal_02 {
  padding: 0 0 20px;
}
.root-canal_02 .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 10px;
}
.root-canal_02 h2 {
  height: 220px;
  width: 100%;
  background-color: #0191FF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 0; /* h2の余白リセット */
  padding: 0;
}
.root-canal_02 h2 img {
  max-width: 666px;
  width: 100%;
  height: auto;
  display: block;
}
.root-canal_03 h3 {
  font-size: 40px;
  font-weight: bold;
  color: #E66393;
  margin: 80px auto 20px;
}
.rounded-box {
  max-width: 620px;
  background-color: #fff;
  border-radius: 36px;
  padding: 30px 0 10px;
  margin: 30px auto 0;
  text-align: center;
  box-sizing: border-box;
}
.rounded-title {
  font-size: 40px;
  font-weight: bold;
  color: #0191FF;
  margin-bottom: 20px;
  background: linear-gradient(transparent 70%, #E8FF54 0%);
  display: inline;
  padding: 0;
}
.rounded-step {
  background: #FFF;
}
.rounded-box ul {
  margin-top: 3em;
  padding-left: 20px;
}
.rounded-box li {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 0.2em;
  position: relative;
  padding-left: 1.2em; /* 黒丸分の余白 */
}
.rounded-box li::before {
  content: "•";      /* 黒丸を自分でつける */
  position: absolute;
  left: 0;
}
.root-canal_02 .rounded-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0191FF;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
  transform: translateY(-4px);
  padding-left: 1px;
}
.root-canal_02 .rounded-number span {
  transform: translateY(-3px);
  display: inline-block;
}
.root-canal_02 .rounded-feel {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  color: #707070;
  margin-top: 2em;
  margin-bottom: 0.2em;
  border: 6px solid #85CAFF;
  padding: 20px;
}
.root-canal_02 .rounded-feel:last-child {
  text-align: center;
}
.root-canal_02 .rounded-feel h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0191FF;
  margin-bottom: 0.3em;
}
.root-canal_02 .rounded-feel img {
  max-width: 450px;
  margin: 20px auto;
}
/* ========================
   コンテンツ03
======================== */
.root-canal_03 {
  padding: 0 0 80px 0;
  background-color: #FFF;
}
.root-canal_03 .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.root-canal_03 h2 {
  height: 220px;
  width: 100%;
  background-color: #0191FF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0; /* h2の余白リセット */
  padding: 0;
}
.root-canal_03 h2 img {
  max-width: 666px;
  width: 100%;
  height: auto;
  display: block;
}
.check-box {
  max-width: 100%;
  padding: 60px 40px 0;
  background-color: #FFF;
}
.check-box p {
  font-size: 20px;
  color: #707070;
  border-left: 2px solid #0191FF;
  padding: 10px 20px;
  margin-left: 30px;
  line-height: 1.7;
  text-align: left;
}
.check-box p span {
  font-size: 32px;
  font-weight: bold;
  color: #0191FF;
  border-bottom: 3px solid #0191FF;
  margin-bottom: 0.5em;
  text-align: left;
  display: inline-block;
}
.check-box h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: normal;
}
.check-box img {
  margin-top: 40px;
}
.check-box-heading {
  position: relative;
  padding-left: 80px; /* 番号の幅 + 余白 */
}
.root-canal-number {
  position: absolute;
  top: -10px;
  left: 0;
  color: #0191FF;
  font-size: 48px;
  font-weight: bold;
}
.root-canal-text {
  font-weight: bold;
  color: #0191FF;
  text-align: left;
  line-height: 1.2em;
  display: inline;
}
.highlight-text-02 {
  background: linear-gradient(transparent 70%, #E8FF54 0%);
}
.root-canal_03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 530px;
  height: 120px;
  background-color: #0191FF;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  padding: 0 20px;
  margin: 60px auto 30px;
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  transition: background-color 0.3s;
}
.root-canal_03 a::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: 10px;
}
/* ========================
   コンテンツ04
======================== */
.root-canal_04 {
  background-color: #FCEEEC;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 80px;
}	
.sns-title {
  color: #EF83AB;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 20px auto 60px;
}
.sns-title .hashtags,
.sns-title .dots {
  font-size: 24px;
  display: block;
}
.sns-title .main-title {
  font-size: 36px;
  display: block;
}
.tiktok-box {
  margin: 0 auto 80px;
  display: block;
  max-width: 400px;
  width: 100%;
}
.column-box {
  display: flex;
  align-items: stretch; /* 高さを揃えるために stretch に変更 */
  width: 540px;
  margin: 0 auto 20px;
}
.column-image {
  width: 35%;
  max-width: 150px;
  height: 100%; /* ← 右の高さと揃える */
  object-fit: cover; /* ← cover or contain お好みで */
  margin-right: 10px;
}
.column-text {
  flex: 1;
  background-color: #F2F2F2;
  border: 1px solid #EF83AB;
  color: #000000;
  padding: 10px 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  font-size: 18px;
}
/* ========================
   コンテンツ05
======================== */
.root-canal_05 {
  padding: 50px 0 80px 0;
}	
.root-canal_05 .minfo-title {
  text-align: center;
  color: #707070;
  font-weight: bold;
  margin: 40px 0 60px;
  line-height: 1.3;
}
.root-canal_05 .minfo-title .minfo-icon {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.root-canal_05 .minfo-title .subtitle-en {
  font-size: 20px;
  display: block;
}
.root-canal_05 .minfo-title .subtitle-ja {
  font-size: 40px;
  display: block;
}
.minfo-btn {
  display: grid;
  grid-template-columns: repeat(2, 320px);
  gap: 30px;
  justify-content: center;
  margin: 40px auto;
}
.minfo-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  height: 110px;
  background-color: #0191FF;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  transition: background-color 0.3s;
}
.minfo-btn a::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: 10px;
}
.minfo-btn a:hover {
  background-color: #66c0ff;
}
/* ========================
   コンテンツ06
======================== */
.seven .gr .map-box {
  margin: 50px auto;
}
/* ========================
   コンテンツ07
======================== */
.ichiran {
  padding: 20px;
  background: #0092FF;
}
.ichiran .copy {
  max-width: 886px;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.clinic {
  max-width: 800px;
  padding: 50px;
  border-radius: 30px;
  margin: 0 auto 50px;
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
}
.clinic h4 {
  color: #0191FF;

  border: 2px solid #0191FF;
  padding: 20px;
  position: relative;
}
.clinic h4 a {
  color: #0191FF !important;
}
.clinic h4::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #0191FF;
  border-right: 3px solid #0191FF;
  transform: rotate(45deg);
}
.clinic h4.green {
  color: #60CEC2;
  border: 2px solid #60CEC2;
  padding: 20px;
  position: relative;
}
.clinic p {
  font-size: 16px;
  color: #707070;
  padding: 10px 20px 20px;
}
}
/* ========================	
   スマホ（SP） 767px以下
======================== */
@media screen and (max-width: 767px) {
.sp_none {display: none;}
.pc_none {display: block;}
/* ========================
   コンテンツ00
======================== */
.root-canal_00 {
  padding: 50px 0;
}
.root-canal_00 .minfo-title {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #0191FF;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
  text-align: center;
}
.insurance-badge {
  width: 100%;
  max-width: 120px;
  height: auto;
  background-color: #EDFAFF;
  color: #FF0000;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  margin: 0 auto;
  padding: 8px 10px 12px;
  line-height: 1;
}
/* ========================
   コンテンツ01
======================== */	
.root-canal_01 {
  background-color: #EDFAFF;
  padding: 30px 0 40px;
}
.root-canal_01 h2 {
  font-size: 24px;
  font-weight: bold;
  color: #0191FF;
  margin-bottom: 6px;
  background: linear-gradient(transparent 70%, #E8FF54 0%);
  display: inline;
  padding: 0;
}
.root-canal_01 .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.root-canal_01 p.root-canal_01-txt {
  background-color: #fff;
  border-radius: 36px;
  padding: 20px;
  margin: 30px;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #0191FF;
  line-height: 1.4;
}
.root-canal_01 img {
  max-width: 240px;
}
.speech-bubble {
  position: relative;
  background-color: #fff;
  border: 4px solid #0191FF;
  max-width: 260px;
  width: 100%;	
  margin: 40px auto 60px;
  padding: 20px;
  box-sizing: border-box;
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 35px solid #fff;
  z-index: 1;
}
.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 44px solid #0191FF;
  z-index: 0;
}
.speech-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.speech-text {
  font-size: 16px;
  font-weight: bold;
  color: #0191FF;
  line-height: 1.4;
  flex: 1;
}
.speech-text p span {
  background: linear-gradient(transparent 70%, #EDFC72 0%);
}
.root-canal_01 .checklist-box {
  background-color: #fff;
  border: 4px solid #85CAFF;
  margin: 20px 20px 0;
  padding: 30px 20px 40px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.root-canal_01 .checklist-title-wrapper {
  margin: 10px auto 40px;
}
.root-canal_01 .checklist-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #707070;
  line-height: 1em;
}
.root-canal_01 .title-line {
  display: inline;
  background: linear-gradient(transparent 70%, #FADEDC 0%);
}
.root-canal_01 .checklist-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0191FF;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-right: 4px;
  vertical-align: middle;
  transform: translateY(-4px); /* ← これで少し上に */
}
.root-canal_01 .checklist-number span {
  display: inline-block;
}
.root-canal_01 .line-hieght-adjust {
  line-height: 1.8em;
}
.root-canal_01 .checklist-items {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
}
.root-canal_01 .checklist-items li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 1em;
}
.root-canal_01 .checklist-items li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #D9D9D9;
  left: 0;
  top: 2px;
}
/* ========================
   コンテンツ02
======================== */	
.root-canal_02 {
  padding: 0 0 20px;
}
.root-canal_02 .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 10px;
}
.root-canal_02 h2 {
  height: 120px;
  width: 100%;
  background-color: #0191FF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 0; /* h2の余白リセット */
  padding: 0;
}
.root-canal_02 h2 img {
  max-width: 330px;
  width: 90%;
  height: auto;
  display: block;
}
.root-canal_02 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0191FF;
  margin: 20px auto;
}
.rounded-box {
  max-width: 620px;
  background-color: #fff;
  border-radius: 36px;
  padding: 20px 0 10px;
  margin: 10px 30px 0;
  text-align: center;
  box-sizing: border-box;
}
.rounded-title {
  font-size: 24px;
  font-weight: bold;
  color: #0191FF;
  margin-bottom: 6px;
  background: linear-gradient(transparent 70%, #E8FF54 0%);
  display: inline;
  padding: 0;
}
.rounded-step {
  background: #FFF;
}
.rounded-box ul {
  margin-top: 3em;
  padding-left: 10px;
}
.rounded-box li {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 0.2em;
  position: relative;
  padding-left: 1.2em; /* 黒丸分の余白 */
}
.rounded-box li::before {
  content: "•";      /* 黒丸を自分でつける */
  position: absolute;
  left: 0;
}
.rounded-box p {
  font-size: 14px;
  color: #707070;
  margin-top: 1em;
  line-height: 1.5em;
  text-align: left;
}
.root-canal_02 .rounded-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0191FF;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-left: 6px;
  vertical-align: middle;
  transform: translateY(-3px);
  padding-left: 1px;
}
.root-canal_02 .rounded-number span {
  transform: translateY(-1px);
  display: inline-block;
}
.root-canal_02 .rounded-feel {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  color: #707070;
  margin-top: 2em;
  margin-bottom: 0.2em;
  border: 6px solid #85CAFF;
  padding: 20px;
}
.root-canal_02 .rounded-feel:last-child {
  text-align: center;
}
.root-canal_02 .rounded-feel h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0191FF;
  margin-bottom: 0.3em;
}
.root-canal_02 .rounded-feel img {
  max-width: 450px;
  margin: 20px auto;
}
/* ========================
   コンテンツ03
======================== */
.root-canal_03 {
  padding: 0 0 40px 0;
  background-color: #FFF;
}
.root-canal_03 .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.root-canal_03 h2 {
  height: 120px;
  width: 100%;
  background-color: #0191FF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px 0;
  padding: 0;
}
.root-canal_03 h2 img {
  max-width: 666px;
  width: 100%;
  height: auto;
  display: block;
}
.check-box {
  max-width: 100%;
  margin: 0 20px;
  padding: 0 10px 30px;
  background-color: #FFF;
}
.check-box p {
  font-size: 14px;
  color: #707070;
  border-left: 2px solid #0191FF;
  padding: 10px 20px;
  margin-left: 14px;
  line-height: 1.5em;
  text-align: left;
}
.check-box p span {
  font-size: 16px;
  font-weight: bold;
  color: #0191FF;
  border-bottom: 3px solid #0191FF;
  margin-bottom: 0.5em;
  text-align: left;
  display: inline-block;
}
.check-box h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #0191FF;
  letter-spacing: normal;
}
.check-box img {
  margin-top: 20px;
}
.check-box-heading {
  position: relative;
  padding-left: 50px; /* 番号の幅 + 余白 */
  line-height: 1.5;
}
.root-canal-number {
  position: absolute;
  top: -6px;
  left: 0;
  color: #0191FF;
  font-size: 28px;
  font-weight: bold;
}
.root-canal-text {
  font-weight: bold;
  color: #0191FF;
  text-align: left;
  line-height: 1.2em;
  display: inline;
}
.highlight-text-02 {
  background: linear-gradient(transparent 70%, #E8FF54 0%);
}	
.root-canal_03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0191FF;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 18px 10px;
  border-radius: 0;
  box-sizing: border-box;
  transition: background-color 0.3s;
  width: 100%;
  position: relative;
  max-width: 280px;
  margin: 60px auto 30px;
  height: 70px;
}
.root-canal_03 a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
}
/* ========================
   コンテンツ04
======================== */
.root-canal_04 {
  background-color: #FCEEEC;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 60px;
}	
.sns-title {
  color: #EF83AB;
  font-weight: bold;
  text-align: center;
  line-height: 0.8;
  margin: 20px auto 30px;
}
.sns-title .hashtags,
.sns-title .dots {
  font-size: 16px;
  display: block;
}
.sns-title .main-title {
  font-size: 22px;
  display: block;
}
.tiktok-box {
  margin: 0 auto 60px;
  display: block;
  width: 70%;
}
.column-box {
  display: flex;
  align-items: stretch; /* ← 高さを揃えるため */
  color: #000;
  text-decoration: none;
  width: 90%;
  max-width: 90%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto 20px;
}
.column-image {
  width: 35%;
  max-width: 150px;
  height: 100%; /* ← 右の高さと揃える */
  object-fit: cover; /* ← cover or contain お好みで */
  margin-right: 10px;
}
.column-text {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  align-items: center;
  background-color: #F2F2F2;
  border: 1px solid #EF83AB;
}
/* ========================
   コンテンツ05
======================== */
.root-canal_05 {
  padding: 40px 0 80px 0;
}	
.root-canal_05 .minfo-title {
  text-align: center;
  color: #707070;
  font-weight: bold;
  margin: 0 0 40px;
  line-height: 1.3;
}
.root-canal_05 .minfo-title .minfo-icon {
  width: auto;
  height: auto;
  max-width: 120px;
  margin-bottom: 10px;
}
.root-canal_05 .minfo-title .subtitle-en {
  font-size: 12px;
  display: block;
}
.root-canal_05 .minfo-title .subtitle-ja {
  font-size: 22px;
  display: block;
}
.minfo-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列固定 */
  gap: 16px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.minfo-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0191FF;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 18px 10px;
  height: auto;
  border-radius: 0;
  box-sizing: border-box;
  transition: background-color 0.3s;
  width: 100%;
}
.minfo-btn a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.minfo-btn a:hover {
  background-color: #66c0ff;
}
/* ========================
   コンテンツ06
======================== */
.seven .gr .map-box {
  margin: 50px auto;
}
/* ========================
   コンテンツ07
======================== */
.ichiran {
  padding: 20px;
  background: #0092FF;
}
.ichiran .copy {
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.clinic {
  padding: 50px 20px;
  border-radius: 30px;
  margin: 0 auto;
  width: 100%;
  font-size: 20px;
}
.clinic h4 {
  color: #0191FF;
  border: 2px solid #0191FF;
  padding: 20px;
  position: relative;
  font-size: 80%;
}
.clinic h4 a {
  color: #0191FF !important;
}
.clinic h4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 13px;
  height: 13px;
  border-top: 3px solid #0191FF;
  border-right: 3px solid #0191FF;
  transform: rotate(45deg);
}
.clinic h4.green {
  color: #60CEC2;
  border: 2px solid #60CEC2;
  padding: 20px;
  position: relative;
}
.clinic p {
  font-size: 14px;
  color: #707070;
  padding: 10px 20px 20px;
}
}