@charset "UTF-8";
/*================================================================
インプラントページ専用スタイル（シンプル版）
- サイトの配色（ゴールド系 #9b8c6c）に統一
- 緑・赤・オレンジの配色を排除
- desktop.css / smart.css / page-what-allon4.css の上書きスタイル
================================================================*/

/*--------------------------------------------------
desktop.css / smart.css のリセット
.what-implant02.what-allon402 の場合のみ適用
--------------------------------------------------*/
.what-implant02.what-allon402 {
  margin: 0 !important;
}

.what-implant02.what-allon402 .box {
  margin: 0 !important;
}

.what-implant02.what-allon402 .box .item .img {
  padding: 0 !important;
}

.what-implant02.what-allon402 .box .item .txt {
  width: 100% !important;
  padding: 0 !important;
}

.what-implant02.what-allon402 .box .item .txt h3 {
  margin: 0 0 12px 0 !important;
}

.what-implant02.what-allon402 .box .item .txt ul li::before {
  content: "・" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: #9b8c6c !important;
}

.what-implant02.what-allon402 .box .item.re {
  flex-direction: column !important;
}

.what-implant02.what-allon402 .box .item.re .img,
.what-implant02.what-allon402 .box .item.re .txt {
  padding: 0 !important;
}

/* smart.css 追加リセット */
.what-implant02.what-allon402 .box .item .txt {
  margin: 0 !important;
  background: none !important;
}


.what-implant02.what-allon402 .box .item .txt ul {
  margin: 10px 0 !important;
}

.what-implant02.what-allon402 .box .item .txt ul li {
  padding-left: 18px !important;
}

.what-implant02.what-allon402 .related_item_container .item_wrap ul li:nth-of-type(3) {
  border-bottom: none !important;
}

/*--------------------------------------------------
統一セクションスタイル
※ page-what-allon4.css の .what-allon402 を優先
--------------------------------------------------*/
/*
.what-implant02.what-allon402 .m_container > section {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.what-implant02.what-allon402 .m_container > div:not(.cta_implant):not(.internal_links):not(.related_item_container) {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
*/

/*--------------------------------------------------
統一h2見出しスタイル
※ page-what-allon4.css の .what-allon402 を優先
--------------------------------------------------*/
/*
.what-implant02.what-allon402 .m_container > section h2,
.what-implant02.what-allon402 .m_container > div h2 {
  color: #7d7054;
  border-bottom: 3px solid #9b8c6c;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-top: 0;
  position: relative;
}

.what-implant02.what-allon402 .m_container > section h2::after,
.what-implant02.what-allon402 .m_container > div h2::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #b5a889;
}
*/

/*--------------------------------------------------
統一h3見出しスタイル
※ page-what-allon4.css の .what-allon402 を優先
--------------------------------------------------*/
/*
.what-implant02.what-allon402 .m_container > section .h3_ttl,
.what-implant02.what-allon402 .m_container > div .h3_ttl {
  color: #7d7054;
  margin-top: 25px;
  margin-bottom: 12px;
  padding: 12px 15px;
  background: #f5f3f0;
  border-left: 4px solid #9b8c6c;
  border-radius: 0 6px 6px 0;
}

.what-implant02.what-allon402 .m_container > section h3:not(.h3_ttl):not(.question),
.what-implant02.what-allon402 .m_container > div h3:not(.h3_ttl):not(.question) {
  color: #7d7054;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid #9b8c6c;
}

.what-implant02.what-allon402 p {
  line-height: 1.8;
  margin-bottom: 1em;
}
*/

/*--------------------------------------------------
セクション下部リンクボタン
※ page-what-allon4.css の .what-allon402 を優先
--------------------------------------------------*/
/*
.what-implant02.what-allon402 .section-bottom-link {
  display: block;
  width: fit-content;
  margin: 25px auto 0;
  padding: 14px 28px;
  background: linear-gradient(135deg, #9b8c6c, #7d7054);
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 10px rgba(155, 140, 108, 0.3);
  transition: all 0.3s ease;
}

.what-implant02.what-allon402 .section-bottom-link:hover {
  background: linear-gradient(135deg, #7d7054, #665c47);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(155, 140, 108, 0.4);
}
*/

/*--------------------------------------------------
内部リンクボタン
※ page-what-allon4.css を優先
--------------------------------------------------*/
/*
.what-implant02.what-allon402 .internal_links {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.what-implant02.what-allon402 .internal_links .link_buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.what-implant02.what-allon402 .internal_links .link_buttons li {
  flex: 1 1 calc(25% - 10px);
  min-width: 140px;
}

@media screen and (max-width: 767px) {
  .what-implant02.what-allon402 .internal_links .link_buttons li {
    flex: 1 1 calc(50% - 10px);
  }
}

.what-implant02.what-allon402 .internal_links .link_buttons .button {
  display: block;
  padding: 12px 10px;
  background: #9b8c6c;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  box-shadow: none;
  transform: none;
}

.what-implant02.what-allon402 .internal_links .link_buttons .button::before {
  display: none;
}

.what-implant02.what-allon402 .internal_links .link_buttons .button:hover {
  background: #7d7054;
  transform: none;
  box-shadow: none;
}
*/


/*--------------------------------------------------
いままでの治療方法 vs インプラント
--------------------------------------------------*/

.what-implant02.what-allon402 .implant_wrap .box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.what-implant02.what-allon402 .implant_wrap .box .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f9f8f6;
  padding: 25px;
  border-radius: 8px;
  border: none;
}

.what-implant02.what-allon402 .implant_wrap .item .txt {
  flex: 1;
}

.what-implant02.what-allon402 .implant_wrap .item .txt h3 {
  color: #7d7054;
  margin: 0 0 12px 0;
  padding: 0 0 8px 0;
  border-bottom: 2px solid #9b8c6c;
  border-left: none;
  padding-left: 0;
}

.what-implant02.what-allon402 .implant_wrap .item .txt ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.what-implant02.what-allon402 .implant_wrap .item .txt ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  line-height: 1.5;
}

.what-implant02.what-allon402 .implant_wrap .item .txt ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #9b8c6c;
}

.what-implant02.what-allon402 .implant_wrap .item .img {
  flex-shrink: 0;
}

.what-implant02.what-allon402 .implant_wrap .item .img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* PC: 横並び、交互配置 */
@media screen and (min-width: 768px) {
  .what-implant02.what-allon402 .implant_wrap .box .item {
    flex-direction: row;
    align-items: center;
  }

  .what-implant02.what-allon402 .implant_wrap .item .img {
    width: 35%;
  }

  /* 1番目: テキスト左、画像右（デフォルト） */
  /* 2番目: 画像左、テキスト右 */
  .what-implant02.what-allon402 .implant_wrap .box .item:nth-child(2) {
    flex-direction: row-reverse;
  }
}

/*--------------------------------------------------
CTA セクション（サイト配色に統一）
※ page-what-allon4.css を優先
--------------------------------------------------*/

.what-implant02.what-allon402 .cta_implant {
  background-color: #fff9e6;
  border-radius: 10px;
  padding: 30px 25px;
  margin: 30px 0;
  text-align: center;
  border: 1px solid #e8e4db;
  max-width: none;
  width: 100%;
}

.what-implant02.what-allon402 .cta_implant .cta_inner {
  max-width: 800px;
  margin: 0 auto;
}

.what-implant02.what-allon402 .cta_implant .cta_inner .cta_buttons .btn {
  max-width: none;
}

/*
.what-implant02.what-allon402 .cta_implant .cta_msg {
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 20px 0;
  color: #333;
}

.what-implant02.what-allon402 .cta_implant .cta_buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .what-implant02.what-allon402 .cta_implant .cta_buttons {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }
}

.what-implant02.what-allon402 .cta_implant .cta_buttons .btn {
  display: block;
  padding: 15px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  flex: 1;
}

.what-implant02.what-allon402 .cta_implant .cta_buttons .btn.web {
  background: #9b8c6c;
}

.what-implant02.what-allon402 .cta_implant .cta_buttons .btn.web:hover {
  background: #7d7054;
}

.what-implant02.what-allon402 .cta_implant .cta_buttons .btn.tel {
  background: #b5a889;
}

.what-implant02.what-allon402 .cta_implant .cta_buttons .btn.tel:hover {
  background: #9b8c6c;
}

.what-implant02.what-allon402 .cta_implant .cta_buttons .btn .sub {
  font-weight: normal;
  opacity: 0.9;
}

.what-implant02.what-allon402 .cta_implant .cta_buttons .btn .tel_num {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .what-implant02.what-allon402 .cta_implant {
    padding: 20px 15px;
  }
  .what-implant02.what-allon402 .cta_implant .cta_buttons .btn .sub {
    display: block;
    margin-top: 3px;
  }
}
*/

/*--------------------------------------------------
メリットセクション
※ page-what-allon4.css の .what-allon402 を優先
--------------------------------------------------*/
/*
.what-implant02.what-allon402 #merits .h3_ttl {
  background: #f5f3f0;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 15px 0 10px;
  font-weight: bold;
  border-left: 4px solid #9b8c6c;
  color: #7d7054;
}
*/

/*--------------------------------------------------
他の治療との違いセクション
--------------------------------------------------*/
.what-implant02.what-allon402 #diff .diff-main-img {
  margin: 15px 0 30px;
  text-align: center;
}

.what-implant02.what-allon402 #diff .diff-main-img img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.what-implant02.what-allon402 #diff .diff-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  padding: 25px;
  background: #f9f8f6;
  border-radius: 8px;
}

.what-implant02.what-allon402 #diff .diff-item .diff-text {
  flex: 1;
}

.what-implant02.what-allon402 #diff .diff-item .diff-text .h3_ttl {
  background: #f5f3f0;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 0 0 15px;
  font-weight: bold;
  border-left: 4px solid #9b8c6c;
  color: #7d7054;
}

.what-implant02.what-allon402 #diff .diff-item .diff-image {
  flex-shrink: 0;
}

.what-implant02.what-allon402 #diff .diff-item .diff-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* PC: 横並び、交互配置 */
@media screen and (min-width: 768px) {
  .what-implant02.what-allon402 #diff .diff-item {
    flex-direction: row;
    align-items: center;
  }

  .what-implant02.what-allon402 #diff .diff-item .diff-text {
    flex: 1;
  }

  .what-implant02.what-allon402 #diff .diff-item .diff-image {
    width: 35%;
  }

  /* 偶数番目（2番目）は画像を左に */
  .what-implant02.what-allon402 #diff .diff-item.reverse {
    flex-direction: row-reverse;
  }
}

/*--------------------------------------------------
治療の流れセクション
※ page-what-allon4.css を優先
--------------------------------------------------*/
.what-implant02.what-allon402 #treatment-flow {
    background-color: var(--white);
    margin-bottom: 50px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.what-implant02.what-allon402 #treatment-flow > .txt {
  padding: 0;
  margin-bottom: 0;
}

.what-implant02.what-allon402 #treatment-flow .box {
  padding: 0;
  background: none;
}

.what-implant02.what-allon402 #treatment-flow .item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8e4db;
  display: block;
}

.what-implant02.what-allon402 #treatment-flow .item .inner .txt .tel p {
  margin: 0;
  padding: 0;
}

/*


.what-implant02.what-allon402 #treatment-flow .item .item_h {
  display: flex;
  align-items: center;
  background: #9b8c6c;
  color: #fff;
  padding: 12px 15px;
}

.what-implant02.what-allon402 #treatment-flow .item .item_h span {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.what-implant02.what-allon402 #treatment-flow .item .item_h h3 {
  margin: 0;
  padding: 0;
  border: none;
  color: #fff;
}

.what-implant02.what-allon402 #treatment-flow .item .inner {
  display: block;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .what-implant02.what-allon402 #treatment-flow .item .inner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
}

.what-implant02.what-allon402 #treatment-flow .item .inner .txt {
  flex: 1;
}

.what-implant02.what-allon402 #treatment-flow .item .inner .txt .txt01 {
  margin: 0;
}

.what-implant02.what-allon402 #treatment-flow .item .inner .txt .tel {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  color: #7d7054;
  margin-top: 8px;
}

.what-implant02.what-allon402 #treatment-flow .item .inner .img {
  width: 100%;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .what-implant02.what-allon402 #treatment-flow .item .inner .img {
    width: 180px;
    flex-shrink: 0;
    margin-top: 0;
  }
}

.what-implant02.what-allon402 #treatment-flow .item .inner .img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
*/

/*--------------------------------------------------
強みセクション
※ page-what-allon4.css を優先
--------------------------------------------------*/
/*
.what-implant02.what-allon402 #strengths {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.what-implant02.what-allon402 #strengths > .txt {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.what-implant02.what-allon402 #strengths article {
  margin-top: 20px;
}

.what-implant02.what-allon402 #strengths article h3 {
  background: #f5f3f0;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  margin: 0;
  border-left: 4px solid #9b8c6c;
  border-bottom: none;
}

.what-implant02.what-allon402 #strengths article p {
  padding: 12px 15px;
  margin: 0;
  border: 1px solid #e8e4db;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
*/

/*--------------------------------------------------
料金セクション
--------------------------------------------------*/

.what-implant02.what-allon402 #pricing > .txt {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.what-implant02.what-allon402 #pricing figure {
  margin: 15px 0;
  text-align: center;
}

.what-implant02.what-allon402 #pricing figure img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.what-implant02.what-allon402 #pricing h3 {
  margin: 20px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #9b8c6c;
  border-left: none;
  padding-left: 0;
}

.what-implant02.what-allon402 #pricing .box01 {
  display: block;
  margin-top: 15px;
}

.what-implant02.what-allon402 #pricing .box01 .item {
  background: #f5f3f0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e8e4db;
  margin-bottom: 12px;
}

.what-implant02.what-allon402 #pricing .box01 .item .item_h {
  background: #9b8c6c;
  color: #fff;
  padding: 10px 15px;
}

.what-implant02.what-allon402 #pricing .box01 .item .item_h .txt01 {
  margin: 0;
  font-weight: bold;
}

.what-implant02.what-allon402 #pricing .box01 .item .item_inner {
  padding: 10px 15px;
  border-bottom: 1px solid #e8e4db;
  display: block;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .what-implant02.what-allon402 #pricing .box01 .item .item_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}

.what-implant02.what-allon402 #pricing .box01 .item .item_inner:last-of-type {
  border-bottom: none;
}

.what-implant02.what-allon402 #pricing .box01 .item .item_inner .txt02 {
  margin: 0 0 5px 0;
}

@media screen and (min-width: 768px) {
  .what-implant02.what-allon402 #pricing .box01 .item .item_inner .txt02 {
    margin: 0;
    flex: 1;
  }
}

.what-implant02.what-allon402 #pricing .box01 .item .item_inner .price {
  margin: 0;
  font-weight: bold;
  color: #7d7054;
}

.what-implant02.what-allon402 #pricing .box01 .item .item_inner .price span {
  display: block;
  font-weight: normal;
  color: #666;
}

.what-implant02.what-allon402 #pricing .red {
  color: #7d7054;
  margin: 3px 0;
}

/*--------------------------------------------------
注意点セクション（オレンジを排除）
--------------------------------------------------*/
.what-implant02.what-allon402 #caution .h3_ttl {
  background: #f5f3f0;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 15px 0 10px;
  font-weight: bold;
  border-left: 4px solid #9b8c6c;
  color: #7d7054;
}

/*--------------------------------------------------
FAQセクション
--------------------------------------------------*/

.what-implant02.what-allon402 #faq > .txt {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.what-implant02.what-allon402 #faq .box {
  margin-top: 15px;
}

.what-implant02.what-allon402 #faq .box .item {
  background: #f5f3f0;
  border-radius: 6px;
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #e8e4db;
  display: block;
}

.what-implant02.what-allon402 #faq .box .item:last-child {
  margin-bottom: 0;
}

.what-implant02.what-allon402 #faq .box .item .question {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin: 0;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  background: #fff;
  border: none;
}

.what-implant02.what-allon402 #faq .box .item .question::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #9b8c6c;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 10px;
}

.what-implant02.what-allon402 #faq .box .item .question .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: #e8e4db;
  border-radius: 50%;
  margin-left: auto;
}

.what-implant02.what-allon402 #faq .box .item .question .arrow img {
  width: 8px;
  height: auto;
}

.what-implant02.what-allon402 #faq .box .item.is-open .question .arrow {
  transform: rotate(180deg);
}

.what-implant02.what-allon402 #faq .box .item .answer p {
  margin: 0;
  line-height: 1.7;
  color: #666;
}

/*--------------------------------------------------
監修医師セクション
--------------------------------------------------*/

.what-implant02.what-allon402 #supervision {
  text-align: left;
  padding: 40px;
}

.what-implant02.what-allon402 #supervision a {
  display: flex;
}

/*--------------------------------------------------
関連項目セクション
--------------------------------------------------*/
.what-implant02.what-allon402 .related_item_container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.what-implant02.what-allon402 .related_item_container .txt01 {
  font-weight: bold;
  color: #7d7054;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #9b8c6c;
}

.what-implant02.what-allon402 .related_item_container .item_wrap ul {
  margin: 0;
}

.what-implant02.what-allon402 .related_item_container .item_wrap ul li {
  border: none;
}

.what-implant02.what-allon402 .link_btn_container .link_btn_wrap {
margin-top: 0;
}

.what-implant02.what-allon402 .link_btn_container .link_btn_wrap a {
  color: #fff;
}

/*--------------------------------------------------
スマホ用調整
--------------------------------------------------*/
/* @media screen and (max-width: 767px) {
  .what-implant02.what-allon402 .m_container > section,
  .what-implant02.what-allon402 .m_container > div:not(.cta_implant):not(.internal_links):not(.related_item_container) {
    padding: 25px 20px;
    margin-bottom: 25px;
  }
  
  .what-implant02.what-allon402 .m_container > section h2,
  .what-implant02.what-allon402 .m_container > div h2 {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  
  .what-implant02.what-allon402 .internal_links {
    padding: 15px;
    margin: 20px 0;
  }
  
  .what-implant02.what-allon402 .section-bottom-link {
    padding: 12px 20px;
    margin: 20px auto 0;
  }
  
  .what-implant02.what-allon402 #troubles ul li {
    padding: 12px 12px 12px 40px;
  }
} */
