@charset "UTF-8";
.postpartum .heading {
  background: var(--postpartum-col);
}
.postpartum .contents h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5em;
}
.postpartum .contents .toc-list li a {
  border: 1px solid var(--postpartum-col);
  position: relative;
}
.postpartum .contents .toc-list li a::after {
  color: var(--postpartum-col);
  right: 2em;
}

.exercise__box > dt {
  background: #9fd4d1;
  font-size: var(--fs-l);
}
.exercise__box > dd dl {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-xs);
}
.exercise__box > dd dl dt {
  color: var(--postpartum-col);
  flex-direction: column;
  font-size: var(--fs-l);
  text-align: center;
}
.exercise__box > dd dl dt span {
  font-size: var(--fs-s);
  color: var(--black);
  font-weight: normal;
  display: block;
}
.exercise__box > dd dl dd.image {
  width: 100%;
  margin: 0 auto;
}
.exercise__box > dd dl dd a {
  text-decoration: underline;
}
.exercise #kegel > dt {
  color: var(--black);
}
.exercise #kegel .process {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-xs);
  margin-bottom: var(--gap-m);
}

.trouble-disease .block dt {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}
.trouble-disease .block dt span {
  font-size: var(--fs-s);
  font-weight: normal;
  border-left: 2px solid var(--postpartum-col);
  padding-left: var(--gap-min);
  color: var(--postpartum-col);
}
.trouble-disease .block dd {
  border: 1px solid var(--postpartum-col);
  background: #d4ecee;
}

.image-w50 {
  margin: 0 auto;
  width: 50%;
}

.image-w60 {
  margin: 0 auto;
  width: 60%;
}

.body-control .body-shape {
  width: 25%;
  margin: 0 auto;
}
.body-control .stomach {
  width: 60%;
  margin: 0 auto;
}
.body-control .waist-2 {
  width: 55%;
  margin: 0 auto;
}
.body-control .flex-image {
  width: 100%;
  margin: 0 auto;
}
.body-control .flex-image img {
  width: 25%;
  margin: 0 auto;
}
.body-control .flex-image img.neck {
  width: 23%;
}
.body-control .flex-image img.calf {
  width: 40%;
}
.body-control .flex-image img.waist {
  width: 50%;
}
.body-control .flex-image figcaption {
  width: 50%;
}
.body-control .notice-a span {
  text-align: center;
  display: block;
}

.family-plan .image {
  width: 30%;
  flex-shrink: 0;
  align-self: center;
}
.family-plan .image img {
  width: auto;
  height: 100px;
  margin: 0 auto;
}

.care .two-image {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.care .two-image img {
  width: 48%;
}
.care .application {
  position: relative;
  padding-top: var(--gap-l);
}
.care .application .illust {
  position: absolute;
  right: 0;
  top: 0;
  width: 32%;
}
.care .attention {
  font-size: var(--fs-s);
}
.care .attention dl {
  display: flex;
}
.care .attention dl dt {
  width: 4em;
  flex-shrink: 0;
}
.care .attention dl dd ul li:not(.have-tel-link) {
  display: flex;
  column-gap: 0.25em;
}
.care .attention dl dd ul li:not(.have-tel-link)::before {
  content: "●";
  font-size: 8px;
  margin-top: 4px;
}
.care .attention dl dd ul li:not(.have-tel-link):nth-child(2)::before {
  color: var(--red);
}
.care .attention dl dd ul .have-tel-link span {
  display: flex;
  column-gap: 0.25em;
}
.care .attention dl dd ul .have-tel-link span::before {
  content: "●";
  font-size: 8px;
  margin-top: 4px;
}
.care .attention dl dd ul .have-tel-link div {
  margin-left: 1em;
}

.baby-class .illust {
  width: 50%;
  margin: 0 auto var(--gap-m);
}

.col-postpartum {
  color: var(--postpartum-col);
}

.bg-postpartum {
  background: var(--postpartum-col);
}

.bg-postpartum-light {
  background: #9fd4d1;
}/*# sourceMappingURL=postpartum.css.map */