#subpage section .implant_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 84px;
  padding-left: 0;
  color: var(--red);
  font-size: 3rem;
  gap: 20px;
}

#subpage section .implant_ttl span {
  width: 46px;
  height: 46px;
  line-height: 43px;
  background: var(--red);
  color: #fff;
  font-family: var(--mincho);
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  flex-shrink: 0;
  border-radius: 50%;
}

#subpage section .implant_ttl:before {
  content: none;
}

#subpage section .gray_box.abt_gry_box {
  position: relative;
  margin-bottom: 80px !important;
  padding: 60px 40px 40px;
  border: 1px solid var(--brown);
  background-color: unset;
  border-radius: 0;
}

#subpage section .gray_box.abt_gry_box h3 {
  position: absolute;
  top: -45px;
  left: 50%;
  width: fit-content;
  padding: 0 10px;
  background-color: var(--white);
  font-size: 3.2rem;
  text-align: center;
  transform: translateX(-50%);
}

#subpage section .gray_box.abt_gry_box h3 span {
  display: block;
  line-height: 1;
  font-size: 2.2rem;
}

#subpage section .gray_box.abt_gry_box .list li {
  color: var(--brown);
}

#subpage section .inner.graybox_inr {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #subpage section .implant_ttl {
    margin-top: 64px;
    margin-left: -16px;
    padding-left: 0;
    font-size: 2.4rem;
    gap: 10px;
  }

  #subpage section .implant_ttl span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 2rem;
    flex-shrink: 0;
  }

  #subpage section .sp_auto {
    text-align: center;
  }

  #subpage section .sp_auto img {
    width: revert-layer !important;
  }

  #subpage section .gray_box.abt_gry_box {
    margin: 20px 0 !important;
    padding: 30px 16px 16px;
  }

  #subpage section .gray_box.abt_gry_box h3 {
    top: -35px;
    width: 80%;
    font-size: 2.2rem;
    max-width: 250px;
  }

  #subpage section .gray_box.abt_gry_box h3 span {
    font-size: 1.6rem;
  }

  #subpage section .inner.graybox_inr {
  margin-bottom: 30px;
}
}

#subpage section .textbox03 .text h3 small {
  display: inline-block;
  margin-left: 1em;
  color: var(--gold);
  font-family: var(--cormorant);
  font-size: 2rem;
}

#subpage section .textbox03 .text em {
  display: block;
  padding-left: 20px;
  color: var(--gold);
  font-size: 2rem;
}

#subpage section .textbox03 .text em small {
  padding-left: 5px;
  font-size: 0.6em;
}

#subpage section .textbox03 .text p {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  #subpage section .textbox03 .text h3 small {
    font-size: 1.4rem;
  }

  #subpage section .textbox03 .text em {
    padding-left: 12px;
    font-size: 1.8rem;
  }

  #subpage section .textbox03 .text em small {
    padding-left: 5px;
    font-size: 0.6em;
  }

  #subpage section .textbox03 .text p {
    padding-left: 12px;
  }
}

#subpage section .arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  color: var(--gold);
}

#subpage section .arrow span {
  text-decoration: underline;
}

#subpage section .arrow .icon-arrow_small {
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-size: 2rem;
}

#subpage section .arrow:hover {
  color: var(--red);
}

#subpage section .table_scroll {
  width: 100%;
  margin-bottom: 80px;
}

#subpage section .dfc-tbl {
  width: 100%;
  background: #fff;
  table-layout: fixed;
}

#subpage section .dfc-tbl colgroup col:nth-child(2) {
  border: 3px solid var(--red);
  background: white;
}

#subpage section .dfc-tbl colgroup col:nth-child(3) {
  background: var(--white);
}

#subpage section .dfc-tbl colgroup col:nth-child(4) {
  background: var(--white);
  border-left: 1px dotted var(--gold);
}

#subpage section .dfc-tbl thead tr th:nth-child(1) {
  width: 140px;
  border: none;
  background: #fcfcfc;
}

#subpage section .dfc-tbl thead tr th {
  padding: 10px;
  text-align: center;
  border-top: 1px solid var(--gold);
}

#subpage section .dfc-tbl thead tr th img {
  border-radius: 0;
}

#subpage section .dfc-tbl thead tr th.item {
  background: var(--beige02);
}

#subpage section .dfc-tbl thead tr th.item .ttl {
  padding: 0;
  padding-bottom: 10px;
  color: var(--red);
  font-weight: 700;
  text-align: center;
}

#subpage section .dfc-tbl thead tr th:last-child {
  border-right: 1px solid var(--gold);
}

#subpage section .dfc-tbl tbody tr:nth-child(1) th {
  border-top: 1px solid var(--gold);
}

#subpage section .dfc-tbl tbody tr th {
  line-height: 1.5;
  background: var(--beige02);
  color: var(--gold);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-top: 1px dotted var(--gold);
  border-left: 1px solid var(--gold);
}

#subpage section .dfc-tbl tbody tr td {
  padding: 20px;
  text-align: center;
  border-top: 1px dotted var(--gold);
}

#subpage section .dfc-tbl tbody tr td i {
  color: var(--red);
  font-size: 3rem;
}

#subpage section .dfc-tbl tbody tr td .l-txt {
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
}

#subpage section .dfc-tbl tbody tr td .txt {
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
}

#subpage section .dfc-tbl tbody tr td:last-child {
  border-right: 1px solid var(--gold);
}

#subpage section .dfc-tbl tbody tr:last-child th,
#subpage section .dfc-tbl tbody tr:last-child td {
  border-bottom: 1px solid var(--gold);
}

@media screen and (max-width: 768px) {
  #subpage section .table_scroll {
    width: calc(100% + 64px);
    margin-bottom: 20px;
    margin-left: -32px;
    padding: 20px;
    box-sizing: border-box;
    overflow-x: auto;
  }

  #subpage section .dfc-tbl {
    width: 600px;
  }

  #subpage section .dfc-tbl colgroup col:nth-child(2) {
    border: 2px solid var(--red);
  }

  #subpage section .dfc-tbl thead tr th:nth-child(1) {
    width: 60px;
  }

  #subpage section .dfc-tbl thead tr th {
    padding: 5px;
  }

  #subpage section .dfc-tbl thead tr th .ttl {
    font-size: 1.2rem;
  }

  #subpage section .dfc-tbl tbody tr th {
    font-size: 1.1rem;
  }

  #subpage section .dfc-tbl tbody tr td {
    padding: 10px;
  }

  #subpage section .dfc-tbl tbody tr td i {
    color: var(--red);
    font-size: 2.4rem;
  }

  #subpage section .dfc-tbl tbody tr td .l-txt {
    font-size: 1.1rem;
  }

  #subpage section .dfc-tbl tbody tr td .txt {
    font-size: 1.1rem;
  }
}

#subpage .btn.wide {
  width: 300px;
}

.center {
  text-align: center;
}

.imp_youtube {
  width: 100%;
  height: 472px;
  max-width: 840px;
}


@media screen and (max-width: 768px) {
  .imp_youtube {
    height: auto;
  }
}

.h3_imp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.6rem !important;
  text-align: center;
}

.h3_imp::before,
.h3_imp::after {
  width: 1px;
  height: 40px;
  background-color: var(--brown);
  content: '';
}

.h3_imp::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.h3_imp::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

@media screen and (max-width: 768px) {
  .h3_imp {
    align-items: end;
  }
}

#subpage section.sec-doctor .doctor-inr {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

#subpage section.sec-doctor .doctor-inr .sect_ttl {
  text-align: left;
}

#subpage section.sec-doctor .doctor-inr .sect_ttl .sect_ttl_text:before {
  left: 0;
}

#subpage section.sec-doctor .doctor-inr .doctor_img {
  width: 35%;
}

#subpage section.sec-doctor .doctor-inr .text {
  width: 65%;
  padding-right: 10%;
}

#subpage section.sec-doctor .certi-list {
  display: flex;
  margin-top: 50px;
}

#subpage section.sec-doctor .certi-list .certi-item {
  width: calc((100% - 50px) / 3);
  margin-right: 50px;
}

#subpage section.sec-doctor .certi-list .certi-item:last-child {
  margin-right: 0;
}

#subpage section.sec-doctor .certi-list .certi-item h3 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--red);
}

#subpage section.sec-doctor .certi-list .certi-item ul li {
  margin-bottom: 5px;
  font-size: 1.3rem;
}

#subpage section.sec-doctor .certi-list .certi-item ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #subpage section.sec-doctor .doctor-inr {
    display: block;
  }

  #subpage section.sec-doctor .doctor-inr .doctor_img,
  #subpage section.sec-doctor .doctor-inr .text {
    width: 100%;
    padding: 0;
  }

  #subpage section.sec-doctor .doctor-inr .doctor_img {
    margin: 0 auto;
    max-width: 250px;
  }

  #subpage section.sec-doctor .doctor-inr .text {
    margin-top: 20px;
  }

  #subpage section.sec-doctor .certi-list {
    margin-top: 30px;
  }

  #subpage section.sec-doctor .certi-list {
    display: block;
    margin-top: 30px;
  }

  #subpage section.sec-doctor .certi-list .certi-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  #subpage section.sec-doctor .certi-list .certi-item h3 {
    font-size: 1.6rem;
  }

  #subpage section.sec-doctor .certi-list .certi-item ul li {
    font-size: 1.1rem;
  }

  #subpage section.sec-doctor .certi-list .certi-item:last-child {
    margin-bottom: 0;
  }

  #subpage section.sec-doctor .sect_ttl .sect_ttl_text:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

#subpage section.sec-concern .sect_subttl {
  text-align: center;
}

#subpage section.sec-concern .sect_subttl:before {
  left: 50%;
  transform: translateX(-50%);
}

#subpage section.sec-concern {
  width: 100%;
  padding: 80px 0;
  background: url(../img/bg_concern.webp) no-repeat center center;
  background-size: cover;
}

#subpage section.sec-concern .concern-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 40px 30px;
}

#subpage section.sec-concern .concern-list li {
  display: inline-block;
  position: relative;
  line-height: 1.8;
  padding: 15px 50px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: var(--red);
  border-radius: 70px 70px 50px 40px;
}

#subpage section.sec-concern .concern-list li:nth-child(3n) {
  margin-right: 0;
}

#subpage section.sec-expense .textbox03 {
  margin-top: 50px;
}

#subpage section.sec-expense .deduction-list {
  display: flex;
  margin-top: 20px;
}

#subpage section.sec-expense .deduction-list li {
  width: 185px;
  margin-right: 30px;
  padding: 25px 0px;
  background-color: var(--gold02);
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

#subpage section.sec-expense .deduction-list li:last-child {
  margin-right: 0;
  border: 1px solid var(--gold);
  background-color: #fff;
  color: var(--gold);
}

#subpage section.sec-costs .table_type01 tbody tr th.tbl-border {
  border-radius: 0 0 0 14px;
}

#subpage section.sec-costs .table_type01 tbody tr:last-child th {
  border-radius: 0;
}

@media screen and (max-width:768px) {
  #subpage section.sec-concern {
    padding: 60px 0 30px;
  }

  #subpage section.sec-concern .concern-list {
    justify-content: center;
    gap: 0 15px;
  }

  #subpage section.sec-concern .concern-list li {
    margin-bottom: 20px;
    padding: 15px 35px;
  }

  #subpage section.sec-concern .concern-list li:last-child {
    margin-bottom: 0;
  }

  #subpage section.sec-expense .deduction-list li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 15px;
    padding: 10px 0;
    max-width: 220px;
  }

  #subpage section.sec-expense .textbox03 {
    margin-top: 30px;
  }
}

@media screen and (max-width:375px) {
  #subpage section.sec-costs .table_type01 tbody tr th {
    font-size: 1rem;
  }

  #subpage section .gray_box.abt_gry_box h3 {
    top: -30px;
    font-size: 1.8rem;
  }

  #subpage section .gray_box.abt_gry_box h3 span {
    font-size: 1.3rem;
  }
}