@charset "utf-8";

header {
    background-color: #E1F6FF;
}
/* -------------------パンくずリスト------------------- */
/* パンくず全体 */
.breadcrumb {
  font-size: 14px;
  margin: 20px 0;
  color: #555;
  padding-left: 40px;
}

/* ol（リスト）を横並びにする */
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap; /* 折り返しもOK */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 各 li */
.breadcrumb li {
  display: flex;
  align-items: center;
  color: #555;
}

/* 区切り記号（›） */
.breadcrumb li:not(:last-child)::after {
  content: "›"; /* ▶ や / に変更可 */
  margin: 0 8px;
  color: #aaa;
  font-weight: bold;
}

/* リンク部分のスタイル */
.breadcrumb a {
  color: #007acc;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #005b99;
}

/* 最後の要素（現在ページ） */
.breadcrumb li:last-child {
  color: #333;
  font-weight: bold;
  pointer-events: none; /* 現在地はクリック不可に */
}


/*------------------- メニュー -------------------*/
/* 最初は通常の位置に */

.nav-under {
  width: 100%;
  background: #fff;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  transition: all 0.3s ease-in-out;
  margin-top: 100px;
  z-index: 10;
}

/* 固定されるときのスタイル */
.nav-under.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  z-index: 15;
}


/* メニューリスト */
.nav-underlist {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

/* メニュー項目 */
.nav-underitem {
	position: relative;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-weight: bold;

}

/* メニューリンク */
.nav-underitem a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  display: block;
  position: relative;
  transition: color 0.3s ease;
}

/* ホバー時のエフェクト（下線アニメーション） */
.nav-underitem a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: #4A90E2;
  transition: all 0.3s ease-out;
  transform: translateX(-50%);
}

.nav-underitem a:hover::after {
  width: 100%;
}

.nav-underitem a:hover {
  color: #4A90E2;
}

/* プルダウンメニュー */
.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* プルダウンメニュー項目 */
.dropdown li {
  padding: 12px 20px;
}

.dropdown li a {
  text-decoration: none;
  color: #666;
  display: block;
  font-size: 14px;
  transition: background 0.3s ease, padding-left 0.3s ease;
}

.dropdown li a:hover {
  background: #f4f4f4;
  padding-left: 25px;
}

/* ホバー時にプルダウンを表示 */
.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  z-index: 5;
}

/* ハンバーガーメニュー（スマホ対応） */
.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-underitem a.active {
  color: #333333; /* テキスト色 */
  background-color: rgba(74, 144, 226, 0.1); /* 薄いブルーの背景色 */
  border-radius: 50%; /* 円形にする */
  padding: 10px; /* 上下左右に均等なパディング */
  display: inline-flex; /* flexを使用して中央揃えを容易に */
  justify-content: center; /* 横軸中央揃え */
  align-items: center; /* 縦軸中央揃え */
  min-width: 30px; /* 最小幅を指定 */
  height: 30px; /* 高さを指定 */
  transition: background-color 0.3s ease; /* 背景色の変化にトランジションを適用 */
  text-align: center; /* テキストを中央揃えに */
  white-space: nowrap; /* テキストを折り返さない */
}
.nav-underitem a.active:hover {
  background-color: rgba(74, 144, 226, 0.2); /* ホバー時に背景色を少し濃くする */
}
.h_webcom_web {
    margin: auto;
}
/* ----------------------------------------------------
タブレット用（768px〜1024px）
---------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-underitem a {
    font-size: 10px;
  }
}

/* ----------------------------------------------------
スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .nav-under {
    padding: 0;
    background: #E1F6FF;
    margin-top:0px;
  }

  .nav-underlist {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;                      /* ← 上部に固定 */
    left: 0;
    width: 100%;
    height: 100vh;              /* ← 全画面に広がる */
    overflow-y: auto;           /* ← スクロール可 */
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9998;
    justify-content: center;
	  margin-top:0px
  }

  .nav-underlist.active {
    display: flex;
  }

  .nav-underitem {
    text-align: center;
	display:block;
  }

  .nav-underitem a {
    display: block;
    padding: 15px;
    width: 100%;
  }

  /* ▼ スマホ用プルダウンメニュー：最初は非表示 */
  .has-dropdown .dropdown {
    display: none;
    background: #fff;
    padding: 0;
    margin: 0;
  }

  /* ▼ JSで.open付与時に表示 */
  .has-dropdown.open .dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
    position: static; /* ← 画面の幅に対して自然に展開 */
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: #e5f2f5;
  }

  /* ハンバーガーボタン左上固定 */
  .menu-toggle {
    display: block;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 9999;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
  }
  .has-dropdown:hover .dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  .dropdown li {
    padding: 0px 20px;
}
/* .dropdown li a {
  color: #2D5A8E;
} */
}
/*------------------- メイン画像 -------------------*/
.lowerlayer-fv {
    background-color:#E1F6FF ;
    padding: 39px 2.9% 83px;
    position: relative;
}

.lowerlayer-fvsp {
    display: none;
}
.lowerlayer-fvpc {
    margin: 0 auto;
    position: relative;
}
.titleunit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,45%);
}
.lowerlayer-title {
    color:  #4A90E2;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    line-height: normal;
	font-family: 'Kiwi Maru', serif;
}
.title-icon {
    margin: 0 auto;
    width: 48px;
}
.titlesp {
    display: none;
}
.title-back {
  position: absolute;
  bottom:2%; 
  left: 50%;
  transform: translateX(-50%)translateY(-10%);
  width: 300px;
  height: 150px;
  background-color: #E1F6FF;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lowerlayer-titleunit {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%) translateY(55%);
  text-align: center;
  z-index: 3;
}

.title-iconpc,
.title-iconsp {
  width: 30px;
  display: block;
  margin: 0 auto 8px;
}

.title-iconsp {
    display: none;
}

/* ----------------------------------------------------
メイン画像　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .lowerlayer-fv {
    background-color:#E1F6FF ;
    padding: 39px 2.9% 50px;
    position: relative;
    border-radius: 0px 0px 40px 40px;
  }

  .lowerlayer-fvsp {
      display: block;
      margin: 25px auto 0;
      position: relative;
      width: 100%;
  }
  .lowerlayer-fvpc {
      display: none;
  }
  .lowerlayer-titleunit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,45%);
}
.lowerlayer-title {
    color:  #4A90E2;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
}
.title-back {
  position: absolute;
  bottom:0; 
  left: 50%;
  transform: translateX(-50%)translateY(-30%);
  width: 220px;
  height: 100px;
  background-color: #E1F6FF;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lowerlayer-titleunit {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%) translateY(80%);
  text-align: center;
  z-index: 3;
}

.title-icon {
  width: 19px;
  display: block;
  margin: 0 auto;
}



}
/* ----------------------------------------------------
メイン画像　426-768用
---------------------------------------------------- */
@media screen and (min-width: 426px) and (max-width: 768px) {
  .lowerlayer-titleunit {
    transform: translateX(-50%) translateY(100%);
  }
}
/*------------------- 入れ歯治療 -------------------*/
.about-dentures {
    padding: 100px 8.5%;
}
.spbr {
    display:none;
}
.fx-title{     
  font-weight: bold;
  border: 3px solid #4A90E2;
  background-color: #fff;
  padding: 0.5em 1em;
  position: relative;
  margin: 0 auto;
}
.fx-title::after {
  content: '';
  background-color: #4A90E2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-1deg);
  margin: 0 auto;
}
.fx-title h2 {
    text-align: center; 
    margin: 10px;      
    padding: 0; 
    color: #000;
    font-family: "Kiwi Maru";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    text-align: center;
}
.about-dentures-summary {
    display: flex;
    align-items: center;
    gap: 45px;
    align-self: stretch;
    border-radius: 20px;
    background: #E1F6FF;
    margin: 60px auto;
    padding-right: 1.5%;
}
.about-dentures-summary img {
  border-radius: 10px;
  width: 100%;
}
.about-dentures-text {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    max-width: 522px;
    width: 100%;
}
/* ----------------------------------------------------
入れ歯治療　タブレット用（768〜1024px）
---------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-dentures {
    padding: 100px 12.5%;
}
.fx-title h2 {
    font-size: 30px;
}
.about-dentures-summary {
    display: block;
    padding: 0 0 20px 0;
}
.about-dentures-text {
    font-size: 16px;
    max-width: 522px;
    width: 100%;
    margin: 20px auto ;
}
}
/* ----------------------------------------------------
入れ歯治療　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {

.about-dentures {
    padding: 40px 7.3%;
}
.spbr {
    display:block;
}
.pcbr {
  display: none;
}
.fx-title{     
  font-weight: bold;
  border: 3px solid #4A90E2;
  background-color: #fff;
  padding: 0 0 0 0 ;
  position: relative;
  margin: 0 auto;
}
.fx-title::after {
  content: '';
  background-color: #4A90E2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-2deg);
  margin: 0 auto;
}
.fx-title h2 {
    font-size: 24px;
}
.about-dentures-summary {
    display: block;
    border-radius: 10px;
    padding-bottom: 30px;
}
.about-dentures-text {
    font-size: 16px;
    margin: 20px auto 0;
    padding: 0 3%;
}
}
/*------------------- 入れ歯治療のメリット -------------------*/
.merit-dentures {
    padding: 100px 14.4%;
    margin: 0 auto;
}
.dentures-merit-txt {
    margin: 50px auto 70px;
    text-align: center;
    color: var(--black, #363636);
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.merit-container {
    display: flex;
    align-items: center;
    gap: 63px;
    align-self: stretch;
}
.merit-item {
    display: flex;
    max-width: 300px;
    width: 100%;
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    background: #E1F6FF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    
}
.merit-txt {
    color: var(--black, #363636);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    border-radius: 0 0 10px 10px;
    background: rgba(111, 198, 235, 0.50);
    display: flex;
    height: 112px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
}
.merit-item:nth-child(2) {
    background: #FFF9E1; /* 2番目のアイテムの背景色 */
}
.merit-item:nth-child(3) {
    background: #FFE1E1; /* 3番目のアイテムの背景色 */
}
.merit-item:nth-child(2) .merit-txt {
    background: rgba(255, 223, 93, 0.50); /* 2番目のテキストの背景色 */
}
.merit-item:nth-child(3) .merit-txt {
    background: rgba(255, 164, 165, 0.50); /* 3番目のテキストの背景色 */
}
.merit-dentures {
    background-image: url('../images/dentures-background-pc1.jpg'); /* 画像のパスを正しいものに変更 */
    background-size: cover; /* 背景画像を要素全体にフィットさせます */
    background-position: center; /* 背景画像の位置を中央にします */
    background-repeat: no-repeat; /* 背景画像の繰り返しを防ぎます */
    text-align: center;
    position: relative;
    z-index: 1; 
}
.merit-denturesign::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: cover;
    background-position: center;
    z-index: -1; /* 背景画像をコンテンツの後ろに配置 */
}
/* ----------------------------------------------------
入れ歯治療のメリット　タブレット用（768〜1024px）
---------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .spbr {
    display: none;
  }
  .merit-dentures {
    padding: 50px 10.4%;
    margin: 0 auto;
}
  .dentures-merit-txt {
    margin: 50px auto ;
    text-align: center;
    font-size: 16px;
}
.merit-item {
    height: auto;
}
.merit-txt {
    font-size: 14px;
}
.merit-container {
    gap: 40px;
}

}
/* ----------------------------------------------------
入れ歯治療のメリット　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .merit-dentures {
    padding: 40px 8.8%;
    margin: 0 auto;
}
.spbr {
  display: block;
}
.pcbr {
  display: none;
}
.dentures-merit-txt {
    margin: 30px auto;
    text-align: center;
    color: var(--black, #363636);
    font-size: 16px;
    line-height: 24px; 
}
.merit-container {
    display: block;
}
.merit-item {
    display: block;
    max-width: 242px;
    width: 100%;
    height: auto;
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    margin: 30px auto;
}
.merit-txt {
    font-size: 16px;
    line-height: 24px; 
    display: block;
    padding: 20px 5px;
}
.merit-dentures {
    background-image: url('../images/dentures-background-sp1.jpg'); /* 画像のパスを正しいものに変更 */
}
}

/*------------------- 入れ歯治療のお手入れ方法 -------------------*/
.maintenance-dentures {
    padding: 100px 15.4%;
}
.spbr {
    display: none;
}
.dentures-maintenance-txt {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 50px auto;
}
.dentures-maintenance-unit {
    display: flex;
    padding: 51px 50px 50px 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: var(--lightblue, #E1F6FF);
}
.dentures-maintenance-unit ul {
    margin: 0 auto;
    display: flex;
    max-width: 761px;
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 40px;
}
.dentures-maintenance-unit ul li {
    color: var(--darkblue, #2D5A8E);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dentures-maintenance-unit p {
    color: var(--black, #363636);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    max-width: 758px;
    width: 100%;
    margin: 70px auto 0px;
}
.maintenance-dentures {
    background-image: url('../images/dentures-background-pc2.jpg'); /* 画像のパスを正しいものに変更 */
    background-size: cover; /* 背景画像を要素全体にフィットさせます */
    background-position: center; /* 背景画像の位置を中央にします */
    background-repeat: no-repeat; /* 背景画像の繰り返しを防ぎます */
    text-align: center;
    position: relative;
    z-index: 1; 
}
.maintenance-dentures::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: cover;
    background-position: center;
    z-index: -1; /* 背景画像をコンテンツの後ろに配置 */
}
/* ----------------------------------------------------
入れ歯のお手入れ方法　タブレット用（768〜1024px）
---------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .maintenance-dentures {
    padding: 50px 10.4%;
}
.spbr {
    display: none;
}
.dentures-maintenance-txt {
  font-size: 16px;
}
.dentures-maintenance-unit ul li {
    font-size: 18px;
}
.dentures-maintenance-unit p {
    font-size: 16px;
}
}
/* ----------------------------------------------------
入れ歯のお手入れ方法　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .maintenance-dentures {
    padding: 40px 10.4%;
}
.spbr {
    display: block;
}
.pcbr {
  display: none;
}
.dentures-maintenance-txt {
    font-size: 16px;
    line-height: 24px;
    margin: 24px auto;
}
.dentures-maintenance-unit {
    display: flex;
    padding: 30px 20px; 
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: 0 auto;
}
.dentures-maintenance-unit ul {
  gap: 20px;
}
.dentures-maintenance-unit ul li {
    font-size: 16px;
    text-align: start;
}
.dentures-maintenance-unit p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px auto 0px;
    text-align: start;
}
.maintenance-dentures {
    background-image: url('../images/dentures-background-sp2.jpg'); /* 画像のパスを正しいものに変更 */
}
}
/*------------------- 当院で扱っている入れ歯の種類 -------------------*/
.kinds-dentures {
  padding: 100px 14%;
  background: rgba(225, 246, 255, 0.55);
}
.spbr {
  display: none;
}
.pcbr {
  display: block;
}
.dentures-kinds-txt {
  margin: 50px auto;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kinds-summary {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.fx-subtitle {
    color: var(--darkblue, #2D5A8E);
    font-family: "Kiwi Maru";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 12%; /* 4.8px */
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-align: start;
}
.kinds p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-top: 19px;
}
.kinds-dentures hr {
  max-width: 1036px;
  color: #666;
  margin: 40px auto;
}
/* ----------------------------------------------------
当院で扱っている入れ歯の種類　タブレット用（768〜1024px）
---------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kinds-dentures {
  padding: 50px 10%;
}
.dentures-kinds-txt {
  font-size: 16px;
}
.kinds-summary {
  display: block;
}
.kinds-summary img {
  margin: 0 auto;
}
.fx-subtitle {
    font-size: 24px;
    text-align: center;
}
.kinds {
   margin: 0 auto;
   text-align: center;
}
.kinds p {
  font-size: 16px;
  margin: 19px auto 0px;
  display: inline-block; /* pタグをインラインブロックにすることで中央寄せ */
  text-align: start;
}
.kinds-dentures hr {
  margin: 30px auto;
}
}
/* ----------------------------------------------------
当院で扱っている入れ歯の種類　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
.kinds-dentures {
  padding: 40px 4.8%;
  background: rgba(225, 246, 255, 0.55);
}
.spbr {
  display: block;
}
.pcbr {
  display: none;
}
.dentures-kinds-txt {
  margin: 40px auto;
  font-size: 16px;
  line-height: 24px;
}
.kinds-summary {
  display: block;
}
.kinds-summary img {
  margin: 0 auto;
}
.kinds-dentures .fx-title {
  max-width: 282px;
}
.kinds-dentures .fx-title h2 {
  height: 70px;
  padding: auto;
}
.fx-subtitle {
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
}
.kinds {
  text-align: center;
}
.kinds p {
  font-size: 16px;
  line-height: 24px; /* 150% */
  margin: 21px auto 0;
  padding: 0 3%;
  text-align: start;
}
.kinds-dentures hr {
  max-width: 1036px;
  color: #666;
  margin: 40px auto;
}
}
/*------------------- 保険の入れ歯と自費の入れ歯の違い -------------------*/
.cost-dentures {
  padding: 100px 17.4%;
}
.spbr {
  display: none;
}
.dentures-cost-txt {
  color: var(--black, #363636);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin: 50px auto;
  max-width: 818px;
  width: 100%;
  text-align: center;
}
.table_design08 {   
  border-collapse: collapse;   
  table-layout: fixed;   
  width: 100%;   
  max-width: 903px;   
  text-align: center; 
  margin: 0 auto;
} 
  .table_design08 th, .table_design08 td {   
  border: 2px solid #666;   
  padding: 0.5em; 
} 
  .table_design08 th:nth-child(1), .table_design08 td:nth-child(1) {   
  width: 143px; /* "項目"列の幅 */
}
  .table_design08 th:nth-child(2), .table_design08 td:nth-child(2), 
  .table_design08 th:nth-child(3), .table_design08 td:nth-child(3) {   
  width: 380px; /* "保険の入れ歯" と "自費の入れ歯" 列の幅 */
}
  .table_design08 thead th {   
  background-color: #4A90E2;   
  color: #fff;  
  border: 2px solid #666;   
  border-right: 2px solid #666;   
  border-bottom: 2px solid #666; 
  color: var(--white, #FFF);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
} 
  .table_design08 thead th:last-of-type {   
  border-right: 2px solid #4A90E2; 
} 
  .table_design08 tbody th {   
  color: #4A90E2;   
  font-weight: bold;   
  text-align: center; 
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
} 
.table_design08 td {
  color: var(--black, #363636);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
}
/* ----------------------------------------------------
保険の入れ歯と自費の入れ歯の違い　タブレット用（768〜1024px）
---------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cost-dentures {
  padding: 79px 10.4%;
}
.dentures-cost-txt {
  font-size: 16px;
}
.table_design08 {   
  table-layout: auto;   
  width: 100%;   
  max-width: 100%;   
} 
  .table_design08 th:nth-child(1), .table_design08 td:nth-child(1) {   
  width: 143px; /* "項目"列の幅 */
  font-size: 14px;
}
  .table_design08 th:nth-child(2), .table_design08 td:nth-child(2), 
  .table_design08 th:nth-child(3), .table_design08 td:nth-child(3) {   
  width: 380px; /* "保険の入れ歯" と "自費の入れ歯" 列の幅 */
  font-size: 13px;
}
  .table_design08 thead th {   
  background-color: #4A90E2;   
  color: #fff;  
  border: 2px solid #666;   
  border-right: 2px solid #666;   
  border-bottom: 2px solid #666; 
  color: var(--white, #FFF);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
} 
  .table_design08 thead th:last-of-type {   
  border-right: 2px solid #4A90E2; 
} 
  .table_design08 tbody th {   
  color: #4A90E2;   
  font-weight: bold;   
  text-align: center; 
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
} 
.table_design08 td {
  color: var(--black, #363636);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 1px;
}
}
/* ----------------------------------------------------
保険の入れ歯と自費の入れ歯の違い　スマホ用（〜767px）
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .cost-dentures {
  padding: 40px 6.1%;
}
.spbr {
  display: block;
}
.pcbr {
  display: none;
}
.dentures-cost-txt {
  font-size: 16px;
  line-height: 24px; /* 150% */
  margin: 36px auto;
  width: 100%;
  text-align: start;
}
.table_design08 {     
  text-align: left;   
}   
.table_design08 thead {     
  display:none;   
}   
.table_design08 th, .table_design08 td {     
  display: block;     
  border: 0;     
  border-bottom: 2px solid #e6f1f6;   
}   
.table_design08 tbody th{     
  background: #4A90E2;     
  color:#fff;   
  line-height: 15px;
}   
.table_design08 td::before{     
  content: attr(data-label);     
  color: #4A90E2;     
  font-weight: 500;     
  display: inline-block;     
  width: 95px;     
  min-width: 4em;
  font-size: 13px;   
} 
 .table_design08 th:nth-child(1), .table_design08 td:nth-child(1) {   
  width: 100%; 
  font-size: 15px;
}
.table_design08 th:nth-child(2), .table_design08 td:nth-child(2), 
  .table_design08 th:nth-child(3), .table_design08 td:nth-child(3) {   
  width: auto; /* "保険の入れ歯" と "自費の入れ歯" 列の幅 */
}
.table_design08 td {
  font-size: 12px;
  letter-spacing: 0.6px;
}
.table_design08 thead {
  margin: 0 auto;
}
}