@charset "utf-8";


/* =================================
   前歯のインプラント｜導入セクション
================================= */
#front-tooth-implant-lead {
  padding: 20px 6.5% 100px 6.5%;
  background: var(--lower-black-back);
  box-sizing: border-box;
}


/* =========================
   写真＋導入文
========================= */
.front-tooth-implant-lead__intro {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 974px;
  margin: 75px auto 0;
  box-sizing: border-box;
}

.front-tooth-implant-lead__image {
  flex: 0 0 354px;
  margin: 0;
}

.front-tooth-implant-lead__image img {
  display: block;
  width: 100%;
  height: auto;
}

.front-tooth-implant-lead__leadText {
  flex: 1;
  color: var(--lower-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.front-tooth-implant-lead__leadText p {
	margin: 0;
	padding: 0 2%;
}

/* =========================
   チェックリスト
========================= */
.front-tooth-implant-lead__checkBox {
  display: flex;
  width: 100%;
  max-width: 958px;
  margin: 75px auto 0;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: var(--lower-gray);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.front-tooth-implant-lead__checkList {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.front-tooth-implant-lead__checkList li {
  position: relative;
  padding-left: 44px;
  color: var(--lower-black);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  box-sizing: border-box;
}

.front-tooth-implant-lead__checkList li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../images/lower-layer-check.png") no-repeat center center / contain;
}

@media screen and (min-width: 768px) {
  #front-tooth-implant-lead .front-tooth-implant-lead__checkBox {
    align-items: center;
  }

  #front-tooth-implant-lead .front-tooth-implant-lead__checkList {
    display: inline-flex;
    flex-direction: column;
    gap: 18px;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
}

/* =========================
   まとめ文
========================= */
.front-tooth-implant-lead__summary {
  display: flex;
  width: 100%;
  max-width: 958px;
  margin: 75px auto 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  box-sizing: border-box;
}

.front-tooth-implant-lead__summary p {
  margin: 0;
  color: var(--lower-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  #front-tooth-implant-lead {
    padding: 20px 2.7% 40px 2.7%;
  }


  .front-tooth-implant-lead__intro {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 40px;
    max-width: 350px;
  }

  .front-tooth-implant-lead__image {
    flex: none;
    width: 100%;
  }

  .front-tooth-implant-lead__leadText {
    font-size: 16px;
    line-height: 1.6;
  }

  .front-tooth-implant-lead__leadText br {
    display: none;
  }

  .front-tooth-implant-lead__checkBox {
    max-width: 350px;
    margin-top: 40px;
    padding: 20px 10px;
  }

  .front-tooth-implant-lead__checkList {
    gap: 12px;
  }

  .front-tooth-implant-lead__checkList li {
    padding-left: 23px;
    font-size: 16px;
    line-height: 30px;
  }

  .front-tooth-implant-lead__checkList li::before {
    top: 6px;
    width: 18px;
    height: 18px;
  }

  .front-tooth-implant-lead__summary {
    max-width: 340px;
    margin-top: 40px;
    gap: 40px;
  }

  .front-tooth-implant-lead__summary p {
    font-size: 16px;
    line-height: 1.75;
  }
}

/* =================================
   前歯のインプラント｜3つの理由
================================= */
#front-tooth-implant-reasons {
  padding: 20px 6.5% 100px 6.5%;
  background: var(--lower-black-back);
  box-sizing: border-box;
}

#front-tooth-implant-reasons .lower-section-h2 {
  margin: 0 auto;
}

.front-tooth-implant-reasons__lead {
  width: 100%;
  max-width: 958px;
  margin: 75px auto 0;
}

.front-tooth-implant-reasons__lead p {
  margin: 0;
  color: var(--lower-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.front-tooth-implant-reasons__list {
  width: 100%;
  max-width: 1042px;
  margin: 75px auto 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.front-tooth-implant-reasons__item {
  width: 100%;
  padding: 24px 20px 20px;
  background: var(--lower-gray);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.front-tooth-implant-reasons__item--white {
  background: #FFFEFE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}



.front-tooth-implant-reasons__text {
  margin: 28px 2% 0;
  color: var(--lower-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  #front-tooth-implant-reasons {
    padding: 20px 2.7% 40px 2.7%;
  }

  .front-tooth-implant-reasons__lead {
    max-width: 350px;
    margin-top: 40px;
  }

  .front-tooth-implant-reasons__lead p {
	  font-size: 16px;
	  line-height: 1.75;
	  padding: 0 2%;
  }

  .front-tooth-implant-reasons__list {
    max-width: 350px;
    margin-top: 40px;
    gap: 40px;
  }

  .front-tooth-implant-reasons__item {
    padding: 20px 10px;
  }


  .front-tooth-implant-reasons__text {
    margin: 20px 5px 0;
    font-size: 16px;
    line-height: 1.9;
  }
}

/* =================================
   前歯のインプラント｜骨がないと断られた方へ
================================= */
#front-tooth-implant-bone-support {
  padding: 20px 6.5% 100px 6.5%;
  background: var(--lower-black-back);
  box-sizing: border-box;
}

#front-tooth-implant-bone-support .lower-section-h2 {
  margin: 0 auto;
}

.front-tooth-implant-bone-support__lead {
  width: 100%;
  max-width: 958px;
  margin: 75px auto 0;
}

.front-tooth-implant-bone-support__lead p {
  margin: 0;
  color: var(--lower-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.front-tooth-implant-bone-support__cards {
  width: 100%;
  max-width: 1042px;
  margin: 75px auto 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.front-tooth-implant-bone-support__card {
  display: grid;
  grid-template-columns: 326px 1fr;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 20px;
  background: var(--lower-card-white, #FFFEFE);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.front-tooth-implant-bone-support__image {
  margin: 0;
}

.front-tooth-implant-bone-support__image img {
  display: block;
  width: 100%;
  height: auto;
}

.front-tooth-implant-bone-support__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#front-tooth-implant-bone-support .lower-box-h3 {
  width: auto;
  margin: 0;
}

.front-tooth-implant-bone-support__text {
  margin: 20px 0 0;
  color: var(--lower-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

.front-tooth-implant-bone-support__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
  padding: 12px 16px;
  background: var(--lower-h2title-yellow);
  color: var(--lower-white);
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}

.front-tooth-implant-bone-support__button:hover {
  opacity: 0.85;
}

.front-tooth-implant-bone-support__buttonArrow {
  display: inline-block;
  line-height: 1;
  transform: translateY(-1px);
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  #front-tooth-implant-bone-support {
    padding: 20px 2.7% 40px 2.7%;
  }

  .front-tooth-implant-bone-support__lead {
    max-width: 350px;
    margin-top: 40px;
  }

  .front-tooth-implant-bone-support__lead p {
	  font-size: 16px;
	  line-height: 1.8;
	  padding:0 2%;
  }

  .front-tooth-implant-bone-support__lead br {
    display: none;
  }

  .front-tooth-implant-bone-support__cards {
    max-width: 350px;
    margin-top: 40px;
    gap: 40px;
  }

  .front-tooth-implant-bone-support__card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 10px 10px 20px;
  }

  .front-tooth-implant-bone-support__image img {
    width: 100%;
  }

  .front-tooth-implant-bone-support__text {
    margin: 20px 5px 0;
    font-size: 16px;
    line-height: 1.9;
  }

  .front-tooth-implant-bone-support__text br {
    display: none;
  }

  .front-tooth-implant-bone-support__button {
    width: 100%;
    gap: 10px;
    margin-top: 20px;
    padding: 12px 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}

/* =================================
   前歯1本を補う治療法を比較
================================= */
#front-tooth-implant-comparison {
  padding: 20px 6.5% 100px 6.5%;
  background: var(--lower-black-back);
  box-sizing: border-box;
}

#front-tooth-implant-comparison .lower-section-h2 {
  margin: 0 auto;
}

.front-tooth-implant-comparison__lead {
  width: 100%;
  max-width: 958px;
  margin: 75px auto 0;
}

.front-tooth-implant-comparison__lead p {
  margin: 0;
  color: var(--lower-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.front-tooth-implant-comparison__table {
  width: 100%;
  max-width: 1042px;
  margin: 75px auto 0;
}

/* -----------------
   上部カード
----------------- */
.front-tooth-implant-comparison__head {
  display: grid;
  grid-template-columns: 160px repeat(3, 1fr);
  align-items: end;
}

.front-tooth-implant-comparison__head-spacer {
  width: 100%;
  height: 1px;
}

.front-tooth-implant-comparison__head-col {
  display: flex;
  justify-content: center;
}

.front-tooth-implant-comparison__head-card {
  position: relative;
  max-width: 194px;
  min-height: 194px;
  padding: 14px 10px 12px;
  box-sizing: border-box;
}

.front-tooth-implant-comparison__head-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -39px;
  width: 1px;
  height: 39px;
  background: #B5AC98;
  transform: translateX(-50%);
}

.front-tooth-implant-comparison__head-card--implant {
  border: 1px solid #B5AC98;
  background: #FFF;
}

.front-tooth-implant-comparison__head-card--bridge,
.front-tooth-implant-comparison__head-card--denture {
  background: #ECEAE5;
}

.front-tooth-implant-comparison__head-title {
  margin: 0;
  color: var(--lower-black);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.front-tooth-implant-comparison__head-image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 10px 0 0;
  height: 128px;
}

.front-tooth-implant-comparison__head-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* -----------------
   表本体
----------------- */
.front-tooth-implant-comparison__body {
  margin-top: 39px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.front-tooth-implant-comparison__row {
  display: grid;
  grid-template-columns: 175px repeat(3, 1fr);
}

.front-tooth-implant-comparison__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 112px;
  padding: 16px 10px;
  background: var(--lower-yellow, #C29243);
  box-sizing: border-box;
}

.front-tooth-implant-comparison__label-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.front-tooth-implant-comparison__label-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.front-tooth-implant-comparison__label p {
  margin: 0;
  color: var(--lower-white);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
}

.front-tooth-implant-comparison__cell {
  min-height: 112px;
  padding: 18px 40px;
  border-top: 1px solid #B5AC98;
  border-bottom: 1px solid #B5AC98;
  border-left: 1px solid #B5AC98;
  background: #FFF;
  color: var(--lower-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  box-sizing: border-box;
}

.front-tooth-implant-comparison__row .front-tooth-implant-comparison__cell:last-child {
  border-right: 1px solid #B5AC98;
}

.front-tooth-implant-comparison__cell strong {
  font-weight: 600;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  #front-tooth-implant-comparison {
    padding: 20px 2.7% 40px 2.7%;
  }

  .front-tooth-implant-comparison__lead {
    max-width: 350px;
    margin-top: 40px;
  }

  .front-tooth-implant-comparison__lead p {
	  font-size: 16px;
	  line-height: 1.8;
	  padding:0 2%;
  }

  .front-tooth-implant-comparison__table {
    max-width: 350px;
    margin-top: 40px;
  }

  .front-tooth-implant-comparison__head {
    grid-template-columns: 64px repeat(3, 1fr);
  }

  .front-tooth-implant-comparison__head-card {
    max-width: 70px;
    min-height: 90px;
    padding: 6px 4px 6px;
  }

  .front-tooth-implant-comparison__head-card::after {
    bottom: -14px;
    height: 14px;
  }

  .front-tooth-implant-comparison__head-title {
    font-size: 10px;
    line-height: 1.3;
  }

  .front-tooth-implant-comparison__head-image {
    margin-top: 5px;
    height: 46px;
  }

  .front-tooth-implant-comparison__body {
    margin-top: 14px;
    gap: 6px;
  }

  .front-tooth-implant-comparison__row {
    grid-template-columns: 64px repeat(3, 1fr);
  }

  .front-tooth-implant-comparison__label {
    gap: 8px;
    min-height: 116px;
    padding: 10px 6px;
  }

  .front-tooth-implant-comparison__label-icon {
    width: 24px;
    height: 24px;
  }

  .front-tooth-implant-comparison__label p {
    font-size: 14px;
    line-height: 1.4;
  }

  .front-tooth-implant-comparison__cell {
    min-height: 116px;
    padding: 10px 7px;
    font-size: 13px;
    line-height: 1.55;
  }

  .front-tooth-implant-comparison__emphasis {
    font-size: 9px;
  }
}

/* =================================
   前歯のインプラント｜メリット・デメリット
================================= */
#front-tooth-implant-merits-demerits {
  padding: 20px 6.5% 100px 6.5%;
  background: var(--lower-black-back);
  box-sizing: border-box;
}

#front-tooth-implant-merits-demerits .lower-section-h2 {
  margin: 0 auto;
}

.front-tooth-implant-merits-demerits__list {
  width: 100%;
  max-width: 1042px;
  margin: 75px auto 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.front-tooth-implant-merits-demerits__item {
  width: 100%;
  padding: 24px 20px 20px;
  background: var(--lower-gray);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.front-tooth-implant-merits-demerits__item--white {
  background: var(--lower-white);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}


.front-tooth-implant-merits-demerits__text {
  margin: 28px 2% 0;
  color: var(--lower-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  #front-tooth-implant-merits-demerits {
    padding: 20px 2.7% 40px 2.7%;
  }

  .front-tooth-implant-merits-demerits__list {
    max-width: 350px;
    margin-top: 40px;
    gap: 40px;
  }

  .front-tooth-implant-merits-demerits__item {
    padding: 20px 10px;
  }


  .front-tooth-implant-merits-demerits__text {
    margin: 20px 5px 0;
    font-size: 16px;
    line-height: 1.9;
  }
}

/* =================================
   前歯のインプラント｜選ばれる理由
================================= */
#front-tooth-implant-reason-cards {
  padding: 20px 6.5% 100px 6.5%;
  background: var(--lower-black-back);
  box-sizing: border-box;
}

#front-tooth-implant-reason-cards .lower-section-h2 {
  margin: 0 auto;
}



.front-tooth-implant-reason-cards__list {
  width: 100%;
  max-width: 1042px;
  margin: 55px auto 0;
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.front-tooth-implant-reason-cards__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 35px;
  width: 100%;
  padding: 18px 18px 22px;
  background: var(--lower-gray);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.front-tooth-implant-reason-cards__image {
  flex: 0 0 361px;
  margin: 0;
}

.front-tooth-implant-reason-cards__image img {
  display: block;
  width: 100%;
  height: auto;
}

.front-tooth-implant-reason-cards__body {
  flex: 1;
  min-width: 0;
}

.front-tooth-implant-reason-cards__title {
  position: relative;
  margin: 0;
  padding-left: 16px;
  color: var(--lower-black);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}

.front-tooth-implant-reason-cards__title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: calc(100% - 8px);
  background: var(--lower-yellow);
}

.front-tooth-implant-reason-cards__text {
  margin: 18px 2% 0;
  color: var(--lower-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}


/* =========================
   SP
========================= */
@media screen and (max-width: 767px) {
  #front-tooth-implant-reason-cards {
    padding: 20px 2.7% 40px 2.7%;
  }

  #front-tooth-implant-reason-cards .btn__link {
    width: stretch;
  }

  .front-tooth-implant-reason-cards__list {
    max-width: 350px;
    margin-top: 24px;
    gap: 40px;
  }

  .front-tooth-implant-reason-cards__item {
    display: block;
    padding: 16px 12px 18px;
  }

  .front-tooth-implant-reason-cards__image {
    width: 100%;
    margin: 0 0 18px;
  }


  .front-tooth-implant-reason-cards__text {
    margin: 18px 5px;
    font-size: 16px;
    line-height: 1.9;
  }

}


/* =================================
   前歯ページ｜タブレット調整
   768px - 1024px
================================= */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* -------------------------
     セクション共通余白
  ------------------------- */
  #front-tooth-implant-lead,
  #front-tooth-implant-reasons,
  #front-tooth-implant-bone-support,
  #front-tooth-implant-comparison,
  #front-tooth-implant-merits-demerits,
  #front-tooth-implant-reason-cards,
  #lower-case,
  #lower-faq-accordion {
    padding: 24px 8.5% 80px 8.5%;
  }

  /* =================================
     1. 導入セクション
  ================================= */
  .front-tooth-implant-lead__intro {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    max-width: 760px;
    margin-top: 56px;
  }

  .front-tooth-implant-lead__image {
    flex: none;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .front-tooth-implant-lead__leadText {
    line-height: 1.75;
  }

  .front-tooth-implant-lead__leadText br {
    display: none;
  }

  .front-tooth-implant-lead__checkBox {
    max-width: 760px;
    margin-top: 56px;
    padding: 24px 20px;
  }

  .front-tooth-implant-lead__checkList li {
    padding-left: 38px;
    font-size: 20px;
    line-height: 1.7;
  }

  .front-tooth-implant-lead__checkList li::before {
    top: 4px;
    width: 24px;
    height: 24px;
  }

  .front-tooth-implant-lead__summary {
    max-width: 760px;
    margin-top: 56px;
    gap: 32px;
  }

  /* =================================
     2. 3つの理由
  ================================= */
  .front-tooth-implant-reasons__lead {
    max-width: 760px;
    margin-top: 56px;
  }

  .front-tooth-implant-reasons__list {
    max-width: 760px;
    margin-top: 56px;
    gap: 36px;
  }

  .front-tooth-implant-reasons__item {
    padding: 24px 20px 22px;
  }

  .front-tooth-implant-reasons__text {
    margin-top: 22px;
  }

  /* =================================
     3. 骨がないと断られた方へ
     PC横並び → タブレット縦並び
  ================================= */
  .front-tooth-implant-bone-support__lead {
    max-width: 760px;
    margin-top: 56px;
  }

  .front-tooth-implant-bone-support__lead br {
    display: none;
  }

  .front-tooth-implant-bone-support__cards {
    max-width: 760px;
    margin-top: 56px;
    gap: 40px;
  }

  .front-tooth-implant-bone-support__card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }

  .front-tooth-implant-bone-support__image {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .front-tooth-implant-bone-support__text {
    margin-top: 22px;
  }

  .front-tooth-implant-bone-support__text br {
    display: none;
  }

  #front-tooth-implant-bone-support .button {
    width: 100%;
  }

  .front-tooth-implant-bone-support__button,
  #front-tooth-implant-bone-support .btn__link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
  }

  /* =================================
     4. 比較表
     横並び崩しはせず、サイズだけ調整
  ================================= */
  .front-tooth-implant-comparison__lead {
    max-width: 760px;
    margin-top: 56px;
  }

  .front-tooth-implant-comparison__table {
    max-width: 860px;
    margin-top: 56px;
  }

  .front-tooth-implant-comparison__head {
    grid-template-columns: 112px repeat(3, 1fr);
  }

  .front-tooth-implant-comparison__head-card {
    max-width: 150px;
    min-height: 160px;
    padding: 12px 8px 10px;
  }

  .front-tooth-implant-comparison__head-card::after {
    bottom: -28px;
    height: 28px;
  }

  .front-tooth-implant-comparison__head-title {
    font-size: 16px;
    line-height: 1.35;
  }

  .front-tooth-implant-comparison__head-image {
    margin-top: 8px;
    height: 96px;
  }

  .front-tooth-implant-comparison__body {
    margin-top: 28px;
    gap: 6px;
  }

  .front-tooth-implant-comparison__row {
    grid-template-columns: 112px repeat(3, 1fr);
  }

  .front-tooth-implant-comparison__label {
    gap: 10px;
    min-height: 98px;
    padding: 12px 8px;
  }

  .front-tooth-implant-comparison__label-icon {
    width: 32px;
    height: 32px;
  }

  .front-tooth-implant-comparison__label p {
    font-size: 16px;
    line-height: 1.35;
  }

  .front-tooth-implant-comparison__cell {
    min-height: 98px;
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.65;
  }

  /* =================================
     5. メリット・デメリット
  ================================= */
  .front-tooth-implant-merits-demerits__list {
    max-width: 760px;
    margin-top: 56px;
    gap: 36px;
  }

  .front-tooth-implant-merits-demerits__item {
    padding: 24px 20px 22px;
  }

  .front-tooth-implant-merits-demerits__text {
    margin-top: 22px;
  }

  /* =================================
     6. 選ばれる理由
     PC横並び → タブレット縦並び
  ================================= */
  .front-tooth-implant-reason-cards__list {
    max-width: 760px;
    margin-top: 40px;
    gap: 40px;
  }

  .front-tooth-implant-reason-cards__item {
    display: block;
    padding: 22px 20px 24px;
  }

  .front-tooth-implant-reason-cards__image {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 20px;
  }

  .front-tooth-implant-reason-cards__title {
    font-size: 22px;
    line-height: 1.6;
  }

  .front-tooth-implant-reason-cards__text {
    margin-top: 18px;
  }

  #front-tooth-implant-reason-cards .pcbr {
    display: none;
  }

  /* ボタンを中央寄せ */
  #front-tooth-implant-bone-support .button,
  #front-tooth-implant-reason-cards .button,
  #lower-case .button {
    width: auto;
    display: flex;
    justify-content: center;
  }

  /* ボタン本体は中身の長さに合わせる */
  #front-tooth-implant-bone-support .btn__link,
  #front-tooth-implant-reason-cards .btn__link,
  #lower-case .btn__link {
    display: inline-block;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 0.9rem 4.2rem 0.9rem 2.2rem;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }

  /* 矢印位置 */
  #front-tooth-implant-bone-support .btn__link::after,
  #front-tooth-implant-reason-cards .btn__link::after,
  #lower-case .btn__link::after {
    right: 1.6rem;
  }

  #front-tooth-implant-bone-support .btn__link:hover::after,
  #front-tooth-implant-reason-cards .btn__link:hover::after,
  #lower-case .btn__link:hover::after {
    right: 1.1rem;
  }


}