@charset "UTF-8";
/*-変数定義 font
------------------------------*/
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
/* ----------------------------------------
header pc
---------------------------------------- */
/* ----------------------------------------
Mv
---------------------------------------- */
/* ----------------------------------------
Footer
---------------------------------------- */
.c-sidebar {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-sidebar {
    width: 100%;
  }
}

.c-sidebar__ttl {
  color: var(--color-brown);
  font-size: bold;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

.c-sidebar__taxonomyItem::before {
  content: " - ";
}

.c-sidebar__taxonomyLink {
  text-decoration: none;
}
.c-sidebar__taxonomyLink:hover {
  text-decoration: underline;
}

.c-sidebar__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-sidebar__searchBtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

.c-sidebar__section + .c-sidebar__section {
  margin-top: 40px;
}

.c-sidebar__articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.sidebar__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.c-sidebar__articleThumbnail {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-sidebar__articleThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-sidebar__date {
  font-size: 13px;
}

.c-sidebar__articleTitle {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-doctor__sns {
  margin-top: 64px;
}

.about-doctor__detailTitle {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 16px;
}

.strongblog-thumbnail {
  width: 200px;
}
@media (max-width: 767px) {
  .strongblog-thumbnail {
    width: 88px;
  }
}
.strongblog-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navigation.pagination {
  margin-top: 15px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers,
.next,
.prev {
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.current {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.next,
.prev {
  position: relative;
}
.next::before,
.prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prev::before {
  content: "«";
}

.next::before {
  content: "»";
}

#strongblog_category {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 767px) {
  #strongblog_category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.strongblog-category-item {
  border: 1px solid #222;
  font-size: 14px;
}

.strongblog-category-item {
  border: 1px solid #222;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4px;
  text-decoration: none;
}

.strongblog-item-inner {
  text-decoration: none;
}
.strongblog-item-inner .strongblog-category-item {
  text-decoration: none;
}
.strongblog-item-inner:hover .strongblog-date, .strongblog-item-inner:hover .strongblog-title {
  text-decoration: underline;
}
.strongblog-item-inner:hover .strongblog-category-item {
  text-decoration: none;
}

#strongblog .strongblog-title.archive-title {
  font-size: 14px;
}

.strongblog-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.caseSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .caseSummary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.caseSummary__imageContainer {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .caseSummary__imageContainer {
    width: 100%;
  }
}
.caseSummary__imageContainer.is-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.top-about .caseSummary__imageContainer,
.top-info .caseSummary__imageContainer {
  width: 100%;
}

.caseSummary__imageWrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.caseSummary__imageWrap img {
  width: 100%;
}

.caseSummary__imageLabel {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-umber);
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.caseSummary__imageLabel--after {
  background-color: var(--color-brown);
}

.caseSummary__summary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.caseSummary__summaryItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.caseSummary__summaryItem .caseSummary__summaryItemValue {
  border-left: none;
}
.caseSummary__summaryItemTitle {
  width: 150px;
  width: 100%;
  background-color: var(--color-brown);
  padding: 2px 10px;
  color: #fff;
  font-size: 13px;
}

.caseSummary__summaryItemValue {
  padding: 2px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  font-size: 13px;
}

.strongblog-caseImage .caseSummary__imageContainer,
.block-cases .caseSummary__imageContainer {
  width: 100%;
}

.breadcrumb {
  overflow: auto;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb__item {
  display: inline-block;
  white-space: nowrap;
}

.caseArchiveList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .caseArchiveList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.caseArchiveList .caseSummary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.caseArchiveList .caseSummary__imageContainer {
  width: 100%;
}

.caseArchiveList__link {
  text-decoration: none;
}
.caseArchiveList__link:hover {
  opacity: 0.8;
}

.caseSearchBlock {
  margin: 32px 0;
}

.caseSearchBlock__selectClm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .caseSearchBlock__selectClm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.caseSearchBlock__selectItem {
  position: relative;
}
.caseSearchBlock__selectItem::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  aspect-ratio: 15/9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./../images/common/arrow-down06-black.svg) center center/contain no-repeat;
}

.caseSearchBlock__selectClm select {
  border-radius: 9999px;
  color: #333;
}

.caseSearchBlock__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.caseSearchBlock__btn input {
  background: #fff;
  border-radius: 9999px;
  padding: 0 16px;
  cursor: pointer;
}
.caseSearchBlock__btn button {
  border: none;
  text-decoration: underline;
}

.topCase .caseSummary__imageContainer {
  width: 100%;
}

.p-caseSingleContent .caseSummary__imageContainer {
  width: 50%;
}
@media (max-width: 767px) {
  .p-caseSingleContent .caseSummary__imageContainer {
    width: 100%;
  }
}
.p-caseSingleContent .caseSummary__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.p-caseSingleContent .caseSummary__summaryItem {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-caseSingleContent .caseSummary__summaryItemTitle {
  width: 150px;
  font-size: 13px;
}
.p-caseSingleContent .caseSummary__summaryItemValue {
  font-size: 13px;
  background: none;
}

.strongblog-item-detail-recommend-ttl {
  font-size: 18px;
}

@media (max-width: 767px) {
  #strongblog .strongblog-item-detail-recommend .strongblog-media {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #strongblog .strongblog-item-detail-recommend .caseSummary__imageLabel {
    font-size: 12px;
  }
}

.caseSummary__imageContainer.is-row .caseSummary__imageWrap {
  max-width: 50%;
}

.p-columnArchive__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 767px) {
  .p-columnArchive__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-columnArchive__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .p-columnArchive__main {
    width: 100%;
  }
}

.chk input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 48px;
  padding-left: 3rem;
  line-height: 1.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.chk input[type=checkbox] + .wpcf7-list-item-label::before, .chk input[type=checkbox] + .wpcf7-list-item-label::after {
  position: absolute;
  display: block;
  content: "";
}

.chk input[type=checkbox] + .wpcf7-list-item-label::before {
  top: 6.4px;
  top: 0.4rem;
  left: 0;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border: 1px solid var(--color-black-fifth);
  background-color: var(--color-white);
}

.chk input[type=checkbox] + .wpcf7-list-item-label::after {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  top: 11.2px;
  top: 0.7rem;
  left: 11.2px;
  left: 0.7rem;
  width: 9.6px;
  width: 0.6rem;
  height: 17.6px;
  height: 1.1rem;
  border: solid var(--color-brown-second);
  border-width: 0 3.2px 3.2px 0;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.chk input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: var(--color-brown-second);
}

.chk input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .chk input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 2.7rem;
  }
  .chk input[type=checkbox] + .wpcf7-list-item-label::before {
    top: 0.15rem;
  }
  .chk input[type=checkbox] + .wpcf7-list-item-label::after {
    top: 0.5rem;
  }
}
.wpcf7-form-control-wrap:has(.form-textarea) {
  width: 100%;
}

.form-textarea {
  height: 100%;
}

.header-parent-link {
  position: relative;
  padding-right: 20px;
  padding-left: 0;
  font-size: inherit;
}
.header-parent-link::before {
  content: none;
}
.header-parent-link p {
  display: inline;
  background: no-repeat 0 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  -webkit-transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.header-parent-link:hover p {
  background-size: 100% 1px;
}
.header-parent-link .arrow__in {
  width: 16px;
  position: absolute;
  display: inline-block;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  left: auto;
  top: 1px;
}

/* ----------------------------------------
message mv
---------------------------------------- */
.p-price__content h2 {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
  min-height: 6rem;
  padding: 16px 44.8px;
  padding: 1rem 2.8rem;
  border-radius: 1rem;
  background-color: var(--color-brown);
  color: var(--color-white);
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-price__content h2 {
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
  }
}
.p-price__content h3 {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-price__content h3 {
    font-size: 1.8rem;
  }
}
.p-price__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr {
  border-top: 1px solid var(--color-black-fifth);
}
.p-price__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr:last-child {
  border-bottom: 1px solid var(--color-black-fifth);
}
.p-price__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td {
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) {
  .p-price__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td {
    padding: 1.3rem 0;
  }
  .p-price__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td:nth-child(1) {
    padding-right: 5rem;
  }
  .p-price__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td:nth-child(2) {
    width: 32rem;
  }
  .p-price__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td:nth-child(3) {
    width: 15rem;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .p-price__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr {
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
  }
  .p-price__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td {
    display: block;
    width: calc(100% - 12.5rem);
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .p-price__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td:nth-child(2) {
    margin-bottom: 0;
  }
}

.price-btn.is-wide .btn-top--md {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 44px 0 12px;
}

.checklist > li {
  position: relative;
  padding-left: 48px;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .checklist > li {
    padding-left: 2.4rem;
  }
}
.checklist > li::before {
  position: absolute;
  content: "";
  top: 12.8px;
  top: 0.8rem;
  left: 0;
  width: 35.2px;
  width: 2.2rem;
  height: 35.2px;
  height: 2.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background-image: url("./../images/common/icon-check-green.svg");
}
@media (max-width: 767px) {
  .checklist > li::before {
    top: 0.55rem;
    width: 1.7rem;
    height: 1.7rem;
  }
}

.group-main__title {
  font-weight: 700;
}

.p-singleContent p.group-main__title {
  margin: 0;
}

.p-singleContent .group-faq {
  background: none;
}
.p-singleContent .group-faq::before {
  content: none;
}
.p-singleContent .slick-case__detail p {
  margin: 0;
}
.p-singleContent h2.wp-block-heading {
  margin-top: 128px;
  margin-top: 8rem;
  color: var(--color-black-third);
  font-size: 57.6px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-family: var(--font-sorts-mill-goudy);
  padding-top: 64px;
  padding-top: 4rem;
  text-align: center;
  display: block;
  line-height: 1.5;
  position: relative;
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-singleContent h2.wp-block-heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.p-singleContent h2.wp-block-heading::before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 44.8px;
  height: 2.8rem;
  position: absolute;
  content: "";
  background-color: #994840;
}
.p-singleContent h3.wp-block-heading {
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
}
@media only screen and (max-width: 767px) {
  .p-singleContent h3.wp-block-heading {
    margin-bottom: 1.5rem;
    font-size: 1.9rem;
  }
}
.p-singleContent h4.wp-block-heading {
  margin-bottom: 25.6px;
  margin-bottom: 1.6rem;
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
}
@media only screen and (max-width: 767px) {
  .p-singleContent h4.wp-block-heading {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.p-singleContent h5.wp-block-heading {
  margin-bottom: 22.4px;
  margin-bottom: 1.4rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  font-family: var(--font-noto-serif-jp);
}
@media only screen and (max-width: 767px) {
  .p-singleContent h5.wp-block-heading {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
}
.p-singleContent h2.wp-block-heading:first-child,
.p-singleContent h3.wp-block-heading:first-child,
.p-singleContent h4.wp-block-heading:first-child,
.p-singleContent h5.wp-block-heading:first-child,
.p-singleContent ul:first-child,
.p-singleContent ol:first-child {
  margin-top: 0;
}
.p-singleContent p,
.p-singleContent figure,
.p-singleContent .btn {
  margin: 16px auto 0;
}
.p-singleContent figure:first-child {
  margin-top: 0;
}
.p-singleContent .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-singleContent .wp-block-flexible-table-block-table,
.p-singleContent ul.wp-block-list,
.p-singleContent ol.wp-block-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-singleContent .beginner-flow__steps {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-singleContent ol.wp-block-list {
  padding-left: 1.3em;
}
.p-singleContent ol.wp-block-list li {
  position: relative;
  list-style: decimal;
}
.p-singleContent ol.wp-block-list li:first-child {
  margin-top: 0;
}
.p-singleContent ul.wp-block-list:not(.checklist) li {
  padding-left: 1.3em;
  position: relative;
}
.p-singleContent ul.wp-block-list:not(.checklist) li:first-child {
  margin-top: 0;
}
.p-singleContent ul.wp-block-list:not(.checklist) li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.p-singleContent .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table th,
.p-singleContent .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td {
  padding: 17.6px 20.8px;
  padding: 1.1rem 1.3rem;
  font-size: 25.6px;
  font-size: 1.6rem;
  vertical-align: middle;
  border: 1px solid var(--color-black-fourth);
}
@media only screen and (max-width: 767px) {
  .p-singleContent .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table th,
  .p-singleContent .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table td {
    font-size: 1.4rem;
  }
}
.p-singleContent .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table thead th,
.p-singleContent .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table thead td {
  background-color: var(--color-brown);
  color: #fff;
}
.p-singleContent .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr th {
  background-color: var(--color-brown);
  color: #fff;
}
.p-singleContent .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr td {
  color: #332626;
}

.lwptoc {
  margin: 64px 0;
  margin: 4rem 0;
  background: #fff;
  padding: 44.8px 86.4px;
  padding: 2.8rem 5.4rem;
}
@media screen and (max-width:1023px) {
  .lwptoc {
    padding: 2.4rem;
  }
}
.lwptoc .lwptoc_i {
  width: 100%;
  background: none;
  padding: 0;
}
.lwptoc .lwptoc_title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 35.2px;
  margin-bottom: 2.2rem;
  line-height: 1.4;
}
.lwptoc .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > a:first-child .lwptoc_item_label {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  margin-top: 8px;
  padding-left: 38.4px;
  padding-left: 2.4rem;
  position: relative;
}
.lwptoc .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > a:first-child .lwptoc_item_label::before {
  content: "";
  width: 19.2px;
  width: 1.2rem;
  height: 19.2px;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--color-brown);
  position: absolute;
  left: 0;
  top: 9.6px;
  top: 0.6rem;
}
.lwptoc .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap .lwptoc_item a {
  padding-left: 33.6px;
  padding-left: 2.1rem;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}
.lwptoc .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap .lwptoc_item a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-brown);
          text-decoration-color: var(--color-brown);
}
.lwptoc .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap .lwptoc_item a:hover .lwptoc_item_label {
  color: var(--color-brown);
}
.lwptoc .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item > .lwptoc_itemWrap .lwptoc_item a::before {
  content: "";
  width: 16px;
  width: 1rem;
  height: 3.2px;
  height: 0.2rem;
  border-radius: 9999px;
  background: var(--color-brown);
  position: absolute;
  left: 0;
  top: 17.6px;
  top: 1.1rem;
}
.lwptoc .lwptoc_items.lwptoc_items-visible > .lwptoc_itemWrap > .lwptoc_item:not(:first-child) {
  margin-top: 16px;
}

.toc-more-btn {
  margin: 19.2px auto 0;
  margin: 1.2rem auto 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  display: block;
  border: none;
  cursor: pointer;
  color: var(--color-brown);
}

.lwptoc_i:not(.is-show) .lwptoc_items > .lwptoc_itemWrap {
  height: 100px;
  overflow: hidden;
  position: relative;
}
.lwptoc_i:not(.is-show) .lwptoc_items > .lwptoc_itemWrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 92.8px;
  height: 5.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, .2) 0%, #fff 100%);
  bottom: 0;
  z-index: 1;
  left: 0;
}

.lwptoc_i.is-close .toc-more-btn {
  margin-top: 0;
}

.authorBlock {
  width: 800px;
  max-width: 100%;
  border-radius: 1.3rem;
  background-color: var(--color-white);
  padding: 32px;
  padding: 2rem;
  margin: 80px 0 16px;
}
.authorBlock .authorBlock__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .authorBlock .authorBlock__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.authorBlock .authorBlock__imageWrap {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .authorBlock .authorBlock__imageWrap {
    width: 100%;
  }
}
.authorBlock .authorBlock__image {
  border-radius: 50%;
  aspect-ratio: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .authorBlock .authorBlock__image {
    width: 200px;
    margin: 0 auto;
    max-width: 80%;
  }
}
.authorBlock .authorBlock__imageWrap img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.authorBlock .authorBlock__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.authorBlock .authorBlock__detailTitle:not(:first-child) {
  margin-top: 24px;
}
.authorBlock .authorBlock__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 16px;
}
.authorBlock .authorBlock__snsList {
  margin-top: 16px;
  margin-bottom: 16px;
}
.authorBlock .authorBlock__snsList .hsocial__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.block-ballon {
  margin: 25.6px 0;
  margin: 1.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38.4px;
  gap: 2.4rem;
}
@media screen and (max-width:1023px) {
  .block-ballon {
    gap: 1.6rem;
  }
}
.block-ballon + .block-ballon {
  margin-top: 51.2px;
  margin-top: 3.2rem;
}
.block-ballon.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.block-ballon.is-reverse .ballonBlock__image::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(./../img/common/icon_dot_02.png) no-repeat center center/100%;
  left: auto;
  right: 0;
}
.block-ballon.is-reverse .block-ballon__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: calc(100% - 2px);
  right: auto;
}

.block-ballon__imageWrap {
  position: relative;
  width: 160px;
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.block-ballon__arrow {
  position: absolute;
  right: 2px;
  bottom: 10px;
  width: 18px;
  aspect-ratio: 1/cos(30deg);
  -webkit-clip-path: polygon(68% 0, 100% 100%, 0 100%);
          clip-path: polygon(68% 0, 100% 100%, 0 100%);
  background: var(--color-brown);
}

.block-ballon.is-reverse .block-ballon__arrow {
  left: -3px;
  right: auto;
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
  -webkit-clip-path: polygon(68% 0, 100% 100%, 0 100%);
          clip-path: polygon(68% 0, 100% 100%, 0 100%);
}

.block-ballon__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 3px solid var(--color-brown);
  border-radius: 50%;
  overflow: hidden;
}
.block-ballon__image img {
  width: 100%;
}

.block-ballon__textWrap {
  width: 800px;
  width: 50rem;
  background: #fff;
  position: relative;
  padding: 28.8px;
  padding: 1.8rem;
  border-radius: 0.8rem;
}
@media screen and (max-width:1023px) {
  .block-ballon__textWrap {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.definitionlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid var(--color-black-fourth);
}
@media only screen and (max-width: 767px) {
  .definitionlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.definitionlist__term,
.definitionlist__description {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 16px;
  padding: 1rem;
}
.definitionlist__term:not(:first-of-type),
.definitionlist__description:not(:first-of-type) {
  border-top: 1px solid var(--color-black-fourth);
}

.definitionlist__term {
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--color-brown);
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .definitionlist__term {
    width: 100%;
  }
}

.definitionlist__description {
  background: #fff;
  width: 80%;
  border-left: 1px solid var(--color-black-fourth);
}
@media only screen and (max-width: 767px) {
  .definitionlist__description {
    width: 100%;
    border-left: none;
    border-top: 1px solid var(--color-black-fourth);
  }
}

.wp-block-separator {
  border-width: 1px;
  border-color: var(--color-brown);
}

.slick-list {
  width: 100%;
}

.sp-vertical-table {
  background: #fff;
  padding: 8px 12px;
}

.sp-vertical-table table {
  border-spacing: 5px 16px;
  border-spacing: 5px 1rem;
  border-collapse: separate !important;
}
@media only screen and (max-width: 767px) {
  .sp-vertical-table table th,
  .sp-vertical-table table td {
    width: 100%;
    display: block;
  }
}

.sp-vertical-table table th,
.sp-vertical-table table td {
  border: none !important;
}

.tbl-crf.sp-vertical-table table {
  width: 100% !important;
}

#strongblog .strongblog-item-detail .strongblog-title {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  #strongblog .strongblog-item-detail .strongblog-title {
    font-size: 20px;
  }
}

.btn.is-wide {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 44px 0 24px;
}

.authorBlock__imageText {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .authorBlock__imageText {
    text-align: center;
  }
}

.strongblog-item-share iframe:not(:last-child) {
  margin-bottom: 16px;
}

.group-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wp-block-columns.is-layout-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.strongblog-dateContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .strongblog-dateContainer {
    gap: 8px;
  }
}

.strongblog-dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.strongblog-date-label {
  border: 1px solid var(--color-brown);
  padding: 4px 8px;
  line-height: 1;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .strongblog-date-label {
    font-size: 12px;
  }
}

.strongblog-date-label--update {
  background-color: var(--color-brown);
  color: #fff;
}

.strongblog-date time {
  color: #333;
}

@media (max-width: 781px) {
  .wp-block-columns.reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .stn-anchor__btns {
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .stn-anchor__btns .btn {
    margin: 0;
    max-width: calc(50% - 4px);
  }
}

#strongblog .strongblog-title.single-title {
  margin: 20px 0;
}

.p-singleContent .btn__text {
  text-align: center;
}
.p-singleContent .step-beginner__desc p:first-child,
.p-singleContent .step-beginner__desc .wp-block-flexible-table-block-table:first-child,
.p-singleContent .step-beginner__desc ul.wp-block-list:first-child,
.p-singleContent .step-beginner__desc ol.wp-block-list:first-child,
.p-singleContent .tbl-main__right p:first-child,
.p-singleContent .tbl-main__right .wp-block-flexible-table-block-table:first-child,
.p-singleContent .tbl-main__right ul.wp-block-list:first-child,
.p-singleContent .tbl-main__right ol.wp-block-list:first-child,
.p-singleContent .group-main__body p:first-child,
.p-singleContent .group-main__body .wp-block-flexible-table-block-table:first-child,
.p-singleContent .group-main__body ul.wp-block-list:first-child,
.p-singleContent .group-main__body ol.wp-block-list:first-child {
  margin-top: 0;
}
.p-singleContent .step-beginner__desc p:last-child,
.p-singleContent .step-beginner__desc .wp-block-flexible-table-block-table:last-child,
.p-singleContent .step-beginner__desc ul.wp-block-list:last-child,
.p-singleContent .step-beginner__desc ol.wp-block-list:last-child,
.p-singleContent .tbl-main__right p:last-child,
.p-singleContent .tbl-main__right .wp-block-flexible-table-block-table:last-child,
.p-singleContent .tbl-main__right ul.wp-block-list:last-child,
.p-singleContent .tbl-main__right ol.wp-block-list:last-child,
.p-singleContent .group-main__body p:last-child,
.p-singleContent .group-main__body .wp-block-flexible-table-block-table:last-child,
.p-singleContent .group-main__body ul.wp-block-list:last-child,
.p-singleContent .group-main__body ol.wp-block-list:last-child {
  margin-bottom: 0;
}
.p-singleContent .step-beginner__desc .wp-block-list.checklist,
.p-singleContent .tbl-main__right .wp-block-list.checklist,
.p-singleContent .group-main__body .wp-block-list.checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12.8px 48px;
  gap: 0.8rem 3rem;
}
@media only screen and (max-width: 767px) {
  .p-singleContent .step-beginner__desc .wp-block-list.checklist,
  .p-singleContent .tbl-main__right .wp-block-list.checklist,
  .p-singleContent .group-main__body .wp-block-list.checklist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-singleContent .step-beginner__desc .wp-block-list.checklist li,
.p-singleContent .tbl-main__right .wp-block-list.checklist li,
.p-singleContent .group-main__body .wp-block-list.checklist li {
  width: calc(50% - 1.5rem);
}
@media only screen and (max-width: 767px) {
  .p-singleContent .step-beginner__desc .wp-block-list.checklist li,
  .p-singleContent .tbl-main__right .wp-block-list.checklist li,
  .p-singleContent .group-main__body .wp-block-list.checklist li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #strongblog .strongblog-date {
    font-size: 12px;
  }
}

.about-doctor__boxes ul li {
  padding-left: 1.3em;
  position: relative;
}
.about-doctor__boxes ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.top-info__cards {
  width: 100%;
}

.card-top__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------
last
---------------------------------------- */
.sp-flex, .sp-block, .sp-inline {
  display: none !important;
}

@media screen and (max-width:767px) {
  .sp-hide {
    display: none !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-inline {
    display: inline !important;
  }
}
.pc-hide {
  display: none;
}
@media screen and (max-width:767px) {
  .pc-hide {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
