/* 2026/04/08 */
.treatment-article__new {
  overflow: hidden;
}

.treatment-article__new h1 span {
  font-size: 28px !important;
}

.treatment-article__new ul,
.treatment-article__new li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.treatment-article__new img {
  width: 100%;
  height: auto;
}

.treatment-bg-area {
  padding-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.treatment-section {
  padding: 40px 0;
  margin: 0 !important;
}

.treatment-section__inner {
  padding: 0 5%;
}

.treatment-section__head {
  margin-bottom: 20px;
}

.treatment-section__title {
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 1.5;
}

.treatment-section__head-border {
  padding: 1.5em 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.treatment-section__subtitle {
  font-size: 12px;
  text-align: center;
}

.treatment-section-text {
  margin-bottom: 2em;
}

.treatment-list-01 li span {
  position: relative;
  display: block;
  padding-left: 26px;
  line-height: 1.5;
}

.treatment-list-01 li span::before, .treatment-list-01 li span::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
}

.treatment-list-01 li span::before {
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #d6809e;
  border-radius: 50%;
  transform: translateY(-50%);
}

.treatment-list-01 li span::after {
  left: 6px;
  width: 5px;
  height: 8px;
  border-right: 1px solid #d6809e;
  border-bottom: 1px solid #d6809e;
  transform: translateY(-70%) rotate(45deg);
}

.treatment-list-02 {
  padding: 20px !important;
  margin-bottom: 1em !important;
  background-color: #fff;
  border-radius: 10px;
}

.treatment-list-02 li {
  position: relative;
  padding: 0.5em 1em 0.5em 2em;
  border-bottom: 1px dashed #ccc;
}

.treatment-list-02 li::before {
  position: absolute;
  top: 1.2em;
  left: 1em;
  width: 0.4em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-color: #666;
  border-radius: 50%;
}

.treatment-table-01 {
  width: 100%;
}

.treatment-table-01 tr th {
  text-align: left;
  background-color: #f9f9f9;
}

.treatment-table-01 tr td ul {
  padding: 0 0.5em;
}

.treatment-table-01 tr td ul li {
  list-style: disc inside;
}

.treatment-layout-01 {
  padding: 15px;
  margin: 0 auto;
  border: 5px solid #ffe0ea;
}

.treatment-layout-01 ul li {
  padding: 8px 10px;
  font-weight: bold;
  color: #d6809e;
  border-bottom: 1px dashed #ccc;
}

.treatment-layout-02 .text-box,
.treatment-layout-03 .text-box {
  margin-bottom: 1.5em;
}

.treatment-layout-02 .img-box figure figcaption,
.treatment-layout-03 .img-box figure figcaption {
  margin-top: 0.5em;
  font-size: 90%;
  color: #666;
  text-align: center;
}

.treatment-layout-04 ul li {
  padding: 20px 15px;
  background-color: #fff;
}

.treatment-layout-04 ul li:not(:last-child) {
  margin-bottom: 1.5em;
}

.treatment-layout-04 ul li .text-box {
  margin-bottom: 1em;
}

.treatment-layout-04 ul li .title {
  padding-bottom: 1em !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #d6809a;
  text-align: left !important;
  letter-spacing: 0 !important;
}

.treatment-layout-04 ul li .text {
  margin-bottom: 1.5em;
}

.treatment-layout-04 ul li .img-box {
  width: 80%;
  margin: 0 auto;
}

.treatment-layout-05 .left-box ul li:not(:last-child) {
  margin-bottom: 1.5em;
}

.treatment-layout-05 .left-box ul li .title {
  padding-bottom: 1em !important;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1.5;
  text-align: left !important;
}

.treatment-layout-05 .right-box {
  margin-top: 2em;
}

.treatment-layout-05 .right-box .img-box {
  margin-bottom: 1.5em;
}

.treatment-layout-05 .right-box .treatment-list-01 li {
  padding: 0.5em;
  border: 1px solid #d6809e;
}

.treatment-layout-05 .right-box .treatment-list-01 li:not(:last-child) {
  margin-bottom: 0.5em;
}

.treatment-layout-09 ol {
  padding-left: 0;
  list-style: none;
}

.treatment-layout-09 ol li:not(:last-child) {
  margin-bottom: 1.5em;
}

.treatment-layout-09 ol li .title {
  display: block;
  padding: 0.5em !important;
  margin-bottom: 1em;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5;
  text-align: left !important;
  background: #f9f9f9;
  border-top: 1px dotted #dadada;
  border-bottom: 1px dotted #dadada;
}

.treatment-layout-09 ol li .text-box {
  margin-bottom: 1em;
}

@media screen and (width >= 768px) {
  .treatment-article__new {
    width: 100% !important;
    min-width: 1024px;
  }

  .treatment-article__new h1 span {
    font-size: 35px !important;
  }

  .treatment-mv {
    max-width: 1024px;
    margin: 0 auto;
  }

  .treatment-bg-area {
    padding-bottom: 1.5em;
  }

  .treatment-section {
    padding: 60px 0;
  }

  .treatment-section__inner {
    max-width: 1104px;
    padding: 0 40px;
    margin: 0 auto;
  }

  .treatment-section__head {
    margin-bottom: 40px;
  }

  .treatment-section__title {
    font-size: 26px !important;
  }

  .treatment-section__head-border {
    padding: 30px 0;
  }

  .treatment-list-01 li span {
    padding-left: 30px;
  }

  .treatment-list-01 li span::before {
    width: 18px;
    height: 18px;
  }

  .treatment-list-01 li span::after {
    width: 6px;
    height: 10px;
  }

  .treatment-list-02 {
    padding: 30px !important;
    margin-bottom: 20px !important;
  }

  .treatment-table-01 tr th {
    width: 30%;
    padding: 1em;
  }

  .treatment-table-01 tr td {
    width: 70%;
    padding: 1em;
  }

  .treatment-layout-01 {
    max-width: 880px;
    padding: 30px;
    border: 10px solid #ffe0ea;
  }

  .treatment-layout-01 ul li {
    padding: 8px 15px;
  }

  .treatment-layout-02 .text-box {
    margin-bottom: 2em;
  }

  .treatment-layout-02 .text-box p + p {
    margin: 2em 0 0;
  }

  .treatment-layout-02 .img-box {
    max-width: 780px;
    margin: 0 auto;
  }

  .treatment-layout-03 {
    display: flex;
    justify-content: space-between;
  }

  .treatment-layout-03 .text-box {
    flex: 1;
  }

  .treatment-layout-03 .img-box {
    width: 45%;
    margin-left: 5%;
  }

  .treatment-layout-04 ul li {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

  .treatment-layout-04 ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  .treatment-layout-04 ul li .text-box {
    flex: 1;
    margin-bottom: 0;
  }

  .treatment-layout-04 ul li .title {
    padding-bottom: 1em !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #d6809a;
    text-align: left !important;
    letter-spacing: 0 !important;
  }

  .treatment-layout-04 ul li .text {
    margin-bottom: 1.5em;
  }

  .treatment-layout-04 ul li .img-box {
    width: 20%;
    margin: 0 0 0 5%;
  }

  .treatment-layout-05 .content-wrap {
    display: flex;
    justify-content: space-between;
  }

  .treatment-layout-05 .left-box {
    width: 48%;
  }

  .treatment-layout-05 .left-box ul li:not(:last-child) {
    margin-bottom: 35px;
  }

  .treatment-layout-05 .left-box ul li .title {
    padding-bottom: 1.5em !important;
    font-size: 20px !important;
  }

  .treatment-layout-05 .right-box {
    width: 48%;
    margin-top: 0;
  }

  .treatment-layout-05 .right-box .treatment-list-01 li {
    padding: 0.7em 0.5em;
  }

  .treatment-layout-09 ol {
    padding-left: 0;
  }

  .treatment-layout-09 ol li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .treatment-layout-09 ol li:not(:last-child) {
    margin-bottom: 40px;
  }

  .treatment-layout-09 ol li:nth-of-type(odd) .img-box {
    margin-left: 5%;
  }

  .treatment-layout-09 ol li:nth-of-type(even) .text-box {
    order: 2;
  }

  .treatment-layout-09 ol li:nth-of-type(even) .img-box {
    order: 1;
    margin-right: 5%;
  }

  .treatment-layout-09 ol li .title {
    width: 100%;
    padding: 0.8em !important;
    margin-bottom: 25px;
    font-size: 16px !important;
  }

  .treatment-layout-09 ol li .text-box {
    flex: 1;
    margin-bottom: 0;
  }

  .treatment-layout-09 ol li .img-box {
    width: 42%;
  }
}

.c-item-table {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.c-item-table:not(:last-child) {
  margin-bottom: 2em;
}

.c-item-table table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
}

.c-item-table table th,
.c-item-table table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #dadada;
}

.c-item-table table th {
  min-width: 180px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: #f0f0f0;
}

.c-item-table table th small {
  display: block;
  font-size: 75%;
}

.c-item-table table td {
  min-width: 180px;
}

.c-item-table table td img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto;
}

.c-item-table table td ul {
  padding-left: 1.5em;
}

.c-item-table table td ul li {
  list-style: disc;
}

.c-comparison-table {
  padding-bottom: 15px;
  margin-bottom: 2em;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.c-comparison-table table {
  width: 100%;
  margin: 0;
}

.c-comparison-table table th,
.c-comparison-table table td {
  font-weight: 400;
  text-align: left;
  border: 1px solid #dadada;
}

.c-comparison-table table thead th,
.c-comparison-table table tbody th {
  background-color: #f0f0f0;
}

.c-comparison-table table thead th {
  text-align: center;
}

.c-comparison-table table tbody th {
  min-width: 7em;
}

.c-comparison-table table td {
  min-width: 13em;
}

.c-comparison-table table td img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto;
}

.c-comparison-table--cols-2 {
  --comparison-cols: 2;
}

.c-comparison-table--cols-3 {
  --comparison-cols: 3;
}

.c-comparison-table--cols-4 {
  --comparison-cols: 4;
}

.c-comparison-table--cols-5 {
  --comparison-cols: 5;
}

.c-comparison-table--cols-6 {
  --comparison-cols: 6;
}

.c-comparison-table--cols-7 {
  --comparison-cols: 7;
}

.c-comparison-table--cols-8 {
  --comparison-cols: 8;
}

.c-case-list .item:not(:last-child) {
  margin-bottom: 2em;
}

.c-case-list .item .title {
  padding-bottom: 1.5em !important;
  font-size: 14px !important;
  font-weight: 400;
}

.c-case-list .item .img-box {
  margin-bottom: 1em;
}

.c-case-list .item .img-box.multiple {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.c-case-list .item .img-box.multiple figure {
  flex: 1;
}

.c-case-list .item .img-box.multiple figure:nth-of-type(1) .img-frame {
  position: relative;
}

.c-case-list .item .img-box.multiple figure:nth-of-type(1) .img-frame::before {
  position: absolute;
  top: 50%;
  left: calc(100% + 11px);
  width: 12px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #ddd;
  transform: translateY(-50%);
}

.c-case-list .item .img-box figcaption {
  margin-top: 0.5em;
  font-size: 90%;
  text-align: center;
}

.c-case-list .item .age-sex {
  margin-bottom: 0.8em;
}

.c-case-list .item .description {
  margin-bottom: 1em;
}

.c-case-list .item .price span {
  display: block;
}

.c-treatment-menu-item {
  margin-top: 2em !important;
}

.c-treatment-menu-item:not(:first-child) {
  padding-top: 2em;
  margin-top: 3em !important;
  border-top: 1px dotted #dadada;
}

.c-treatment-menu-item .menu-name {
  padding-bottom: 1em !important;
  font-size: 16px !important;
  font-weight: 400;
}

.c-treatment-menu-item .text-box {
  margin-bottom: 1em;
}

.c-treatment-menu-item .price-table {
  margin: 30px 0 0;
}

.c-step-list {
  padding: 1em 0;
}

.c-step-list .item:not(:first-child) {
  position: relative;
  margin: 40px 0 0;
}

.c-step-list .item:not(:first-child)::before {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 20px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #ddd;
  transform: translateX(-50%);
}

.c-step-list .item .number {
  display: block;
  margin-bottom: 1em;
  font-size: 0.7em;
  text-align: center;
  background: #f9f9f9;
  border-top: 1px dotted #dadada;
  border-bottom: 1px dotted #dadada;
}

.c-step-list .item .number span {
  padding-left: 0.25em;
  font-size: 1.6em;
}

.c-step-list .item .title {
  padding-bottom: 0.5em !important;
  font-size: 14px !important;
  font-weight: 400;
  color: #d6809a;
}

.c-faq-list dl:not(:last-child) {
  margin-bottom: 1em;
}

.c-faq-list dl dt,
.c-faq-list dl dd {
  position: relative;
  padding: 6px 0 6px 40px;
}

.c-faq-list dl dt::before,
.c-faq-list dl dd::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 2em;
  font-size: 1em;
  line-height: 2em;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.c-faq-list dl dt {
  border-bottom: 1px dotted #dadada;
}

.c-faq-list dl dt::before {
  content: "Q";
  background: #ccc;
}

.c-faq-list dl dd::before {
  content: "A";
  background: #d6809a;
}

.c-faq-list dl dd p {
  text-align: justify;
}

.c-faq-list dl dd p:not(:last-child) {
  margin-bottom: 1em;
}

.c-faq-list dl dd ul {
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.c-faq-list dl dd ul li {
  list-style: disc inside;
}

.c-faq-list dl dd ol {
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.c-faq-list dl dd ol li {
  list-style: decimal inside;
}

@media screen and (width >= 768px) {
  .c-comparison-table {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .c-comparison-table table {
    table-layout: fixed;
  }

  .c-comparison-table table tbody th,
  .c-comparison-table table thead th:first-child {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .c-comparison-table table thead th:not(:first-child),
  .c-comparison-table table tbody td {
    width: calc(77% / (var(--comparison-cols, 4) - 1));
    min-width: 0;
    overflow-wrap: break-word;
  }

  .c-case-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
  }

  .c-case-list .item {
    max-width: 420px;
    margin-bottom: 40px;
  }

  .c-treatment-menu-item {
    margin-top: 40px !important;
  }

  .c-treatment-menu-item:not(:first-child) {
    padding-top: 40px;
    margin-top: 60px !important;
  }

  .c-treatment-menu-item .menu-name {
    font-size: 20px !important;
  }

  .c-treatment-menu-item .discription {
    display: flex;
    justify-content: space-between;
  }

  .c-treatment-menu-item .text-box {
    flex: 1;
    margin-bottom: 0;
  }

  .c-treatment-menu-item .img-box {
    width: 30%;
    margin-left: 5%;
  }

  .c-treatment-menu-item .price-table {
    margin: 50px 0 0;
  }

  .c-step-list {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
  }

  .c-step-list .item {
    width: 21.5%;
    margin-bottom: 40px !important;
  }

  .c-step-list .item:not(:first-child) {
    margin: 0 0 40px 4.6666%;
  }

  .c-step-list .item:not(:first-child)::before {
    top: 50%;
    left: -14%;
    width: 20px;
    height: 30px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translate(0, -50%);
  }

  .c-step-list .item .number {
    padding: 0.3em 0;
    margin-bottom: 1.5em;
  }

  .c-step-list .item .title {
    font-size: 16px !important;
  }

  .c-faq-list {
    max-width: 880px;
    margin: 0 auto;
  }

  .c-faq-list dl:not(:last-child) {
    margin-bottom: 20px;
  }

  .c-faq-list dl dt,
  .c-faq-list dl dd {
    padding: 12px 0 12px 60px;
  }

  .c-faq-list dl dt::before,
  .c-faq-list dl dd::before {
    top: 5px;
    width: 40px;
    font-size: 1.2em;
    line-height: 40px;
  }
}