@charset "UTF-8";
/* ------------------------------------
// index
------------------------------------ */
#index .inner .lead {
  margin: clamp(4rem, 4vw, 5rem) auto;
  width: fit-content;
}
#index .inner .lead .text {
  max-width: 60rem;
  font-size: clamp(1.5rem, 1.2vw, 1.5rem);
}
#index .inner .type_treatment section .pill-note {
  margin-top: 1.2em;
  padding-top: 1em;
  border-top: solid 1px rgb(from var(--color-brown1) r g b / 0.25);
  font-size: clamp(1.3rem, 1.1vw, 1.4rem);
  line-height: 1.8;
  color: #8C3A2E;
}
#index .inner .surgery-note {
  margin: clamp(3rem, 3vw, 4rem) auto 0;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(1.3rem, 1.1vw, 1.4rem);
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #index .inner .surgery-note {
    width: auto;
    text-align: left;
  }
}

/* ------------------------------------
// medical care
------------------------------------ */
dl.explain {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: clamp(2.5rem, 4vw, 5rem);
}
dl.explain dt {
  align-self: center;
}
dl.explain dd {
  padding: 0.2rem 0 0.2rem clamp(2.5rem, 4vw, 5rem);
  border-left: solid 1px var(--color-brown1);
}
@media screen and (max-width: 768px) {
  dl.explain {
    display: block;
  }
  dl.explain dt {
    width: auto;
    font-size: 1.6rem;
    border-bottom: solid 1px var(--color-brown1);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }
  dl.explain dd {
    border: none;
    padding: 0;
  }
  dl.explain dd + dt {
    margin-top: 2rem;
  }
}
dl.explain + .btn01 {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
dl.explain + .btn01 a {
  margin-inline: auto;
}

#covered {
  background: var(--color-beige10);
}
#covered::before {
  background: var(--color-beige10);
}
#covered .inner > section {
  border-radius: 1rem;
  background: var(--color-white_op);
  padding: clamp(3rem, 5.6vw, 7rem) clamp(2.5rem, 4.8vw, 6rem) clamp(3rem, 5.6vw, 7rem) clamp(2.5rem, 5.6vw, 7rem);
}
#covered .inner > section + * {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#covered .inner > section h3 {
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(3.5rem, 5.6vw, 7rem);
  text-align: center;
}
#covered .inner > section > .image {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}

#private {
  background: var(--color-beige11);
}
#private::before, #private::after {
  background: var(--color-beige11);
}
#private .inner > section {
  border-radius: 1rem;
  background: rgb(from var(--color-brown1) r g b/0.2);
  padding: clamp(3rem, 5.6vw, 7rem) clamp(2.5rem, 4.8vw, 6rem) clamp(3rem, 5.6vw, 7rem) clamp(2.5rem, 5.6vw, 7rem);
}
#private .inner > section + * {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#private .inner > section h3 {
  font-size: clamp(2rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(2.5rem, 4vw, 5rem);
  text-align: center;
}
#private .inner > section .junbichu {
  text-align: center;
}
#private .inner > section .bijiris {
  display: grid;
  grid-template-columns: 1fr 48%;
  gap: clamp(3rem, 4.8vw, 6rem);
  margin-bottom: clamp(4rem, 6.5vw, 8rem);
}
#private .inner > section .bijiris .text {
  order: -1;
  background: var(--color-brown2);
  color: #fff;
  border-radius: 1rem;
  padding: clamp(1.5rem, 3.2vw, 4rem) clamp(1.5rem, 3.2vw, 4rem) clamp(1.5rem, 3.2vw, 4rem) clamp(1.5rem, 4vw, 5rem);
}
#private .inner > section .bijiris .text dt {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  margin-bottom: clamp(1rem, 2vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  #private .inner > section .bijiris {
    display: block;
  }
  #private .inner > section .bijiris .text {
    margin-top: 2rem;
  }
  #private .inner > section .bijiris .image {
    max-width: clamp(120px, 70%, 350px);
    margin: 0 auto;
  }
}
#private .inner > section .bijiris_info {
  border: 1px solid #FFF;
  background: var(--color-beige4);
  border-radius: 30px;
  padding: clamp(1.5rem, 3.2vw, 4rem);
  margin-block: clamp(3rem, 1.6vw, 2rem);
}
#private .inner > section .bijiris_info h4 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 500;
  margin-bottom: clamp(2.5rem, 1.6vw, 2rem);
  text-align: center;
  background: var(--color-brown1);
  color: #FFF;
  padding: 1rem;
}
#private .inner > section .bijiris_info dl {
  display: grid;
  grid-template-columns: max-content 1px 1fr;
  grid-template-areas: "dt line dd";
  gap: clamp(3rem, 4.8vw, 6rem);
}
#private .inner > section .bijiris_info dl::before {
  grid-area: line;
  content: "";
  background: var(--color-brown1);
  display: block;
  width: 1px;
}
#private .inner > section .bijiris_info dl dt {
  grid-area: dt;
}
#private .inner > section .bijiris_info dl dd {
  grid-area: dd;
}
#private .inner > section .bijiris_info dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#private .inner > section .bijiris_info dl dd ul li::before {
  content: "・";
}
#private .inner > section .bijiris_info + .btn01 {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#private .inner > section .bijiris_info + .btn01 a {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #private .inner > section .bijiris_info {
    border-radius: 10px;
  }
  #private .inner > section .bijiris_info dl {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "dt" "line" "dd";
    gap: clamp(1rem, 4.8vw, 6rem);
  }
  #private .inner > section .bijiris_info dl::before {
    grid-area: line;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
  }
}
#private .inner > section .cat > section {
  background: var(--color-brown2);
  color: #fff;
  border-radius: 1rem;
  padding: clamp(1.5rem, 3.2vw, 4rem) clamp(1.5rem, 4vw, 5rem);
}
#private .inner > section .cat > section + * {
  margin-top: clamp(2rem, 3.2vw, 4rem);
}
#private .inner > section .cat > section h4 {
  font-size: clamp(1.8rem, 0.2vw, 0.22rem);
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
}
#private .inner > section .cat > section > .detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#private .inner > section .cat > section > .detail .text {
  padding-right: 4rem;
}
#private .inner > section .cat > section > .detail dl {
  padding-left: 4rem;
  border-left: solid 1px #fff;
}
#private .inner > section .cat > section > .detail dl dt {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #private .inner > section .cat > section > .detail {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #private .inner > section .cat > section > .detail .text {
    padding: 0;
  }
  #private .inner > section .cat > section > .detail dl {
    padding: 1.5rem 0 0 0;
    border-left: none;
    border-top: solid 1px #fff;
  }
}
#private .inner > section#supplements .lead {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 2rem;
  margin-top: 3rem;
}
#private .inner > section#supplements .lead .text {
  flex-basis: 40rem;
}
#private .inner > section#supplements .lead .image {
  flex-basis: 50rem;
}
@media screen and (max-width: 768px) {
  #private .inner > section#supplements .lead {
    display: block;
  }
  #private .inner > section#supplements .lead .text {
    margin-top: 1.5rem;
  }
  #private .inner > section#supplements .lead .image {
    max-width: clamp(120px, 70%, 350px);
    margin: 0 auto;
  }
}
#private .inner > section#supplements .people {
  margin-top: clamp(2rem, 3.2vw, 4rem);
  background: var(--color-white_op);
  border-radius: 1rem;
  padding: clamp(1.5rem, 4vw, 5rem) clamp(1.5rem, 4vw, 5rem) clamp(2rem, 4.8vw, 6rem);
}
#private .inner > section#supplements .people dt {
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 2.4vw, 3rem);
  text-align: center;
}
#private .inner > section#supplements .people .list_check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1rem;
}
@media screen and (max-width: 768px) {
  #private .inner > section#supplements .people .list_check {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#private .inner > section#supplements .people .list_check li + li {
  margin-top: 0;
}
#private .inner > section#supplements .case {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#private .inner > section#supplements .case dt {
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(1rem, 1.6vw, 2rem);
  text-align: center;
}
#private .inner > section .about {
  margin-bottom: clamp(2.5rem, 4vw, 5rem);
}
#private .inner > section .about dt {
  font-size: clamp(1.8rem, 1.6vw, 2rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: clamp(1.5rem, 2.4vw, 3rem);
}
#private .inner > section .others {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#private .inner > section .others h4 {
  font-size: clamp(2rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
  text-align: center;
}
#private .inner > section .price {
  background: var(--color-white_op);
  border-radius: 1rem;
  padding: 4rem 5rem;
}
#private .inner > section .price + .price {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#private .inner > section .price h4 {
  font-size: clamp(1.6rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #private .inner > section .price {
    padding: 1rem;
  }
}
#private .inner > section .price table {
  width: 100%;
}
#private .inner > section .price table th,
#private .inner > section .price table td {
  padding: clamp(0.5rem, 1.6vw, 2rem);
  font-size: clamp(1.2rem, 1.4vw, 1.7rem);
  font-weight: 400;
}
#private .inner > section .price table thead th {
  text-align: center;
  white-space: nowrap;
}
#private .inner > section .price table tbody th,
#private .inner > section .price table tbody td {
  border-top: solid 1px var(--color-gray1);
}
#private .inner > section .price table tbody th {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #private .inner > section .price table tbody th {
    width: auto;
  }
}
#private .inner > section .price table tbody td {
  text-align: center;
}
#private .inner > section#private-price p.note {
  text-align: right;
}
#private .inner > section#private-price p.note + * {
  margin-top: 1em;
}
#private .inner > section#private-price .price table th, #private .inner > section#private-price .price table td {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
}
#private .inner > section#private-price .price table tbody th {
  width: auto;
  vertical-align: top;
}
#private .inner > section#private-price .price table tbody th.child {
  text-indent: 1.5em;
  vertical-align: middle;
}
#private .inner > section#private-price .price table tbody td {
  width: 35%;
}
#private .inner > section#private-price .price table tbody td span {
  font-size: 90%;
}
/* 商品名と説明文 */
#private .inner > section#private-price .price table tbody th .item-name {
  display: block;
  line-height: 1.6;
}
#private .inner > section#private-price .price table tbody th .item-desc {
  position: relative;
  display: block;
  margin-top: 0.5em;
  padding-left: 1.6em;
  font-size: 88%;
  line-height: 1.7;
  color: inherit;
}
#private .inner > section#private-price .price table tbody th .item-desc::before {
  content: "";
  position: absolute;
  left: 0.4em;
  top: 0.7em;
  width: 0.7em;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
#private .inner > section#private-price .price table tbody th .item-tag {
  display: inline-block;
  margin-left: 0.8em;
  padding: 0.15em 0.9em;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.07);
  color: inherit;
  font-size: 80%;
  line-height: 1.6;
  white-space: nowrap;
  vertical-align: 0.1em;
}

@media screen and (max-width: 768px) {
  #private .inner > section#private-price .price table th, #private .inner > section#private-price .price table td {
    display: block;
    width: auto !important;
  }
  #private .inner > section#private-price .price table td {
    border-top: none;
    padding-top: 0;
  }
  #private .inner > section#private-price .price table tbody th .item-desc {
    margin-top: 0.4em;
    padding-left: 1.4em;
    font-size: 92%;
  }
  #private .inner > section#private-price .price table tbody th .item-tag {
    margin-left: 0.6em;
  }
}
#private .inner > section#vaccination .reserve-note {
  text-align: center;
  font-size: clamp(1.5rem, 1.4vw, 1.8rem);
  margin-top: 0;
  margin-bottom: clamp(2.5rem, 4vw, 5rem);
  color: #7a5c4d;
  font-weight: 500;
}

/* ------------------------------------
// preconception checkup
------------------------------------ */
#private .inner > section#preconception-checkup .preconception-lead {
  text-align: center;
  font-size: clamp(1.6rem, 1.5vw, 1.9rem);
  margin-bottom: clamp(2.5rem, 4vw, 5rem);
}

#private .inner > section#preconception-checkup .preconception-people {
  margin-bottom: clamp(3rem, 4.8vw, 6rem);
}

#private .inner > section#preconception-checkup .preconception-people {
  background: var(--color-white_op);
  border-radius: 1rem;
  padding: clamp(1.5rem, 4vw, 5rem) clamp(1.5rem, 4vw, 5rem) clamp(2rem, 4.8vw, 6rem);
}

#private .inner > section#preconception-checkup .preconception-people dt {
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 2.4vw, 3rem);
  text-align: center;
}

#private .inner > section#preconception-checkup .preconception-people .list_check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1rem;
}

#private .inner > section#preconception-checkup .preconception-people .list_check li + li {
  margin-top: 0;
}

#private .inner > section#preconception-checkup .checkup-box {
  display: grid;
  gap: clamp(2rem, 3.2vw, 4rem);
}

#private .inner > section#preconception-checkup .checkup-box > section,
#private .inner > section#preconception-checkup .support-box {
  background: var(--color-brown2);
  color: #fff;
  border-radius: 1rem;
  padding: clamp(1.5rem, 3.2vw, 4rem) clamp(1.5rem, 4vw, 5rem);
}

#private .inner > section#preconception-checkup h4 {
  font-size: clamp(1.8rem, 1.6vw, 2rem);
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
  text-align: center;
}

#private .inner > section#preconception-checkup .checkup-box ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#private .inner > section#preconception-checkup .checkup-box ul li::before {
  content: "・";
}

#private .inner > section#preconception-checkup .checkup-box ul li + li {
  margin-top: 0.8em;
}

#private .inner > section#preconception-checkup .note {
  margin-top: 1em;
  font-size: 95%;
}

#private .inner > section#preconception-checkup .support-box {
  margin-top: clamp(3rem, 4.8vw, 6rem);
  background: var(--color-white_op);
  color: inherit;
}

#private .inner > section#preconception-checkup .support-box p + p {
  margin-top: 1em;
}

#private .inner > section#preconception-checkup .rubella-note {
  margin-top: clamp(2rem, 3.2vw, 4rem);
  background: var(--color-beige4);
  border-radius: 1rem;
  padding: clamp(1.5rem, 2.4vw, 3rem);
  font-size: 95%;
}

@media screen and (max-width: 768px) {
  #private .inner > section#preconception-checkup .preconception-people .list_check {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}



/* ------------------------------------
// preconception checkup layout fix
------------------------------------ */
#private .inner > section#preconception-checkup .checkup-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 3.2vw, 4rem);
}

#private .inner > section#preconception-checkup .checkup-box > section.precon-card {
  background: var(--color-white_op);
  color: inherit;
  border-radius: 1rem;
  padding: clamp(2rem, 3.2vw, 4rem) clamp(1.5rem, 4vw, 5rem);
}

#private .inner > section#preconception-checkup .precon-card h4 {
  color: var(--color-brown2);
  border-bottom: solid 1px var(--color-brown1);
  padding-bottom: 1rem;
  margin-bottom: clamp(2rem, 3.2vw, 4rem);
  text-align: center;
}

#private .inner > section#preconception-checkup .precon-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 1.6vw, 2rem);
}

#private .inner > section#preconception-checkup .precon-list-half {
  grid-template-columns: 1fr 1fr;
}

#private .inner > section#preconception-checkup .precon-item {
  background: #fff;
  border-radius: 1rem;
  padding: clamp(1.4rem, 2vw, 2.4rem);
  border: solid 1px rgb(from var(--color-brown1) r g b / 0.25);
}

#private .inner > section#preconception-checkup .precon-item-title {
  color: var(--color-brown2);
  font-weight: 500;
  margin-bottom: .4em;
}

#private .inner > section#preconception-checkup .precon-item p + p {
  margin-top: .4em;
}

#private .inner > section#preconception-checkup .precon-item-note,
#private .inner > section#preconception-checkup .precon-desc {
  font-size: 95%;
}

#private .inner > section#preconception-checkup .precon-timing {
  width: fit-content;
  margin: 0 auto clamp(1.5rem, 2.4vw, 3rem);
  background: var(--color-brown2);
  color: #fff;
  border-radius: 999px;
  padding: .7rem 1.8rem;
  font-weight: 500;
}

#private .inner > section#preconception-checkup .precon-option-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: clamp(1.5rem, 2.4vw, 3rem);
}

#private .inner > section#preconception-checkup .precon-option-list span {
  display: block;
  background: #fff;
  border: solid 1px rgb(from var(--color-brown1) r g b / 0.25);
  border-radius: 999px;
  text-align: center;
  padding: 1rem;
}

/* 旧指定の「・」やブラウザ標準の箇条書きが残らないように調整 */
#private .inner > section#preconception-checkup .checkup-box ul,
#private .inner > section#preconception-checkup .checkup-box li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#private .inner > section#preconception-checkup .checkup-box ul li::before,
#private .inner > section#preconception-checkup .checkup-box li::before {
  content: none;
}

@media screen and (max-width: 768px) {
  #private .inner > section#preconception-checkup .precon-list,
  #private .inner > section#preconception-checkup .precon-list-half,
  #private .inner > section#preconception-checkup .precon-option-list {
    grid-template-columns: 1fr;
  }

  #private .inner > section#preconception-checkup .precon-timing {
    width: auto;
    text-align: center;
  }
}


/* ------------------------------------
// RSV vaccine
------------------------------------ */
#private .inner > section#vaccination .rsv-vaccine {
  margin-top: clamp(3rem, 4.8vw, 6rem);
  background: var(--color-white_op);
  border-radius: 1rem;
  padding: clamp(2rem, 3.2vw, 4rem) clamp(1.5rem, 4vw, 5rem);
}

#private .inner > section#vaccination .rsv-vaccine h4 {
  color: var(--color-brown2);
  border-bottom: solid 1px var(--color-brown1);
  padding-bottom: 1rem;
  margin-bottom: clamp(1.5rem, 2.4vw, 3rem);
  text-align: center;
  font-size: clamp(1.8rem, 1.6vw, 2rem);
  font-weight: 500;
}

#private .inner > section#vaccination .rsv-price {
  width: fit-content;
  margin: 0 auto clamp(1.5rem, 2.4vw, 3rem);
  background: var(--color-brown2);
  color: #fff;
  border-radius: 999px;
  padding: .7rem 1.8rem;
  font-weight: 500;
}

#private .inner > section#vaccination .rsv-vaccine p + p {
  margin-top: 1em;
}

#private .inner > section#vaccination .rsv-info {
  margin-top: clamp(2rem, 3.2vw, 4rem);
  background: #fff;
  border: solid 1px rgb(from var(--color-brown1) r g b / 0.25);
  border-radius: 1rem;
  padding: clamp(1.5rem, 2.4vw, 3rem);
}

#private .inner > section#vaccination .rsv-info dl {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 1.5rem 3rem;
}

#private .inner > section#vaccination .rsv-info dt {
  color: var(--color-brown2);
  font-weight: 500;
}

#private .inner > section#vaccination .rsv-info ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#private .inner > section#vaccination .rsv-info ul li::before {
  content: "・";
}

#private .inner > section#vaccination .rsv-info ul li + li {
  margin-top: .5em;
}

#private .inner > section#vaccination .rsv-note {
  margin-top: clamp(2rem, 3.2vw, 4rem);
  background: var(--color-beige4);
  border-radius: 1rem;
  padding: clamp(1.5rem, 2.4vw, 3rem);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #private .inner > section#vaccination .rsv-info dl {
    display: block;
  }

  #private .inner > section#vaccination .rsv-info dt {
    border-bottom: solid 1px var(--color-brown1);
    padding-bottom: .5rem;
    margin-bottom: 1rem;
  }

  #private .inner > section#vaccination .rsv-info dd + dt {
    margin-top: 2rem;
  }
}

/* ------------------------------------
// Rubella antibody test
------------------------------------ */
#private .inner > section#rubella-antibody-test {
  position: relative;
  overflow: hidden;
  background: #f7e8e4;
}

#private .inner > section#rubella-antibody-test .rubella-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(20rem, 28vw, 30rem);
  align-items: center;
  gap: clamp(2rem, 4vw, 5rem);
  background: rgba(255, 255, 255, 0.65);
  border-radius: 1rem;
  padding: clamp(2.5rem, 4vw, 5rem) clamp(2rem, 4vw, 5rem);
}

#private .inner > section#rubella-antibody-test .rubella-intro-copy {
  min-width: 0;
}

#private .inner > section#rubella-antibody-test .rubella-intro-image {
  align-self: end;
  text-align: center;
}

#private .inner > section#rubella-antibody-test .rubella-intro-image img {
  display: block;
  width: 100%;
  max-width: 28rem;
  height: auto;
  margin: 0 auto;
}

#private .inner > section#rubella-antibody-test .rubella-subsidy {
  width: fit-content;
  margin: 0 auto 1.5rem;
  background: #a84646;
  color: #fff;
  border-radius: 999px;
  padding: .6rem 1.8rem;
  font-weight: 500;
  letter-spacing: .08em;
}

/* 助成事業の注釈 */
#private .inner > section#rubella-antibody-test .rubella-subsidy-note {
  margin: -0.9rem auto 1.6rem;
  text-align: center;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  line-height: 1.6;
  color: #9b3f3f;
}

#private .inner > section#rubella-antibody-test .rubella-lead {
  position: relative;
  z-index: 1;
  color: #9b3f3f;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: clamp(1.5rem, 2.4vw, 2.5rem);
}

#private .inner > section#rubella-antibody-test .rubella-intro-copy > p:last-child {
  position: relative;
  z-index: 1;
}

#private .inner > section#rubella-antibody-test .rubella-intro strong {
  color: #a84646;
  font-weight: 500;
}

#private .inner > section#rubella-antibody-test .rubella-info {
  margin-top: clamp(2rem, 3.2vw, 4rem);
  background: #fff;
  border: solid 2px #c46f70;
  border-radius: 1.2rem;
  padding: clamp(1.5rem, 2.4vw, 3rem) clamp(1.2rem, 3vw, 3.5rem);
}

#private .inner > section#rubella-antibody-test .rubella-info h4 {
  width: fit-content;
  color: #fff;
  background: #b85b5b;
  border-radius: 0 0 .8rem .8rem;
  font-size: clamp(1.5rem, 1.5vw, 1.9rem);
  font-weight: 500;
  text-align: center;
  padding: .6rem clamp(1.5rem, 3vw, 3.5rem);
  margin: clamp(-3rem, -2.4vw, -1.6rem) auto clamp(1.5rem, 2.4vw, 3rem);
}

#private .inner > section#rubella-antibody-test .rubella-info ol {
  margin-top: clamp(1rem, 1.6vw, 2rem);
}

#private .inner > section#rubella-antibody-test .rubella-info ol li {
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  align-items: center;
  gap: clamp(1rem, 1.6vw, 2rem);
  padding: clamp(1rem, 1.6vw, 1.6rem) clamp(.5rem, 1.6vw, 1.6rem);
  border-bottom: dotted 2px #d9a0a0;
}

#private .inner > section#rubella-antibody-test .rubella-info ol li:last-child {
  border-bottom: none;
}

#private .inner > section#rubella-antibody-test .rubella-info ol li span {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #b84f58;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

#private .inner > section#rubella-antibody-test .rubella-info ol li p {
  font-size: clamp(1.3rem, 1.2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
}

#private .inner > section#rubella-antibody-test .rubella-note {
  margin-top: clamp(2rem, 3.2vw, 4rem);
  position: relative;
  background: #fff5f2;
  border-left: solid 6px #b85b5b;
  border-radius: 1rem;
  padding: clamp(1.5rem, 2.4vw, 3rem);
}

#private .inner > section#rubella-antibody-test .rubella-note-title {
  color: #9b3f3f;
  font-size: clamp(1.7rem, 1.6vw, 2rem);
  font-weight: 500;
  margin-bottom: .35rem;
}

#private .inner > section#rubella-antibody-test .rubella-note-title + p {
  margin-top: 0;
}

#private .inner > section#rubella-antibody-test .rubella-reserve {
  width: fit-content;
  color: #853838;
  font-weight: 500;
  text-align: center;
  margin: clamp(2rem, 3.2vw, 4rem) auto 0;
  border: solid 1px #b85b5b;
  border-radius: 999px;
  background: #fff;
  padding: .8rem 2rem .8rem .8rem;
}

#private .inner > section#rubella-antibody-test .rubella-reserve span {
  display: inline-block;
  color: #fff;
  background: #b85b5b;
  border-radius: 999px;
  padding: .4rem 1.2rem;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  #private .inner > section#rubella-antibody-test .rubella-intro {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1.8rem 1.5rem;
  }

  #private .inner > section#rubella-antibody-test .rubella-intro-image {
    order: -1;
  }

  #private .inner > section#rubella-antibody-test .rubella-intro-image img {
    max-width: 20rem;
  }

  #private .inner > section#rubella-antibody-test .rubella-info {
    padding: 1.5rem 1.2rem;
  }

  #private .inner > section#rubella-antibody-test .rubella-info h4 {
    font-size: 1.4rem;
    padding: .5rem 1.5rem;
  }

  #private .inner > section#rubella-antibody-test .rubella-info ol li {
    grid-template-columns: 2.8rem 1fr;
    gap: .8rem;
    padding: .9rem 0;
    padding-inline: 0;
  }

  #private .inner > section#rubella-antibody-test .rubella-info ol li span {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.3rem;
  }

  #private .inner > section#rubella-antibody-test .rubella-info ol li p {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  #private .inner > section#rubella-antibody-test .rubella-reserve {
    border-radius: 1rem;
    padding: 1.2rem;
  }

  #private .inner > section#rubella-antibody-test .rubella-reserve span {
    display: block;
    width: fit-content;
    margin: 0 auto .8rem;
  }
}


/* プレコンセプション料金表記 */
#private .inner > section#preconception-checkup .precon-price {
  display: block !important;
  font-size: 0.75em !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin-top: 0.5em !important;
  line-height: 1.6 !important;
}

#private .inner > section#preconception-checkup .precon-item-title {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

#private .inner > section#preconception-checkup .option-fee {
  color: #000 !important;
  font-size: 0.9em !important;
  font-weight: 400 !important;
  margin-left: 1em !important;
  white-space: nowrap !important;
}

#private .inner > section#preconception-checkup .option-fee br.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {

  #private .inner > section#preconception-checkup .precon-item-title {
    display: block !important;
  }

  #private .inner > section#preconception-checkup .option-fee {
    display: block !important;
    margin-left: 0 !important;
    margin-top: 0.2em !important;
  }

  #private .inner > section#preconception-checkup .option-fee br.sp {
    display: inline !important;
  }

}


/* ------------------------------------
// menstruation checklist
------------------------------------ */
#covered .inner > section#menstruation .menstruation-check-box {
  background: var(--color-beige4);
  border: solid 1px rgb(from var(--color-brown1) r g b / 0.25);
  border-radius: 1rem;
  padding: clamp(1.5rem, 2.4vw, 3rem);
}

#covered .inner > section#menstruation .menstruation-check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#covered .inner > section#menstruation .menstruation-check-list li {
  position: relative;
  margin: 0;
  padding-left: 1.6em;
  line-height: 1.7;
}

#covered .inner > section#menstruation .menstruation-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-brown2);
  font-weight: 700;
}

#covered .inner > section#menstruation .menstruation-check-note {
  margin-top: clamp(1.5rem, 2.4vw, 3rem);
}

@media screen and (max-width: 768px) {
  #covered .inner > section#menstruation .menstruation-check-box {
    padding: 1.5rem;
  }

  #covered .inner > section#menstruation .menstruation-check-list {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

/* ------------------------------------
// 注射・点滴：にんにく注射／白玉点滴／白玉注射 カード表示（③④⑤）
------------------------------------ */
#private .inner > section#private-price .price table + .injection-cards,
#private .inner > section#private-price .price .injection-cards + table {
  margin-top: clamp(1rem, 2vw, 2rem);
}

#private .inner > section#private-price .injection-item {
  padding-block: clamp(2.2rem, 4vw, 3.4rem);
  border-top: solid 1px var(--color-gray1);
}

#private .inner > section#private-price .injection-item:last-child {
  padding-bottom: clamp(0.5rem, 1.6vw, 1rem);
}

#private .inner > section#private-price .injection-title {
  font-size: clamp(1.6rem, 1.6vw, 1.9rem);
  font-weight: 500;
  line-height: 1.6;
}

#private .inner > section#private-price .injection-note {
  margin-top: 0.5em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
  line-height: 1.7;
}

#private .inner > section#private-price .injection-price {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  font-weight: 500;
  white-space: nowrap;
}

/* にんにく注射：見出し＋プランの2カラム */
#private .inner > section#private-price .injection-item-plans .injection-row {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: clamp(2rem, 4vw, 4rem);
}

#private .inner > section#private-price .injection-plans {
  border-left: solid 1px var(--color-brown1);
  padding-left: clamp(2rem, 4vw, 4rem);
}

#private .inner > section#private-price .injection-plan + .injection-plan {
  margin-top: clamp(1.4rem, 2.2vw, 2rem);
  padding-top: clamp(1.4rem, 2.2vw, 2rem);
  border-top: solid 1px var(--color-gray1);
}

#private .inner > section#private-price .injection-plan {
  display: grid;
  grid-template-columns: 9rem 7rem 1fr;
  align-items: baseline;
  column-gap: clamp(1rem, 1.6vw, 1.8rem);
  row-gap: 0.4rem;
}

#private .inner > section#private-price .injection-badge {
  align-self: center;
  justify-self: start;
  display: inline-block;
  background: #c97e97;
  color: #fff;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  font-weight: 500;
  line-height: 1.4;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem;
  text-align: center;
  white-space: nowrap;
}

#private .inner > section#private-price .injection-plan-price {
  align-self: center;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
  white-space: nowrap;
}

#private .inner > section#private-price .injection-plan-desc {
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
  line-height: 1.7;
}

/* 白玉点滴／白玉注射：見出しと価格を横並び */
#private .inner > section#private-price .injection-row-simple {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(2rem, 4vw, 4rem);
}

/* ビタミンC追加案内 */
#private .inner > section#private-price .injection-foot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem clamp(1.5rem, 3vw, 3rem);
  margin-top: clamp(1.8rem, 2.8vw, 2.6rem);
}

#private .inner > section#private-price .injection-vitc-note {
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
}

#private .inner > section#private-price .injection-vitc-box {
  background: #f2dbe3;
  border-radius: 0.8rem;
  padding: 1.2rem 1.8rem;
  display: flex;
  align-items: baseline;
  gap: 0.6rem clamp(1.5rem, 2.4vw, 2.4rem);
  flex-wrap: wrap;
  margin-left: auto;
}

#private .inner > section#private-price .injection-vitc-label {
  font-weight: 500;
  white-space: nowrap;
}

#private .inner > section#private-price .injection-vitc-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem clamp(1.5rem, 2.4vw, 2.4rem);
  font-size: clamp(1.2rem, 1.3vw, 1.5rem);
}

#private .inner > section#private-price .injection-vitc-options span {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #private .inner > section#private-price .injection-item {
    padding-block: 2rem;
  }

  #private .inner > section#private-price .injection-item-plans .injection-row {
    display: block;
  }

  #private .inner > section#private-price .injection-plans {
    border-left: none;
    padding-left: 0;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: solid 1px var(--color-brown1);
  }

  #private .inner > section#private-price .injection-plan {
    display: block;
  }

  #private .inner > section#private-price .injection-badge {
    margin-bottom: 0.5rem;
  }

  #private .inner > section#private-price .injection-plan-price {
    margin-left: 0.5rem;
  }

  #private .inner > section#private-price .injection-plan-desc {
    margin-top: 0.3rem;
  }

  #private .inner > section#private-price .injection-row-simple {
    display: block;
  }

  #private .inner > section#private-price .injection-price {
    margin-top: 0.5rem;
  }

  #private .inner > section#private-price .injection-foot {
    display: block;
  }

  #private .inner > section#private-price .injection-vitc-note {
    display: block;
    margin-bottom: 1rem;
  }

  #private .inner > section#private-price .injection-vitc-box {
    display: block;
  }

  #private .inner > section#private-price .injection-vitc-options {
    grid-template-columns: 1fr;
    margin-top: 0.5rem;
  }
}
