@charset "utf-8";

.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mt0 {
  margin-top: 0;
}

/* common.css の .site-content 下余白を打ち消し（マルチスライスCTドック） */
.multi-slice-ct-scan .site-content,
.brain .site-content,
.heart .site-content,
.age-specific .site-content,
.search-disease .site-content,
.ladies .site-content,
.nematode-cancer .site-content,
.womens-disease .site-content,
.inspection-equipment .site-content,
.inspection .site-content {
  padding-bottom: 0;
}

#price .keyvisual-03,
#female .keyvisual-03,
#disease .keyvisual-03,
#mature .keyvisual-03 {
  bottom: -24cqw;
  right: -2.083cqw;
  width: 52.75cqw;
}

@media screen and (max-width: 767px) {
  #price .keyvisual-03,
  #female .keyvisual-03,
  #mature .keyvisual-03 {
    bottom: -49cqw;
    right: -38.2cqw;
    width: 75.8cqw;
  }
}

#detail .keyvisual-02 {
  top: -16.6cqw;
  left: -6.13cqw;
  width: 46.78cqw;
}

#risk .keyvisual-02 {
  top: 36.4cqw;
  left: -6.13cqw;
  width: 46.78cqw;
}

#symptom .keyvisual-02 {
  top: 45.4cqw;
  left: -6.13cqw;
  width: 46.78cqw;
}

#aneurysm .keyvisual-02 {
  top: -9.6cqw;
  left: -6.13cqw;
  width: 46.78cqw;
}

#cancer2 .keyvisual-02 {
  top: 45.4cqw;
  left: -6.13cqw;
  width: 46.78cqw;
}

#feature .keyvisual-02 {
  top: 62.4cqw;
  left: -6.13cqw;
  width: 46.78cqw;
}

#detail,
#risk,
#symptom,
#aneurysm,
#cancer2,
#feature {
  position: relative;
}

#keycopy,
#cancer,
#test,
#cancer2,
#test2,
#mature,
#feature,
#breast,
#detail,
#price {
  padding-bottom: calc(var(--margin) * 10);
}

.dock-radius20 {
  padding: 25px 30px;
  background: #f5f8fa;
  border: 1px solid #ededed;
  border-radius: 20px;
}

.womens-disease__keycopy,
.search-disease__keycopy {
  padding: 35px;
  background-color: #ecf1f5;
  border: 1px solid #ededed;
  border-radius: 20px;
}

.womens-disease__keycopy-text,
.search-disease__keycopy-text {
  color: var(--main-color);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.womens-disease__intro,
.search-disease__intro {
  align-items: flex-start;
}

.womens-disease__intro-media,
.search-disease__intro-media {
  max-width: 572px;
  width: 100%;
  margin-top: 48px;
}

.womens-disease__intro-media.mt-0,
.search-disease__intro-media.mt-0 {
  margin-top: 0;
}

.womens-disease__intro-content-inner + .womens-disease__intro-content-inner,
.search-disease__intro-content-inner + .search-disease__intro-content-inner {
  margin-top: 44px;
}

.womens-disease__intro-content,
.search-disease__intro-content {
  max-width: 600px;
  width: 100%;
}

.womens-disease__intro-media img,
.search-disease__intro-media img {
  width: 100%;
  border-radius: calc(var(--margin) * 2);
}

.womens-disease__intro-title,
.search-disease__intro-title {
  color: var(--main-color);
  font-size: var(--fs-4l);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.womens-disease__intro-text,
.search-disease__intro-text {
  margin-top: 10px;
  color: #333;
  font-size: var(--fs-m);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: calc(22.4 / 14);
}

.womens-disease__intro-title + .womens-disease__intro-title,
.search-disease__intro-title + .search-disease__intro-title {
  margin-top: calc(var(--margin) * 3);
}

.womens-disease__intro-bottom,
.search-disease__intro-bottom {
  margin-top: 49px;
}

.womens-disease__checkpoint,
.search-disease__checkpoint {
  margin-top: calc(var(--margin) * 4);
}

.womens-disease__checkpoint-title,
.search-disease__checkpoint-title {
  color: var(--main-color);
  font-size: var(--fs-4l);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.womens-disease__checkpoint-list,
.search-disease__checkpoint-list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.womens-disease__checkpoint-list li,
.search-disease__checkpoint-list li {
  color: var(--main-color);
  font-size: var(--fs-l);
  font-weight: 500;
  line-height: 1.4;
}

.womens-disease__checkpoint-num,
.search-disease__checkpoint-num {
  display: inline-block;
  min-width: 1.7em;
}

.womens-disease__test-text,
.search-disease__test-text {
  color: #333;
  font-size: var(--fs-m);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.womens-disease__test-img-inner,
.search-disease__test-img-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 44px;
}

.womens-disease__test-img-inner img,
.search-disease__test-img-inner img {
  border-radius: 20px;
}

.womens-disease__course,
.search-disease__course {
  margin-top: calc(var(--margin) * 5);
}

.womens-disease__course-title,
.search-disease__course-title {
  color: var(--main-color);
  font-size: var(--fs-4l);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.womens-disease__course-list,
.search-disease__course-list {
  margin-top: calc(var(--margin) * 2);
  justify-content: center;
  gap: 64px;
}

.womens-disease__course-link,
.search-disease__course-link {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #004f9c;
  padding: 14px 70px 14px 0;
}

.womens-disease__course-link:hover::before,
.search-disease__course-link:hover::before {
  right: -5px;
}

.womens-disease__course-link::before,
.search-disease__course-link::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
  background: url(../img/common/icon-maru-nv-down.svg) no-repeat center center / cover;
  transition: var(--transition);
}

.womens-disease__symptom-cards,
.search-disease__symptom-cards {
  margin-top: 44px;
  align-items: stretch;
}

.womens-disease__symptom-card,
.search-disease__symptom-card {
  width: 49%;
  overflow: hidden;
}

.womens-disease__symptom-media img,
.search-disease__symptom-media img {
  width: 100%;
}

.womens-disease__symptom-body,
.search-disease__symptom-body {
  padding: 30px 17px 34px;
}

.womens-disease__symptom-title,
.search-disease__symptom-title {
  color: var(--main-color);
  font-size: var(--fs-m);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.womens-disease__symptom-title span,
.search-disease__symptom-title span {
  font-size: 20px;
}

.womens-disease__symptom-list,
.search-disease__symptom-list {
  margin-top: calc(var(--margin) * 2);
}

.womens-disease__symptom-list li,
.search-disease__symptom-list li {
  margin-top: calc(var(--margin) * 1.2);
  color: #333;
  font-size: var(--fs-l);
  font-weight: 500;
  line-height: 1.4;
}

.womens-disease__symptom-list li:first-child,
.search-disease__symptom-list li:first-child {
  margin-top: 0;
}

.womens-disease__symptom-list span,
.search-disease__symptom-list span {
  display: inline-block;
  min-width: 1.7em;
}

/* 病名から検査を探す（XD export_0001〜0004 準拠・背景は純黒にしない） */
.search-disease-page {
  --sd-navy: #061028;
  --sd-navy-deep: #040b18;
  --sd-text-dark: rgba(255, 255, 255, 0.9);
  --sd-text-muted: rgba(255, 255, 255, 0.82);
}

.search-disease-page #cancer,
.search-disease-page #test,
.search-disease-page #cancer2,
.search-disease-page #test2 {
  padding-bottom: 0;
}

.search-disease__band + .search-disease__band {
  padding: 100px 0;
}

.search-disease__band--light {
  padding: 56px 0 64px;
}

.search-disease__section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.search-disease__section-title--dark {
  color: #004f9c;
}

.search-disease__section-title--light {
  color: #004f9c;
}

.search-disease__rule {
  height: 0;
  border: none;
  border-top: 1px solid #004f9c;
  margin: 0;
}

.search-disease__rule--full {
  margin-top: 20px;
}

.search-disease__rule--short {
  margin-top: 10px;
  margin-bottom: 14px;
  max-width: 100%;
}

.search-disease__cancer-hero {
  align-items: flex-start;
  gap: 40px;
}

.search-disease__cancer-hero-media {
  max-width: 540px;
  width: 100%;
}

.search-disease__cancer-hero-media img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.search-disease__cancer-hero-body {
  min-width: 0;
  margin-top: 30px;
}

.search-disease__lead--dark {
  margin-top: 50px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.search-disease__cancer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
}

.search-disease__cancer-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 0 30px;
  border-bottom: 1px solid #004f9c;
}

.search-disease__cancer-item-title {
  margin: 0;
  color: #004f9c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.search-disease__cancer-item-text {
  margin-top: 19px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 16px;
}

.search-disease__cta-row {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 19px;
}

.search-disease__cta-row {
  margin-top: 0;
}

.search-disease__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.search-disease__cta-text {
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.search-disease__cta-icon {
  position: relative;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #004f9c;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.search-disease__cta-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\2192";
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.search-disease__cta-icon--sm {
  width: 50px;
  height: 50px;
}

.search-disease__cta--light .search-disease__cta-text {
  color: #004f9c;
}

.search-disease__split {
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
}

.search-disease__split-media {
  flex-shrink: 0;
  width: 300px;
  max-width: 100%;
}

.search-disease__split-media img {
  aspect-ratio: 300 / 169;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.search-disease__split-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.search-disease__split-text {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.search-disease__intro-line {
  margin-top: 20px;
  margin-bottom: 0;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.search-disease__card-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.search-disease__card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 3px 20px rgba(0, 43, 85, 0.08);
  border: 1px solid #ededed;
}

.search-disease__card--wide {
  grid-column: 1 / 2;
  max-width: 384px;
}

.search-disease__card-link {
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.search-disease__card-media {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.search-disease__card-media img {
  display: block;
  width: 100%;
  height: 236px;
  object-fit: cover;
}

.search-disease__card-body {
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.search-disease__card-title {
  margin: 0;
  color: #004f9c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.search-disease__card-list {
  margin-top: 25px;
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.42;
  flex-grow: 1;
}

.search-disease__card-cta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.search-disease__card-cta-text {
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

@media (hover: hover) {
  .search-disease__cta:hover .search-disease__cta-icon,
  .search-disease__card-link:hover .search-disease__cta-icon {
    opacity: 0.92;
    transform: translateX(4px);
  }

  .search-disease__card-link:hover {
    opacity: 0.98;
  }
}

/* レディースドック（page-ladies） — XD export_0001 / export_0002 準拠・背景はライト */
.ladies-dock__section .section-title {
  margin-top: 0;
}

.ladies-dock__breast-title {
  margin: 0;
  color: #004f9c;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.ladies-dock__breast-rule {
  height: 0;
  margin-top: 12px;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #004f9c;
}

.ladies-dock__breast-intro {
  margin-top: 20px;
}

.ladies-dock__breast-intro p {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 22.4px;
}

.ladies-dock__breast-intro p + p {
  margin-top: 1em;
}

.ladies-dock__breast-features {
  margin-top: 50px;
}

.ladies-dock__breast-features-columns {
  align-items: flex-start;
  gap: 23px;
}

.ladies-dock__breast-col--lead {
  flex: 0 1 577px;
  max-width: 100%;
}

.ladies-dock__breast-col--visual {
  flex: 1;
  min-width: 0;
  max-width: 600px;
}

.ladies-dock__breast-feature-title {
  margin: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.ladies-dock__breast-feature-lead {
  margin: 20px 0 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 30px;
}

.ladies-dock__feature-card {
  margin: 39px 0 0;
  padding: 50px;
  background-color: #f5f8fa;
  border: 1px solid #ededed;
  border-radius: 20px;
}

.ladies-dock__breast-visual-heading {
  margin: 0;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.ladies-dock__breast-col--visual .ladies-dock__breast-visual {
  margin-top: 27px;
}

.ladies-dock__feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ladies-dock__feature-item {
  position: relative;
  padding-left: 28px;
  color: #004f9c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 25.2px;
}

.ladies-dock__feature-item::before {
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #004f9c;
  content: "";
}

.ladies-dock__breast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ladies-dock__breast-figure {
  margin: 0;
}

.ladies-dock__breast-figure-media img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ladies-dock__breast-figure-cap {
  margin: 8px 0 0;
  color: #004f9c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.ladies-dock__breast-figure-note {
  display: inline-block;
  margin: 4px 0 0;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.ladies-dock__section--detail {
  background-color: #ffffff;
}

.ladies-dock__detail-title {
  margin: 0;
  color: #004f9c;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.ladies-dock__detail-rule {
  height: 0;
  margin-top: 12px;
  margin-bottom: 32px;
  border: none;
  border-top: 1px solid #004f9c;
}

.ladies-dock__detail-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.ladies-dock__detail-media {
  overflow: hidden;
}

.ladies-dock__detail-media img {
  aspect-ratio: 590 / 300;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.ladies-dock__detail-subtitle {
  margin: 35px 0 0;
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.ladies-dock__detail-body {
  margin: 15px 0 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.ladies-dock__price-lead {
  margin-top: 24px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.ladies-dock__price-panel {
  margin-top: 28px;
}

.ladies-dock__price-tel-label {
  margin: 0;
  color: var(--main-color);
  font-size: var(--fs-m);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.ladies-dock__price-tel {
  margin-top: 12px;
  margin-bottom: 0;
}

.ladies-dock__price-tel a {
  color: #004f9c;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-decoration: none;
}

.ladies-dock__price-note {
  margin-top: 16px;
  margin-bottom: 0;
  color: #333333;
  font-size: var(--fs-s);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.ladies-dock__price-contact {
  margin-top: 20px;
  margin-bottom: 0;
}

.ladies-dock__price-contact-link {
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #keycopy,
  #cancer,
  #test,
  #cancer2,
  #test2,
  #mature,
  #feature,
  #breast,
  #detail,
  #price {
    padding-bottom: calc(var(--margin) * 5);
  }

  .womens-disease__keycopy,
  .search-disease__keycopy {
    padding: 20px;
  }

  .womens-disease__keycopy-text,
  .search-disease__keycopy-text {
    text-align: left;
    font-size: 18px;
  }

  .womens-disease__checkpoint,
  .search-disease__checkpoint {
    padding: 20px;
  }

  .womens-disease__checkpoint-list,
  .search-disease__checkpoint-list {
    grid-template-columns: 1fr;
  }

  .womens-disease__test-img-inner,
  .search-disease__test-img-inner {
    grid-template-columns: 1fr;
  }

  .search-disease__band + .search-disease__band {
    padding: 50px 0;
  }

  .search-disease__rule--full {
    margin-top: 15px;
  }

  .search-disease__cancer-hero-body {
    margin-top: 0;
  }

  .search-disease__lead--dark {
    margin-top: 15px;
  }

  .search-disease__cancer-hero {
    flex-wrap: wrap;
    gap: 24px;
  }

  .search-disease__cancer-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .search-disease__cancer-item-text {
    margin: 15px 0;
  }

  .search-disease__cancer-item {
    padding: 50px 0 10px;
  }

  .search-disease__cancer-item-title,
  .search-disease__section-title {
    font-size: 22px;
  }

  .search-disease__split {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 15px;
  }

  .search-disease__split-media {
    width: 100%;
  }

  .search-disease__card-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .search-disease__card-list {
    margin-top: 15px;
  }

  .search-disease__card--wide {
    grid-column: auto;
    max-width: none;
  }

  .search-disease__card-media img {
    height: 200px;
  }

  .womens-disease__intro,
  .search-disease__intro {
    flex-wrap: wrap;
  }

  .womens-disease__intro-media,
  .womens-disease__intro-content,
  .womens-disease__symptom-card,
  .womens-disease__checkpoint-list li,
  .search-disease__intro-media,
  .search-disease__intro-content,
  .search-disease__symptom-card,
  .search-disease__checkpoint-list li {
    width: 100%;
  }

  .womens-disease__intro-content,
  .search-disease__intro-content {
    margin-top: calc(var(--margin) * 2);
    max-width: 100%;
  }

  .womens-disease__course-title,
  .search-disease__course-title {
    text-align: left;
  }

  .womens-disease__course-list,
  .search-disease__course-list {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: baseline;
  }

  .womens-disease__course-link,
  .search-disease__course-link {
    width: 100%;
    justify-content: center;
  }

  .womens-disease__symptom-cards,
  .search-disease__symptom-cards {
    flex-wrap: wrap;
    gap: calc(var(--margin) * 2);
  }

  .womens-disease__course,
  .search-disease__course {
    padding: 20px;
  }

  .womens-disease__intro-media,
  .search-disease__intro-media {
    max-width: 100%;
  }

  .ladies-dock__price-tel a {
    font-size: 22px;
  }

  .ladies-dock__breast-features-columns {
    flex-wrap: wrap;
    gap: 28px;
  }

  .ladies-dock__breast-col--lead,
  .ladies-dock__breast-col--visual {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .ladies-dock__breast-col--visual .ladies-dock__breast-visual {
    margin-top: 20px;
  }

  .ladies-dock__breast-grid {
    grid-template-columns: 1fr;
  }

  .ladies-dock__breast-title {
    font-size: 20px;
  }

  .ladies-dock__breast-feature-title {
    font-size: 20px;
  }

  .ladies-dock__detail-cols {
    grid-template-columns: 1fr;
    gap: calc(var(--margin) * 3);
  }

  .ladies-dock__detail-media img {
    height: 220px;
  }

  .ladies-dock__detail-title {
    font-size: 22px;
  }

  .ladies-dock__feature-card {
    margin: 20px 0 0;
    padding: 20px;
  }

  .ladies-dock__feature-item {
    font-size: 15px;
    padding-left: 20px;
  }

  .ladies-dock__feature-item::before {
    width: 10px;
    height: 10px;
    top: 0.5em;
  }

  .ladies-dock__detail-subtitle {
    margin: 20px 0 0;
  }
}

/* optional-inspection（オプション検査） */
.optional-inspection__section {
  padding-bottom: 100px;
}

.optional-inspection__tabs-title {
  margin: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.optional-inspection__tabs-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}

.optional-inspection__tabs-link {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 9px 20px 9px 20px;
  border-radius: 999px;
  background: #f5f8fa;
}

.optional-inspection__tabs-link span {
  margin-left: 10px;
  color: #004f9c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.optional-inspection__section--course {
  padding-top: 0;
}

.optional-inspection__section-title {
  margin: 0;
  color: #004f9c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.42;
}

.optional-inspection__course-box {
  margin-top: 15px;
  padding: 50px;
  border-radius: 20px;
  background: #f5f8fa;
}

.optional-inspection__course-item {
  margin-top: 0;
  padding: 0 50px 30px;
  border-bottom: 2px solid #004f9c;
}

.optional-inspection__course-item + .optional-inspection__course-item {
  margin-top: 29px;
}

.optional-inspection__course-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.optional-inspection__course-title {
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.optional-inspection__course-price-wrap {
  text-align: right;
}

.optional-inspection__course-badge {
  display: inline-block;
  margin: 0;
  padding: 8px 23px;
  border-radius: 5px;
  background: #004f9c;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 25px;
}

.optional-inspection__course-price {
  margin: 10px 0 0;
  color: #004f9c;
  font-size: 0;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
}

.optional-inspection__course-price-main {
  color: #004f9c;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
}

.optional-inspection__course-price-tax {
  margin-left: 8px;
  color: #004f9c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}

.optional-inspection__course-text {
  margin: 10px 0 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.optional-inspection__course-link {
  position: relative;
  display: inline-block;
  margin-top: 22px;
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  padding: 5px 45px 5px 0;
}

.optional-inspection__course-link:hover::after {
  right: -5px;
}

.optional-inspection__course-link::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-maru-nv-right.svg) no-repeat center center / 100% 100%;
  content: "";
  transition: var(--transition);
}

.optional-inspection__course-detail {
  margin-top: 10px;
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.optional-inspection__course-detail-label {
  display: inline-block;
  margin: 0;
  padding: 8px 42px;
  border-radius: 5px;
  background: #004f9c;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  flex-shrink: 0;
}

.optional-inspection__course-detail-text {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.optional-inspection__course-text-wrap {
  max-height: 1000px;
  opacity: 1;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    opacity 0.35s ease;
}

.optional-inspection__course-text-wrap.is-collapsed {
  max-height: 0;
  opacity: 0;
}

.optional-inspection__course-close {
  cursor: pointer;
  margin: 8px 0 0;
  text-align: center;
  color: #004f9c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 20px;
  transition: var(--transition);
}

.optional-inspection__course-close:hover {
  opacity: 0.8;
}

.optional-inspection__course-close::before {
  content: "×";
  margin-right: 12px;
}

.optional-inspection__course-close.is-collapsed::before {
  content: "+";
}

@media screen and (max-width: 767px) {
  .optional-inspection__section {
    padding-bottom: 60px;
  }

  .optional-inspection__section--tabs {
    padding-top: 60px;
  }

  .optional-inspection__tabs-title {
    font-size: 20px;
  }

  .optional-inspection__section-title {
    font-size: 24px;
  }

  .optional-inspection__tabs-list {
    margin-top: 24px;
    gap: 10px 8px;
  }

  .optional-inspection__tabs-link {
    min-height: 44px;
    padding: 7px 14px 7px 10px;
  }

  .optional-inspection__tabs-link img {
    width: 24px;
    height: 24px;
  }

  .optional-inspection__tabs-link span {
    margin-left: 8px;
    font-size: 13px;
  }

  .optional-inspection__course-box {
    margin-top: 12px;
    padding: 20px 15px;
    border-radius: 12px;
  }

  .optional-inspection__course-item {
    padding: 0 0 20px;
  }

  .optional-inspection__course-item + .optional-inspection__course-item {
    margin-top: 20px;
  }

  .optional-inspection__course-header {
    display: block;
  }

  .optional-inspection__course-title {
    font-size: 20px;
  }

  .optional-inspection__course-price-wrap {
    margin-top: 10px;
    text-align: left;
  }

  .optional-inspection__course-badge {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .optional-inspection__course-price {
    margin-top: 10px;
  }

  .optional-inspection__course-price-main {
    font-size: 38px;
  }

  .optional-inspection__course-price-tax {
    margin-left: 4px;
    font-size: 20px;
  }

  .optional-inspection__course-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .optional-inspection__course-link {
    margin-top: 16px;
    font-size: 14px;
  }

  .optional-inspection__course-detail {
    margin-top: 18px;
    padding: 14px 12px;
    flex-direction: column;
    gap: 0;
  }

  .optional-inspection__course-detail-label {
    padding: 6px 16px;
    font-size: 14px;
  }

  .optional-inspection__course-detail-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.9;
  }

  .optional-inspection__course-detail-note {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.5;
  }

  .optional-inspection__course-close {
    margin-top: 18px;
    font-size: 14px;
  }
}

/* 線虫がん検査・DWIBS案内（page-nematode-cancer） */
.nematode-cancer .section-title {
  margin-top: 0;
}

.nematode-cancer__lead {
  margin-top: 24px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.nematode-cancer__subhead {
  margin-top: 32px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.nematode-cancer__text {
  margin-top: 12px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.nematode-cancer__plan-list {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: fit-content;
  margin-left: auto;
}

.nematode-cancer__compare-footer .nematode-cancer__plan-list {
  margin-top: 0;
  grid-template-columns: 1fr;
}

.nematode-cancer__plan-link {
  position: relative;
  display: block;
  padding: 6px 70px 6px 0;
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-decoration: none;
}

.nematode-cancer__plan-link::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  content: "";
  background: url(../img/common/icon-maru-nv-down.svg) no-repeat center center / cover;
  transform: translateY(-50%) rotate(-90deg);
  transition: var(--transition);
}

@media (hover: hover) {
  .nematode-cancer__plan-link:hover::before {
    right: -5px;
  }
  .nematode-cancer__plan-link::before {
    width: 30px;
    height: 30px;
  }
}

/* DWIBS「検査とは」セクション（ダーク・2カラム） */
#cancer.nematode-cancer__dwibs-band {
  padding-top: 40px;
  padding-bottom: calc(var(--margin) * 10);
}

.nematode-cancer__dwibs-layout {
  margin-top: 28px;
  align-items: flex-start;
}

.nematode-cancer__dwibs-col--text {
  flex: 1 1 0;
  max-width: 600px;
  width: 100%;
}

.nematode-cancer__dwibs-col--scan {
  flex: 0 1 546px;
  max-width: 546px;
  width: 100%;
}

.nematode-cancer__dwibs-text {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.nematode-cancer__dwibs-diagram {
  margin-top: 24px;
}

.nematode-cancer__dwibs-diagram img {
  display: block;
  width: 100%;
  max-width: 522px;
  height: auto;
}

.nematode-cancer__dwibs-scan {
  border-radius: 20px;
  overflow: hidden;
  background-color: #f0f0f0;
}

.nematode-cancer__dwibs-scan img {
  display: block;
  width: 100%;
  height: auto;
}

.nematode-cancer__dwibs-catch {
  margin-top: 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}

/* 全身と臓器別のがん検査セクション */
.nematode-cancer__whole-body-band {
  padding-top: 40px;
  padding-bottom: calc(var(--margin) * 10);
}

.nematode-cancer__whole-body-layout {
  margin-top: 50px;
  align-items: flex-start;
}

.nematode-cancer__whole-body-text-wrap {
  flex: 0 1 590px;
  max-width: 590px;
  width: 100%;
}

.nematode-cancer__whole-body-text {
  margin-top: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.nematode-cancer__whole-body-media {
  flex: 0 1 590px;
  max-width: 590px;
  width: 100%;
  overflow: hidden;
}

.nematode-cancer__whole-body-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 590 / 413;
}

/* #cancer2 適切な検査・PET-CT比較（ダーク帯・表） */
.nematode-cancer__exam-band {
  padding-top: 40px;
  padding-bottom: calc(var(--margin) * 10);
}

.nematode-cancer__table-scroll--exam {
  margin-top: 20px;
}

.nematode-cancer__table--exam,
.nematode-cancer__table--exam1,
.nematode-cancer__table--exam2 {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

.nematode-cancer__table--exam th,
.nematode-cancer__table--exam1 th,
.nematode-cancer__table--exam td,
.nematode-cancer__table--exam1 td,
.nematode-cancer__table--exam2 th,
.nematode-cancer__table--exam2 td {
  border: 2px solid #ededed;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  vertical-align: middle;
}

.nematode-cancer__table--exam thead th:nth-child(1) {
  width: 10.4%;
}

.nematode-cancer__table--exam thead th:nth-child(2) {
  width: 29.7%;
}

.nematode-cancer__table--exam thead th:nth-child(3) {
  width: 29.7%;
}

.nematode-cancer__table--exam thead th:nth-child(4) {
  width: 29.7%;
}

.nematode-cancer__table--exam1 thead th:nth-child(1) {
  width: 16.8%;
}

.nematode-cancer__table--exam1 thead th:nth-child(2) {
  width: 41.6%;
}

.nematode-cancer__table--exam1 thead th:nth-child(3) {
  width: 41.6%;
}

.nematode-cancer__table--exam2 thead th:nth-child(1) {
  width: 9%;
}

.nematode-cancer__table--exam2 thead th:nth-child(2),
.nematode-cancer__table--exam2 thead th:nth-child(3),
.nematode-cancer__table--exam2 thead th:nth-child(4),
.nematode-cancer__table--exam2 thead th:nth-child(5),
.nematode-cancer__table--exam2 thead th:nth-child(6),
.nematode-cancer__table--exam2 thead th:nth-child(7),
.nematode-cancer__table--exam2 thead th:nth-child(8),
.nematode-cancer__table--exam2 thead th:nth-child(9),
.nematode-cancer__table--exam2 thead th:nth-child(10),
.nematode-cancer__table--exam2 thead th:nth-child(11),
.nematode-cancer__table--exam2 thead th:nth-child(12) {
  width: 7.59%;
}

.nematode-cancer__table--exam thead th,
.nematode-cancer__table--exam1 thead th,
.nematode-cancer__table--exam2 thead th {
  padding: 8px 7px;
  background-color: #004f9c;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.nematode-cancer__table--exam tbody td,
.nematode-cancer__table--exam1 tbody td,
.nematode-cancer__table--exam2 tbody td {
  color: #333333;
  text-align: center;
  padding: 16px 10px;
}

.nematode-cancer__table--exam tbody td:first-child,
.nematode-cancer__table--exam1 tbody td:first-child,
.nematode-cancer__table--exam2 tbody td:first-child {
  color: #004f9c;
  font-size: 24px;
  font-weight: 500;
  background-color: #f5f8fa;
}

.nematode-cancer__table--exam2 tbody td:first-child.nematode-cancer-cell-head {
  font-size: 20px;
}

.nematode-cancer__table--exam2 td.nematode-cancer-cell {
  font-size: 20px;
  font-weight: 500;
  padding: 3px 0;
  background-color: #f6f8fa;
  color: #004f9c;
  text-align: center;
  line-height: 1.1;
}

.nematode-cancer__table--exam2 td img {
  width: 22px;
  margin: 0 auto;
}

.nematode-cancer__footnote {
  margin-top: 30px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: right;
}

/* がん診断比較表セクション（ダーク・表組み） */
.nematode-cancer__compare-band {
  padding-bottom: calc(var(--margin) * 10);
}

.nematode-cancer__table--exam2 th.nematode-cancer__compare-corner {
  font-size: 20px;
}

.nematode-cancer__compare-footer {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nematode-cancer__legend {
  margin-top: 0;
  flex: 1 1 280px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

/* 料金セクション（ダーク・カード型） */
.nematode-cancer__price-band {
  padding-top: 40px;
  padding-bottom: 0 !important;
}

.nematode-cancer__price-card {
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.nematode-cancer__price-card + .nematode-cancer__price-card {
  margin-top: 50px;
}

.nematode-cancer__price-cap {
  padding: 20px;
  background-color: #004f9c;
  text-align: center;
  font-weight: 500;
}

.nematode-cancer__price-cap-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.nematode-cancer__price-body {
  background-color: #ffffff;
  padding: 42px 50px;
}

.nematode-cancer__price-upper {
  gap: 50px;
  display: flex;
}

.nematode-cancer__price-media {
  flex: 0 1 46%;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
}

.nematode-cancer__price-media img {
  aspect-ratio: 500 / 200;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.nematode-cancer__price-aside {
  flex: 1 1 0;
  min-width: 0;
}

.nematode-cancer__price-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.nematode-cancer__price-tag {
  display: inline-block;
  padding: 1.5px 12px;
  border-radius: 12px;
  background-color: #f5f8fa;
  color: #004f9c;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.nematode-cancer__price-lead {
  margin-top: 19px;
  color: #004f9c;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.nematode-cancer__price-amount {
  margin-top: 28px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.nematode-cancer__price-lower {
  margin-top: 19px;
  padding-top: 50px;
  border-top: 1px solid #004f9c;
}

.nematode-cancer__price-label {
  color: #004f9c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.24;
  text-align: center;
}

.nematode-cancer__price-detail {
  margin-top: 15px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.nematode-cancer__price-note {
  margin-top: 19px;
  color: #333;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}

.nematode-cancer__contact-lead {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #333;
}

@media screen and (max-width: 767px) {
  .multi-slice-ct__price-duration-value {
    margin-left: 0;
    font-size: 14px;
  }

  .nematode-cancer__subhead {
    margin-top: 24px;
    font-size: 16px;
  }

  .nematode-cancer__plan-list {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0;
  }

  .nematode-cancer__exam-band {
    padding-top: 28px;
    padding-bottom: calc(var(--margin) * 5);
  }

  .nematode-cancer__compare-band {
    padding-top: 28px;
    padding-bottom: calc(var(--margin) * 5);
  }

  .nematode-cancer__compare-title {
    font-size: 22px;
  }

  .nematode-cancer__compare-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .nematode-cancer__price-band {
    padding-top: 28px;
    padding-bottom: calc(var(--margin) * 5);
  }

  .nematode-cancer__price-page-title {
    font-size: 22px;
  }

  .nematode-cancer__price-cap-title {
    font-size: 16px;
  }

  .nematode-cancer__price-upper {
    flex-wrap: wrap;
    padding: 18px 16px 16px;
  }

  .nematode-cancer__price-media {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .nematode-cancer__price-tags {
    justify-content: flex-start;
  }

  .nematode-cancer__price-sep {
    margin: 0 16px;
  }

  .nematode-cancer__price-lower {
    padding: 16px 16px 20px;
  }

  .nematode-cancer__dwibs-band {
    padding-top: 28px;
    padding-bottom: calc(var(--margin) * 5);
  }

  .nematode-cancer__dwibs-layout {
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 20px;
  }

  .nematode-cancer__dwibs-col--text,
  .nematode-cancer__dwibs-col--scan {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .nematode-cancer__whole-body-band {
    padding-top: 28px;
    padding-bottom: calc(var(--margin) * 5);
  }

  .nematode-cancer__whole-body-layout {
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 20px;
  }

  .nematode-cancer__whole-body-text-wrap,
  .nematode-cancer__whole-body-media {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .nematode-cancer__whole-body-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .nematode-cancer__whole-body-media {
    height: auto;
  }

  .nematode-cancer__whole-body-media img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
  }

  .nematode-cancer__table-scroll--exam {
    margin-top: 16px;
  }

  .nematode-cancer__table--exam {
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 0;
  }

  .nematode-cancer__table--exam thead {
    display: none;
  }

  .nematode-cancer__table--exam tbody {
    display: block;
  }

  .nematode-cancer__table--exam tbody tr {
    display: block;
    border: 1px solid #ededed;
    background-color: #f5f8fa;
  }

  .nematode-cancer__table--exam tbody tr + tr {
    margin-top: 14px;
  }

  .nematode-cancer__table--exam tbody td {
    display: grid;
    grid-template-columns: 12.7em 1fr;
    align-items: center;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ededed;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    background-color: #fff;
  }

  .nematode-cancer__table--exam tbody td::before {
    display: flex;
    align-items: center;
    padding: 16px 12px;
    background-color: #004f9c;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    content: "";
    width: 165px;
  }

  .nematode-cancer__table--exam tbody td:nth-child(1)::before {
    content: "死亡順位";
  }

  .nematode-cancer__table--exam tbody td:nth-child(2)::before {
    content: "部位";
  }

  .nematode-cancer__table--exam tbody td:nth-child(3)::before {
    content: "ドゥイブスの評価";
  }

  .nematode-cancer__table--exam tbody td:nth-child(4)::before {
    white-space: pre-line;
    content: "特に推奨される\A適した検査";
  }

  .nematode-cancer__table--exam tbody td:last-child {
    border-bottom: 0;
  }

  .nematode-cancer__table--exam tbody td:first-child {
    font-size: 14px;
    font-weight: 500;
    background-color: #f5f8fa;
  }

  .nematode-cancer__table--exam tbody td {
    padding-right: 12px;
    padding-left: 0;
  }

  .nematode-cancer__table--exam1 {
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 0;
  }

  .nematode-cancer__table--exam1 thead {
    display: none;
  }

  .nematode-cancer__table--exam1 tbody {
    display: block;
  }

  .nematode-cancer__table--exam1 tbody tr {
    display: block;
    border: 1px solid #ededed;
    background-color: #f5f8fa;
  }

  .nematode-cancer__table--exam1 tbody tr + tr {
    margin-top: 14px;
  }

  .nematode-cancer__table--exam1 tbody td {
    display: grid;
    grid-template-columns: 12.8em 1fr;
    align-items: center;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ededed;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    background-color: #fff;
  }

  .nematode-cancer__table--exam1 tbody td::before {
    display: flex;
    align-items: center;
    padding: 16px 10px;
    background-color: #004f9c;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    content: "";
    width: 156px;
  }

  .nematode-cancer__table--exam1 tbody td:nth-child(1)::before {
    content: "資格項目";
  }

  .nematode-cancer__table--exam1 tbody td:nth-child(2)::before {
    content: "DWIBS (ドゥイブス)";
  }

  .nematode-cancer__table--exam1 tbody td:nth-child(3)::before {
    content: "PET-CT";
  }

  .nematode-cancer__table--exam1 tbody td:last-child {
    border-bottom: 0;
  }

  .nematode-cancer__table--exam1 tbody td:first-child {
    font-size: 14px;
    font-weight: 500;
    background-color: #f5f8fa;
  }

  .nematode-cancer__table--exam1 tbody td {
    padding-right: 12px;
    padding-left: 0;
  }

  .nematode-cancer__legend {
    flex: 0 0 auto;
  }

  .nematode-cancer__media-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.multi-slice-ct .multi-slice-ct__section {
  position: relative;
  padding-bottom: calc(var(--margin) * 6);
}

.multi-slice-ct .section-title + .multi-slice-ct__text,
.multi-slice-ct .section-title + .multi-slice-ct__finding-list,
.multi-slice-ct .section-title + .multi-slice-ct__price-list {
  margin-top: calc(var(--margin) * 2);
}

.multi-slice-ct .multi-slice-ct__about {
  margin-top: 50px;
  gap: 40px;
}

.multi-slice-ct .multi-slice-ct__about-media {
  width: 31%;
}

.multi-slice-ct .multi-slice-ct__about-content {
  width: 66%;
}

.multi-slice-ct .multi-slice-ct__about-media img {
  width: 100%;
  border-radius: calc(var(--margin) * 2);
}

.multi-slice-ct__text {
  color: #333;
  font-size: var(--fs-l);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.age-specific-risk {
  margin-top: calc(var(--margin) * 2);
}

.age-specific-risk__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.age-specific-risk__item {
  padding: 0;
  margin: 0;
}

.age-specific-risk__item + .age-specific-risk__item {
  margin-top: 20px;
}

.age-specific-risk__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.age-specific-risk__media {
  flex-shrink: 0;
  max-width: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.age-specific-risk__media img {
  display: block;
  width: 100%;
  height: auto;
}

.age-specific-risk__media + .age-specific-risk__body {
  margin-left: 40px;
  flex: 1;
  min-width: 0;
}

.age-specific-risk__title {
  color: #004f9c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.11;
  margin: 0;
  padding: 0;
}

.age-specific-risk__title + .age-specific-risk__cols,
.age-specific-risk__title + .age-specific-risk__checks {
  margin-top: 20px;
}

.age-specific-risk__cols {
  display: flex;
  align-items: flex-start;
}

.age-specific-risk__checks + .age-specific-risk__checks {
  margin-left: 84px;
}

.age-specific-risk__checks {
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1;
  min-width: 0;
}

.age-specific-risk__checks--single {
  width: 100%;
  max-width: 776px;
}

.age-specific-risk__check {
  position: relative;
  padding-left: 1em;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.age-specific-risk__check + .age-specific-risk__check {
  margin-top: 0;
}

.age-specific-risk__check::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.age-specific-male {
  margin-top: 50px;
}

.age-specific-male__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(384px, 1fr));
  gap: 24px;
}

.age-specific-male__card {
  max-width: 384px;
  width: 100%;
  border: 1px solid #ededed;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 0 auto;
}

.age-specific-male__age {
  margin: 0;
  padding: 20px 30px 19px;
  background-color: #004f9c;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
}

.age-specific-male__card-body {
  padding: 30px;
}

.age-specific-male__lead {
  margin: 0;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  height: 81px;
}

.age-specific-male__subtitle {
  margin: 28px 0 0;
  color: #004f9c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.67;
}

.age-specific-male__menu {
  margin: 17px 0 0;
  list-style: none;
}

.age-specific-male__menu.mt0 {
  margin-top: 0;
}

.age-specific-male__menu + .age-specific-male__menu {
  margin-top: 10px;
}

.age-specific-male__menu-item {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

.age-specific-male__menu-item a {
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  text-decoration: none;
}

.age-specific-male__menu-item:has(a:hover)::before {
  left: 6px;
}

.age-specific-male__menu-item + .age-specific-male__menu-item {
  margin-top: 16px;
}

.age-specific-male__menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("../img/common/icon-maru-nv-right.svg") left center / 30px 30px no-repeat;
  transition: left 0.3s ease;
}

.age-specific-male__plus {
  margin: 0;
  padding: 4px 3px;
  color: #004f9c;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.age-specific-male__option {
  margin: 24px 0 0;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  padding-top: 24px;
  border-top: 1px solid #004f9c;
}

.age-specific-male__menu--option {
  margin-top: 4px;
}

.multi-slice-ct .multi-slice-ct__finding-list {
  margin-top: calc(var(--margin) * 2);
}

.multi-slice-ct .multi-slice-ct__finding-item {
  margin-top: calc(var(--margin) * 2);
}

.multi-slice-ct .multi-slice-ct__finding-item:first-child {
  margin-top: 0;
}

.multi-slice-ct .multi-slice-ct__finding {
  align-items: flex-start;
  gap: 47px;
}

.multi-slice-ct .multi-slice-ct__finding-content {
  width: 66%;
}

.multi-slice-ct .multi-slice-ct__finding-media {
  width: 34%;
}

.multi-slice-ct .multi-slice-ct__finding-media video {
  display: block;
  width: 100%;
}

.multi-slice-ct .multi-slice-ct__finding-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 12px;
}

.multi-slice-ct__finding-title {
  color: var(--main-color);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.multi-slice-ct__finding-title + .multi-slice-ct__text {
  margin-top: 20px;
}

.multi-slice-ct__price-list {
  margin-top: calc(var(--margin) * 2);
  padding: 43px 50px;
  border-radius: 20px;
  background-color: #f5f8fa;
}

.multi-slice-ct__price-item {
  margin-top: calc(var(--margin) * 2);
  padding: 0;
  background: transparent;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 2px solid #004f9c;
}

.multi-slice-ct__price-item:first-child {
  margin-top: 0;
}

.multi-slice-ct__price-title {
  color: var(--main-color);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.multi-slice-ct__price-title span {
  font-size: 18px;
}

.multi-slice-ct__price-header {
  align-items: flex-end;
  margin-left: 30px;
}

.multi-slice-ct__price-header-main {
  width: calc(100% - 300px);
}

.multi-slice-ct__price-header-side {
  text-align: center;
}

.multi-slice-ct__price-header .multi-slice-ct__price-title {
  color: var(--main-color);
}

.multi-slice-ct__price-header-side .multi-slice-ct__price-value {
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.multi-slice-ct__price-header-side .multi-slice-ct__price-tax {
  color: #004f9c;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.multi-slice-ct__price-value {
  margin-top: calc(var(--margin) * 1.5);
  color: var(--main-color);
  font-size: var(--fs-6l);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.multi-slice-ct .multi-slice-ct__price-detail {
  margin-top: calc(var(--margin) * 1);
  color: #333;
  font-size: var(--fs-m);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.multi-slice-ct .multi-slice-ct__price-duration {
  margin-top: 20px;
  align-items: center;
}

.multi-slice-ct__price-duration-label {
  padding: 4px 13px;
  background: var(--main-color);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7857;
}

.multi-slice-ct__price-duration-value {
  margin-left: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.multi-slice-ct__price-duration-value span {
  color: #004f9c;
}

.multi-slice-ct__price-badges {
  margin-top: 19px;
  flex-wrap: wrap;
  gap: 10px;
}

.multi-slice-ct__price-badge {
  padding: 2px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4615;
}

.multi-slice-ct__price-body {
  margin-top: 20px;
  padding: 24px 30px;
  background: #fff;
  border-radius: 10px;
}

.multi-slice-ct__price-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.multi-slice-ct__price-inner.align-center {
  align-items: center;
}

.multi-slice-ct__price-detail-label {
  display: inline-block;
  padding: 8px 42px;
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3889;
  flex-shrink: 0;
}

.multi-slice-ct__price-detail-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3889;
  margin-bottom: 20px;
  color: #004f9c;
}

.multi-slice-ct__price-detail-title.mb-0 {
  margin-bottom: 0;
}

.multi-slice-ct__price-detail-main {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.multi-slice-ct__price-detail-note {
  margin-top: 15px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .multi-slice-ct .multi-slice-ct__section {
    padding-bottom: calc(var(--margin) * 4);
  }

  .multi-slice-ct .multi-slice-ct__about,
  .multi-slice-ct .multi-slice-ct__finding {
    flex-wrap: wrap;
    gap: 20px;
  }

  .multi-slice-ct .multi-slice-ct__about-media,
  .multi-slice-ct .multi-slice-ct__about-content,
  .multi-slice-ct .multi-slice-ct__finding-content,
  .multi-slice-ct .multi-slice-ct__finding-media {
    width: 100%;
  }

  .multi-slice-ct__price-list {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .multi-slice-ct__price-item {
    padding-bottom: 28px;
  }

  .multi-slice-ct__price-header {
    margin-left: 0;
    padding: 0;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px 0;
  }

  .multi-slice-ct__price-header-main,
  .multi-slice-ct__price-header-side {
    width: 100%;
    min-width: 0;
  }

  .multi-slice-ct__price-title {
    font-size: var(--fs-l);
    line-height: 1.45;
    word-break: break-word;
  }

  .multi-slice-ct__price-header-side {
    margin-top: 4px;
    text-align: left;
  }

  .multi-slice-ct__price-value {
    margin-top: 0;
  }

  .multi-slice-ct__price-duration {
    margin-top: 12px;
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .multi-slice-ct__price-badges {
    margin-top: 12px;
    gap: 8px;
  }

  .multi-slice-ct__price-body {
    margin-top: 16px;
    padding: 16px 14px;
  }

  .multi-slice-ct__price-inner {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .multi-slice-ct__price-detail-label {
    padding: 8px 16px;
    align-self: flex-start;
    font-size: var(--fs-m);
  }

  .multi-slice-ct__price-detail-main {
    margin-left: 0;
    margin-top: 12px;
    font-size: var(--fs-s);
    line-height: 1.85;
    word-break: break-word;
  }

  .multi-slice-ct__price-detail-note {
    margin-top: 12px;
    line-height: 1.6;
  }
}

/* brain-dock（脳ドック） */
.brain-dock__section {
  position: relative;
  padding-bottom: calc(var(--margin) * 6);
}

.brain-dock .section-title + .brain-dock__mri-panel,
.brain-dock .section-title + .brain-dock__aneurysm,
.brain-dock .section-title + .brain-dock__recommend-card,
.brain-dock .section-title + .brain-dock__finding-table-wrap,
.brain-dock .section-title + .heart-dock__exam {
  margin-top: calc(var(--margin) * 2);
}

/* heart-dock（心臓ドック・検査内容カード） */
.heart-dock__section + .heart-dock__section {
  margin-top: 100px;
}

.heart-dock__exam-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.heart-dock__exam-item {
  padding: 36px 30px;
  background-color: #f5f8fa;
  border: 1px solid #ededed;
  border-radius: 20px;
}

.heart-dock__exam-title {
  margin: 0;
  color: #004f9c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: calc(30 / 18);
}

.heart-dock__exam-title + .heart-dock__exam-desc {
  margin-top: 10px;
}

.heart-dock__exam-desc {
  margin: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.brain-dock__mri-panel {
  padding: 40px 36px 44px;
  background-color: #f5f8fa;
  border-radius: 20px;
  margin-top: 50px;
}

.brain-dock__mri-panel-inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.brain-dock__mri-grid {
  flex: 1;
  min-width: 0;
}

.brain-dock__mri-row {
  display: grid;
  gap: 40px 30px;
}

.brain-dock__mri-row + .brain-dock__mri-row {
  margin-top: 36px;
}

.brain-dock__mri-row--4 {
  grid-template-columns: repeat(4, 1fr);
}

.brain-dock__mri-cell {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.brain-dock__mri-caption {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: center;
}

.brain-dock__mri-media {
  margin: auto;
}

.brain-dock__mri-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.brain-dock__aneurysm {
  align-items: flex-start;
  gap: 47px;
}

.brain-dock__aneurysm-media video {
  display: block;
  width: 100%;
}

.brain-dock__aneurysm-content {
  width: 59%;
}

.brain-dock__aneurysm-media {
  width: 50%;
}

.brain-dock__aneurysm-media--heart {
  width: 33%;
}

.multi-slice-ct__finding-title {
  font-size: 24px;
  line-height: 1.45;
}

.heart-dock__compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 1px;
}

/* inspection-equipment（検査機器） */
.inspection-equipment-section {
  position: relative;
  padding-bottom: calc(var(--margin) * 6);
}

.inspection-equipment-section__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #004f9c;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding-bottom: 16px;
  border-bottom: 1px solid #004f9c;
}

.inspection-equipment-section__title + .inspection-equipment-section__content,
.inspection-equipment-section__title + .inspection-equipment-other__list {
  margin-top: 28px;
}

.inspection-equipment-section__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.inspection-equipment-section__media {
  width: 400px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

.inspection-equipment-section__media + .inspection-equipment-section__body {
  margin-left: 40px;
}

.inspection-equipment-section__media img {
  display: block;
  width: 100%;
  height: auto;
}

.inspection-equipment-section__body {
  flex: 1;
  min-width: 0;
}

.inspection-equipment-section__heading {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #004f9c;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.inspection-equipment-section__heading + .inspection-equipment-section__text {
  margin-top: 10px;
}

.inspection-equipment-section__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.inspection-equipment-section__text + .inspection-equipment-section__heading,
.inspection-equipment-section__text + .inspection-equipment-section__link-wrap {
  margin-top: 40px;
}

.inspection-equipment-section__link-wrap {
  display: block;
}

.inspection-equipment-section__link {
  display: flex;
  gap: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #004f9c;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-decoration: none;
}

.inspection-equipment-endoscope__list {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}

.inspection-equipment-endoscope__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ededed;
  background-color: #f5f8fa;
}

.inspection-equipment-endoscope__item + .inspection-equipment-endoscope__item {
  margin-top: 22px;
}

.inspection-equipment-endoscope__body {
  width: 68%;
  padding: 30px 26px;
}

.inspection-equipment-endoscope__media {
  width: 32%;
}

.inspection-equipment-endoscope__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 380 / 233;
}

.inspection-equipment-endoscope__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #004f9c;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.inspection-equipment-endoscope__title + .inspection-equipment-endoscope__text {
  margin-top: 12px;
}

.inspection-equipment-endoscope__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.inspection-equipment-section--other {
  padding-bottom: calc(var(--margin) * 5);
}

.inspection-equipment-other__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inspection-equipment-other__item + .inspection-equipment-other__item {
  margin-top: 24px;
}

.inspection-equipment-other__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #004f9c;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.inspection-equipment-other__title + .inspection-equipment-other__text {
  margin-top: 10px;
}

.inspection-equipment-other__text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.heart-dock__compare-media img {
  display: block;
  width: 100%;
  height: auto;
}

.heart-dock__compare-caption {
  margin-top: 12px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.heart-dock__compare-cell:last-child .heart-dock__compare-caption {
  font-size: 15px;
}

.brain-dock__recommend-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 48px;
  padding: 36px 40px 40px;
  background-color: #f5f8fa;
  border: 1px solid #ededed;
  border-radius: 20px;
}

.brain-dock__recommend-list {
  flex: 1;
  min-width: 280px;
}

.brain-dock__finding-table-wrap {
  overflow-x: auto;
  border-radius: 11px;
  border: 2px solid #ededed;
}

.brain-dock__finding-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.brain-dock__finding-th {
  padding: 20px 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  background-color: #004f9c;
}

.brain-dock__finding-table thead th:first-child {
  width: 21%;
  border-top-left-radius: 10px;
  border-right: 2px solid #ededed;
}

.brain-dock__finding-table thead th:last-child {
  width: 79%;
  border-top-right-radius: 10px;
}

.brain-dock__finding-td {
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45;
  vertical-align: middle;
  border-top: 2px solid #ededed;
}

.brain-dock__finding-table tbody td:first-child {
  color: #333;
  background-color: #f5f8fa;
  border-right: 2px solid #ededed;
}

.brain-dock__finding-table tbody td:last-child {
  color: #333;
  background-color: #fff;
}

.brain-dock__recommend-item {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #004f9c;
  padding-left: 25px;
  position: relative;
}

.brain-dock__recommend-item::before {
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #004f9c;
  content: "";
}

.brain-dock__recommend-item + .brain-dock__recommend-item {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .inspection-equipment-section {
    padding-bottom: calc(var(--margin) * 3);
  }

  .inspection-equipment-section .section-title {
    font-size: 24px;
    padding-bottom: 12px;
    line-height: 1.4;
    border-bottom: 1px solid #004f9c;
  }

  .inspection-equipment-section .section-title + .inspection-equipment-section__content,
  .inspection-equipment-section .section-title + .inspection-equipment-other__list {
    margin-top: 20px;
  }

  .inspection-equipment-section__content {
    display: block;
  }

  .inspection-equipment-section__media {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .inspection-equipment-section__media + .inspection-equipment-section__body {
    margin-left: 0;
    margin-top: 16px;
  }

  .inspection-equipment-section__heading {
    font-size: 20px;
  }

  .inspection-equipment-section__text {
    font-size: 14px;
    line-height: 1.85;
    overflow-wrap: anywhere;
  }

  .inspection-equipment-section__text + .inspection-equipment-section__heading,
  .inspection-equipment-section__text + .inspection-equipment-section__link-wrap {
    margin-top: 20px;
  }

  .inspection-equipment-section__link {
    font-size: 14px;
    line-height: 1.6;
  }

  .inspection-equipment-endoscope__list {
    margin-top: 24px;
  }

  .inspection-equipment-endoscope__item {
    flex-wrap: wrap;
  }

  .inspection-equipment-endoscope__body {
    width: 100%;
    padding: 22px 16px;
  }

  .inspection-equipment-endoscope__media {
    width: 100%;
  }

  .inspection-equipment-endoscope__media img {
    height: auto;
    aspect-ratio: auto;
  }

  .inspection-equipment-endoscope__title {
    font-size: 20px;
  }

  .inspection-equipment-endoscope__text {
    font-size: 14px;
    line-height: 1.85;
  }

  .inspection-equipment-other__item + .inspection-equipment-other__item {
    margin-top: 20px;
  }

  .inspection-equipment-other__title {
    font-size: 17px;
  }

  .multi-slice-ct__finding-title {
    font-size: 20px;
  }

  .brain-dock__finding-th {
    font-size: 14px;
    padding: 10px;
  }

  .brain-dock__finding-table thead th:first-child {
    width: 30%;
  }

  .brain-dock__finding-table thead th:last-child {
    width: 70%;
  }

  .brain-dock__finding-td {
    font-size: 14px;
    padding: 10px;
  }

  .brain-dock__recommend-item {
    font-size: 16px;
    padding-left: 24px;
  }

  .brain-dock__recommend-item::before {
    width: 12px;
    height: 12px;
    top: 0.4em;
  }

  .brain-dock__recommend-item + .brain-dock__recommend-item {
    margin-top: 10px;
  }

  .brain-dock__mri-caption {
    font-size: 16px;
  }

  .brain-dock__section {
    padding-bottom: calc(var(--margin) * 4);
  }

  .heart-dock__exam-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .heart-dock__exam-item {
    padding: 28px 24px;
  }

  .heart-dock__exam-title {
    font-size: 17px;
    line-height: calc(28 / 17);
  }

  .heart-dock__exam-desc {
    font-size: 14px;
    line-height: 1.85;
  }

  .brain-dock__mri-panel {
    padding: 24px 16px;
    margin-top: 24px;
  }

  .brain-dock__mri-panel-inner {
    flex-direction: column;
    gap: 24px;
  }

  .brain-dock__mri-row--4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }

  .brain-dock__aneurysm {
    flex-wrap: wrap;
    gap: 20px;
  }

  .brain-dock__aneurysm-content,
  .brain-dock__aneurysm-media {
    width: 100%;
  }

  .heart-dock__compare .brain-dock__aneurysm-content,
  .heart-dock__compare .brain-dock__aneurysm-media {
    width: 100%;
  }

  .brain-dock__recommend-card {
    padding: 24px 20px;
    flex-direction: column;
    gap: 10px;
  }

  .brain-dock__recommend-list {
    min-width: 0;
    width: 100%;
  }

  .heart-dock__section + .heart-dock__section {
    margin-top: 50px;
  }

  .age-specific-risk__inner {
    flex-direction: column;
  }

  .age-specific-risk__media {
    width: 100%;
    max-width: 100%;
  }

  .age-specific-risk__media + .age-specific-risk__body {
    margin-left: 0;
    margin-top: 20px;
  }

  .age-specific-risk__cols {
    flex-direction: column;
  }

  .age-specific-risk__checks + .age-specific-risk__checks {
    margin-left: 0;
    margin-top: 16px;
  }

  .age-specific-risk__checks--single {
    max-width: 100%;
  }

  .age-specific-risk__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .age-specific-risk__check {
    font-size: 14px;
    line-height: 1.65;
  }

  .age-specific-risk__check::before {
    font-size: 14px;
  }

  .age-specific-male {
    margin-top: 30px;
  }

  .age-specific-male__list {
    display: block;
  }

  .age-specific-male__card {
    width: 100%;
    min-height: 0;
  }

  .age-specific-male__card + .age-specific-male__card {
    margin-left: 0;
    margin-top: 24px;
  }

  .age-specific-male__card:nth-child(n + 4) {
    margin-top: 24px;
  }

  .age-specific-male__age {
    padding: 10px;
    font-size: 17px;
  }

  .age-specific-male__card-body {
    padding: 15px;
  }

  .age-specific-male__lead {
    font-size: 14px;
    line-height: 1.9;
    height: auto;
  }

  .age-specific-male__subtitle {
    margin-top: 15px;
    font-size: 17px;
  }

  .age-specific-male__menu {
    margin-top: 12px;
  }

  .age-specific-male__menu-item {
    padding-left: 38px;
    font-size: 14px;
    line-height: 1.9;
  }

  .age-specific-male__menu-item a {
    font-size: 14px;
    line-height: 1.9;
  }

  .age-specific-male__menu-item::before {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }

  .age-specific-male__plus {
    padding: 3px 2px;
  }

  .age-specific-male__option {
    margin-top: 18px;
    padding: 12px 10px 0;
    font-size: 14px;
    line-height: 1.9;
  }
}

.nematode-cancer__annotation {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: right;
}

.cancer-rankings {
  padding: 60px 0;
}

.cancer-rankings__item + .cancer-rankings__item {
  margin-top: 56px;
}

.cancer-rankings__title {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #004f9c;
  font-size: 28px;
  font-weight: 700;
  color: #004f9c;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.cancer-rankings__lead {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.cancer-rankings__lead:first-of-type {
  margin-top: 20px;
}

.cancer-rankings__lead + .cancer-rankings__lead {
  margin-top: 8px;
}

.cancer-rankings__text {
  margin: 0;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.cancer-rankings__subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #004f9c;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.cancer-rankings__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
  margin-top: 24px;
}

.cancer-rankings__col .cancer-rankings__text {
  margin-top: 20px;
}

.cancer-rankings__media-label {
  margin-top: 12px;
}

.cancer-rankings__media-label img {
  aspect-ratio: 586 / 301;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cancer-rankings__media-label-text--secondary {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
}

.cancer-rankings__compare-title {
  margin: 0;
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #004f9c;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.cancer-rankings__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cancer-rankings__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  border: 2px solid #ededed;
  background: #fff;
}

.cancer-rankings__th {
  padding: 14px 12px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: center;
  background: #004f9c;
  border: 2px solid #ededed;
}

.cancer-rankings__th--corner {
  background: #004f9c;
}

.cancer-rankings__rowhead {
  padding: 16px 10px;
  font-size: 24px;
  font-weight: 500;
  color: #004f9c;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  background: #f5f8fa;
  border: 2px solid #ededed;
  text-align: center;
}

.cancer-rankings__td {
  padding: 16px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  line-height: 1.55;
  vertical-align: middle;
  border: 2px solid #ededed;
  text-align: center;
}

.cancer-rankings__note {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.cancer-rankings__case-caption {
  margin: 0;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.02em;
  line-height: 1.65;
}

.cancer-rankings__pancreas {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 20px;
}

.cancer-rankings__pancreas-main {
  flex: 1;
  min-width: 0;
  max-width: 590px;
  width: 100%;
}

.cancer-rankings__pancreas-main > .cancer-rankings__text:first-of-type {
  margin-top: 0;
}

.cancer-rankings__list {
  margin: 0;
  margin-top: 12px;
  padding: 0;
  list-style: none;
}

.cancer-rankings__list-item {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.cancer-rankings__list-item:first-child {
  margin-top: 0;
}

.cancer-rankings__footnote {
  margin: 0;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.cancer-rankings__pancreas-aside {
  max-width: 590px;
  width: 100%;
}

.cancer-rankings__pancreas-aside span {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  display: block;
}

.cancer-rankings__source {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.cancer-rankings__link {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #004f9c;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.cancer-rankings__cols {
  display: flex;
  gap: 7px;
}

.cancer-rankings__col span {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  display: block;
}

.cancer-rankings__col:nth-of-type(1) {
  max-width: 453px;
}

.cancer-rankings__col:nth-of-type(2) {
  max-width: 740px;
}

.cancer-rankings__col {
}

@media screen and (max-width: 767px) {
  .cancer-rankings {
    padding: 40px 0;
  }

  .cancer-rankings__item + .cancer-rankings__item {
    margin-top: 40px;
  }

  .cancer-rankings__title {
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 1.45;
  }

  .cancer-rankings__lead:first-of-type {
    margin-top: 16px;
  }

  .cancer-rankings__lead + .cancer-rankings__lead {
    margin-top: 6px;
  }

  .cancer-rankings__text {
    margin-top: 12px;
  }

  .cancer-rankings__cols {
    flex-direction: column;
    gap: 28px;
    margin-top: 20px;
  }

  .cancer-rankings__media-label-text {
    font-size: 15px;
  }

  .cancer-rankings__media-label-text--secondary {
    font-size: 13px;
  }

  .nematode-cancer__media-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .cancer-rankings__compare-title {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .cancer-rankings__table-scroll {
    overflow-x: visible;
  }

  .cancer-rankings__table {
    min-width: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    background-color: transparent;
  }

  .cancer-rankings__table thead {
    display: none;
  }

  .cancer-rankings__table tbody {
    display: block;
  }

  .cancer-rankings__table tbody tr {
    display: block;
    border: 1px solid #ededed;
    background-color: #f5f8fa;
  }

  .cancer-rankings__table tbody tr + tr {
    margin-top: 14px;
  }

  .cancer-rankings__rowhead,
  .cancer-rankings__td {
    display: grid;
    grid-template-columns: 12.8em 1fr;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 12px 0 0;
    border: 0;
    border-bottom: 1px solid #ededed;
    text-align: left;
    vertical-align: middle;
    color: #004f9c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    background-color: #f5f8fa;
  }

  .cancer-rankings__td {
    background-color: #fff;
    color: #333333;
  }

  .cancer-rankings__rowhead::before,
  .cancer-rankings__td::before {
    display: flex;
    align-items: center;
    padding: 16px 10px;
    background-color: #004f9c;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    content: "";
    width: 156px;
  }

  .cancer-rankings__rowhead::before {
    content: "比較項目";
  }

  .cancer-rankings__table tbody td.cancer-rankings__td:nth-of-type(1)::before {
    content: "大腸内視鏡";
  }

  .cancer-rankings__table tbody td.cancer-rankings__td:nth-of-type(2)::before {
    content: "大腸3D-CT";
  }

  .cancer-rankings__table tbody tr > *:last-child {
    border-bottom: 0;
  }

  .cancer-rankings__pancreas {
    flex-direction: column;
    gap: 20px;
  }

  .cancer-rankings__pancreas-aside {
    flex: none;
    width: 100%;
    padding: 16px 14px;
  }

  .cancer-rankings__link {
    font-size: 14px;
  }
}

/* inspection（乳がん検査） */
.inspection-breast {
  padding: 100px 0;
}

.inspection-breast__title {
  margin: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.inspection-breast__lead {
  margin-top: 20px;
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.inspection-breast__layout {
  margin-top: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.inspection-breast__media--main {
  width: 40.7%;
}

.inspection-breast__media--sub {
  width: 58.1%;
  margin-left: 1.2%;
  padding: 5px;
  border: 5px solid #fadbda;
  border-radius: 17px;
}

.inspection-breast__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.inspection-breast__caption {
  margin-top: 14px;
  margin-bottom: 0;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inspection-breast {
    padding: 60px 0;
  }

  .inspection-breast__title {
    font-size: 20px;
  }

  .inspection-breast__lead {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .inspection-breast__layout {
    margin-top: 20px;
    flex-direction: column;
  }

  .inspection-breast__media--main,
  .inspection-breast__media--sub {
    width: 100%;
  }

  .inspection-breast__media--sub {
    margin-top: 12px;
    margin-left: 0;
    border-width: 3px;
    border-radius: 12px;
  }

  .inspection-breast__caption {
    margin-top: 10px;
    font-size: 12px;
  }
}

.nematode-cancer__media-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.nematode-cancer__media-list li {
  max-width: 290px;
  width: 100%;
}

.nematode-cancer__media-list li img,
.nematode-cancer__media-list li video {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* inspection page */
.inspection-page {
  background-color: #ffffff;
}

.inspection-page__section {
  padding-top: 80px;
}

.inspection-page__section--list {
  padding-top: 0;
  padding-bottom: 40px;
}

.inspection-page__section--last {
  padding-bottom: 100px;
}

.inspection-full-body__lead {
  margin-top: 24px;
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.inspection-full-body__table td.table-blue {
  font-weight: bold;
  color: #004f9c;
}

.inspection-full-body__table th.table-blue-bg {
  background-color: #004f9c;
}

.inspection-full-body__table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border: 1px solid #d9d9d9;
}

.inspection-full-body__table {
  width: 100%;
  min-width: 1020px;
  border-collapse: collapse;
  background: #ffffff;
}

.inspection-full-body__table th,
.inspection-full-body__table td {
  padding: 16px 10px;
  border: 1px solid #e4e4e4;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  height: 78px;
}

.inspection-full-body__table thead th {
  background: #80858f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.inspection-full-body__table thead th:first-child {
  background: #004f9c;
}

.inspection-full-body__table tbody th {
  background: #f5f8fa;
  color: #004f9c;
  width: 16%;
}

.inspection-full-body__table tbody tr:nth-child(2) td:first-child {
  color: #004f9c;
  font-weight: 700;
}

.inspection-full-body__note {
  margin-top: 14px;
  margin-bottom: 0;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.inspection-cancer__title {
  margin: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.inspection-cancer__layout {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}

.inspection-cancer__text {
  margin: 0;
  max-width: 600px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.inspection-cancer__image {
  margin-left: auto;
  width: 530px;
  max-width: 100%;
  height: auto;
  display: block;
}

.inspection-dwibs {
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
}

.inspection-dwibs__left {
  width: 577px;
  max-width: 100%;
}

.inspection-dwibs__title {
  margin: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.inspection-dwibs__text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.inspection-dwibs__left-image {
  margin-top: 31px;
  width: 412px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: left bottom;
}

.inspection-dwibs__right {
  margin-left: 95px;
  width: 528px;
  max-width: 100%;
}

.inspection-dwibs__lead {
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

.inspection-dwibs__right-image {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.full-body-breast__title {
  margin: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-breast__sub-title {
  margin-top: 37px;
  margin-bottom: 0;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.full-body-breast__text {
  margin-top: 41px;
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.full-body-breast__card-list {
  margin-top: 41px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 12px;
}

.full-body-breast__card-item img {
  width: 100%;
  height: auto;
  display: block;
}

.full-body-breast__link-wrap {
  margin-top: 41px;
  margin-bottom: 0;
  text-align: right;
}

.full-body-breast__link {
  position: relative;
  display: inline-block;
  padding: 14px 70px 14px 0;
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-decoration: none;
}

.full-body-breast__link::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #004f9c url("../img/common/icon-arrow-wh-right.svg") no-repeat center center / 14px 14px;
  transform: translateY(-50%);
}

.full-body-heart {
  margin-top: 12px;
}

.full-body-heart__header {
  padding-bottom: 18px;
  border-bottom: 1px solid #004f9c;
}

.full-body-heart__title {
  margin: 0;
  color: #004f9c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-heart__top {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
}

.full-body-heart__lead {
  margin: 0;
  width: 764px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.full-body-heart__heart-video {
  margin-left: auto;
  width: 398px;
  height: 398px;
  display: block;
  object-fit: cover;
}

.full-body-heart__bottom {
  margin-top: 36px;
  display: flex;
  align-items: center;
}

.full-body-heart__ct-image {
  width: 362px;
  height: 362px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.full-body-heart__bottom-body {
  margin-left: 40px;
  width: 798px;
}

.full-body-heart__bottom-title {
  margin: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.full-body-heart__bottom-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.full-body-heart__link-wrap {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: right;
}

.full-body-heart__link {
  position: relative;
  display: inline-block;
  padding: 14px 70px 14px 0;
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-decoration: none;
}

.full-body-heart__link::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #004f9c url("../img/common/icon-arrow-wh-right.svg") no-repeat center center / 14px 14px;
  transform: translateY(-50%);
}

.full-body-dementia__head {
  padding-bottom: 18px;
  border-bottom: 1px solid #004f9c;
}

.full-body-dementia__title {
  margin: 0;
  color: #004f9c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-dementia__content {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
}

.full-body-dementia__text {
  width: 630px;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.full-body-dementia__media {
  margin-left: auto;
  width: 440px;
  overflow: hidden;
}

.full-body-dementia__media img {
  height: auto;
  display: block;
}

.full-body-stomach__head {
  padding-bottom: 18px;
  border-bottom: 1px solid #004f9c;
}

.full-body-stomach__title {
  margin: 0;
  color: #004f9c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-stomach__text {
  margin-top: 50px;
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-stomach__media {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}

.full-body-stomach__media-illust {
  width: 450px;
  height: auto;
  display: block;
}

.full-body-stomach__media-photo {
  margin-left: 10px;
  width: 740px;
  height: auto;
  display: block;
}

.full-body-stomach__note {
  margin-top: 20px;
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-stomach__link-wrap {
  margin-top: 30px;
  margin-bottom: 0;
}

.full-body-stomach__link {
  position: relative;
  display: inline-block;
  padding: 14px 70px 14px 0;
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-decoration: none;
}

.full-body-stomach__link::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #004f9c url("../img/common/icon-arrow-wh-right.svg") no-repeat center center / 14px 14px;
  transform: translateY(-50%);
}

.full-body-colon__head {
  padding-bottom: 18px;
  border-bottom: 1px solid #004f9c;
}

.full-body-colon__title {
  margin: 0;
  color: #004f9c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-colon__lead {
  margin-top: 50px;
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-colon__layout {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
}

.full-body-colon__left {
  width: 590px;
}

.full-body-colon__right {
  margin-left: 20px;
  width: 590px;
}

.full-body-colon__sub-title {
  margin: 0;
  color: #004f9c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-colon__sub-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-colon__virtual {
  margin-top: 20px;
  width: 590px;
  height: auto;
  display: block;
}

.full-body-colon__table-wrap {
  margin-top: 20px;
}

.full-body-colon__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.full-body-colon__table th,
.full-body-colon__table td {
  padding: 24px 20px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  background: #ffffff;
  text-align: left;
}

.full-body-colon__table thead th {
  background: #004f9c;
  color: #ffffff;
  font-size: 18px;
}

.full-body-colon__table thead th:first-child {
  border-top-left-radius: 10px;
}

.full-body-colon__table thead th:last-child {
  border-top-right-radius: 10px;
}

.full-body-colon__table tbody th {
  background: #f5f8fa;
  width: 155px;
}

.full-body-colon__table tr th:first-child,
.full-body-colon__table tr td:first-child {
  border-left: 1px solid #ededed;
}

.full-body-colon__table tbody tr:last-child th {
  border-bottom-left-radius: 8px;
}

.full-body-colon__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.full-body-colon__link-wrap {
  margin-top: 30px;
  margin-bottom: 0;
}

.full-body-colon__link {
  position: relative;
  display: inline-block;
  padding: 14px 70px 14px 0;
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-decoration: none;
}

.full-body-colon__link::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #004f9c url("../img/common/icon-arrow-wh-right.svg") no-repeat center center / 14px 14px;
  transform: translateY(-50%);
}

.full-body-price__title {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #004f9c;
  color: #004f9c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.full-body-price__card {
  margin-top: 20px;
  padding: 0 0 30px;
  border-radius: 20px;
  background: #f5f8fa;
}

.full-body-price__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-body-price__course-title {
  margin: 0;
  width: 600px;
  border-radius: 20px 0 20px 0;
  padding: 24px 24px 20px;
  background: #004f9c;
  color: #f5f8fa;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.full-body-price__badges {
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}

.full-body-price__badges li {
  padding: 4px 12px;
  border-radius: 12px;
  background: #ffffff;
  color: #004f9c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.full-body-price__summary {
  margin-top: 35px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.full-body-price__item-count {
  margin: 40px 0 0;
  color: #004f9c;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.full-body-price__price-list {
  width: 480px;
}

.full-body-price__price-row {
  display: grid;
  grid-template-columns: 75px 1fr auto auto;
  align-items: center;
  column-gap: 12px;
}

.full-body-price__price-row + .full-body-price__price-row {
  margin-top: 14px;
}

.full-body-price__label {
  margin: 0;
  width: 50px;
  border-radius: 12px;
  padding: 4px 0;
  background: #ffffff;
  color: #004f9c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
}

.full-body-price__price-main {
  display: flex;
  flex-direction: column;
}

.full-body-price__amount {
  margin: 0;
  color: #004f9c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 0.9;
}

.full-body-price__tax {
  margin: 4px 0 0;
  color: #004f9c;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.full-body-price__time-label-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  width: 180px;
}

.full-body-price__time-label {
  margin: 0;
  width: 84px;
  border-radius: 5px;
  padding: 6px 0;
  border-radius: 5px;
  background: #004f9c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.full-body-price__time {
  margin: 0;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.full-body-price__detail {
  margin: 28px 50px 0;
  padding: 24px 43px 34px;
  border-radius: 10px;
  background: #ffffff;
}

.full-body-price__detail-head {
  margin: 0;
  display: inline-block;
  width: 160px;
  padding: 11px 0;
  border-radius: 5px;
  background: #004f9c;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-align: center;
}

.full-body-price__detail-main {
  margin: 20px 0 0;
  width: 371px;
  border-radius: 5px;
  padding: 18px 16px 16px;
  background: #f5f8fa;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.full-body-price__detail-plus {
  margin: 10px 0 0;
  color: #333333;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-left: 170px;
}

.full-body-price__detail-text {
  margin: 12px 0 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.full-body-price__note {
  margin: 20px 0 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.full-body-price__contact {
  margin: 20px 0 0;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.inspection-page__title {
  margin: 0;
  color: #004f9c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.inspection-page__section--list .inspection-page__title {
  padding-bottom: 18px;
  border-bottom: 1px solid #004f9c;
}

.inspection-page__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 58px;
}

.inspection-page__list-item {
  padding: 24px 0 22px;
  border-bottom: 1px solid #525252;
  display: flex;
  align-items: center;
}

.inspection-page__list-icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.inspection-page__list-icon + .inspection-page__list-body {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.inspection-page__list-title {
  margin: 0;
  color: #000000;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.inspection-page__list-text {
  margin-top: 12px;
  margin-bottom: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.inspection-page__list-link {
  position: relative;
  margin-top: 16px;
  margin-left: auto;
  padding: 8px 70px 8px 0;
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-decoration: none;
}

.inspection-page__list-link::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #004f9c url("../img/common/icon-arrow-wh-right.svg") no-repeat center center / 14px 14px;
  transform: translateY(-50%);
  transition: var(--transition);
}

.inspection-page__list-link:hover::after {
  right: -4px;
}

.inspection-page__heading-image {
  width: 100%;
  height: auto;
  display: block;
}

.inspection-page__heading-image + .inspection-page__full-image {
  margin-top: 30px;
}

.inspection-page__full-image {
  width: 100%;
  height: auto;
  display: block;
}

.inspection-page__full-image + .inspection-page__heading-image,
.inspection-page__full-image + .inspection-page__full-image {
  margin-top: 80px;
}

.inspection-detail {
  margin-top: 40px;
}

.inspection-detail__head {
  display: flex;
  align-items: center;
}

.inspection-detail__head-media {
  width: 186px;
  flex-shrink: 0;
}

.inspection-detail__head-icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
}

.inspection-detail__head-media + .inspection-detail__head-body {
  flex: 1;
  min-width: 0;
}

.inspection-detail__title {
  margin: 0;
  color: #004f9c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 1px solid #004f9c;
}

.inspection-detail__lead {
  margin-top: 24px;
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.inspection-detail__head-note {
  margin-top: 14px;
  margin-bottom: 0;
  color: #004f9c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}

.inspection-detail__block {
  margin-top: 50px;
}

.inspection-detail__block-title {
  margin: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.inspection-detail__block-text {
  margin-top: 14px;
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.inspection-detail__grid {
  margin-top: 24px;
  display: grid;
  gap: 40px;
}

.inspection-detail__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inspection-detail__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inspection-detail__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inspection-detail__grid--1 {
  grid-template-columns: 1fr;
}

.inspection-detail__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.inspection-detail__split-col img {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: block;
}

.inspection-detail__block--narrow {
  max-width: 590px;
}

.inspection-detail__split-col-media {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.inspection-detail__split-col-medias video {
  margin-top: 10px;
}

.inspection-detail__split-col-media video,
.inspection-detail__split-col-medias video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.inspection-detail__split-col-medias {
  max-width: 285px;
}

.inspection-detail__mri-panel {
  margin-top: 22px;
  padding: 28px 36px;
  background: #f1f5f8;
  border-radius: 20px;
}

.inspection-detail__mri-panel-title {
  margin: 0;
  color: #004f9c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.inspection-detail__figure {
  margin: 0;
}

.inspection-detail__figure-top,
.inspection-detail__figure-bottom {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}

.inspection-detail__figure-top {
  margin-bottom: 10px;
}

.inspection-detail__figure-bottom {
  margin-top: 10px;
}

.inspection-detail__grid img,
.inspection-detail__compare img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inspection-detail__caption-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.inspection-detail__caption-row--top {
  margin-top: 16px;
  margin-bottom: 10px;
}

.inspection-detail__caption {
  margin-top: 12px;
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.inspection-detail__caption--right {
  text-align: right;
}

.inspection-detail__spine-list {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.inspection-detail__spine-item img {
  margin-top: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.inspection-detail__endoscope-images {
  display: flex;
  gap: 20px;
}

.inspection-detail__endoscope-images02 {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.inspection-detail__endoscope-image02 {
  width: 35%;
  aspect-ratio: 443 / 273;
  object-fit: cover;
  height: 273px;
}

.inspection-detail__endoscope-images02 .inspection-detail__endoscope-caption {
  width: 65%;
}

.inspection-detail__endoscope-images02 .inspection-detail__endoscope-caption img {
  width: 100%;
  height: 273px;
  object-fit: cover;
  aspect-ratio: 740 / 273;
}

.inspection-detail__endoscope-images img:nth-child(1) {
  width: 35%;
  aspect-ratio: 441 / 273;
  object-fit: cover;
}

.inspection-detail__endoscope-images img:nth-child(2) {
  width: 65%;
  aspect-ratio: 740 / 273;
  object-fit: cover;
}

.inspection-detail__endoscope-caption {
  width: 65%;
}

.inspection-detail__endoscope-image {
  margin-top: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.inspection-detail__caption-row .inspection-detail__caption {
  margin-top: 0;
}

.inspection-detail__breast-layout {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 95px;
}

.inspection-detail__breast-left {
  width: 33.5%;
}

.inspection-detail__breast-right {
  width: 65%;
  margin-left: 1.5%;
  border-radius: 17px;
}

.inspection-detail__breast-left img,
.inspection-detail__breast-right img {
  width: 100%;
  height: auto;
  display: block;
}

.inspection-detail__breast-caption {
  margin-top: 10px;
  margin-bottom: 0;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.inspection-detail__compare {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.inspection-detail__compare-table-wrap {
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  overflow: hidden;
}

.inspection-detail__compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.inspection-detail__compare-table th,
.inspection-detail__compare-table td {
  padding: 18px 12px;
  border: 1px solid #dfe3e8;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
}

.inspection-detail__compare-table thead th {
  background: #7a7f89;
  color: #ffffff;
  font-size: 18px;
}

.inspection-detail__compare-media {
  max-width: 578px;
}

.inspection-detail__compare-media img {
  aspect-ratio: 578 / 490;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}

.inspection-detail__compare-table thead th:last-child {
  background-color: #004f9c;
}

.inspection-detail__compare-table thead th:first-child {
  background: #004f9c;
}

.inspection-detail__compare-table tbody th {
  background: #f5f8fa;
  width: 24%;
  padding: 22.5px 12px;
}

.inspection-detail__compare-table tbody td:last-child {
  color: #004f9c;
  font-weight: 700;
}

.inspection-detail__cards {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.inspection-detail__card {
  padding: 28px 24px;
  background: #f5f8fa;
  border: 1px solid #ededed;
  border-radius: 20px;
}

.inspection-detail__card--wide {
  grid-column: span 2;
}

.inspection-detail__card-title {
  margin: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.inspection-detail__card-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.inspection-detail__note {
  margin-top: 10px;
  margin-bottom: 0;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .full-body-price__time-label-wrap {
    width: auto;
    flex-direction: column;
  }

  .inspection-page__section {
    padding-top: 50px;
  }

  .inspection-page__section--list {
    padding-bottom: 24px;
  }

  .inspection-page__section--last {
    padding-bottom: 60px;
  }

  .inspection-full-body__lead {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .inspection-full-body__table-wrap {
    margin-top: 16px;
    border: 0;
  }

  .inspection-full-body__table {
    min-width: 100%;
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 0;
  }

  .inspection-full-body__table thead {
    display: none;
  }

  .inspection-full-body__table tbody {
    display: block;
  }

  .inspection-full-body__table tbody tr {
    display: block;
    border: 1px solid #ededed;
    background-color: #f5f8fa;
  }

  .inspection-full-body__table tbody tr + tr {
    margin-top: 14px;
  }

  .inspection-full-body__table tbody th,
  .inspection-full-body__table tbody td {
    display: grid;
    grid-template-columns: 9.6em 1fr;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 12px 0 0;
    border: 0;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #333333;
  }

  .inspection-full-body__table tbody th::before,
  .inspection-full-body__table tbody td::before {
    display: flex;
    align-items: center;
    width: 125px;
    min-height: 100%;
    padding: 14px 10px;
    background-color: #004f9c;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    content: "";
  }

  .inspection-full-body__table tbody th::before {
    content: "項目";
  }

  .inspection-full-body__table tbody td:nth-child(2)::before {
    white-space: pre-line;
    content: "八王子\Aクリニック";
  }

  .inspection-full-body__table tbody td:nth-child(3)::before {
    content: "GHC";
  }

  .inspection-full-body__table tbody td:nth-child(4)::before {
    content: "TIC (SBI)";
  }

  .inspection-full-body__table tbody td:nth-child(5)::before {
    content: "TCIS";
  }

  .inspection-full-body__table tbody td:nth-child(6)::before {
    content: "TMC";
  }

  .inspection-full-body__table tbody td:nth-child(7)::before {
    content: "SSS-SJC";
  }

  .inspection-full-body__table tbody tr:last-child td:last-child {
    border-bottom: 0;
  }

  .inspection-full-body__table td.table-blue,
  .inspection-full-body__table tbody tr:nth-child(2) td:first-child {
    color: #004f9c;
    font-weight: 700;
  }

  .inspection-full-body__table tbody td.table-blue::before {
    background-color: #004f9c;
  }

  .inspection-full-body__note {
    margin-top: 10px;
    font-size: 11px;
  }

  .inspection-cancer__title {
    font-size: 22px;
  }

  .inspection-cancer__layout {
    margin-top: 16px;
    flex-direction: column;
  }

  .inspection-cancer__text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }

  .inspection-cancer__image {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
  }

  .inspection-dwibs {
    margin-top: 60px;
    flex-direction: column;
  }

  .inspection-dwibs__left {
    width: 100%;
  }

  .inspection-dwibs__title {
    font-size: 22px;
  }

  .inspection-dwibs__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
  }

  .inspection-dwibs__left-image {
    margin-top: 20px;
    width: 100%;
    max-width: 412px;
  }

  .inspection-dwibs__right {
    margin-top: 28px;
    margin-left: 0;
    width: 100%;
  }

  .inspection-dwibs__lead {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }

  .inspection-dwibs__right-image {
    margin-top: 12px;
  }

  .full-body-breast__title {
    font-size: 22px;
  }

  .full-body-breast__sub-title {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6;
  }

  .full-body-breast__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
  }

  .full-body-breast__card-list {
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .full-body-breast__link-wrap {
    margin-top: 20px;
    text-align: left;
  }

  .full-body-breast__link {
    padding: 8px 46px 8px 0;
    font-size: 14px;
  }

  .full-body-breast__link::after {
    width: 30px;
    height: 30px;
    background-size: 12px 12px;
  }

  .full-body-heart {
    margin-top: 0;
  }

  .full-body-heart__header {
    padding-bottom: 10px;
  }

  .full-body-heart__title {
    font-size: 28px;
  }

  .full-body-heart__top {
    margin-top: 20px;
    flex-direction: column;
  }

  .full-body-heart__lead {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }

  .full-body-colon__table tr th:first-child {
    border-left: none;
  }

  .full-body-heart__heart-video {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
    max-width: 398px;
    height: auto;
  }

  .full-body-heart__bottom {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .full-body-heart__ct-image {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
  }

  .full-body-heart__bottom-body {
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
  }

  .full-body-heart__bottom-title {
    font-size: 22px;
  }

  .full-body-heart__bottom-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .full-body-heart__link-wrap {
    margin-top: 14px;
    text-align: left;
  }

  .full-body-heart__link {
    padding: 8px 46px 8px 0;
    font-size: 14px;
  }

  .full-body-heart__link::after {
    width: 30px;
    height: 30px;
    background-size: 12px 12px;
  }

  .full-body-dementia__head,
  .full-body-stomach__head,
  .full-body-colon__head {
    padding-bottom: 10px;
  }

  .full-body-dementia__title,
  .full-body-stomach__title,
  .full-body-colon__title {
    font-size: 28px;
  }

  .full-body-dementia__content {
    margin-top: 20px;
    flex-direction: column;
  }

  .full-body-dementia__text {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }

  .full-body-dementia__media {
    margin-top: 14px;
    margin-left: 0;
    width: 100%;
    max-width: 440px;
    height: auto;
  }

  .full-body-dementia__media img {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .full-body-stomach__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .full-body-stomach__media {
    margin-top: 14px;
    flex-direction: column;
  }

  .full-body-stomach__media-illust,
  .full-body-stomach__media-photo {
    width: 100%;
  }

  .full-body-stomach__media-photo {
    margin-top: 10px;
    margin-left: 0;
  }

  .full-body-stomach__note {
    margin-top: 10px;
    font-size: 13px;
  }

  .full-body-stomach__link-wrap,
  .full-body-colon__link-wrap {
    margin-top: 16px;
  }

  .full-body-stomach__link,
  .full-body-colon__link {
    padding: 8px 46px 8px 0;
    font-size: 14px;
  }

  .full-body-stomach__link::after,
  .full-body-colon__link::after {
    width: 30px;
    height: 30px;
    background-size: 12px 12px;
  }

  .full-body-colon__lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .full-body-colon__layout {
    margin-top: 20px;
    flex-direction: column;
  }

  .full-body-colon__left,
  .full-body-colon__right {
    width: 100%;
  }

  .full-body-colon__right {
    margin-top: 20px;
    margin-left: 0;
  }

  .full-body-colon__sub-title {
    font-size: 20px;
  }

  .full-body-colon__sub-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .full-body-colon__virtual,
  .full-body-colon__table-wrap {
    margin-top: 12px;
  }

  .full-body-colon__table {
    min-width: 100%;
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 0;
  }

  .full-body-colon__table thead {
    display: none;
  }

  .full-body-colon__table tbody {
    display: block;
  }

  .full-body-colon__table tbody tr {
    display: block;
    border: 1px solid #ededed;
    background-color: #f5f8fa;
  }

  .full-body-colon__table tbody tr + tr {
    margin-top: 14px;
  }

  .full-body-colon__table tbody th,
  .full-body-colon__table tbody td {
    display: grid;
    grid-template-columns: 9.6em 1fr;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0 12px 0 0;
    border: 0;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #333333;
  }

  .full-body-colon__table tbody th::before,
  .full-body-colon__table tbody td::before {
    display: flex;
    align-items: center;
    width: 125px;
    min-height: 100%;
    padding: 14px 10px;
    background-color: #004f9c;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    content: "";
  }

  .full-body-colon__table tbody th:nth-child(1)::before {
    content: "比較項目";
  }

  .full-body-colon__table tbody td:nth-child(2)::before {
    content: "大腸内視鏡";
  }

  .full-body-colon__table tbody td:nth-child(3)::before {
    content: "大腸3D-CT";
  }

  .full-body-colon__table tbody td:last-child {
    border-bottom: 0;
  }

  .full-body-colon__table tbody th {
    background-color: #f5f8fa;
  }

  .full-body-colon__table-wrap {
    overflow-x: visible;
  }

  .full-body-price__title {
    padding-bottom: 10px;
    font-size: 28px;
  }

  .full-body-price__card {
    margin-top: 12px;
    padding-bottom: 24px;
    border-radius: 12px;
  }

  .full-body-price__card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .full-body-price__course-title {
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 14px 12px;
    font-size: 24px;
  }

  .full-body-price__badges {
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 0;
    flex-wrap: wrap;
    gap: 6px 10px;
  }

  .full-body-price__badges li {
    font-size: 11px;
  }

  .full-body-price__summary {
    margin-top: 18px;
    padding: 0 14px;
    flex-direction: column;
  }

  .full-body-price__item-count {
    margin-top: 0;
    font-size: 18px;
  }

  .full-body-price__price-list {
    width: 100%;
    margin-top: 14px;
  }

  .full-body-price__price-row {
    grid-template-columns: 50px 1fr auto;
    row-gap: 2px;
  }

  .full-body-price__price-row + .full-body-price__price-row {
    margin-top: 10px;
  }

  .full-body-price__label {
    font-size: 12px;
  }

  .full-body-price__amount {
    font-size: 36px;
  }

  .full-body-price__tax {
    font-size: 11px;
  }

  .full-body-price__time-label {
    padding: 6px 8px;
    font-size: 10px;
  }

  .full-body-price__time {
    grid-column: 2 / 4;
    justify-self: end;
    font-size: 16px;
  }

  .full-body-price__detail {
    margin: 14px 14px 0;
    padding: 12px;
    border-radius: 8px;
  }

  .full-body-price__detail-head {
    padding: 8px 14px;
    font-size: 14px;
  }

  .full-body-price__detail-main {
    margin-top: 10px;
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }

  .full-body-price__detail-plus {
    margin-top: 0;
    font-size: 20px;
    margin-left: 0;
    text-align: center;
  }

  .full-body-price__detail-text {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.7;
  }

  .full-body-price__note,
  .full-body-price__contact {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }

  .inspection-page__title {
    font-size: 28px;
  }

  .inspection-page__list {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .inspection-page__list-item {
    padding: 16px 0;
  }

  .inspection-page__list-icon {
    width: 90px;
    height: 90px;
  }

  .inspection-page__list-icon + .inspection-page__list-body {
    margin-left: 12px;
    min-height: 90px;
  }

  .inspection-page__list-title {
    font-size: 18px;
  }

  .inspection-page__list-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }

  .inspection-page__list-link {
    margin-top: 12px;
    padding-right: 46px;
    font-size: 14px;
  }

  .inspection-page__list-link::after {
    width: 30px;
    height: 30px;
    background-size: 12px 12px;
  }

  .inspection-page__heading-image + .inspection-page__full-image {
    margin-top: 16px;
  }

  .inspection-page__full-image + .inspection-page__heading-image,
  .inspection-page__full-image + .inspection-page__full-image {
    margin-top: 50px;
  }

  .inspection-detail {
    margin-top: 24px;
  }

  .inspection-detail__head {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .inspection-detail__head-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
  }

  .inspection-detail__head-media + .inspection-detail__head-body {
    width: 100%;
  }

  .inspection-detail__title {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .inspection-detail__lead {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .inspection-detail__head-note {
    margin-top: 10px;
    font-size: 13px;
  }

  .inspection-detail__block {
    margin-top: 26px;
  }

  .inspection-detail__block-title {
    font-size: 22px;
  }

  .inspection-detail__block-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }

  .inspection-detail__grid {
    margin-top: 14px;
    gap: 10px;
  }

  .inspection-detail__grid--4,
  .inspection-detail__grid--3,
  .inspection-detail__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inspection-detail__grid--1 {
    grid-template-columns: 1fr;
  }

  .inspection-detail__split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .inspection-detail__split-col img {
    margin-top: 12px;
  }

  .inspection-detail__block--narrow {
    max-width: 100%;
  }

  .inspection-detail__compare {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .inspection-detail__compare-table th,
  .inspection-detail__compare-table td {
    padding: 10px 8px;
    font-size: 12px;
  }

  .inspection-detail__compare-table thead th {
    font-size: 14px;
  }

  .inspection-detail__mri-panel {
    margin-top: 14px;
    padding: 16px;
    border-radius: 12px;
  }

  .inspection-detail__mri-panel-title {
    font-size: 24px;
  }

  .inspection-detail__figure-top,
  .inspection-detail__figure-bottom {
    font-size: 15px;
  }

  .inspection-detail__caption-row {
    margin-top: 8px;
    gap: 8px;
  }

  .inspection-detail__caption-row--top {
    margin-bottom: 6px;
  }

  .inspection-detail__caption {
    margin-top: 8px;
    font-size: 12px;
  }

  .inspection-detail__caption--right {
    text-align: left;
  }

  .inspection-detail__spine-list {
    margin-top: 8px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .inspection-detail__spine-item img {
    margin-top: 8px;
  }

  .inspection-detail__endoscope-image {
    margin-top: 8px;
  }

  .inspection-detail__breast-layout {
    margin-top: 14px;
    display: block;
  }

  .inspection-detail__breast-left,
  .inspection-detail__breast-right {
    width: 100%;
  }

  .inspection-detail__breast-right {
    margin-top: 12px;
    margin-left: 0;
    border-radius: 12px;
  }

  .inspection-detail__endoscope-images {
    flex-direction: column;
    gap: 10px;
  }

  .inspection-detail__endoscope-images img:nth-child(1),
  .inspection-detail__endoscope-images img:nth-child(2),
  .inspection-detail__endoscope-image02,
  .inspection-detail__endoscope-images02 .inspection-detail__endoscope-caption {
    width: 100%;
  }

  .inspection-detail__endoscope-image02,
  .inspection-detail__endoscope-images02 .inspection-detail__endoscope-caption img {
    height: auto;
  }

  .inspection-detail__endoscope-images02 {
    flex-direction: column;
    gap: 10px;
  }

  .nematode-cancer__media-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .inspection-detail__breast-caption {
    margin-top: 8px;
    font-size: 12px;
  }

  .inspection-detail__cards {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .inspection-detail__card {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .inspection-detail__card--wide {
    grid-column: auto;
  }

  .inspection-detail__card-title {
    font-size: 20px;
  }

  .inspection-detail__card-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
  }

  .inspection-detail__note {
    margin-top: 8px;
    font-size: 11px;
    text-align: left;
  }
}

/* ==========================================================================
   c-table2 (比較表用スタイル)
   ========================================================================== */
.c-table2 {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  background-color: #ffffff;
  font-size: 14px;
}

.c-table2 th,
.c-table2 td {
  border: 2px solid #ededed;
  padding: 16px 12px;
  vertical-align: middle;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
}

.c-table2 thead th {
  background-color: var(--main-color, #004f9c);
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
}

.dock .c-table2 thead th {
  padding: 20px 30px;
  font-size: 18px;
}

.dock .c-table2 th,
.dock .c-table2 td {
  text-align-last: left;
  padding: 20px 30px;
}

.dock .dock-page__reason-block--01 .c-table2 {
  border-radius: 10px;
  overflow: hidden;
}

.dock .c-table2 tbody th {
  font-weight: 500;
  color: #333;
}

.c-table2 tbody th {
  background-color: #f5f8fa;
  color: var(--main-color, #004f9c);
  font-weight: 700;
  text-align: center;
}

.c-table2 tbody td {
  text-align: center;
  font-weight: 500;
}

.c-table2 tbody td:first-of-type {
  text-align: left;
}

.c-table2 p {
  margin: 0;
  line-height: 1.4;
}

.c-table2 p + p {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-table2 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 13px;
  }

  .c-table2 th,
  .c-table2 td {
    padding: 12px 10px;
  }

  .c-table2 thead th {
    font-size: 14px;
  }

  .c-table2 tbody th {
    white-space: normal;
    min-width: 80px;
  }

  .c-table2 tbody td:first-of-type {
    white-space: normal;
    min-width: 160px;
  }

  .c-table2 tbody td {
    min-width: 100px;
  }
}

.grid-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.dock-page__lead {
  margin-top: 18px;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.dock-page__section + .dock-page__section {
  margin-top: 40px;
}

.dock-page #dock-reason .section-title {
  padding-bottom: 14px;
  border-bottom: 1px solid #004f9c;
  color: #004f9c;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.dock-page__reason-block {
  margin-top: 50px;
}

.dock-page__reason-head {
  display: flex;
  align-items: flex-start;
}

.dock-page__reason-body {
  width: 49%;
}

.dock-page__reason-num {
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.dock-page__reason-title {
  margin-top: 10px;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.dock-page__reason-text {
  margin-top: 16px;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.dock .dock-page__reason-video {
  border-radius: 0;
}

.dock-page__reason-box {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 10px;
  background: #f5f8fa;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.dock-page__reason-points {
  margin-top: 14px;
  padding: 0;
  list-style: none;
}

.dock-page__reason-points li + li {
  margin-top: 6px;
}

.dock-page__reason-points li {
  color: #e6edf2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.dock-page__reason-block--03 .dock-page__reason-head {
  display: block;
}

.dock-page__reason-block--03 .dock-page__reason-body {
  width: 100%;
}

.dock-page__reason-block--03 .dock-page__reason-text {
  color: #333333;
}

.dock-page__reason-cancer-list {
  margin-top: 50px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}

.dock-page__reason-cancer-item {
  margin-top: 0;
}

.dock-page__reason-cancer-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

.dock-page__reason-cancer-gallery {
  margin-top: 46px;
  border-radius: 20px;
  overflow: hidden;
}

.dock-page__reason-cancer-gallery img {
  aspect-ratio: 360 / 174;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dock-page__reason-cancer-gallery--lung img {
  object-fit: contain;
  background-color: #f3f5f7;
}

.dock-page__reason-cancer-text {
  margin-top: 39px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.dock-page__reason-block--03 .dock-page__reason-link {
  margin-top: 50px;
}

.dock-page__reason-block--04 .dock-page__reason-head {
  align-items: flex-start;
}

.dock-page__reason-block--04 .dock-page__reason-body {
  width: 580px;
}

.dock-page__reason-block--04 .dock-page__reason-text {
  color: #333333;
}

.dock-page__reason-block--04 .dock-page__reason-box {
  margin-top: 20px;
  padding: 20px 30px;
  border-radius: 12px;
  line-height: 1.74;
}

.dock-page__reason-cards--04 {
  margin-top: 0;
  margin-left: 40px;
  width: 580px;
  gap: 8px 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dock-page__reason-link {
  margin-top: 54px;
  padding-right: 70px;
  display: inline-block;
  position: relative;
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.dock-page__reason-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: #004f9c url("../img/common/icon-arrow-wh-right.svg") no-repeat center center / 14px 14px;
  transform: translateY(-50%);
  transition: var(--transition);
}

.dock-page__reason-link:hover::after {
  right: -6px;
}

.dock-page__reason-note {
  margin-top: 10px;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: right;
}

.dock-page__reason-video,
.dock-page__reason-image {
  margin-left: auto;
  width: 49%;
  border-radius: 20px;
}

.dock-page__reason-gallery {
  margin-top: 26px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.dock-page__reason-gallery img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.dock-page__reason-block .c-table2 {
  margin-top: 26px;
  margin-bottom: 0;
}

.dock-page__reason-block--01 .c-table2 {
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  clip-path: inset(0 round 10px);
}

.dock-page__reason-block--01 .c-table2 thead th:nth-child(1),
.dock-page__reason-block--01 .c-table2 thead th:nth-child(3) {
  background-color: #004f9c;
  color: #ffffff;
}

.dock-page__reason-block--01 .c-table2 thead th:nth-child(2),
.dock-page__reason-block--02 .c-table2 thead th:nth-child(2) {
  background-color: #7d8290;
  color: #ffffff;
}

.dock-page__reason-block--01 .c-table2 thead th:first-child,
.dock-page__reason-block--02 .c-table2 thead th:first-child {
  border-top-left-radius: 10px;
}

.dock-page__reason-block--01 .c-table2 thead th:last-child,
.dock-page__reason-block--02 .c-table2 thead th:last-child {
  border-top-right-radius: 10px;
}

.dock-page__reason-block--01 .c-table2 tbody tr:last-child th:first-child,
.dock-page__reason-block--02 .c-table2 tbody tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}

.dock-page__reason-block--01 .c-table2 tbody tr:last-child td:last-child,
.dock-page__reason-block--02 .c-table2 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.dock-page__course-list,
.dock-page__topic-list {
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.dock-page__course-item + .dock-page__course-item,
.dock-page__topic-item + .dock-page__topic-item {
  margin-top: 20px;
}

.dock-page__course-link,
.dock-page__topic-link {
  padding: 12px;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
}

.dock-page__course-image,
.dock-page__topic-image {
  width: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.dock-page__course-name,
.dock-page__topic-name {
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.dock-page__topic-link {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.dock-page__topic-link .dock-page__reason-link {
  display: flex;
  justify-content: flex-end;
}

.dock-page__topic-link:hover .dock-page__reason-link::after {
  right: -6px;
  transition: var(--transition);
}

.dock-page__topic-image {
  width: 300px;
  height: 158px;
  border-radius: 20px;
}

.dock-page__topic-body {
  margin-left: 30px;
  width: calc(100% - 330px);
  position: relative;
  min-height: 158px;
}

.dock-page__topic-name {
  margin-top: 0;
  margin-left: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.dock-page__topic-desc {
  margin-top: 10px;
  margin-left: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.dock-page__topic-more {
  position: absolute;
  right: 70px;
  bottom: 0;
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.dock-page__topic-more::after {
  position: absolute;
  top: 50%;
  right: -70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: #004f9c url("../img/common/icon-arrow-wh-right.svg") no-repeat center center / 14px 14px;
  transform: translateY(-50%);
}

.dock-page__course-desc,
.dock-page__topic-desc {
  margin-top: 10px;
  margin-left: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.dock-page__course-label {
  margin-top: 20px;
  display: inline-block;
  padding: 0 8px;
  border-radius: 5px;
  background: #004f9c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.dock-page__course-items {
  margin-top: 10px;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}

.dock-page__course-link {
  min-height: 320px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 20px;
  box-shadow: 0 3px 20px rgba(0, 43, 85, 0.08);
}

.dock-page__course-link .dock-page__reason-link {
  display: flex;
  justify-content: flex-end;
}

.dock-page__course-link:hover .dock-page__reason-link::after {
  right: -6px;
  transition: var(--transition);
}

.dock-page__course-image {
  width: 290px;
  border-radius: 20px 0 0 20px;
}

.dock-page__course-body {
  padding: 30px 30px 30px 40px;
  width: calc(100% - 290px);
}

.dock-page__course-note {
  margin-top: 14px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: right;
}

.dock-page__preqa-section--holiday {
  margin-top: 30px;
}

.dock-page__preqa-title {
  margin: 0;
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
}

.dock-page__preqa-sub {
  color: #2d2d2d;
  font-size: 16px;
}

.dock-page__preqa-body {
  background: #f5f8fa;
  padding: 26px 0 20px;
}

.dock-page__holiday-calendar {
  max-width: 900px;
  margin: 0 auto;
}

.dock-page__holiday-calendar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dock-page__holiday-month {
  margin: 0;
  color: #555;
  font-size: 18px;
}

.dock-page__holiday-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3e3e3e;
  font-size: 14px;
}

.dock-page__holiday-nav button {
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: #0052a3;
  color: #fff;
  font-size: 12px;
}

.dock-page__holiday-table {
  width: 100%;
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
}

.dock-page__holiday-table th,
.dock-page__holiday-table td {
  border: 1px solid #e3e6ea;
  height: 42px;
  padding: 4px 6px;
  vertical-align: top;
  color: #5a5f65;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
}

.dock-page__holiday-table th {
  height: 28px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: #0052a3;
}

.dock-page__holiday-table td.is-holiday {
  background: #cfe2f2;
}

.dock-page__holiday-legend {
  margin: 12px 0 0;
  text-align: center;
  color: #4e5459;
  font-size: 14px;
}

.dock-page__holiday-legend span {
  display: inline-block;
  width: 36px;
  height: 12px;
  margin-right: 6px;
  vertical-align: middle;
  background: #cfe2f2;
}

.dock-page__preqa-section--reserve {
  padding-top: 28px;
}

.dock-page__reserve-panel {
  background: #0052a3;
  border-radius: 16px;
  padding: 20px;
  display: block;
}

.dock-page__reserve-copy {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.dock-page__reserve-label {
  margin: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.dock-page__reserve-title {
  margin: 10px 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
}

.dock-page__reserve-links {
  padding-top: 18px;
}

.dock-page__reserve-phone {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.dock-page__reserve-phone a {
  color: #fff;
  font-size: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.dock-page__reserve-link {
  display: block;
  position: relative;
  margin-top: 12px;
  padding: 10px 44px 10px 48px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.dock-page__reserve-link::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}

.dock-page__reserve-link:not(.dock-page__reserve-link--line)::before {
  content: "✉";
  color: #004f9c;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.dock-page__reserve-link--line::before {
  background: #35c54b;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}

.dock-page__reserve-link--line {
  letter-spacing: 0.02em;
}

.dock-page__reserve-link--line::before {
  content: "LINE";
  color: #ffffff;
  font-size: 8px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.dock-page__reserve-link::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background: url("../img/common/icon-maru-nv-right.svg") no-repeat center/100%;
}

.dock-page__preqa-section--compare {
  padding-top: 30px;
}

.dock-page__compare-title {
  margin: 0;
  color: #004f9c;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #003b74;
}

.dock-page__compare-subtitle {
  margin: 20px 0 12px;
  color: #004f9c;
  font-size: 22px;
  font-weight: 700;
}

.dock-page__compare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dock-page__compare-grid li a {
  display: block;
  position: relative;
  padding: 14px 56px 14px 14px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #ededed;
  box-shadow: 0 3px 20px rgba(0, 43, 85, 0.08);
  color: #004f9c;
  font-size: 16px;
  font-weight: 700;
}

.dock-page__compare-grid li a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url("../img/common/icon-maru-nv-right.svg") no-repeat center/100%;
}

.dock-page__compare-more {
  margin: 12px 0 0;
  text-align: left;
}

.dock-page__compare-more a {
  display: inline-block;
  position: relative;
  padding-right: 44px;
  color: #004f9c;
  font-size: 15px;
  font-weight: 700;
}

.dock-page__compare-more a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: url("../img/common/icon-maru-nv-right.svg") no-repeat center/100%;
}

@media screen and (min-width: 768px) {
  .dock-page__preqa-section--holiday {
    margin-top: 60px;
  }

  .dock-page__preqa-head {
    padding: 24px 0 36px;
  }

  .dock-page__preqa-title {
    font-size: 40px;
  }

  .dock-page__preqa-sub {
    margin-top: 28px;
    padding-top: 26px;
    font-size: 14px;
    color: #3b3b3b;
  }

  .dock-page__preqa-body {
    padding: 56px 0 38px;
  }

  .dock-page__holiday-month {
    font-size: 27px;
  }

  .dock-page__holiday-nav {
    gap: 12px;
    font-size: 18px;
  }

  .dock-page__holiday-nav button {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }

  .dock-page__holiday-table th,
  .dock-page__holiday-table td {
    height: 80px;
    padding: 6px 10px;
    font-size: 16px;
  }

  .dock-page__holiday-table th {
    height: 40px;
    padding: 6px;
    font-size: 18px;
  }

  .dock-page__holiday-legend {
    margin-top: 20px;
    font-size: 16px;
  }

  .dock-page__holiday-legend span {
    width: 66px;
    height: 20px;
    margin-right: 10px;
  }

  .dock-page__preqa-section--reserve {
    padding-top: 54px;
  }

  .dock-page__reserve-panel {
    border-radius: 30px;
    min-height: 392px;
    padding: 62px 118px 61px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 56px;
  }

  .dock-page__reserve-copy {
    width: 243px;
    padding-right: 85px;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  .dock-page__reserve-title {
    margin-top: 18px;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 0.1em;
  }

  .dock-page__reserve-links {
    width: 306px;
    padding-top: 0;
  }

  .dock-page__reserve-phone {
    position: relative;
    padding-left: 66px;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0.1em;
  }

  .dock-page__reserve-phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff url("../img/common/icon-tell.svg") no-repeat center / 18px 18px;
  }

  .dock-page__reserve-phone a {
    display: inline-block;
    margin-top: -4px;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.04em;
  }

  .dock-page__reserve-link {
    width: 240px;
    height: 45px;
    margin-top: 26px;
    margin-left: 66px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
  }

  .dock-page__reserve-link::before {
    left: -66px;
    width: 52px;
    height: 52px;
  }

  .dock-page__reserve-link:not(.dock-page__reserve-link--line)::before {
    font-size: 24px;
    line-height: 48px;
  }

  .dock-page__reserve-link--line::before {
    line-height: 48px;
    font-size: 10px;
  }

  .dock-page__reserve-link::after {
    right: 9px;
    width: 27px;
    height: 27px;
  }

  .dock-page__preqa-section--compare {
    padding: 40px 0 46px;
  }

  .dock-page__compare-title {
    font-size: 46px;
    padding-bottom: 12px;
  }

  .dock-page__compare-subtitle {
    margin: 28px 0 14px;
    font-size: 22px;
  }

  .dock-page__compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .dock-page__compare-grid--age {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dock-page__compare-grid--age li:last-child {
    grid-column: 1 / 2;
  }

  .dock-page__compare-grid li a {
    padding: 26px 84px 26px 26px;
    border-radius: 20px;
    font-size: 16px;
  }

  .dock-page__compare-grid li a::after {
    right: 22px;
    width: 54px;
    height: 54px;
  }

  .dock-page__compare-more {
    margin-top: 20px;
    text-align: right;
  }

  .dock-page__compare-more a {
    padding-right: 72px;
    font-size: 18px;
  }

  .dock-page__compare-more a::after {
    width: 54px;
    height: 54px;
  }
}

.dock-page__qa-list {
  margin-top: 24px;
}

/* page-dock Q&A（page-qa.php準拠） */
#questions .dock-page__qa-list .questions-li {
  border-radius: 12px;
  overflow: hidden;
}

#questions .dock-page__qa-list .questions-li dd h3 {
  margin: 0;
  color: #003f7f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

#questions .dock-page__qa-list .questions-li dd p {
  margin: 10px 0 0;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.85;
}

#questions .dock-page__qa-list .questions-li dd > div {
  margin-top: 16px;
  overflow-x: auto;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 {
  margin: 0;
  min-width: 860px;
  white-space: normal;
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e3e6ea;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 th,
#questions .dock-page__qa-list .questions-li dd .c-table2 td {
  padding: 10px 8px;
  text-align: center;
  text-align-last: center;
  line-height: 1.5;
  border: 1px solid #e3e6ea;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 thead th:first-child {
  border-top-left-radius: 10px;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 thead th:last-child {
  border-top-right-radius: 10px;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 tbody tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 thead th {
  background: #0052a3;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 tbody th {
  width: 72px;
  background: #0052a3;
  color: #ffffff;
  font-weight: 500;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 tbody td:nth-child(2) {
  width: 250px;
  text-align: left;
  text-align-last: left;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 tbody td:nth-child(3) {
  width: 165px;
}

#questions .dock-page__qa-list .questions-li dd .c-table2 tbody td:nth-child(4) {
  width: 215px;
}

.dock-page__qa-item {
  border: 1px solid #dbe5ee;
  border-radius: 12px;
  background: #ffffff;
}

.dock-page__qa-item + .dock-page__qa-item {
  margin-top: 12px;
}

.dock-page__qa-question {
  padding: 18px 20px;
  cursor: pointer;
  color: #003f7f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.dock-page__qa-answer {
  padding: 0 20px 20px;
}

.dock-page__qa-answer p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.dock-page__qa-answer p + p {
  margin-top: 12px;
}

.dock-page__qa-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
}

.dock-page__qa-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  background: #ffffff;
}

.dock-page__qa-table th,
.dock-page__qa-table td {
  border: 1px solid #e3e6ea;
  padding: 10px 8px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.dock-page__qa-table thead th {
  background: #0052a3;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.dock-page__qa-table tbody th {
  background: #0052a3;
  color: #ffffff;
  width: 72px;
  font-weight: 500;
}

.dock-page__qa-table tbody td:nth-child(2) {
  width: 250px;
}

.dock-page__qa-table tbody td:nth-child(3) {
  width: 165px;
}

.dock-page__qa-table tbody td:nth-child(4) {
  width: 215px;
}

.dock-page__qa-footnote {
  margin-top: 10px;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.dock-page__qa-more {
  margin-top: 14px;
  text-align: right;
}

.dock-page__qa-more a {
  color: #0f6dc4;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.dock-page__equipment {
  min-height: 296px;
  padding: 50px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #ededed;
  box-shadow: 0 3px 20px rgba(0, 43, 85, 0.08);
  display: flex;
  align-items: center;
}

.dock-page__equipment-image {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  object-fit: cover;
}

.dock-page__equipment-body {
  margin-left: 50px;
}

.dock-page__equipment-title {
  color: #004f9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.dock-page__equipment-text {
  margin-top: 45px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
}

.dock-page__equipment-link-wrap {
  position: relative;
  margin-left: auto;
  padding-right: 70px;
}

.dock-page__equipment-link {
  color: #004f9c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

.dock-page__equipment-link-wrap::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: #004f9c url("../img/common/icon-arrow-wh-right.svg") no-repeat center center / 14px 14px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .dock-page__lead {
    margin-top: 10px;
    font-size: 14px;
  }

  .dock-page__section + .dock-page__section {
    margin-top: 24px;
  }

  .dock-page__reason-block {
    margin-top: 20px;
  }

  .dock-page__reason-head {
    display: block;
  }

  .dock-page__reason-body,
  .dock-page__reason-video,
  .dock-page__reason-image {
    width: 100%;
    margin-left: 0;
  }

  .dock-page__reason-num {
    font-size: 24px;
  }

  .dock-page__reason-title {
    margin-top: 8px;
    font-size: 24px;
  }

  .dock-page__reason-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .dock-page__reason-link {
    margin-top: 12px;
    padding-right: 44px;
    font-size: 14px;
  }

  .dock-page__reason-link::after {
    width: 34px;
    height: 34px;
    background-size: 12px 12px;
  }

  .dock-page__reason-box {
    margin-top: 12px;
    padding: 12px;
    font-size: 13px;
  }

  .dock-page__reason-points {
    margin-top: 10px;
  }

  .dock-page__reason-points li {
    font-size: 14px;
  }

  .dock-page__reason-cancer-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dock-page__reason-cancer-title {
    font-size: 14px;
    min-height: 0;
  }

  .dock-page__reason-cancer-gallery {
    margin-top: 10px;
    border-radius: 12px;
  }

  .dock-page__reason-cancer-gallery img {
    height: 120px;
  }

  .dock-page__reason-cancer-text {
    margin-top: 8px;
    font-size: 13px;
  }

  .dock-page__reason-block--04 .dock-page__reason-body {
    width: 100%;
  }

  .dock-page__reason-block--04 .dock-page__reason-box {
    margin-top: 12px;
    padding: 12px;
    line-height: 1.6;
  }

  .dock-page__reason-cards--04 {
    margin-top: 14px;
    margin-left: 0;
    width: 100%;
    gap: 6px;
  }

  .dock-page__reason-video,
  .dock-page__reason-image {
    margin-top: 14px;
  }

  .dock-page__reason-gallery {
    margin-top: 14px;
    grid-template-columns: repeat(2, 1fr);
  }

  .dock-page__reason-block .c-table2 {
    margin-top: 14px;
  }

  .dock-page__course-link,
  .dock-page__topic-link {
    padding: 10px;
  }

  .dock-page__course-name,
  .dock-page__topic-name {
    margin-left: 0;
    font-size: 16px;
  }

  .dock-page__course-desc,
  .dock-page__topic-desc {
    margin-top: 6px;
    margin-left: 0;
    font-size: 12px;
  }

  .dock-page__course-body {
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    width: calc(100% - 120px);
    min-height: 0;
  }

  .dock-page__topic-link {
    padding: 0;
    display: block;
  }

  .dock-page__topic-image {
    width: 100%;
    height: 120px;
    border-radius: 12px;
  }

  .dock-page__topic-body {
    margin-top: 8px;
    margin-left: 0;
    width: 100%;
    min-height: 0;
  }

  .dock-page__course-label {
    margin-top: 6px;
    font-size: 10px;
  }

  .dock-page__course-items {
    font-size: 11px;
  }

  .dock-page__topic-more {
    position: static;
    margin-top: 8px;
    display: inline-block;
    padding-right: 44px;
    font-size: 12px;
  }

  .dock-page__topic-more::after {
    right: 0;
    width: 34px;
    height: 34px;
    background-size: 12px 12px;
  }

  .dock-page__course-link {
    min-height: 0;
    padding: 0;
    border-radius: 12px;
  }

  .dock-page__course-image {
    width: 110px;
    height: 130px;
    border-radius: 12px 0 0 12px;
  }

  .dock-page__qa-question {
    padding: 14px 14px;
    font-size: 14px;
  }

  .dock-page__qa-answer {
    padding: 0 14px 14px;
  }

  .dock-page__qa-answer p {
    font-size: 13px;
  }

  .dock-page__qa-table th,
  .dock-page__qa-table td {
    padding: 8px 6px;
    font-size: 12px;
  }

  .dock-page__qa-table thead th {
    font-size: 14px;
  }

  .dock-page__qa-footnote {
    font-size: 11px;
  }

  .dock-page__equipment {
    min-height: 0;
    padding: 16px;
    display: block;
  }

  .dock-page__equipment-image {
    width: 100px;
    height: 100px;
  }

  .dock-page__equipment-body {
    margin-top: 12px;
    margin-left: 0;
  }

  .dock-page__equipment-title {
    font-size: 24px;
  }

  .dock-page__equipment-text {
    margin-top: 8px;
    font-size: 14px;
  }

  .dock-page__equipment-link-wrap {
    position: relative;
    margin-top: 12px;
    margin-left: 0;
    padding-right: 44px;
  }

  .dock-page__equipment-link {
    font-size: 14px;
  }

  .dock-page__equipment-link-wrap::after {
    width: 34px;
    height: 34px;
    background-size: 12px 12px;
  }
}
